.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6b6e6f !important;
}
.bg-success {
  background-color: #4c6c6c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff8208 !important;
}
.bg-danger {
  background-color: #585c5e !important;
}
.btn-primary {
  background: linear-gradient(140deg, #6b6e6f, #5e6162 50%, #9ea1a2) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6e6f !important;
  border-color: #6b6e6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #848889 !important;
  border-color: #848889 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #848889 !important;
  border-color: #848889 !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #4c6c6c, #415d5d 50%, #7ca2a2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #4c6c6c !important;
  border-color: #4c6c6c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #618a8a !important;
  border-color: #618a8a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #618a8a !important;
  border-color: #618a8a !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff8208, #ed7500 50%, #ffb66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8208 !important;
  border-color: #ff8208 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9c3b !important;
  border-color: #ff9c3b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff9c3b !important;
  border-color: #ff9c3b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #585c5e, #4c4f51 50%, #8a8f92) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #585c5e !important;
  border-color: #585c5e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #717678 !important;
  border-color: #717678 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #717678 !important;
  border-color: #717678 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6b6e6f;
  color: #6b6e6f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404243 !important;
  background-color: transparent !important;
  border-color: #404243 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6e6f !important;
  border-color: #6b6e6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4c6c6c;
  color: #4c6c6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #283939 !important;
  background-color: transparent !important;
  border-color: #283939 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4c6c6c !important;
  border-color: #4c6c6c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8208;
  color: #ff8208;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b05700 !important;
  background-color: transparent !important;
  border-color: #b05700 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8208 !important;
  border-color: #ff8208 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #585c5e;
  color: #585c5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2e3031 !important;
  background-color: transparent !important;
  border-color: #2e3031 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #585c5e !important;
  border-color: #585c5e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6b6e6f !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #4c6c6c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff8208 !important;
}
.text-danger {
  color: #585c5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #393b3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #223030 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a15000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #272829 !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: #6b6e6f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff8208;
}
.alert-danger {
  background-color: #585c5e;
}
.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: #6b6e6f;
  border-color: #6b6e6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6b6e6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #abaeae;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8aadad;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe9d4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #979c9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6b6e6f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6b6e6f;
}
/* 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: #6b6e6f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6e6f;
}
.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: #6b6e6f;
  border-bottom-color: #6b6e6f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6b6e6f !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: #f96e47 !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='%236b6e6f' %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 {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vdy4NJXIrM {
  background-image: url("../../../assets/images/cocina-totem-reformas-en-guadalajara-lozano-decoraciones-5-2000x1333.jpg");
}
.cid-vdy4NJXIrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdy4NJXIrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdy4NJXIrM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdy4NJXIrM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vdy4NJXIrM .container {
    padding: 0;
  }
}
.cid-vdy4NJXIrM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vdy4NJXIrM .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8b08;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vdy4NJXIrM .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-vdy4NJXIrM .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-vdy4NJXIrM .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-vdy4NJXIrM .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-vdy4NJXIrM .mbr-section-title {
  color: #ffffff;
}
.cid-vdy4NJXIrM .mbr-box {
  color: #ffffff;
}
.cid-vdy4NJXIrM .mbr-section-btn {
  text-align: center;
}
.cid-vdy4NJXIrM .mbr-section-title,
.cid-vdy4NJXIrM .mbr-section-btn,
.cid-vdy4NJXIrM .title-wrapper {
  text-align: right;
}
.cid-vcTvhq3Cji {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vcTvhq3Cji .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvhq3Cji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvhq3Cji .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcTvhq3Cji .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcTvhq3Cji .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvhq3Cji .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcTvhq3Cji .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vcTvhq3Cji .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vcTvhq3Cji .image-wrapper img {
    max-height: 250px;
  }
}
.cid-vcTvhq3Cji .mbr-section-title {
  color: #ffffff;
}
.cid-vcTvhq3Cji .mbr-text {
  color: #ffffff;
}
.cid-vcTvhq3Cji .mbr-section-title,
.cid-vcTvhq3Cji .mbr-section-btn {
  color: #ff8208;
  text-align: left;
}
.cid-vcTvhq3Cji .mbr-text,
.cid-vcTvhq3Cji .text-wrapper {
  color: #6b6e6f;
  text-align: left;
}
.cid-vd51yqImYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cerramientos-de-metal-gran-estructura-cocina-1-2000x1334.jpg");
}
.cid-vd51yqImYz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-vd51yqImYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd51yqImYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd51yqImYz .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vd51yqImYz .image-wrap {
    height: 300px;
  }
}
.cid-vcTJe4COmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTJe4COmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTJe4COmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTJe4COmY .row {
  justify-content: center;
}
.cid-vcTJe4COmY .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcTJe4COmY .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcTJe4COmY .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTJe4COmY .mbr-text {
  color: #fff7ee;
}
.cid-vcTJe4COmY #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcTJe4COmY img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcTDnAwft1 {
  padding-top: 1rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vcTDnAwft1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTDnAwft1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTDnAwft1 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vcTDnAwft1 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcTDnAwft1 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcTDnAwft1 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcTDnAwft1 .content-wrapper .border_1 {
  left: 0;
}
.cid-vcTDnAwft1 .content-wrapper .border_2 {
  right: 0;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcTDnAwft1 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTDnAwft1 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTDnAwft1 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTDnAwft1 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-vcTDnAwft1 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTDnAwft1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vcTDnAwft1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTDnAwft1 .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #ff6900;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTDnAwft1 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTDnAwft1 .mbr-label,
.cid-vcTDnAwft1 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vcTDnAwft1 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcTDnAwft1 .mbr-text,
.cid-vcTDnAwft1 .text-wrapper {
  color: #475569;
  text-align: justify;
}
.cid-vcTDnAwft1 .item-label {
  color: #ff6900;
}
.cid-vcTDnAwft1 .item-title {
  color: #0f172a;
}
.cid-vcTDnAwft1 .item-text {
  color: #475569;
}
.cid-vcTDnAwft1 .list {
  color: #475569;
}
.cid-vcTDnAwft1 .item-title,
.cid-vcTDnAwft1 .mbr-section-btn {
  color: #ff8208;
}
.cid-vcTDnAwft1 .mbr-section-title,
.cid-vcTDnAwft1 .mbr-section-btn {
  text-align: left;
  color: #ff8208;
}
.cid-vcTJYysIoO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTJYysIoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTJYysIoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTJYysIoO .row {
  justify-content: center;
}
.cid-vcTJYysIoO .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcTJYysIoO .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcTJYysIoO .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTJYysIoO .mbr-text {
  color: #fff7ee;
}
.cid-vcTJYysIoO #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcTJYysIoO img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vd4ZStqIr3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9f8f8;
}
.cid-vd4ZStqIr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd4ZStqIr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd4ZStqIr3 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vd4ZStqIr3 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #ff8b08;
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper {
    padding: 22px;
  }
}
.cid-vd4ZStqIr3 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vd4ZStqIr3 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vd4ZStqIr3 .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-vd4ZStqIr3 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vd4ZStqIr3 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vd4ZStqIr3 .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-vd4ZStqIr3 .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-vd4ZStqIr3 .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd4ZStqIr3 .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-vd4ZStqIr3 .mbr-label {
  color: #ff8b08;
}
.cid-vd4ZStqIr3 .mbr-section-title {
  color: #c10b02;
}
.cid-vd4ZStqIr3 .mbr-desc {
  color: #ff8208;
  text-align: right;
}
.cid-vd4ZStqIr3 .mbr-text {
  color: #4b4949;
}
.cid-vd4ZStqIr3 .mbr-section-title,
.cid-vd4ZStqIr3 .mbr-section-btn {
  color: #272b2e;
}
.cid-vd4ZStqIr3 .mbr-text,
.cid-vd4ZStqIr3 .text-wrapper {
  text-align: right;
}
.cid-vcTKTuwG8l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-vcTKTuwG8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTKTuwG8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTKTuwG8l .content-wrap {
  margin: 0 -50px;
}
.cid-vcTKTuwG8l .content-wrap .card {
  padding: 0 50px;
}
.cid-vcTKTuwG8l .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcTKTuwG8l .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcTKTuwG8l .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcTKTuwG8l .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcTKTuwG8l .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcTKTuwG8l .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcTKTuwG8l .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vcTKTuwG8l .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTKTuwG8l .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vcTKTuwG8l .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vcTKTuwG8l .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcTKTuwG8l .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcTKTuwG8l .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #ff8208;
  color: #f1f1f1;
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vcTKTuwG8l .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcTKTuwG8l .mbr-label {
  color: #1f1f1f;
}
.cid-vcTKTuwG8l .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcTKTuwG8l .mbr-text {
  color: #5a5a5a;
}
.cid-vcTKTuwG8l .list {
  color: #5a5a5a;
}
.cid-vcTKTuwG8l .mbr-section-title,
.cid-vcTKTuwG8l .title-wrapper {
  color: #ff8208;
}
.cid-vcTKTuwG8l .mbr-label,
.cid-vcTKTuwG8l .label-wrapper {
  color: #78858c;
}
.cid-vcTKTuwG8l .list,
.cid-vcTKTuwG8l .item-wrap {
  color: #6b6e6f;
}
.cid-vcTMAaUOPP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTMAaUOPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTMAaUOPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTMAaUOPP .row {
  justify-content: center;
}
.cid-vcTMAaUOPP .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcTMAaUOPP .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcTMAaUOPP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTMAaUOPP .mbr-text {
  color: #fff7ee;
}
.cid-vcTMAaUOPP #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcTMAaUOPP img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcTI54asvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTI54asvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTI54asvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTI54asvt .card-wrapper {
  background-color: #b9b9b9;
  padding: 8px;
}
.cid-vcTI54asvt .card-wrapper .content-wrapper {
  background-color: #ffffff;
  padding: 24px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper {
  margin: 0 -28px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card {
  padding: 0 28px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vcTI54asvt .card-wrapper .items-wrapper .card .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 32px;
  }
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item {
    margin-bottom: 32px;
  }
  .cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vcTI54asvt .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTI54asvt .btn-wrapper {
  margin-top: -4rem;
  margin-right: 0;
}
.cid-vcTI54asvt .mbr-label,
.cid-vcTI54asvt .label-wrapper {
  color: #ff8208;
}
.cid-vcTI54asvt .mbr-section-title {
  color: #ff8208;
}
.cid-vcTI54asvt .mbr-text,
.cid-vcTI54asvt .text-wrapper {
  color: #4f4f4f;
}
.cid-vcTI54asvt .item-title {
  color: #000000;
}
.cid-vcTI54asvt .item-text {
  color: #4f4f4f;
}
.cid-vd1Bdxpg9Q {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd1Bdxpg9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1Bdxpg9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1Bdxpg9Q .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd1Bdxpg9Q .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd1Bdxpg9Q .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd1Bdxpg9Q .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd1Bdxpg9Q .content-wrapper .border_1 {
  left: 0;
}
.cid-vd1Bdxpg9Q .content-wrapper .border_2 {
  right: 0;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #ff8208, 0 10px 10px -8px #ff8208;
  background-color: #fafafa;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd1Bdxpg9Q .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd1Bdxpg9Q .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd1Bdxpg9Q .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd1Bdxpg9Q .mbr-label,
.cid-vd1Bdxpg9Q .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vd1Bdxpg9Q .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd1Bdxpg9Q .mbr-text,
.cid-vd1Bdxpg9Q .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd1nt4OF8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vd1nt4OF8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1nt4OF8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1nt4OF8S .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd1nt4OF8S .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd1nt4OF8S .container {
    padding: 0 20px;
  }
}
.cid-vd1nt4OF8S .row {
  justify-content: center;
}
.cid-vd1nt4OF8S .title-wrapper {
  padding: 40px 78px;
  background-color: #4f6f91;
}
@media (max-width: 1200px) {
  .cid-vd1nt4OF8S .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vd1nt4OF8S .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-vd1nt4OF8S .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd1nt4OF8S .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vd1nt4OF8S .dragArea.row {
  padding: 80px 78px;
  background-color: #272b2e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-vd1nt4OF8S .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vd1nt4OF8S .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-vd1nt4OF8S .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vd1nt4OF8S .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vd1nt4OF8S .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #78858c;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-vd1nt4OF8S .dragArea.row .form-group .form-control:hover,
.cid-vd1nt4OF8S .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-vd1nt4OF8S .dragArea.row .form-group .form-control::placeholder {
  color: #ffc263;
}
.cid-vd1nt4OF8S .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-vd1nt4OF8S .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #ffc263;
}
.cid-vd1nt4OF8S .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vd1nt4OF8S .mbr-section-title {
  color: #c2b299;
}
.cid-vd1nt4OF8S .mbr-text {
  color: #e4dfd4;
}
.cid-vd1nt4OF8S label {
  color: #c2b299;
}
.cid-vd1nt4OF8S P {
  text-align: center;
  color: #ff8208;
}
.cid-vd1nt4OF8S LABEL {
  color: #ffffff;
}
.cid-vd1nt4OF8S #gdpr a {
  color: white;
}
.cid-vcTMUT9jDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcTMUT9jDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTMUT9jDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTMUT9jDG .card {
  justify-content: center;
}
.cid-vcTMUT9jDG .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcTMUT9jDG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcTMUT9jDG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcTMUT9jDG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcTMUT9jDG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcTMUT9jDG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTMUT9jDG .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcTMUT9jDG .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcTMUT9jDG .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcTMUT9jDG .mbr-section-title {
  color: #ffffff;
}
.cid-vcTMUT9jDG .mbr-text,
.cid-vcTMUT9jDG .text-wrapper {
  color: #f5f5f5;
}
.cid-vcTMUT9jDG .mbr-list-title {
  color: #ffffff;
}
.cid-vcTMUT9jDG .list {
  color: #808080;
}
.cid-vcTMUT9jDG .mbr-section-title,
.cid-vcTMUT9jDG .mbr-section-btn {
  color: #ff8208;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vcU8Ro7EKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcU8Ro7EKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU8Ro7EKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU8Ro7EKP .row {
  justify-content: center;
}
.cid-vcU8Ro7EKP .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcU8Ro7EKP .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcU8Ro7EKP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU8Ro7EKP .mbr-text {
  color: #fff7ee;
}
.cid-vcU8Ro7EKP #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcU8Ro7EKP img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcUvXHtMKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcUvXHtMKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUvXHtMKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUvXHtMKV .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcUvXHtMKV .card {
    margin-bottom: 40px;
  }
}
.cid-vcUvXHtMKV .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vcUvXHtMKV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcUvXHtMKV .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcUvXHtMKV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcUvXHtMKV .mbr-label {
  color: #be0000;
}
.cid-vcUvXHtMKV .mbr-section-title {
  color: #000000;
}
.cid-vcUvXHtMKV .mbr-text {
  color: #000000;
}
.cid-vcUwdNvMz2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcUwdNvMz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUwdNvMz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUwdNvMz2 .row {
  justify-content: center;
}
.cid-vcUwdNvMz2 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUwdNvMz2 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUwdNvMz2 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUwdNvMz2 .mbr-text {
  color: #fff7ee;
}
.cid-vcUwdNvMz2 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUwdNvMz2 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcU8Rua2h2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcU8Rua2h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU8Rua2h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU8Rua2h2 .card {
  justify-content: center;
}
.cid-vcU8Rua2h2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcU8Rua2h2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcU8Rua2h2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcU8Rua2h2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcU8Rua2h2 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcU8Rua2h2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcU8Rua2h2 .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcU8Rua2h2 .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcU8Rua2h2 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcU8Rua2h2 .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcU8Rua2h2 .mbr-section-title {
  color: #ffffff;
}
.cid-vcU8Rua2h2 .mbr-text,
.cid-vcU8Rua2h2 .text-wrapper {
  color: #f5f5f5;
}
.cid-vcU8Rua2h2 .mbr-list-title {
  color: #ffffff;
}
.cid-vcU8Rua2h2 .list {
  color: #808080;
}
.cid-vcU8Rua2h2 .mbr-section-title,
.cid-vcU8Rua2h2 .mbr-section-btn {
  color: #ff8208;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vcUsKLNAvv {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcUsKLNAvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUsKLNAvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUsKLNAvv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcUsKLNAvv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcUsKLNAvv .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-vcUsKLNAvv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcUsKLNAvv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcUsKLNAvv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcUsKLNAvv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUsKLNAvv .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper {
    padding: 24px;
  }
}
.cid-vcUsKLNAvv .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vcUsKLNAvv .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-vcUsKLNAvv .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-vcUsKLNAvv .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-vcUsKLNAvv .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vcUsKLNAvv .mbr-label,
.cid-vcUsKLNAvv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcUsKLNAvv .mbr-section-title,
.cid-vcUsKLNAvv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcUsKLNAvv .mbr-text,
.cid-vcUsKLNAvv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcUsKLNAvv .item-number {
  color: #000000;
}
.cid-vcUsKLNAvv .item-title {
  color: #000000;
}
.cid-vcUsKLNAvv .item-text {
  color: #515151;
}
.cid-vcUsKLNAvv .item-metric {
  color: #000000;
  text-align: center;
}
.cid-vcUsKLNAvv .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-vcUsKMe8hp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcUsKMe8hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUsKMe8hp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUsKMe8hp .row {
  justify-content: center;
}
.cid-vcUsKMe8hp .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUsKMe8hp .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUsKMe8hp .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUsKMe8hp .mbr-text {
  color: #fff7ee;
}
.cid-vcUsKMe8hp #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUsKMe8hp img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcUsKMvOPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcUsKMvOPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUsKMvOPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUsKMvOPo .card {
  justify-content: center;
}
.cid-vcUsKMvOPo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcUsKMvOPo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcUsKMvOPo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcUsKMvOPo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcUsKMvOPo .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcUsKMvOPo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcUsKMvOPo .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcUsKMvOPo .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcUsKMvOPo .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcUsKMvOPo .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcUsKMvOPo .mbr-section-title {
  color: #ffffff;
}
.cid-vcUsKMvOPo .mbr-text,
.cid-vcUsKMvOPo .text-wrapper {
  color: #f5f5f5;
}
.cid-vcUsKMvOPo .mbr-list-title {
  color: #ffffff;
}
.cid-vcUsKMvOPo .list {
  color: #808080;
}
.cid-vcUsKMvOPo .mbr-section-title,
.cid-vcUsKMvOPo .mbr-section-btn {
  color: #ff8208;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vcZGB49d65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272b2e;
}
.cid-vcZGB49d65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZGB49d65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZGB49d65 .content-wrap {
  justify-content: flex-end;
}
.cid-vcZGB49d65 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcZGB49d65 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcZGB49d65 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcZGB49d65 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vcZGB49d65 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcZGB49d65 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcZGB49d65 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vcZGB49d65 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vcZGB49d65 .image-wrapper {
    padding: 0;
  }
}
.cid-vcZGB49d65 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcZGB49d65 .image-wrapper img {
    height: 350px;
  }
}
.cid-vcZGB49d65 .mbr-section-title {
  color: #ffffff;
}
.cid-vcZGB49d65 .mbr-text,
.cid-vcZGB49d65 .text-wrapper {
  color: #ffffff;
}
.cid-vcZGq9q7BY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272b2e;
}
.cid-vcZGq9q7BY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZGq9q7BY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZGq9q7BY .row {
  justify-content: center;
}
.cid-vcZGq9q7BY .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcZGq9q7BY .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcZGq9q7BY .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcZGq9q7BY .mbr-text {
  color: #fff7ee;
}
.cid-vcZGq9q7BY #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcZGq9q7BY img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcZGq9FKM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcZGq9FKM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZGq9FKM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZGq9FKM5 .card {
  justify-content: center;
}
.cid-vcZGq9FKM5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcZGq9FKM5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcZGq9FKM5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcZGq9FKM5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcZGq9FKM5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcZGq9FKM5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcZGq9FKM5 .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcZGq9FKM5 .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcZGq9FKM5 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcZGq9FKM5 .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcZGq9FKM5 .mbr-section-title {
  color: #ffffff;
}
.cid-vcZGq9FKM5 .mbr-text,
.cid-vcZGq9FKM5 .text-wrapper {
  color: #f5f5f5;
}
.cid-vcZGq9FKM5 .mbr-list-title {
  color: #ffffff;
}
.cid-vcZGq9FKM5 .list {
  color: #808080;
}
.cid-vcZGq9FKM5 .mbr-section-title,
.cid-vcZGq9FKM5 .mbr-section-btn {
  color: #ff8208;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vd575kLAlE {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd575kLAlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd575kLAlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd575kLAlE .items-wrapper {
  justify-content: flex-end;
}
.cid-vd575kLAlE .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vd575kLAlE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd575kLAlE .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-vd575kLAlE .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-vd575kLAlE .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-vd575kLAlE .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vd575kLAlE .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vd575kLAlE .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-vd575kLAlE .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vd575kLAlE .content-wrapper {
    padding-left: 0;
  }
}
.cid-vd575kLAlE .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-vd575kLAlE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vd575kLAlE .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vd575kLAlE .mbr-desc {
  color: #272b2e;
}
.cid-vd575kLAlE .mbr-section-title {
  color: #272b2e;
}
.cid-vd575kLAlE .mbr-text,
.cid-vd575kLAlE .text-wrapper {
  color: #272b2e;
}
.cid-vcTMUT9jDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcTMUT9jDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTMUT9jDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTMUT9jDG .card {
  justify-content: center;
}
.cid-vcTMUT9jDG .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcTMUT9jDG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcTMUT9jDG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcTMUT9jDG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcTMUT9jDG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcTMUT9jDG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTMUT9jDG .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcTMUT9jDG .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcTMUT9jDG .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcTMUT9jDG .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcTMUT9jDG .mbr-section-title {
  color: #ffffff;
}
.cid-vcTMUT9jDG .mbr-text,
.cid-vcTMUT9jDG .text-wrapper {
  color: #f5f5f5;
}
.cid-vcTMUT9jDG .mbr-list-title {
  color: #ffffff;
}
.cid-vcTMUT9jDG .list {
  color: #808080;
}
.cid-vcTMUT9jDG .mbr-section-title,
.cid-vcTMUT9jDG .mbr-section-btn {
  color: #ff8208;
}
.cid-vdyxFmjMMT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdyxFmjMMT nav.navbar {
  position: fixed;
}
.cid-vdyxFmjMMT .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdyxFmjMMT .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdyxFmjMMT .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-vdyxFmjMMT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdyxFmjMMT .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdyxFmjMMT .dropdown-item:hover,
.cid-vdyxFmjMMT .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdyxFmjMMT .dropdown-item:hover span {
  color: white;
}
.cid-vdyxFmjMMT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdyxFmjMMT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdyxFmjMMT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdyxFmjMMT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdyxFmjMMT .nav-link {
  position: relative;
}
.cid-vdyxFmjMMT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdyxFmjMMT .container {
    flex-wrap: nowrap;
  }
}
.cid-vdyxFmjMMT .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdyxFmjMMT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdyxFmjMMT .dropdown-menu,
.cid-vdyxFmjMMT .navbar.opened {
  background: #ffffff !important;
}
.cid-vdyxFmjMMT .nav-item:focus,
.cid-vdyxFmjMMT .nav-link:focus {
  outline: none;
}
.cid-vdyxFmjMMT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdyxFmjMMT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdyxFmjMMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdyxFmjMMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdyxFmjMMT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdyxFmjMMT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdyxFmjMMT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdyxFmjMMT .navbar.opened {
  transition: all 0.3s;
}
.cid-vdyxFmjMMT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdyxFmjMMT .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdyxFmjMMT .navbar .navbar-logo img {
  width: auto;
}
.cid-vdyxFmjMMT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdyxFmjMMT .navbar.collapsed {
  justify-content: center;
}
.cid-vdyxFmjMMT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdyxFmjMMT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdyxFmjMMT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdyxFmjMMT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdyxFmjMMT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdyxFmjMMT .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-vdyxFmjMMT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdyxFmjMMT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdyxFmjMMT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdyxFmjMMT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdyxFmjMMT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdyxFmjMMT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdyxFmjMMT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdyxFmjMMT .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-vdyxFmjMMT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdyxFmjMMT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdyxFmjMMT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdyxFmjMMT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdyxFmjMMT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdyxFmjMMT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdyxFmjMMT .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdyxFmjMMT .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdyxFmjMMT .navbar-brand {
  min-height: 70px;
  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-vdyxFmjMMT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdyxFmjMMT .navbar-brand .navbar-caption:hover,
.cid-vdyxFmjMMT .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdyxFmjMMT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdyxFmjMMT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdyxFmjMMT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdyxFmjMMT .dropdown-item.active,
.cid-vdyxFmjMMT .dropdown-item:active {
  background-color: transparent;
}
.cid-vdyxFmjMMT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdyxFmjMMT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdyxFmjMMT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdyxFmjMMT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdyxFmjMMT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdyxFmjMMT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdyxFmjMMT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdyxFmjMMT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdyxFmjMMT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdyxFmjMMT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdyxFmjMMT .navbar-buttons {
    text-align: left;
  }
}
.cid-vdyxFmjMMT .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdyxFmjMMT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdyxFmjMMT 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdyxFmjMMT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdyxFmjMMT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdyxFmjMMT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdyxFmjMMT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdyxFmjMMT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdyxFmjMMT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdyxFmjMMT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdyxFmjMMT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdyxFmjMMT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdyxFmjMMT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdyxFmjMMT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdyxFmjMMT .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-vdyxFmjMMT .navbar {
    height: 70px;
  }
  .cid-vdyxFmjMMT .navbar.opened {
    height: auto;
  }
  .cid-vdyxFmjMMT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdyxFmjMMT .navbar-nav {
  margin: 0 auto;
}
.cid-vdyxFmjMMT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdyxFmjMMT .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdyxFmjMMT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdyxFmjMMT .nav-item .nav-link:hover,
.cid-vdyxFmjMMT .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdyxFmjMMT .nav-item .nav-link:hover::after,
.cid-vdyxFmjMMT .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdyxFmjMMT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdyxFmjMMT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdyxFmjMMT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdyxFmjMMT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdyxFmjMMT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdyxFmjMMT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdyxFmjMMT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdyxFmjMMT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdyxFmjMMT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdyxFmjMMT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdyxFmjMMT .content-wrap {
  min-height: 70px;
}
.cid-vdyyvotmdI {
  position: relative;
  background-image: url("../../../assets/images/trabajos20cerrajeria20mangas201-700x490.jpg");
}
.cid-vdyyvotmdI .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #272b2e -30%, transparent 100%);
}
.cid-vdyyvotmdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyyvotmdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyyvotmdI .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vdyyvotmdI .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vdyyvotmdI .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdyyvotmdI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdyyvotmdI .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vdyyvotmdI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdyyvotmdI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vdyyvotmdI .mbr-section-title {
  color: #ffffff;
}
.cid-vdyyvotmdI .mbr-text,
.cid-vdyyvotmdI .text-wrapper {
  color: #ff8b08;
  text-align: center;
}
.cid-vdyyvotmdI .mbr-section-title,
.cid-vdyyvotmdI .mbr-section-btn {
  text-align: center;
}
.cid-vdyxFhZX07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vdyxFhZX07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFhZX07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFhZX07 .row {
  justify-content: center;
}
.cid-vdyxFhZX07 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vdyxFhZX07 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vdyxFhZX07 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdyxFhZX07 .mbr-text {
  color: #fff7ee;
}
.cid-vdyxFhZX07 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vdyxFhZX07 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vdyxFifmrj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vdyxFifmrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFifmrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFifmrj .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdyxFifmrj .card {
    margin-bottom: 40px;
  }
}
.cid-vdyxFifmrj .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vdyxFifmrj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdyxFifmrj .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdyxFifmrj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdyxFifmrj .mbr-label {
  color: #ff8208;
}
.cid-vdyxFifmrj .mbr-section-title {
  color: #272b2e;
}
.cid-vdyxFifmrj .mbr-text {
  color: #6b6e6f;
  text-align: left;
}
.cid-vdyxFiBvs2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vdyxFiBvs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFiBvs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFiBvs2 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdyxFiBvs2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vdyxFiBvs2 .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-vdyxFiBvs2 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vdyxFiBvs2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdyxFiBvs2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vdyxFiBvs2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdyxFiBvs2 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-vdyxFiBvs2 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vdyxFiBvs2 .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-vdyxFiBvs2 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vdyxFiBvs2 .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-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vdyxFiBvs2 .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(#d1761c 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vdyxFiBvs2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdyxFiBvs2 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-vdyxFiBvs2 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .card_1 {
    width: 100%;
  }
}
.cid-vdyxFiBvs2 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdyxFiBvs2 .card_2 {
    width: 100%;
  }
}
.cid-vdyxFiBvs2 .main-btn {
  margin-top: 12px;
}
.cid-vdyxFiBvs2 .mbr-label,
.cid-vdyxFiBvs2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdyxFiBvs2 .mbr-section-title,
.cid-vdyxFiBvs2 .title-wrapper {
  color: #000000;
}
.cid-vdyxFiBvs2 .mbr-text,
.cid-vdyxFiBvs2 .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vdyxFiBvs2 .item-title {
  color: #000000;
}
.cid-vdyxFiBvs2 .item-text {
  color: #515151;
}
.cid-vdyxFiBvs2 .mbr-section-title,
.cid-vdyxFiBvs2 .title-wrapper,
.cid-vdyxFiBvs2 .main-btn {
  text-align: left;
}
.cid-vdyxFiBvs2 .item-title,
.cid-vdyxFiBvs2 .item-btn,
.cid-vdyxFiBvs2 .icon-wrapper {
  color: #ff8208;
}
.cid-vdyxFj5PET {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vdyxFj5PET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFj5PET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFj5PET .row {
  justify-content: center;
}
.cid-vdyxFj5PET .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vdyxFj5PET .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vdyxFj5PET .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdyxFj5PET .mbr-text {
  color: #fff7ee;
}
.cid-vdyxFj5PET #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vdyxFj5PET img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vdyQaJpT44 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vdyQaJpT44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyQaJpT44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyQaJpT44 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vdyQaJpT44 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vdyQaJpT44 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdyQaJpT44 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vdyQaJpT44 .carousel-control,
.cid-vdyQaJpT44 .close {
  background: #1b1b1b;
}
.cid-vdyQaJpT44 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdyQaJpT44 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdyQaJpT44 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdyQaJpT44 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdyQaJpT44 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdyQaJpT44 .close::before {
  content: '\e91a';
}
.cid-vdyQaJpT44 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vdyQaJpT44 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdyQaJpT44 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdyQaJpT44 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdyQaJpT44 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdyQaJpT44 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdyQaJpT44 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdyQaJpT44 .carousel-indicators li.active,
.cid-vdyQaJpT44 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdyQaJpT44 .carousel-indicators li::after,
.cid-vdyQaJpT44 .carousel-indicators li::before {
  content: none;
}
.cid-vdyQaJpT44 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdyQaJpT44 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdyQaJpT44 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdyQaJpT44 .carousel-indicators {
    display: none;
  }
}
.cid-vdyQaJpT44 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdyQaJpT44 .carousel-inner > .active {
  display: block;
}
.cid-vdyQaJpT44 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdyQaJpT44 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdyQaJpT44 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdyQaJpT44 .carousel-control,
  .cid-vdyQaJpT44 .carousel-indicators,
  .cid-vdyQaJpT44 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdyQaJpT44 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdyQaJpT44 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdyQaJpT44 .carousel-indicators .active,
.cid-vdyQaJpT44 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdyQaJpT44 .carousel-indicators .active {
  background: #fafafa;
}
.cid-vdyQaJpT44 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdyQaJpT44 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdyQaJpT44 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdyQaJpT44 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdyQaJpT44 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdyQaJpT44 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdyQaJpT44 .carousel {
  width: 100%;
}
.cid-vdyQaJpT44 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdyQaJpT44 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdyQaJpT44 .modal.fade .modal-dialog,
.cid-vdyQaJpT44 .modal.in .modal-dialog {
  transform: none;
}
.cid-vdyQaJpT44 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdyQaJpT44 H6 {
  text-align: center;
}
.cid-vdyQaJpT44 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vdyQaJpT44 .rotate {
    top: -6px;
  }
}
.cid-vdyQaJpT44 .title-relative {
  position: relative;
}
.cid-vdyQaJpT44 .mbr-section-title,
.cid-vdyQaJpT44 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vdyQaJpT44 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vdyQaJpT44 .item-content {
    padding: 1rem;
  }
}
.cid-vdyQaJpT44 .mbr-text,
.cid-vdyQaJpT44 .item-title {
  color: #fafafa;
}
.cid-vdyQaJpT44 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vdyQaJpT44 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vdyQaJpT44 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vdyQaJpT44 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vdyQaJpT44 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vdyQaJpT44 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vdyQaJpT44 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vdyQaJpT44 .item-title {
  text-align: center;
  color: #7c505e;
}
.cid-vdyQaJpT44 .mbr-section-title {
  color: #7c505e;
}
.cid-vdyxFkDh9s {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vdyxFkDh9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFkDh9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFkDh9s .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vdyxFkDh9s .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdyxFkDh9s .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vdyxFkDh9s .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vdyxFkDh9s .content-wrapper .border_1 {
  left: 0;
}
.cid-vdyxFkDh9s .content-wrapper .border_2 {
  right: 0;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #ff8208, 0 10px 10px -8px #ff8208;
  background-color: #fafafa;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdyxFkDh9s .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdyxFkDh9s .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdyxFkDh9s .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdyxFkDh9s .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vdyxFkDh9s .mbr-label,
.cid-vdyxFkDh9s .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vdyxFkDh9s .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdyxFkDh9s .mbr-text,
.cid-vdyxFkDh9s .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vdyxFlcQJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trabajos20cerrajeria20mangas204-1000x490.jpg");
}
.cid-vdyxFlcQJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFlcQJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFlcQJN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vdyxFlcQJN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdyxFlcQJN .container {
    padding: 0 20px;
  }
}
.cid-vdyxFlcQJN .row {
  justify-content: center;
}
.cid-vdyxFlcQJN .title-wrapper {
  padding: 40px 78px;
  background-color: #4f6f91;
}
@media (max-width: 1200px) {
  .cid-vdyxFlcQJN .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vdyxFlcQJN .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-vdyxFlcQJN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdyxFlcQJN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdyxFlcQJN .dragArea.row {
  padding: 80px 78px;
  background-color: #272b2e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-vdyxFlcQJN .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vdyxFlcQJN .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-vdyxFlcQJN .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vdyxFlcQJN .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vdyxFlcQJN .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #78858c;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-vdyxFlcQJN .dragArea.row .form-group .form-control:hover,
.cid-vdyxFlcQJN .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-vdyxFlcQJN .dragArea.row .form-group .form-control::placeholder {
  color: #ffc263;
}
.cid-vdyxFlcQJN .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-vdyxFlcQJN .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #ffc263;
}
.cid-vdyxFlcQJN .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vdyxFlcQJN .mbr-section-title {
  color: #c2b299;
}
.cid-vdyxFlcQJN .mbr-text {
  color: #e4dfd4;
}
.cid-vdyxFlcQJN label {
  color: #c2b299;
}
.cid-vdyxFlcQJN P {
  text-align: center;
  color: #ff8208;
}
.cid-vdyxFlcQJN LABEL {
  color: #ffffff;
}
.cid-vdyxFlK1yv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vdyxFlK1yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyxFlK1yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyxFlK1yv .card {
  justify-content: center;
}
.cid-vdyxFlK1yv .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdyxFlK1yv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdyxFlK1yv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdyxFlK1yv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdyxFlK1yv .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdyxFlK1yv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdyxFlK1yv .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdyxFlK1yv .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vdyxFlK1yv .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdyxFlK1yv .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vdyxFlK1yv .mbr-section-title {
  color: #ffffff;
}
.cid-vdyxFlK1yv .mbr-text,
.cid-vdyxFlK1yv .text-wrapper {
  color: #f5f5f5;
}
.cid-vdyxFlK1yv .mbr-list-title {
  color: #ffffff;
}
.cid-vdyxFlK1yv .list {
  color: #808080;
}
.cid-vdyxFlK1yv .mbr-section-title,
.cid-vdyxFlK1yv .mbr-section-btn {
  color: #ff8208;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vcTS68QZg9 {
  background-color: #f5f5f5;
}
.cid-vcTS68QZg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTS68QZg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTS68QZg9 .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcTS68QZg9 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vcTS68QZg9 .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-vcTS68QZg9 .content-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-vcTS68QZg9 .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vcTS68QZg9 .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-vcTS68QZg9 .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-vcTS68QZg9 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-vcTS68QZg9 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vcTS68QZg9 .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vcTS68QZg9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcTS68QZg9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcTS68QZg9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcTS68QZg9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTS68QZg9 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
}
.cid-vcTS68QZg9 .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcTS68QZg9 .image-wrapper img {
    height: 300px;
  }
}
.cid-vcTS68QZg9 .mbr-tag_1,
.cid-vcTS68QZg9 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcTS68QZg9 .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-vcTS68QZg9 .mbr-section-title {
  color: #808080;
}
.cid-vcTS68QZg9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vcTS68QZg9 .mbr-text,
.cid-vcTS68QZg9 .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-vcTS68QZg9 .mbr-section-title,
.cid-vcTS68QZg9 .mbr-section-btn {
  text-align: center;
  color: #ff8208;
}
.cid-vcTS68QZg9 .mbr-section-subtitle,
.cid-vcTS68QZg9 .subtitle-wrapper {
  color: #585c5e;
}
.cid-vcTPGDZHwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTPGDZHwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTPGDZHwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTPGDZHwp .row {
  justify-content: center;
}
.cid-vcTPGDZHwp .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcTPGDZHwp .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcTPGDZHwp .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTPGDZHwp .mbr-text {
  color: #fff7ee;
}
.cid-vcTPGDZHwp #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcTPGDZHwp img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcTTB8Au4I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcTTB8Au4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTTB8Au4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTTB8Au4I .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcTTB8Au4I .card {
    margin-bottom: 40px;
  }
}
.cid-vcTTB8Au4I .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vcTTB8Au4I .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcTTB8Au4I .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTTB8Au4I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcTTB8Au4I .mbr-label {
  color: #ff8208;
}
.cid-vcTTB8Au4I .mbr-section-title {
  color: #272b2e;
}
.cid-vcTTB8Au4I .mbr-text {
  color: #6b6e6f;
}
.cid-vcTPGCHx7m {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vcTPGCHx7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTPGCHx7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTPGCHx7m .content-wrap {
  justify-content: center;
}
.cid-vcTPGCHx7m .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcTPGCHx7m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcTPGCHx7m .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-vcTPGCHx7m .box .mbr-media {
    height: 350px;
  }
}
.cid-vcTPGCHx7m .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #6b6e6f;
  background-color: #6b6e6f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTPGCHx7m .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-vcTPGCHx7m .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcTPGCHx7m .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-vcTPGCHx7m .mbr-media {
  position: relative;
}
.cid-vcTPGCHx7m .mbr-media img {
  object-fit: cover;
}
.cid-vcTPGCHx7m a:hover {
  background-image: none !important;
}
.cid-vcTPGCHx7m .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #ff8208, #ffb66e);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vcTPGCHx7m .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-vcTPGCHx7m .icon-wrapper:hover,
.cid-vcTPGCHx7m .icon-wrapper:focus {
  opacity: .85;
}
.cid-vcTPGCHx7m .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vcTPGCHx7m .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vcTPGCHx7m .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vcTPGCHx7m .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vcTPGCHx7m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcTPGCHx7m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcTPGCHx7m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcTPGDedOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTPGDedOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTPGDedOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTPGDedOO .row {
  justify-content: center;
}
.cid-vcTPGDedOO .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcTPGDedOO .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcTPGDedOO .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTPGDedOO .mbr-text {
  color: #fff7ee;
}
.cid-vcTPGDedOO #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcTPGDedOO img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcTUiX7j6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTUiX7j6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTUiX7j6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTUiX7j6B .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcTUiX7j6B .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcTUiX7j6B .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-vcTUiX7j6B .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcTUiX7j6B .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcTUiX7j6B .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #ff8b08, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcTUiX7j6B .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTUiX7j6B .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-vcTUiX7j6B .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcTUiX7j6B .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-vcTUiX7j6B .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vcTUiX7j6B .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-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vcTUiX7j6B .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(#d1761c 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcTUiX7j6B .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTUiX7j6B .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-vcTUiX7j6B .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .card_1 {
    width: 100%;
  }
}
.cid-vcTUiX7j6B .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vcTUiX7j6B .card_2 {
    width: 100%;
  }
}
.cid-vcTUiX7j6B .main-btn {
  margin-top: 12px;
}
.cid-vcTUiX7j6B .mbr-label,
.cid-vcTUiX7j6B .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcTUiX7j6B .mbr-section-title,
.cid-vcTUiX7j6B .title-wrapper {
  color: #000000;
}
.cid-vcTUiX7j6B .mbr-text,
.cid-vcTUiX7j6B .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vcTUiX7j6B .item-title {
  color: #000000;
}
.cid-vcTUiX7j6B .item-text {
  color: #515151;
}
.cid-vcTUiX7j6B .mbr-section-title,
.cid-vcTUiX7j6B .title-wrapper,
.cid-vcTUiX7j6B .main-btn {
  text-align: center;
}
.cid-vcTUiX7j6B .item-title,
.cid-vcTUiX7j6B .item-btn,
.cid-vcTUiX7j6B .icon-wrapper {
  color: #ff8208;
}
.cid-vdyM9XkMZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-vdyM9XkMZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyM9XkMZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyM9XkMZy .col-12 {
  position: relative;
}
.cid-vdyM9XkMZy img {
  margin: auto;
}
.cid-vdyM9XkMZy .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-vdyM9XkMZy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdyM9XkMZy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdyM9XkMZy .image-wrapper {
    padding: 1rem;
  }
}
.cid-vdyM9XkMZy .mbr-section-title {
  color: #ffffff;
}
.cid-vdyM9XkMZy .mbr-text,
.cid-vdyM9XkMZy .mbr-section-btn {
  color: #ffffff;
}
.cid-vdyIumsfMi {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-vdyIumsfMi .item-wrapper {
  width: 100%;
}
.cid-vdyIumsfMi .row {
  align-items: center;
  justify-content: center;
}
.cid-vdyIumsfMi .b {
  margin-bottom: 30px;
}
.cid-vdyIumsfMi img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-vdyIumsfMi .b,
  .cid-vdyIumsfMi .t {
    margin-bottom: 20px;
  }
}
.cid-vcTPGF3Suq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTPGF3Suq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTPGF3Suq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTPGF3Suq .row {
  justify-content: center;
}
.cid-vcTPGF3Suq .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcTPGF3Suq .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcTPGF3Suq .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTPGF3Suq .mbr-text {
  color: #fff7ee;
}
.cid-vcTPGF3Suq #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcTPGF3Suq img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcTPGFsG7K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcTPGFsG7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTPGFsG7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTPGFsG7K .card-wrapper {
  background-color: #b9b9b9;
  padding: 8px;
}
.cid-vcTPGFsG7K .card-wrapper .content-wrapper {
  background-color: #ffffff;
  padding: 24px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper {
  margin: 0 -28px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card {
  padding: 0 28px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 32px;
  }
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item {
    margin-bottom: 32px;
  }
  .cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vcTPGFsG7K .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTPGFsG7K .btn-wrapper {
  margin-top: -4rem;
  margin-right: 0;
}
.cid-vcTPGFsG7K .mbr-label,
.cid-vcTPGFsG7K .label-wrapper {
  color: #ff8208;
}
.cid-vcTPGFsG7K .mbr-section-title {
  color: #ff8208;
}
.cid-vcTPGFsG7K .mbr-text,
.cid-vcTPGFsG7K .text-wrapper {
  color: #4f4f4f;
}
.cid-vcTPGFsG7K .item-title {
  color: #000000;
}
.cid-vcTPGFsG7K .item-text {
  color: #4f4f4f;
}
.cid-vd1qjzCslK {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd1qjzCslK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1qjzCslK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1qjzCslK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd1qjzCslK .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd1qjzCslK .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd1qjzCslK .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd1qjzCslK .content-wrapper .border_1 {
  left: 0;
}
.cid-vd1qjzCslK .content-wrapper .border_2 {
  right: 0;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #ff8208, 0 10px 10px -8px #ff8208;
  background-color: #fafafa;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd1qjzCslK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd1qjzCslK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd1qjzCslK .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd1qjzCslK .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd1qjzCslK .mbr-label,
.cid-vd1qjzCslK .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vd1qjzCslK .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd1qjzCslK .mbr-text,
.cid-vd1qjzCslK .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd1pL80jD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-vd1pL80jD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1pL80jD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1pL80jD9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd1pL80jD9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd1pL80jD9 .container {
    padding: 0 20px;
  }
}
.cid-vd1pL80jD9 .row {
  justify-content: center;
}
.cid-vd1pL80jD9 .title-wrapper {
  padding: 40px 78px;
  background-color: #4f6f91;
}
@media (max-width: 1200px) {
  .cid-vd1pL80jD9 .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vd1pL80jD9 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-vd1pL80jD9 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd1pL80jD9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vd1pL80jD9 .dragArea.row {
  padding: 80px 78px;
  background-color: #272b2e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-vd1pL80jD9 .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vd1pL80jD9 .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-vd1pL80jD9 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vd1pL80jD9 .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vd1pL80jD9 .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #78858c;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-vd1pL80jD9 .dragArea.row .form-group .form-control:hover,
.cid-vd1pL80jD9 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-vd1pL80jD9 .dragArea.row .form-group .form-control::placeholder {
  color: #ffc263;
}
.cid-vd1pL80jD9 .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-vd1pL80jD9 .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #ffc263;
}
.cid-vd1pL80jD9 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vd1pL80jD9 .mbr-section-title {
  color: #c2b299;
}
.cid-vd1pL80jD9 .mbr-text {
  color: #e4dfd4;
}
.cid-vd1pL80jD9 label {
  color: #c2b299;
}
.cid-vd1pL80jD9 P {
  text-align: center;
  color: #ff8208;
}
.cid-vd1pL80jD9 LABEL {
  color: #ffffff;
}
.cid-vcTPGG3TIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcTPGG3TIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTPGG3TIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTPGG3TIv .card {
  justify-content: center;
}
.cid-vcTPGG3TIv .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcTPGG3TIv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcTPGG3TIv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcTPGG3TIv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcTPGG3TIv .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcTPGG3TIv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTPGG3TIv .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcTPGG3TIv .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcTPGG3TIv .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcTPGG3TIv .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcTPGG3TIv .mbr-section-title {
  color: #ffffff;
}
.cid-vcTPGG3TIv .mbr-text,
.cid-vcTPGG3TIv .text-wrapper {
  color: #f5f5f5;
}
.cid-vcTPGG3TIv .mbr-list-title {
  color: #ffffff;
}
.cid-vcTPGG3TIv .list {
  color: #808080;
}
.cid-vcTPGG3TIv .mbr-section-title,
.cid-vcTPGG3TIv .mbr-section-btn {
  color: #ff8208;
}
.cid-vdy43WasPW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vdy43WasPW nav.navbar {
  position: fixed;
}
.cid-vdy43WasPW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vdy43WasPW .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-vdy43WasPW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdy43WasPW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 700;
}
.cid-vdy43WasPW .dropdown-item:hover,
.cid-vdy43WasPW .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item:hover span {
  color: white;
}
.cid-vdy43WasPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdy43WasPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdy43WasPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vdy43WasPW .nav-link {
  position: relative;
}
.cid-vdy43WasPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdy43WasPW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdy43WasPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdy43WasPW .dropdown-menu,
.cid-vdy43WasPW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdy43WasPW .nav-item:focus,
.cid-vdy43WasPW .nav-link:focus {
  outline: none;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdy43WasPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdy43WasPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdy43WasPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdy43WasPW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vdy43WasPW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdy43WasPW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdy43WasPW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vdy43WasPW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdy43WasPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdy43WasPW .navbar.collapsed {
  justify-content: center;
}
.cid-vdy43WasPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdy43WasPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdy43WasPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdy43WasPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdy43WasPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdy43WasPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdy43WasPW .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-vdy43WasPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdy43WasPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdy43WasPW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vdy43WasPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdy43WasPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdy43WasPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdy43WasPW .navbar.navbar-short {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vdy43WasPW .navbar-brand {
  min-height: 70px;
  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-vdy43WasPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vdy43WasPW .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdy43WasPW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .dropdown-item.active,
.cid-vdy43WasPW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdy43WasPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdy43WasPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdy43WasPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdy43WasPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdy43WasPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdy43WasPW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdy43WasPW .navbar-buttons {
    text-align: left;
  }
}
.cid-vdy43WasPW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vdy43WasPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdy43WasPW 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #3a353e;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdy43WasPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdy43WasPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdy43WasPW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdy43WasPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdy43WasPW .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-vdy43WasPW .navbar {
    height: 70px;
  }
  .cid-vdy43WasPW .navbar.opened {
    height: auto;
  }
  .cid-vdy43WasPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdy43WasPW .navbar-nav {
  margin: 0 auto;
}
.cid-vdy43WasPW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdy43WasPW .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.cid-vdy43WasPW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdy43WasPW .nav-item .nav-link:hover,
.cid-vdy43WasPW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ff8b08 !important;
}
.cid-vdy43WasPW .nav-item .nav-link:hover::after,
.cid-vdy43WasPW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdy43WasPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdy43WasPW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdy43WasPW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdy43WasPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdy43WasPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdy43WasPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdy43WasPW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdy43WasPW .content-wrap {
  min-height: 70px;
}
.cid-vcU244hZxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcU244hZxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU244hZxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU244hZxg .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcU244hZxg .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vcU244hZxg .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-vcU244hZxg .content-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-vcU244hZxg .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vcU244hZxg .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-vcU244hZxg .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-vcU244hZxg .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-vcU244hZxg .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vcU244hZxg .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vcU244hZxg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcU244hZxg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcU244hZxg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcU244hZxg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU244hZxg .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
}
.cid-vcU244hZxg .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcU244hZxg .image-wrapper img {
    height: 300px;
  }
}
.cid-vcU244hZxg .mbr-tag_1,
.cid-vcU244hZxg .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcU244hZxg .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-vcU244hZxg .mbr-section-title {
  color: #808080;
}
.cid-vcU244hZxg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vcU244hZxg .mbr-text,
.cid-vcU244hZxg .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-vcU244hZxg .mbr-section-title,
.cid-vcU244hZxg .mbr-section-btn {
  text-align: center;
  color: #ff8208;
}
.cid-vcU244hZxg .mbr-section-subtitle,
.cid-vcU244hZxg .subtitle-wrapper {
  color: #6b6e6f;
}
.cid-vcU244GciM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcU244GciM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU244GciM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU244GciM .row {
  justify-content: center;
}
.cid-vcU244GciM .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcU244GciM .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcU244GciM .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU244GciM .mbr-text {
  color: #fff7ee;
}
.cid-vcU244GciM #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcU244GciM img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcU2452Bmt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcU2452Bmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU2452Bmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU2452Bmt .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcU2452Bmt .card {
    margin-bottom: 40px;
  }
}
.cid-vcU2452Bmt .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vcU2452Bmt .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcU2452Bmt .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcU2452Bmt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcU2452Bmt .mbr-label {
  color: #ff8208;
}
.cid-vcU2452Bmt .mbr-section-title {
  color: #272b2e;
}
.cid-vcU2452Bmt .mbr-text {
  color: #6b6e6f;
  text-align: right;
}
.cid-vcU246XtJl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcU246XtJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU246XtJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU246XtJl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcU246XtJl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcU246XtJl .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-vcU246XtJl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcU246XtJl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcU246XtJl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcU246XtJl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU246XtJl .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-vcU246XtJl .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcU246XtJl .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-vcU246XtJl .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vcU246XtJl .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-vcU246XtJl .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vcU246XtJl .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(#d1761c 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcU246XtJl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcU246XtJl .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-vcU246XtJl .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .card_1 {
    width: 100%;
  }
}
.cid-vcU246XtJl .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vcU246XtJl .card_2 {
    width: 100%;
  }
}
.cid-vcU246XtJl .main-btn {
  margin-top: 12px;
}
.cid-vcU246XtJl .mbr-label,
.cid-vcU246XtJl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcU246XtJl .mbr-section-title,
.cid-vcU246XtJl .title-wrapper {
  color: #000000;
}
.cid-vcU246XtJl .mbr-text,
.cid-vcU246XtJl .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vcU246XtJl .item-title {
  color: #000000;
}
.cid-vcU246XtJl .item-text {
  color: #515151;
}
.cid-vcU246XtJl .mbr-section-title,
.cid-vcU246XtJl .title-wrapper,
.cid-vcU246XtJl .main-btn {
  text-align: justify;
}
.cid-vcU246XtJl .item-title,
.cid-vcU246XtJl .item-btn,
.cid-vcU246XtJl .icon-wrapper {
  color: #ff8208;
}
.cid-vcU2494LVF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcU2494LVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU2494LVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: ¡100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU2494LVF .row {
  justify-content: center;
}
.cid-vcU2494LVF .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcU2494LVF .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcU2494LVF .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU2494LVF .mbr-text {
  color: #fff7ee;
}
.cid-vcU2494LVF #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcU2494LVF img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcU247KC70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-vcU247KC70 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vcU247KC70 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vcU247KC70 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcU247KC70 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU247KC70 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-vcU247KC70 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-vcU247KC70 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcU247KC70 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-vcU247KC70 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #6b6e6f;
}
.cid-vcU247KC70 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vcU247KC70 .embla__button--next,
.cid-vcU247KC70 .embla__button--prev {
  display: flex;
}
.cid-vcU247KC70 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #ff8208 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vcU247KC70 .embla__button:hover {
  transform: scale(1.05);
}
.cid-vcU247KC70 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcU247KC70 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcU247KC70 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-vcU247KC70 .embla {
    margin-bottom: 38px;
  }
}
.cid-vcU247KC70 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcU247KC70 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcU247KC70 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcU247KC70 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcU247KC70 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcU247KC70 .mbr-section-title {
  color: #ffffff;
}
.cid-vcU247KC70 .mbr-text,
.cid-vcU247KC70 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vcU247KC70 .mbr-desc,
.cid-vcU247KC70 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vcU247KC70 .item-title,
.cid-vcU247KC70 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vcU247KC70 .item-text,
.cid-vcU247KC70 .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-vcU247KC70 .mbr-section-title,
.cid-vcU247KC70 .mbr-section-btn {
  text-align: center;
  color: #6b6e6f;
}
.cid-vcU8jejGsu {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vcU8jejGsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU8jejGsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU8jejGsu .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vcU8jejGsu .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcU8jejGsu .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcU8jejGsu .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcU8jejGsu .content-wrapper .border_1 {
  left: 0;
}
.cid-vcU8jejGsu .content-wrapper .border_2 {
  right: 0;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #ff8208, 0 10px 10px -8px #ff8208;
  background-color: #fafafa;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcU8jejGsu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcU8jejGsu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcU8jejGsu .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcU8jejGsu .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vcU8jejGsu .mbr-label,
.cid-vcU8jejGsu .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vcU8jejGsu .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcU8jejGsu .mbr-text,
.cid-vcU8jejGsu .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd1q0PYpCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/reformas-en-guadalajara-exterior-decoracion-en-reforma-1-938x625.jpg");
}
.cid-vd1q0PYpCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1q0PYpCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1q0PYpCn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd1q0PYpCn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd1q0PYpCn .container {
    padding: 0 20px;
  }
}
.cid-vd1q0PYpCn .row {
  justify-content: center;
}
.cid-vd1q0PYpCn .title-wrapper {
  padding: 40px 78px;
  background-color: #4f6f91;
}
@media (max-width: 1200px) {
  .cid-vd1q0PYpCn .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vd1q0PYpCn .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-vd1q0PYpCn .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd1q0PYpCn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vd1q0PYpCn .dragArea.row {
  padding: 80px 78px;
  background-color: #272b2e;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-vd1q0PYpCn .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vd1q0PYpCn .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-vd1q0PYpCn .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vd1q0PYpCn .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vd1q0PYpCn .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #78858c;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-vd1q0PYpCn .dragArea.row .form-group .form-control:hover,
.cid-vd1q0PYpCn .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-vd1q0PYpCn .dragArea.row .form-group .form-control::placeholder {
  color: #ffc263;
}
.cid-vd1q0PYpCn .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-vd1q0PYpCn .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #ffc263;
}
.cid-vd1q0PYpCn .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vd1q0PYpCn .mbr-section-title {
  color: #c2b299;
}
.cid-vd1q0PYpCn .mbr-text {
  color: #e4dfd4;
}
.cid-vd1q0PYpCn label {
  color: #c2b299;
}
.cid-vd1q0PYpCn P {
  text-align: center;
  color: #ff8208;
}
.cid-vd1q0PYpCn LABEL {
  color: #ffffff;
}
.cid-vcU24aaTqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272b2e;
}
.cid-vcU24aaTqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU24aaTqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU24aaTqT .card {
  justify-content: center;
}
.cid-vcU24aaTqT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcU24aaTqT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcU24aaTqT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcU24aaTqT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcU24aaTqT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vcU24aaTqT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcU24aaTqT .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcU24aaTqT .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vcU24aaTqT .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vcU24aaTqT .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcU24aaTqT .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcU24aaTqT .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vcU24aaTqT .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcU24aaTqT .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcU24aaTqT .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcU24aaTqT .mbr-copy {
  margin-bottom: 0;
  color: #808080;
  text-align: center;
}
.cid-vcU24aaTqT .mbr-section-title {
  color: #ffffff;
}
.cid-vcU24aaTqT .mbr-text,
.cid-vcU24aaTqT .text-wrapper {
  color: #f5f5f5;
}
.cid-vcU24aaTqT .mbr-list-title {
  color: #ffffff;
}
.cid-vcU24aaTqT .list {
  color: #808080;
}
.cid-vcU24aaTqT .mbr-section-title,
.cid-vcU24aaTqT .mbr-section-btn {
  color: #ff8208;
}
