.btn {
  border-width: 2px;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.45rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #0085cc !important;
}
.bg-success {
  background-color: #65cdff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #1c1c1c !important;
}
.bg-danger {
  background-color: #ef6408 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0085cc !important;
  border-color: #0085cc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004c75 !important;
  border-color: #004c75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004c75 !important;
  border-color: #004c75 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef6712 !important;
  border-color: #ef6712 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a0440b !important;
  border-color: #a0440b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a0440b !important;
  border-color: #a0440b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #65cdff !important;
  border-color: #65cdff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0eb1ff !important;
  border-color: #0eb1ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0eb1ff !important;
  border-color: #0eb1ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef6408 !important;
  border-color: #ef6408 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9b4105 !important;
  border-color: #9b4105 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b4105 !important;
  border-color: #9b4105 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0085cc;
  color: #0085cc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004c75 !important;
  background-color: transparent!important;
  border-color: #004c75 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0085cc !important;
  border-color: #0085cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ef6712;
  color: #ef6712;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a0440b !important;
  background-color: transparent!important;
  border-color: #a0440b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6712 !important;
  border-color: #ef6712 !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: #65cdff;
  color: #65cdff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0eb1ff !important;
  background-color: transparent!important;
  border-color: #0eb1ff !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #65cdff !important;
  border-color: #65cdff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ef6408;
  color: #ef6408;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9b4105 !important;
  background-color: transparent!important;
  border-color: #9b4105 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6408 !important;
  border-color: #ef6408 !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: #0085cc !important;
}
.text-secondary {
  color: #ef6712 !important;
}
.text-success {
  color: #65cdff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #1c1c1c !important;
}
.text-danger {
  color: #ef6408 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #004266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #913e0a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00acfe !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: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c3b05 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0085cc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #1c1c1c;
}
.alert-danger {
  background-color: #ef6408;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0085cc;
  border-color: #0085cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0085cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99dbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #cfcfcf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fddcc6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0085cc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0085cc;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #0085cc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0085cc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0085cc;
  border-bottom-color: #0085cc;
}
.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: #0085cc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ef6712 !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='%230085cc' %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,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #0085cc !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #0085cc !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #ef6712 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #ef6712 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #65cdff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #65cdff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #1c1c1c !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #1c1c1c !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ef6408 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ef6408 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-uZhKzC7Pk3 {
  z-index: 1000;
  width: 100%;
}
.cid-uZhKzC7Pk3 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZhKzC7Pk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZhKzC7Pk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .menu_box .navbar.opened,
  .cid-uZhKzC7Pk3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZhKzC7Pk3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZhKzC7Pk3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZhKzC7Pk3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZhKzC7Pk3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZhKzC7Pk3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZhKzC7Pk3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZhKzC7Pk3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZhKzC7Pk3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZhKzC7Pk3 .offcanvas-body .mbr-text,
  .cid-uZhKzC7Pk3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZhKzC7Pk3 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZhKzC7Pk3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZhKzC7Pk3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZhKzC7Pk3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZhKzC7Pk3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZhKzC7Pk3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZhKzC7Pk3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZhKzC7Pk3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZhKzC7Pk3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZhKzC7Pk3 .nav-item .nav-link {
  position: relative;
}
.cid-uZhKzC7Pk3 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZhKzC7Pk3 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZhKzC7Pk3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZhKzC7Pk3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZhKzC7Pk3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZhKzC7Pk3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box {
    display: none;
  }
}
.cid-uZhKzC7Pk3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZhKzC7Pk3 .container {
  display: flex;
  margin: auto;
}
.cid-uZhKzC7Pk3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZhKzC7Pk3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZhKzC7Pk3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZhKzC7Pk3 .navbar-caption {
  color: #000000;
}
.cid-uZhKzC7Pk3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .navbar-nav {
    margin: 0;
  }
}
.cid-uZhKzC7Pk3 .dropdown-menu,
.cid-uZhKzC7Pk3 .navbar.opened {
  background-color: false !important;
}
.cid-uZhKzC7Pk3 .nav-item:focus,
.cid-uZhKzC7Pk3 .nav-link:focus {
  outline: none;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZhKzC7Pk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZhKzC7Pk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZhKzC7Pk3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZhKzC7Pk3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZhKzC7Pk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZhKzC7Pk3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZhKzC7Pk3 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZhKzC7Pk3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZhKzC7Pk3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZhKzC7Pk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZhKzC7Pk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZhKzC7Pk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZhKzC7Pk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZhKzC7Pk3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZhKzC7Pk3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZhKzC7Pk3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZhKzC7Pk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZhKzC7Pk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZhKzC7Pk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZhKzC7Pk3 .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;
  z-index: 1;
}
.cid-uZhKzC7Pk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZhKzC7Pk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZhKzC7Pk3 .dropdown-item.active,
.cid-uZhKzC7Pk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZhKzC7Pk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZhKzC7Pk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZhKzC7Pk3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZhKzC7Pk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZhKzC7Pk3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZhKzC7Pk3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZhKzC7Pk3 .navbar {
    height: 70px;
  }
  .cid-uZhKzC7Pk3 .navbar.opened {
    height: auto;
  }
  .cid-uZhKzC7Pk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZhKzC7Pk3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZhKzC7Pk3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZhKzC7Pk3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZhKzC7Pk3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZhKzC7Pk3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZhKzC7Pk3 .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZhKzC7Pk3 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZhKzC7Pk3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZhKzC7Pk3 .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZhKzC7Pk3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZhKzC7Pk3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZhKzC7Pk3 .mbr-section-subtitle,
.cid-uZhKzC7Pk3 .text_widget,
.cid-uZhKzC7Pk3 .mbr-section-btn {
  text-align: left;
}
.cid-uZhKzC7Pk3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tvKZDB8m2u {
  background-color: #ffffff;
}
.cid-tvKZDB8m2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKZDB8m2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKZDB8m2u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvKZDB8m2u .container-fluid .row {
  padding: 0;
}
.cid-tvKZDB8m2u .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tvKZDB8m2u .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tvKZDB8m2u .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tvKZDB8m2u .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tvKZDB8m2u .image-wrapper {
  position: relative;
}
.cid-tvKZDB8m2u .image-wrapper img {
  object-fit: cover;
}
.cid-tvKZDB8m2u .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tvKZDB8m2u .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tvKZDB8m2u .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tvKZDB8m2u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tvKZDB8m2u .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tvKZDB8m2u .mbr-section-title,
.cid-tvKZDB8m2u .mbr-section-btn {
  text-align: left;
}
.cid-uZhm5DV693 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZhm5DV693 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhm5DV693 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhm5DV693 .container {
    padding: 0 30px;
  }
}
.cid-uZhm5DV693 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZhm5DV693 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZgOUHw7r2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZgOUHw7r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgOUHw7r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgOUHw7r2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZgOUHw7r2 .container-fluid {
    padding: 0;
  }
}
.cid-uZgOUHw7r2 .container-fluid .row {
  padding: 0;
}
.cid-uZgOUHw7r2 .card {
  padding: 0;
}
.cid-uZgOUHw7r2 .card:first-child {
  padding: 140px 170px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uZgOUHw7r2 .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-uZgOUHw7r2 .card:first-child {
    padding: 110px 30px;
  }
}
.cid-uZgOUHw7r2 .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZgOUHw7r2 .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: myCounter;
  line-height: 1.625;
}
.cid-uZgOUHw7r2 .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
  padding-left: 40px;
}
.cid-uZgOUHw7r2 .card .text-wrapper .list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #ef6408;
}
.cid-uZgOUHw7r2 .card:last-child {
  position: relative;
}
.cid-uZgOUHw7r2 .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZgOUHw7r2 .card:last-child .desc-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 22px 50px;
}
@media (max-width: 992px) {
  .cid-uZgOUHw7r2 .card:last-child .desc-wrapper {
    padding: 200px 30px 30px 30px;
  }
}
.cid-uZgOUHw7r2 .card:last-child .desc-wrapper .mbr-desc {
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.cid-uZgOUHw7r2 .mbr-section-title {
  color: #000000;
}
.cid-uZgOUHw7r2 .list {
  color: #000000;
}
.cid-uZgOUHw7r2 .mbr-desc {
  color: #ffffff;
}
.cid-tvL1pwI2jt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvL1pwI2jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvL1pwI2jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tvL1pwI2jt .container {
    padding: 0 30px;
  }
}
.cid-tvL1pwI2jt .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tvL1pwI2jt .item {
  margin-bottom: 72px;
}
.cid-tvL1pwI2jt .item a {
  display: block;
}
.cid-tvL1pwI2jt .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tvL1pwI2jt .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-tvL1pwI2jt .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-tvL1pwI2jt .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tvL1pwI2jt .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tvL1pwI2jt .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-tvL1pwI2jt .item a .item-content {
  padding: 0 4px;
}
.cid-tvL1pwI2jt .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tvL1pwI2jt .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-tvL1pwI2jt .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-tvL1pwI2jt .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tvL1pwI2jt .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tvL1pwI2jt .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-tvL1pwI2jt .mbr-section-title {
  color: #000000;
}
.cid-tvL1pwI2jt .mbr-time,
.cid-tvL1pwI2jt .mbr-iconfont {
  color: #000000;
}
.cid-tvL1pwI2jt .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tvL1pwI2jt .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-tvL1pwI2jt .mbr-section-title,
.cid-tvL1pwI2jt .mbr-section-btn {
  text-align: center;
}
.cid-tvL1pwI2jt .mbr-time,
.cid-tvL1pwI2jt .icon-time,
.cid-tvL1pwI2jt .item-time {
  text-align: center;
}
.cid-uZhjjmXmKP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZhjjmXmKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhjjmXmKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhjjmXmKP .container {
    padding: 0 30px;
  }
}
.cid-uZhjjmXmKP .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uZhjjmXmKP .item {
  margin-bottom: 72px;
}
.cid-uZhjjmXmKP .item a {
  display: block;
}
.cid-uZhjjmXmKP .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uZhjjmXmKP .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uZhjjmXmKP .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-uZhjjmXmKP .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZhjjmXmKP .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uZhjjmXmKP .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-uZhjjmXmKP .item a .item-content {
  padding: 0 4px;
}
.cid-uZhjjmXmKP .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZhjjmXmKP .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-uZhjjmXmKP .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uZhjjmXmKP .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uZhjjmXmKP .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uZhjjmXmKP .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-uZhjjmXmKP .mbr-section-title {
  color: #000000;
}
.cid-uZhjjmXmKP .mbr-time,
.cid-uZhjjmXmKP .mbr-iconfont {
  color: #000000;
}
.cid-uZhjjmXmKP .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-uZhjjmXmKP .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uZhjjmXmKP .mbr-section-title,
.cid-uZhjjmXmKP .mbr-section-btn {
  text-align: center;
}
.cid-uZhjjmXmKP .mbr-time,
.cid-uZhjjmXmKP .icon-time,
.cid-uZhjjmXmKP .item-time {
  text-align: center;
}
.cid-tvKZHQgHiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-tvKZHQgHiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKZHQgHiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tvKZHQgHiG .container {
    padding: 0 30px;
  }
}
.cid-tvKZHQgHiG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tvKZHQgHiG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tvKZHQgHiG .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tvKZHQgHiG .mbr-section-btn {
    display: block;
  }
}
.cid-tvKZHQgHiG .mbr-section-title {
  color: #ffffff;
}
.cid-tvKZHQgHiG .mbr-section-title,
.cid-tvKZHQgHiG .mbr-section-btn {
  text-align: center;
}
.cid-uZhoUQpwzr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZhoUQpwzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhoUQpwzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhoUQpwzr .container {
    padding: 0 30px;
  }
}
.cid-uZhoUQpwzr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZhoUQpwzr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tvKZJyfOwh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tvKZJyfOwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKZJyfOwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKZJyfOwh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKZJyfOwh .container-fluid {
    padding: 0;
  }
}
.cid-tvKZJyfOwh .container-fluid .row {
  padding: 0;
}
.cid-tvKZJyfOwh .card {
  padding: 0;
}
.cid-tvKZJyfOwh .card:first-child .image-wrapper {
  height: 100%;
}
.cid-tvKZJyfOwh .card:first-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tvKZJyfOwh .card:first-child .image-wrapper img {
    height: 270px;
  }
}
.cid-tvKZJyfOwh .card:last-child {
  display: grid;
  grid-template-columns: 200px 200px;
  column-gap: 64px;
  row-gap: 55px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 130px 0;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tvKZJyfOwh .card:last-child {
    padding: 110px;
  }
}
@media (max-width: 768px) {
  .cid-tvKZJyfOwh .card:last-child {
    padding: 80px 30px;
    grid-template-columns: 1fr;
  }
}
.cid-tvKZJyfOwh .card:last-child .card-wrapper .mbr-number {
  margin-bottom: 12px;
}
.cid-tvKZJyfOwh .card:last-child .card-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-tvKZJyfOwh .card:last-child .card-wrapper .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-tvKZJyfOwh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tvKZJyfOwh .mbr-number {
  color: #000000;
  text-align: left;
}
.cid-tvKZJyfOwh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tvL1iXbRI3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvL1iXbRI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvL1iXbRI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tvL1iXbRI3 .container {
    padding: 0 30px;
  }
}
.cid-tvL1iXbRI3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tvL1iXbRI3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v11SWhDvgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0085cc;
}
.cid-v11SWhDvgV .item:focus,
.cid-v11SWhDvgV span:focus {
  outline: none;
}
.cid-v11SWhDvgV .item {
  cursor: pointer;
}
.cid-v11SWhDvgV .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-v11SWhDvgV .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v11SWhDvgV .grid-container-1,
.cid-v11SWhDvgV .grid-container-2,
.cid-v11SWhDvgV .grid-container-3 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-v11SWhDvgV .grid-container-1,
  .cid-v11SWhDvgV .grid-container-2,
  .cid-v11SWhDvgV .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v11SWhDvgV .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v11SWhDvgV .content-head {
  max-width: 800px;
}
.cid-v11SWhDvgV .container,
.cid-v11SWhDvgV .container-fluid {
  overflow: hidden;
}
.cid-v11SWhDvgV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  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-v11SWhDvgV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v11SWhDvgV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 0  !important;
}
@media (max-width: 1200px) {
  .cid-v11SWhDvgV .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v11SWhDvgV .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v11SWhDvgV .grid-item img {
    height: 140px;
  }
}
.cid-v11SWhDvgV .grid-container-1,
.cid-v11SWhDvgV .grid-container-2,
.cid-v11SWhDvgV .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v11SWhDvgV .grid-container-1 {
  align-items: flex-end;
}
.cid-v11SWhDvgV .grid-container-2 {
  align-items: flex-start;
}
.cid-uZhyD4rVEH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZhyD4rVEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhyD4rVEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhyD4rVEH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZhyD4rVEH .container-fluid {
    padding: 0;
  }
}
.cid-uZhyD4rVEH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZhyD4rVEH .container-fluid .row {
    margin: 0;
  }
}
.cid-uZhyD4rVEH .card {
  padding: 0;
}
.cid-uZhyD4rVEH .card:first-child {
  padding: 140px 170px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uZhyD4rVEH .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-uZhyD4rVEH .card:first-child {
    padding: 110px 30px;
  }
}
.cid-uZhyD4rVEH .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZhyD4rVEH .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.625;
}
.cid-uZhyD4rVEH .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
}
.cid-uZhyD4rVEH .card:last-child {
  position: relative;
}
.cid-uZhyD4rVEH .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZhyD4rVEH .mbr-section-title {
  color: #000000;
}
.cid-uZhyD4rVEH .list {
  color: #000000;
}
.cid-uZhqMXjyUN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-uZhqMXjyUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhqMXjyUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhqMXjyUN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZhqMXjyUN .container-fluid {
    padding: 0 15px;
  }
}
.cid-uZhqMXjyUN .row {
  margin: 0;
}
.cid-uZhqMXjyUN .row .card {
  padding: 0;
}
.cid-uZhqMXjyUN .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZhqMXjyUN .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-uZhqMXjyUN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uZhqMXjyUN .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-uZhqMXjyUN .card-wrapper {
    padding: 15px;
  }
}
.cid-uZhqMXjyUN .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-uZhqMXjyUN .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZhqMXjyUN .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uZhqMXjyUN .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZhqMXjyUN .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uZhqMXjyUN .mbr-label {
  color: #000000;
}
.cid-uZhqMXjyUN .mbr-section-title {
  color: #000000;
}
.cid-uZhqMXjyUN .mbr-text {
  color: #000000;
}
.cid-uZhqMXjyUN label {
  color: #000000;
}
.cid-v11WIItn73 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v11WIItn73 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v11WIItn73 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v11WIItn73 .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v11WIItn73 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v11WIItn73 .text-content {
    max-width: none;
  }
}
.cid-v11WIItn73 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v11WIItn73 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v11WIItn73 .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v11WIItn73 .icons {
    justify-content: center !important;
  }
  .cid-v11WIItn73 .text-content * {
    text-align: center;
  }
}
.cid-v11WIItn73 P {
  color: #ffffff;
}
.cid-v11WIItn73 .mbr-section-title {
  color: #ffffff;
}
.cid-tvKZRxLLhs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tvKZRxLLhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKZRxLLhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tvKZRxLLhs .container {
    padding: 0 30px;
  }
}
.cid-tvKZRxLLhs .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-tvKZRxLLhs .contacts-wrapper,
.cid-tvKZRxLLhs .list-wrapper,
.cid-tvKZRxLLhs .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-tvKZRxLLhs .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-tvKZRxLLhs .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-tvKZRxLLhs .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-tvKZRxLLhs .list .item-wrap:hover {
  color: #ffffff;
}
.cid-tvKZRxLLhs .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tvKZRxLLhs .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tvKZRxLLhs .list a {
  text-decoration: underline;
}
.cid-tvKZRxLLhs .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tvKZRxLLhs .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-tvKZRxLLhs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZhKzC7Pk3 {
  z-index: 1000;
  width: 100%;
}
.cid-uZhKzC7Pk3 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZhKzC7Pk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZhKzC7Pk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .menu_box .navbar.opened,
  .cid-uZhKzC7Pk3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZhKzC7Pk3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZhKzC7Pk3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZhKzC7Pk3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZhKzC7Pk3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZhKzC7Pk3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZhKzC7Pk3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZhKzC7Pk3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZhKzC7Pk3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZhKzC7Pk3 .offcanvas-body .mbr-text,
  .cid-uZhKzC7Pk3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZhKzC7Pk3 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZhKzC7Pk3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZhKzC7Pk3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZhKzC7Pk3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZhKzC7Pk3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZhKzC7Pk3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZhKzC7Pk3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZhKzC7Pk3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZhKzC7Pk3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZhKzC7Pk3 .nav-item .nav-link {
  position: relative;
}
.cid-uZhKzC7Pk3 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZhKzC7Pk3 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZhKzC7Pk3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZhKzC7Pk3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZhKzC7Pk3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZhKzC7Pk3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZhKzC7Pk3 .offcanvas_box {
    display: none;
  }
}
.cid-uZhKzC7Pk3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZhKzC7Pk3 .container {
  display: flex;
  margin: auto;
}
.cid-uZhKzC7Pk3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZhKzC7Pk3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZhKzC7Pk3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZhKzC7Pk3 .navbar-caption {
  color: #000000;
}
.cid-uZhKzC7Pk3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .navbar-nav {
    margin: 0;
  }
}
.cid-uZhKzC7Pk3 .dropdown-menu,
.cid-uZhKzC7Pk3 .navbar.opened {
  background-color: false !important;
}
.cid-uZhKzC7Pk3 .nav-item:focus,
.cid-uZhKzC7Pk3 .nav-link:focus {
  outline: none;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZhKzC7Pk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZhKzC7Pk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZhKzC7Pk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZhKzC7Pk3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZhKzC7Pk3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZhKzC7Pk3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZhKzC7Pk3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZhKzC7Pk3 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZhKzC7Pk3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZhKzC7Pk3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZhKzC7Pk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZhKzC7Pk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZhKzC7Pk3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZhKzC7Pk3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZhKzC7Pk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZhKzC7Pk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZhKzC7Pk3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZhKzC7Pk3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZhKzC7Pk3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZhKzC7Pk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZhKzC7Pk3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZhKzC7Pk3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZhKzC7Pk3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZhKzC7Pk3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZhKzC7Pk3 .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;
  z-index: 1;
}
.cid-uZhKzC7Pk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZhKzC7Pk3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZhKzC7Pk3 .dropdown-item.active,
.cid-uZhKzC7Pk3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZhKzC7Pk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZhKzC7Pk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZhKzC7Pk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZhKzC7Pk3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZhKzC7Pk3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZhKzC7Pk3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZhKzC7Pk3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZhKzC7Pk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZhKzC7Pk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZhKzC7Pk3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZhKzC7Pk3 .navbar {
    height: 70px;
  }
  .cid-uZhKzC7Pk3 .navbar.opened {
    height: auto;
  }
  .cid-uZhKzC7Pk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZhKzC7Pk3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZhKzC7Pk3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZhKzC7Pk3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZhKzC7Pk3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZhKzC7Pk3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZhKzC7Pk3 .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZhKzC7Pk3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZhKzC7Pk3 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZhKzC7Pk3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZhKzC7Pk3 .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZhKzC7Pk3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZhKzC7Pk3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZhKzC7Pk3 .mbr-section-subtitle,
.cid-uZhKzC7Pk3 .text_widget,
.cid-uZhKzC7Pk3 .mbr-section-btn {
  text-align: left;
}
.cid-uZhKzC7Pk3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZhLaL16yD {
  background-image: url("../../../assets/images/somossire.webp-1024x720.webp");
}
.cid-uZhLaL16yD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhLaL16yD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhLaL16yD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZhLaL16yD .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZhLaL16yD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZhLaL16yD .container {
    padding: 0 30px;
  }
}
.cid-uZhLaL16yD .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZhLaL16yD .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZhLaL16yD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZhLaL16yD .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZhLaL16yD .mbr-section-title {
  color: #ffffff;
}
.cid-uZhLaL16yD .mbr-text {
  color: #ffffff;
}
.cid-uZhLQF1rp2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uZhLQF1rp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhLQF1rp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhLQF1rp2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZhLQF1rp2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .container {
    padding: 0 30px;
  }
}
.cid-uZhLQF1rp2 .text-wrap {
  display: flex;
  align-items: center;
}
.cid-uZhLQF1rp2 .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-uZhLQF1rp2 .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-uZhLQF1rp2 .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-uZhLQF1rp2 .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZhLQF1rp2 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZhLQF1rp2 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .image-wrapper {
    margin-top: 60px;
  }
}
.cid-uZhLQF1rp2 .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-uZhLQF1rp2 .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-uZhLQF1rp2 .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-uZhLQF1rp2 .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-uZhLQF1rp2 .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uZhLQF1rp2 .mbr-section-title {
  color: #000000;
}
.cid-uZhLQF1rp2 .mbr-text {
  color: #000000;
}
.cid-uZhLQF1rp2 .mbr-cit {
  color: #000000;
}
.cid-uZhLQF1rp2 .mbr-name {
  color: #a8a8a8;
}
.cid-uZhMa4xpZV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZhMa4xpZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhMa4xpZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhMa4xpZV .container {
    padding: 0 30px;
  }
}
.cid-uZhMa4xpZV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZhMa4xpZV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZhM6zAnc7 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZhM6zAnc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhM6zAnc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhM6zAnc7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZhM6zAnc7 .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZhM6zAnc7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZhM6zAnc7 .container {
    padding: 0 30px;
  }
}
.cid-uZhM6zAnc7 .card {
  margin-bottom: 64px;
}
.cid-uZhM6zAnc7 .card .card-wrapper {
  display: flex;
  margin-right: 110px;
}
@media (max-width: 1400px) {
  .cid-uZhM6zAnc7 .card .card-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZhM6zAnc7 .card .card-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uZhM6zAnc7 .card .card-wrapper {
    display: block;
  }
}
.cid-uZhM6zAnc7 .card .card-wrapper .mbr-iconfont {
  font-size: 75px;
  margin-right: 28px;
  color: #00a9fa;
}
@media (max-width: 768px) {
  .cid-uZhM6zAnc7 .card .card-wrapper .mbr-iconfont {
    margin-bottom: 16px;
    display: block;
  }
}
.cid-uZhM6zAnc7 .card .card-wrapper .card-content .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZhM6zAnc7 .card .card-wrapper .card-content .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-uZhM6zAnc7 .mbr-section-title {
  color: #000000;
}
.cid-uZhM6zAnc7 .mbr-text {
  color: #000000;
}
.cid-uZhOdenoUa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-uZhOdenoUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhOdenoUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhOdenoUa .container {
    padding: 0 30px;
  }
}
.cid-uZhOdenoUa .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uZhOdenoUa .item {
  margin-bottom: 72px;
}
.cid-uZhOdenoUa .item a {
  display: block;
}
.cid-uZhOdenoUa .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uZhOdenoUa .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uZhOdenoUa .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-uZhOdenoUa .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZhOdenoUa .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uZhOdenoUa .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-uZhOdenoUa .item a .item-content {
  padding: 0 4px;
}
.cid-uZhOdenoUa .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZhOdenoUa .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-uZhOdenoUa .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uZhOdenoUa .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uZhOdenoUa .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uZhOdenoUa .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-uZhOdenoUa .mbr-section-title {
  color: #000000;
}
.cid-uZhOdenoUa .mbr-time,
.cid-uZhOdenoUa .mbr-iconfont {
  color: #000000;
}
.cid-uZhOdenoUa .mbr-card-title {
  color: #000000;
}
.cid-uZhOdenoUa .mbr-desc {
  color: #1c1c1c;
}
.cid-uZhPeiemvL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZhPeiemvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhPeiemvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhPeiemvL .container {
    padding: 0 25px;
  }
}
.cid-uZhPeiemvL .row {
  justify-content: center;
}
.cid-uZhPeiemvL .item {
  margin-bottom: 32px;
}
.cid-uZhPeiemvL .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uZhPeiemvL .item .item-wrapper:hover,
.cid-uZhPeiemvL .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #ebebeb;
}
.cid-uZhPeiemvL .item .item-wrapper a {
  display: block;
}
.cid-uZhPeiemvL .item .item-wrapper a:hover .item-img::after,
.cid-uZhPeiemvL .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uZhPeiemvL .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uZhPeiemvL .item .item-wrapper a .item-img img {
  background-color: #ebebeb;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uZhFKdMd1d {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZhFKdMd1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhFKdMd1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhFKdMd1d .container {
    padding: 0 30px;
  }
}
.cid-uZhFKdMd1d .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZhFKdMd1d .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZhFKfDrCn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZhFKfDrCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhFKfDrCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhFKfDrCn .container {
    padding: 0 30px;
  }
}
.cid-uZhFKfDrCn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZhFKfDrCn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZhFKfDrCn .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZhFKfDrCn .mbr-section-btn {
    display: block;
  }
}
.cid-uZhFKfDrCn .mbr-section-title {
  color: #ffffff;
}
.cid-uZhFKfDrCn .mbr-section-title,
.cid-uZhFKfDrCn .mbr-section-btn {
  text-align: left;
}
.cid-v0kQwsOJXH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kQwsOJXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kQwsOJXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kQwsOJXH .container {
    padding: 0 30px;
  }
}
.cid-v0kQwsOJXH .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kQwsOJXH .item {
  margin-bottom: 72px;
}
.cid-v0kQwsOJXH .item a {
  display: block;
}
.cid-v0kQwsOJXH .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kQwsOJXH .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kQwsOJXH .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kQwsOJXH .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kQwsOJXH .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kQwsOJXH .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kQwsOJXH .item a .item-content {
  padding: 0 4px;
}
.cid-v0kQwsOJXH .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kQwsOJXH .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kQwsOJXH .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kQwsOJXH .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kQwsOJXH .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kQwsOJXH .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kQwsOJXH .mbr-section-title {
  color: #000000;
}
.cid-v0kQwsOJXH .mbr-time,
.cid-v0kQwsOJXH .mbr-iconfont {
  color: #000000;
}
.cid-v0kQwsOJXH .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kQwsOJXH .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0kQwsOJXH .mbr-section-title,
.cid-v0kQwsOJXH .mbr-section-btn {
  text-align: center;
}
.cid-v0kQwsOJXH .mbr-time,
.cid-v0kQwsOJXH .icon-time,
.cid-v0kQwsOJXH .item-time {
  text-align: center;
}
.cid-v0kQx4Iic7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kQx4Iic7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kQx4Iic7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kQx4Iic7 .container {
    padding: 0 30px;
  }
}
.cid-v0kQx4Iic7 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kQx4Iic7 .item {
  margin-bottom: 72px;
}
.cid-v0kQx4Iic7 .item a {
  display: block;
}
.cid-v0kQx4Iic7 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kQx4Iic7 .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kQx4Iic7 .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kQx4Iic7 .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kQx4Iic7 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kQx4Iic7 .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kQx4Iic7 .item a .item-content {
  padding: 0 4px;
}
.cid-v0kQx4Iic7 .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kQx4Iic7 .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kQx4Iic7 .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kQx4Iic7 .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kQx4Iic7 .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kQx4Iic7 .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kQx4Iic7 .mbr-section-title {
  color: #000000;
}
.cid-v0kQx4Iic7 .mbr-time,
.cid-v0kQx4Iic7 .mbr-iconfont {
  color: #000000;
}
.cid-v0kQx4Iic7 .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kQx4Iic7 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0kQx4Iic7 .mbr-section-title,
.cid-v0kQx4Iic7 .mbr-section-btn {
  text-align: center;
}
.cid-v0kQx4Iic7 .mbr-time,
.cid-v0kQx4Iic7 .icon-time,
.cid-v0kQx4Iic7 .item-time {
  text-align: center;
}
.cid-v1278xSYKw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v1278xSYKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1278xSYKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1278xSYKw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1278xSYKw .container-fluid {
    padding: 0 15px;
  }
}
.cid-v1278xSYKw .row {
  margin: 0;
}
.cid-v1278xSYKw .row .card {
  padding: 0;
}
.cid-v1278xSYKw .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v1278xSYKw .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v1278xSYKw .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v1278xSYKw .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v1278xSYKw .card-wrapper {
    padding: 15px;
  }
}
.cid-v1278xSYKw .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v1278xSYKw .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v1278xSYKw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v1278xSYKw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v1278xSYKw .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v1278xSYKw .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v1278xSYKw .mbr-label {
  color: #000000;
}
.cid-v1278xSYKw .mbr-section-title {
  color: #000000;
}
.cid-v1278xSYKw .mbr-text {
  color: #000000;
}
.cid-v1278xSYKw label {
  color: #000000;
}
.cid-v12799hLQI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v12799hLQI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v12799hLQI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v12799hLQI .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v12799hLQI .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v12799hLQI .text-content {
    max-width: none;
  }
}
.cid-v12799hLQI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v12799hLQI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v12799hLQI .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v12799hLQI .icons {
    justify-content: center !important;
  }
  .cid-v12799hLQI .text-content * {
    text-align: center;
  }
}
.cid-v12799hLQI P {
  color: #ffffff;
}
.cid-v12799hLQI .mbr-section-title {
  color: #ffffff;
}
.cid-uZhFKjzYqB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZhFKjzYqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhFKjzYqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZhFKjzYqB .container {
    padding: 0 30px;
  }
}
.cid-uZhFKjzYqB .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZhFKjzYqB .contacts-wrapper,
.cid-uZhFKjzYqB .list-wrapper,
.cid-uZhFKjzYqB .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZhFKjzYqB .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZhFKjzYqB .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZhFKjzYqB .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZhFKjzYqB .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZhFKjzYqB .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZhFKjzYqB .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZhFKjzYqB .list a {
  text-decoration: underline;
}
.cid-uZhFKjzYqB .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZhFKjzYqB .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZhFKjzYqB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZlRpHa2p9 {
  z-index: 1000;
  width: 100%;
}
.cid-uZlRpHa2p9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZlRpHa2p9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZlRpHa2p9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZlRpHa2p9 .menu_box .navbar.opened,
  .cid-uZlRpHa2p9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZlRpHa2p9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZlRpHa2p9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZlRpHa2p9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZlRpHa2p9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZlRpHa2p9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZlRpHa2p9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZlRpHa2p9 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZlRpHa2p9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZlRpHa2p9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZlRpHa2p9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZlRpHa2p9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZlRpHa2p9 .offcanvas-body .mbr-text,
  .cid-uZlRpHa2p9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZlRpHa2p9 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZlRpHa2p9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZlRpHa2p9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZlRpHa2p9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZlRpHa2p9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZlRpHa2p9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZlRpHa2p9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZlRpHa2p9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZlRpHa2p9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZlRpHa2p9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZlRpHa2p9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZlRpHa2p9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZlRpHa2p9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZlRpHa2p9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZlRpHa2p9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZlRpHa2p9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZlRpHa2p9 .nav-item .nav-link {
  position: relative;
}
.cid-uZlRpHa2p9 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZlRpHa2p9 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZlRpHa2p9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZlRpHa2p9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZlRpHa2p9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZlRpHa2p9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZlRpHa2p9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZlRpHa2p9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZlRpHa2p9 .offcanvas_box {
    display: none;
  }
}
.cid-uZlRpHa2p9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZlRpHa2p9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZlRpHa2p9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZlRpHa2p9 .container {
  display: flex;
  margin: auto;
}
.cid-uZlRpHa2p9 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZlRpHa2p9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZlRpHa2p9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZlRpHa2p9 .navbar-caption {
  color: #000000;
}
.cid-uZlRpHa2p9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZlRpHa2p9 .navbar-nav {
    margin: 0;
  }
}
.cid-uZlRpHa2p9 .dropdown-menu,
.cid-uZlRpHa2p9 .navbar.opened {
  background-color: false !important;
}
.cid-uZlRpHa2p9 .nav-item:focus,
.cid-uZlRpHa2p9 .nav-link:focus {
  outline: none;
}
.cid-uZlRpHa2p9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZlRpHa2p9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZlRpHa2p9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZlRpHa2p9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZlRpHa2p9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZlRpHa2p9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZlRpHa2p9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpHa2p9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZlRpHa2p9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZlRpHa2p9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZlRpHa2p9 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZlRpHa2p9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZlRpHa2p9 .navbar.collapsed {
  justify-content: center;
}
.cid-uZlRpHa2p9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZlRpHa2p9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZlRpHa2p9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZlRpHa2p9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZlRpHa2p9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZlRpHa2p9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZlRpHa2p9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZlRpHa2p9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZlRpHa2p9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZlRpHa2p9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZlRpHa2p9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZlRpHa2p9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZlRpHa2p9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZlRpHa2p9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZlRpHa2p9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZlRpHa2p9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZlRpHa2p9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZlRpHa2p9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZlRpHa2p9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZlRpHa2p9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZlRpHa2p9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZlRpHa2p9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZlRpHa2p9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZlRpHa2p9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZlRpHa2p9 .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;
  z-index: 1;
}
.cid-uZlRpHa2p9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZlRpHa2p9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZlRpHa2p9 .dropdown-item.active,
.cid-uZlRpHa2p9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZlRpHa2p9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZlRpHa2p9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZlRpHa2p9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZlRpHa2p9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZlRpHa2p9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZlRpHa2p9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZlRpHa2p9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZlRpHa2p9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZlRpHa2p9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZlRpHa2p9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZlRpHa2p9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZlRpHa2p9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZlRpHa2p9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZlRpHa2p9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZlRpHa2p9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZlRpHa2p9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZlRpHa2p9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZlRpHa2p9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZlRpHa2p9 .navbar {
    height: 70px;
  }
  .cid-uZlRpHa2p9 .navbar.opened {
    height: auto;
  }
  .cid-uZlRpHa2p9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZlRpHa2p9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZlRpHa2p9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZlRpHa2p9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZlRpHa2p9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZlRpHa2p9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZlRpHa2p9 .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZlRpHa2p9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZlRpHa2p9 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZlRpHa2p9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZlRpHa2p9 .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZlRpHa2p9 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZlRpHa2p9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZlRpHa2p9 .mbr-section-subtitle,
.cid-uZlRpHa2p9 .text_widget,
.cid-uZlRpHa2p9 .mbr-section-btn {
  text-align: left;
}
.cid-uZlRpHa2p9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZlRpzA7lj {
  background-image: url("../../../assets/images/inversores-head.webp");
}
.cid-uZlRpzA7lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlRpzA7lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlRpzA7lj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZlRpzA7lj .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZlRpzA7lj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpzA7lj .container {
    padding: 0 30px;
  }
}
.cid-uZlRpzA7lj .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZlRpzA7lj .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZlRpzA7lj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZlRpzA7lj .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZlRpzA7lj .mbr-section-title {
  color: #ffffff;
}
.cid-uZlRpzA7lj .mbr-text {
  color: #ffffff;
}
.cid-uZlRpA8hTr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uZlRpA8hTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlRpA8hTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlRpA8hTr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZlRpA8hTr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .container {
    padding: 0 30px;
  }
}
.cid-uZlRpA8hTr .text-wrap {
  display: flex;
  align-items: center;
}
.cid-uZlRpA8hTr .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-uZlRpA8hTr .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-uZlRpA8hTr .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-uZlRpA8hTr .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZlRpA8hTr .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZlRpA8hTr .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .image-wrapper {
    margin-top: 60px;
  }
}
.cid-uZlRpA8hTr .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-uZlRpA8hTr .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-uZlRpA8hTr .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-uZlRpA8hTr .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-uZlRpA8hTr .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uZlRpA8hTr .mbr-section-title {
  color: #000000;
}
.cid-uZlRpA8hTr .mbr-text {
  color: #000000;
}
.cid-uZlRpA8hTr .mbr-cit {
  color: #000000;
}
.cid-uZlRpA8hTr .mbr-name {
  color: #a8a8a8;
}
.cid-uZlSLClxxf {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ebebeb;
}
.cid-uZlSLClxxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlSLClxxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlSLClxxf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZlSLClxxf .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZlSLClxxf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZlSLClxxf .container {
    padding: 0 30px;
  }
}
.cid-uZlSLClxxf .text-wrap {
  display: flex;
  align-items: center;
}
.cid-uZlSLClxxf .text-wrap .text-wrapper {
  padding-right: 160px;
}
@media (max-width: 1200px) {
  .cid-uZlSLClxxf .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 992px) {
  .cid-uZlSLClxxf .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-uZlSLClxxf .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZlSLClxxf .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZlSLClxxf .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZlSLClxxf .image-wrapper {
    margin-top: 60px;
  }
}
.cid-uZlSLClxxf .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-uZlSLClxxf .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uZlSLClxxf .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-uZlSLClxxf .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
}
.cid-uZlSLClxxf .mbr-section-title {
  color: #000000;
}
.cid-uZlSLClxxf .mbr-text {
  color: #000000;
}
.cid-uZlSLClxxf .mbr-cit {
  color: #000000;
}
.cid-uZlSLClxxf .mbr-name {
  color: #a8a8a8;
}
.cid-uZlWgmGudh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZlWgmGudh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlWgmGudh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlWgmGudh .content-wrapper {
  padding: 24px;
  border: 1px solid #323046;
}
@media (max-width: 992px) {
  .cid-uZlWgmGudh .content-wrapper {
    padding: 14px;
  }
}
.cid-uZlWgmGudh .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #323046;
}
@media (max-width: 1200px) {
  .cid-uZlWgmGudh .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uZlWgmGudh .content-wrapper img {
    height: 350px;
  }
}
.cid-uZmeIg8b7m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-uZmeIg8b7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmeIg8b7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmeIg8b7m .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZmeIg8b7m .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZmeIg8b7m .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZmeIg8b7m .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZmeIg8b7m .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZmeIg8b7m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZmeIg8b7m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZmeIg8b7m .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZmeIg8b7m .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uZmeIg8b7m .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #0085cc;
  color: #0085cc;
  font-size: 11px;
}
.cid-uZmeIg8b7m .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZmeIg8b7m .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZmeIg8b7m .list_2 {
    padding-left: 0;
  }
}
.cid-uZmeIg8b7m .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZmeIg8b7m .mbr-section-subtitle {
  color: #0085cc;
  text-align: center;
}
.cid-uZmeIg8b7m .mbr-text,
.cid-uZmeIg8b7m .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZmeIg8b7m .list {
  color: #666666;
}
.cid-uZlRpDgR5A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZlRpDgR5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlRpDgR5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpDgR5A .container {
    padding: 0 30px;
  }
}
.cid-uZlRpDgR5A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpDgR5A .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZlRpDgR5A .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZlRpDgR5A .mbr-section-btn {
    display: block;
  }
}
.cid-uZlRpDgR5A .mbr-section-title {
  color: #ffffff;
}
.cid-uZlRpDgR5A .mbr-section-title,
.cid-uZlRpDgR5A .mbr-section-btn {
  text-align: center;
}
.cid-uZlT2oGAgu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZlT2oGAgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlT2oGAgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlT2oGAgu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZlT2oGAgu .container-fluid {
    padding: 0;
  }
}
.cid-uZlT2oGAgu .container-fluid .row {
  padding: 0;
}
.cid-uZlT2oGAgu .card {
  padding: 0;
}
.cid-uZlT2oGAgu .card:first-child {
  padding: 140px 170px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uZlT2oGAgu .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-uZlT2oGAgu .card:first-child {
    padding: 110px 30px;
  }
}
.cid-uZlT2oGAgu .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZlT2oGAgu .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: myCounter;
  line-height: 1.625;
}
.cid-uZlT2oGAgu .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
  padding-left: 40px;
}
.cid-uZlT2oGAgu .card .text-wrapper .list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #b1b0b5;
}
.cid-uZlT2oGAgu .card:last-child {
  position: relative;
}
.cid-uZlT2oGAgu .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZlT2oGAgu .card:last-child .desc-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 22px 50px;
}
@media (max-width: 992px) {
  .cid-uZlT2oGAgu .card:last-child .desc-wrapper {
    padding: 200px 30px 30px 30px;
  }
}
.cid-uZlT2oGAgu .card:last-child .desc-wrapper .mbr-desc {
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.cid-uZlT2oGAgu .mbr-section-title {
  color: #000000;
}
.cid-uZlT2oGAgu .list {
  color: #000000;
}
.cid-uZlT2oGAgu .mbr-desc {
  color: #ffffff;
}
.cid-uZlRpAyaeW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uZlRpAyaeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlRpAyaeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpAyaeW .container {
    padding: 0 30px;
  }
}
.cid-uZlRpAyaeW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZlRpAyaeW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZmgEaajgx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uZmgEaajgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmgEaajgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmgEaajgx .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-uZmgEaajgx .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-uZmgEaajgx .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-uZmgEaajgx .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #cdcddd 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
.cid-uZmgEaajgx .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uZmgEaajgx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uZmgEaajgx .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-uZmgEaajgx .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZmgEaajgx .item {
    margin-bottom: 16px;
  }
}
.cid-uZmgEaajgx .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #0085cc;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZmgEaajgx .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uZmgEaajgx .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #0085cc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZmgEaajgx .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .item-img {
  margin-bottom: 24px;
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZmgEaajgx .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-uZmgEaajgx .item .item-wrapper .card-box .item-img img {
    height: 250px;
  }
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZmgEaajgx .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZmgEaajgx .item-name {
  color: #181824;
}
.cid-uZmgEaajgx .item-role {
  color: #49496d;
}
.cid-uZmgEaajgx .item-text {
  color: #54547e;
}
.cid-uZmjheq52G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uZmjheq52G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmjheq52G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZmjheq52G .container {
    padding: 0 30px;
  }
}
.cid-uZmjheq52G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZmjheq52G .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZmkTTYwj7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZmkTTYwj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmkTTYwj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZmkTTYwj7 .container {
    padding: 0 30px;
  }
}
.cid-uZmkTTYwj7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZmkTTYwj7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZlRpAWlYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZlRpAWlYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlRpAWlYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlRpAWlYj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZlRpAWlYj .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZlRpAWlYj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpAWlYj .container {
    padding: 0 30px;
  }
}
.cid-uZlRpAWlYj .card {
  margin-bottom: 64px;
}
.cid-uZlRpAWlYj .card .card-wrapper {
  display: flex;
  margin-right: 110px;
}
@media (max-width: 1400px) {
  .cid-uZlRpAWlYj .card .card-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZlRpAWlYj .card .card-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uZlRpAWlYj .card .card-wrapper {
    display: block;
  }
}
.cid-uZlRpAWlYj .card .card-wrapper .mbr-iconfont {
  font-size: 75px;
  margin-right: 28px;
  color: #00a9fa;
}
@media (max-width: 768px) {
  .cid-uZlRpAWlYj .card .card-wrapper .mbr-iconfont {
    margin-bottom: 16px;
    display: block;
  }
}
.cid-uZlRpAWlYj .card .card-wrapper .card-content .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZlRpAWlYj .card .card-wrapper .card-content .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-uZlRpAWlYj .mbr-section-title {
  color: #000000;
}
.cid-uZlRpAWlYj .mbr-text {
  color: #000000;
}
.cid-uZmlNXFzK7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZmlNXFzK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmlNXFzK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZmlNXFzK7 .container {
    padding: 0 30px;
  }
}
.cid-uZmlNXFzK7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZmlNXFzK7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZmlNXFzK7 .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZmlNXFzK7 .mbr-section-btn {
    display: block;
  }
}
.cid-uZmlNXFzK7 .mbr-section-title {
  color: #ffffff;
}
.cid-uZmlNXFzK7 .mbr-section-title,
.cid-uZmlNXFzK7 .mbr-section-btn {
  text-align: center;
}
.cid-v127FANtCb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v127FANtCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127FANtCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v127FANtCb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v127FANtCb .container-fluid {
    padding: 0 15px;
  }
}
.cid-v127FANtCb .row {
  margin: 0;
}
.cid-v127FANtCb .row .card {
  padding: 0;
}
.cid-v127FANtCb .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v127FANtCb .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v127FANtCb .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v127FANtCb .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v127FANtCb .card-wrapper {
    padding: 15px;
  }
}
.cid-v127FANtCb .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v127FANtCb .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v127FANtCb .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v127FANtCb .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v127FANtCb .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v127FANtCb .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v127FANtCb .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v127FANtCb .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v127FANtCb .mbr-label {
  color: #000000;
}
.cid-v127FANtCb .mbr-section-title {
  color: #000000;
}
.cid-v127FANtCb .mbr-text {
  color: #000000;
}
.cid-v127FANtCb label {
  color: #000000;
}
.cid-v127Hwurc5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v127Hwurc5 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v127Hwurc5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v127Hwurc5 .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v127Hwurc5 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v127Hwurc5 .text-content {
    max-width: none;
  }
}
.cid-v127Hwurc5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v127Hwurc5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v127Hwurc5 .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v127Hwurc5 .icons {
    justify-content: center !important;
  }
  .cid-v127Hwurc5 .text-content * {
    text-align: center;
  }
}
.cid-v127Hwurc5 P {
  color: #ffffff;
}
.cid-v127Hwurc5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZlRpGuUoy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZlRpGuUoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlRpGuUoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZlRpGuUoy .container {
    padding: 0 30px;
  }
}
.cid-uZlRpGuUoy .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZlRpGuUoy .contacts-wrapper,
.cid-uZlRpGuUoy .list-wrapper,
.cid-uZlRpGuUoy .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZlRpGuUoy .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZlRpGuUoy .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZlRpGuUoy .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZlRpGuUoy .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZlRpGuUoy .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZlRpGuUoy .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZlRpGuUoy .list a {
  text-decoration: underline;
}
.cid-uZlRpGuUoy .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZlRpGuUoy .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZlRpGuUoy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZmohwgDmm {
  z-index: 1000;
  width: 100%;
}
.cid-uZmohwgDmm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZmohwgDmm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZmohwgDmm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZmohwgDmm .menu_box .navbar.opened,
  .cid-uZmohwgDmm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZmohwgDmm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZmohwgDmm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZmohwgDmm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZmohwgDmm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZmohwgDmm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZmohwgDmm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZmohwgDmm .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZmohwgDmm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZmohwgDmm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZmohwgDmm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZmohwgDmm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZmohwgDmm .offcanvas-body .mbr-text,
  .cid-uZmohwgDmm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZmohwgDmm .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZmohwgDmm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZmohwgDmm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZmohwgDmm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZmohwgDmm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZmohwgDmm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZmohwgDmm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZmohwgDmm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZmohwgDmm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZmohwgDmm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZmohwgDmm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZmohwgDmm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZmohwgDmm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZmohwgDmm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZmohwgDmm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZmohwgDmm .nav-item {
    margin: 0 !important;
  }
}
.cid-uZmohwgDmm .nav-item .nav-link {
  position: relative;
}
.cid-uZmohwgDmm .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZmohwgDmm .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZmohwgDmm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZmohwgDmm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZmohwgDmm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZmohwgDmm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZmohwgDmm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZmohwgDmm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZmohwgDmm .offcanvas_box {
    display: none;
  }
}
.cid-uZmohwgDmm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZmohwgDmm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZmohwgDmm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZmohwgDmm .container {
  display: flex;
  margin: auto;
}
.cid-uZmohwgDmm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZmohwgDmm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZmohwgDmm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZmohwgDmm .navbar-caption {
  color: #000000;
}
.cid-uZmohwgDmm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZmohwgDmm .navbar-nav {
    margin: 0;
  }
}
.cid-uZmohwgDmm .dropdown-menu,
.cid-uZmohwgDmm .navbar.opened {
  background-color: false !important;
}
.cid-uZmohwgDmm .nav-item:focus,
.cid-uZmohwgDmm .nav-link:focus {
  outline: none;
}
.cid-uZmohwgDmm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZmohwgDmm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZmohwgDmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZmohwgDmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZmohwgDmm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZmohwgDmm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZmohwgDmm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZmohwgDmm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZmohwgDmm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZmohwgDmm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZmohwgDmm .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZmohwgDmm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZmohwgDmm .navbar.collapsed {
  justify-content: center;
}
.cid-uZmohwgDmm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZmohwgDmm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZmohwgDmm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZmohwgDmm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZmohwgDmm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZmohwgDmm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZmohwgDmm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZmohwgDmm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZmohwgDmm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZmohwgDmm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZmohwgDmm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZmohwgDmm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZmohwgDmm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZmohwgDmm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZmohwgDmm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZmohwgDmm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZmohwgDmm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZmohwgDmm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZmohwgDmm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZmohwgDmm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZmohwgDmm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZmohwgDmm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZmohwgDmm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZmohwgDmm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZmohwgDmm .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;
  z-index: 1;
}
.cid-uZmohwgDmm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZmohwgDmm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZmohwgDmm .dropdown-item.active,
.cid-uZmohwgDmm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZmohwgDmm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZmohwgDmm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZmohwgDmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZmohwgDmm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZmohwgDmm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZmohwgDmm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZmohwgDmm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZmohwgDmm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZmohwgDmm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZmohwgDmm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZmohwgDmm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZmohwgDmm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZmohwgDmm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZmohwgDmm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZmohwgDmm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZmohwgDmm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZmohwgDmm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZmohwgDmm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZmohwgDmm .navbar {
    height: 70px;
  }
  .cid-uZmohwgDmm .navbar.opened {
    height: auto;
  }
  .cid-uZmohwgDmm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZmohwgDmm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZmohwgDmm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZmohwgDmm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZmohwgDmm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZmohwgDmm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZmohwgDmm .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZmohwgDmm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZmohwgDmm .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZmohwgDmm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZmohwgDmm .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZmohwgDmm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZmohwgDmm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZmohwgDmm .mbr-section-subtitle,
.cid-uZmohwgDmm .text_widget,
.cid-uZmohwgDmm .mbr-section-btn {
  text-align: left;
}
.cid-uZmohwgDmm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZmohclg6A {
  background-image: url("../../../assets/images/otros-productos-header.webp");
}
.cid-uZmohclg6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmohclg6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmohclg6A .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZmohclg6A .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZmohclg6A .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZmohclg6A .container {
    padding: 0 30px;
  }
}
.cid-uZmohclg6A .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZmohclg6A .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZmohclg6A .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZmohclg6A .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZmohclg6A .mbr-section-title {
  color: #ffffff;
}
.cid-uZmohclg6A .mbr-text {
  color: #ffffff;
}
.cid-uZmw5ubB6d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uZmw5ubB6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmw5ubB6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmw5ubB6d .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZmw5ubB6d .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZmw5ubB6d .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZmw5ubB6d .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-uZmw5ubB6d .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZmw5ubB6d .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZmw5ubB6d .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-uZmw5ubB6d .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZmw5ubB6d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZmw5ubB6d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZmw5ubB6d .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uZmw5ubB6d .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZmw5ubB6d .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZmw5ubB6d .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uZmw5ubB6d .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-uZmw5ubB6d .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZmw5ubB6d .mbr-label,
.cid-uZmw5ubB6d .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZmw5ubB6d .mbr-section-title,
.cid-uZmw5ubB6d .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZmw5ubB6d .mbr-text,
.cid-uZmw5ubB6d .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZmw5ubB6d .item-title {
  color: #000000;
}
.cid-uZmw5ubB6d .item-text {
  color: #515151;
}
.cid-uZmw5ubB6d .item-number {
  color: #000000;
}
.cid-uZmyxpK3GN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uZmyxpK3GN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmyxpK3GN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmyxpK3GN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZmyxpK3GN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZmyxpK3GN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZmyxpK3GN .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-uZmyxpK3GN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZmyxpK3GN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZmyxpK3GN .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-uZmyxpK3GN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZmyxpK3GN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZmyxpK3GN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZmyxpK3GN .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uZmyxpK3GN .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZmyxpK3GN .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZmyxpK3GN .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uZmyxpK3GN .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-uZmyxpK3GN .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZmyxpK3GN .mbr-label,
.cid-uZmyxpK3GN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZmyxpK3GN .mbr-section-title,
.cid-uZmyxpK3GN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZmyxpK3GN .mbr-text,
.cid-uZmyxpK3GN .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZmyxpK3GN .item-title {
  color: #000000;
}
.cid-uZmyxpK3GN .item-text {
  color: #515151;
}
.cid-uZmyxpK3GN .item-number {
  color: #000000;
}
.cid-uZmwRzdSvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZmwRzdSvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmwRzdSvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmwRzdSvX .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZmwRzdSvX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZmwRzdSvX .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZmwRzdSvX .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uZmwRzdSvX .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZmwRzdSvX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZmwRzdSvX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZmwRzdSvX .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZmwRzdSvX .item {
    margin-bottom: 16px;
  }
}
.cid-uZmwRzdSvX .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZmwRzdSvX .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uZmwRzdSvX .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZmwRzdSvX .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-uZmwRzdSvX .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uZmwRzdSvX .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZmwRzdSvX .mbr-section-title {
  color: #181824;
}
.cid-uZmwRzdSvX .mbr-section-title,
.cid-uZmwRzdSvX .icon-wrapper {
  text-align: center;
}
.cid-uZmwRzdSvX .item-label {
  color: #49496d;
}
.cid-uZmwRzdSvX .item-title {
  color: #181824;
}
.cid-uZmwRzdSvX .item-text {
  color: #000000;
}
.cid-uZmohfQzvN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZmohfQzvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmohfQzvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZmohfQzvN .container {
    padding: 0 30px;
  }
}
.cid-uZmohfQzvN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZmohfQzvN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZmohfQzvN .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZmohfQzvN .mbr-section-btn {
    display: block;
  }
}
.cid-uZmohfQzvN .mbr-section-title {
  color: #ffffff;
}
.cid-uZmohfQzvN .mbr-section-title,
.cid-uZmohfQzvN .mbr-section-btn {
  text-align: center;
}
.cid-v12azt1CiB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v12azt1CiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v12azt1CiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v12azt1CiB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v12azt1CiB .container-fluid {
    padding: 0 15px;
  }
}
.cid-v12azt1CiB .row {
  margin: 0;
}
.cid-v12azt1CiB .row .card {
  padding: 0;
}
.cid-v12azt1CiB .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v12azt1CiB .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v12azt1CiB .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v12azt1CiB .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v12azt1CiB .card-wrapper {
    padding: 15px;
  }
}
.cid-v12azt1CiB .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v12azt1CiB .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v12azt1CiB .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v12azt1CiB .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v12azt1CiB .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v12azt1CiB .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v12azt1CiB .mbr-label {
  color: #000000;
}
.cid-v12azt1CiB .mbr-section-title {
  color: #000000;
}
.cid-v12azt1CiB .mbr-text {
  color: #000000;
}
.cid-v12azt1CiB label {
  color: #000000;
}
.cid-v12aA2OsMk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v12aA2OsMk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v12aA2OsMk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v12aA2OsMk .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v12aA2OsMk .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v12aA2OsMk .text-content {
    max-width: none;
  }
}
.cid-v12aA2OsMk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v12aA2OsMk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v12aA2OsMk .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v12aA2OsMk .icons {
    justify-content: center !important;
  }
  .cid-v12aA2OsMk .text-content * {
    text-align: center;
  }
}
.cid-v12aA2OsMk P {
  color: #ffffff;
}
.cid-v12aA2OsMk .mbr-section-title {
  color: #ffffff;
}
.cid-uZmohv1VEO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZmohv1VEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmohv1VEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZmohv1VEO .container {
    padding: 0 30px;
  }
}
.cid-uZmohv1VEO .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZmohv1VEO .contacts-wrapper,
.cid-uZmohv1VEO .list-wrapper,
.cid-uZmohv1VEO .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZmohv1VEO .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZmohv1VEO .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZmohv1VEO .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZmohv1VEO .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZmohv1VEO .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZmohv1VEO .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZmohv1VEO .list a {
  text-decoration: underline;
}
.cid-uZmohv1VEO .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZmohv1VEO .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZmohv1VEO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZmNso42J1 {
  z-index: 1000;
  width: 100%;
}
.cid-uZmNso42J1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZmNso42J1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZmNso42J1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZmNso42J1 .menu_box .navbar.opened,
  .cid-uZmNso42J1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZmNso42J1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZmNso42J1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZmNso42J1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZmNso42J1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZmNso42J1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZmNso42J1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZmNso42J1 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZmNso42J1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZmNso42J1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZmNso42J1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZmNso42J1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZmNso42J1 .offcanvas-body .mbr-text,
  .cid-uZmNso42J1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZmNso42J1 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZmNso42J1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZmNso42J1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZmNso42J1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZmNso42J1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZmNso42J1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZmNso42J1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZmNso42J1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZmNso42J1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZmNso42J1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZmNso42J1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZmNso42J1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZmNso42J1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZmNso42J1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZmNso42J1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZmNso42J1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZmNso42J1 .nav-item .nav-link {
  position: relative;
}
.cid-uZmNso42J1 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZmNso42J1 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZmNso42J1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZmNso42J1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZmNso42J1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZmNso42J1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZmNso42J1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZmNso42J1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZmNso42J1 .offcanvas_box {
    display: none;
  }
}
.cid-uZmNso42J1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZmNso42J1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZmNso42J1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZmNso42J1 .container {
  display: flex;
  margin: auto;
}
.cid-uZmNso42J1 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZmNso42J1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZmNso42J1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZmNso42J1 .navbar-caption {
  color: #000000;
}
.cid-uZmNso42J1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZmNso42J1 .navbar-nav {
    margin: 0;
  }
}
.cid-uZmNso42J1 .dropdown-menu,
.cid-uZmNso42J1 .navbar.opened {
  background-color: false !important;
}
.cid-uZmNso42J1 .nav-item:focus,
.cid-uZmNso42J1 .nav-link:focus {
  outline: none;
}
.cid-uZmNso42J1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZmNso42J1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZmNso42J1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZmNso42J1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZmNso42J1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZmNso42J1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZmNso42J1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZmNso42J1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZmNso42J1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZmNso42J1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZmNso42J1 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZmNso42J1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZmNso42J1 .navbar.collapsed {
  justify-content: center;
}
.cid-uZmNso42J1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZmNso42J1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZmNso42J1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZmNso42J1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZmNso42J1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZmNso42J1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZmNso42J1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZmNso42J1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZmNso42J1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZmNso42J1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZmNso42J1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZmNso42J1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZmNso42J1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZmNso42J1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZmNso42J1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZmNso42J1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZmNso42J1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZmNso42J1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZmNso42J1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZmNso42J1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZmNso42J1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZmNso42J1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZmNso42J1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZmNso42J1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZmNso42J1 .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;
  z-index: 1;
}
.cid-uZmNso42J1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZmNso42J1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZmNso42J1 .dropdown-item.active,
.cid-uZmNso42J1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZmNso42J1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZmNso42J1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZmNso42J1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZmNso42J1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZmNso42J1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZmNso42J1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZmNso42J1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZmNso42J1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZmNso42J1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZmNso42J1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZmNso42J1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZmNso42J1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZmNso42J1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZmNso42J1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZmNso42J1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZmNso42J1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZmNso42J1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZmNso42J1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZmNso42J1 .navbar {
    height: 70px;
  }
  .cid-uZmNso42J1 .navbar.opened {
    height: auto;
  }
  .cid-uZmNso42J1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZmNso42J1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZmNso42J1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZmNso42J1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZmNso42J1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZmNso42J1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZmNso42J1 .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZmNso42J1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZmNso42J1 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZmNso42J1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZmNso42J1 .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZmNso42J1 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZmNso42J1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZmNso42J1 .mbr-section-subtitle,
.cid-uZmNso42J1 .text_widget,
.cid-uZmNso42J1 .mbr-section-btn {
  text-align: left;
}
.cid-uZmNso42J1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZmNsoxR6B {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uZmNsoxR6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmNsoxR6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmNsoxR6B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZmNsoxR6B .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZmNsoxR6B .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZmNsoxR6B .container {
    padding: 0 30px;
  }
}
.cid-uZmNsoxR6B .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZmNsoxR6B .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZmNsoxR6B .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZmNsoxR6B .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZmNsoxR6B .mbr-section-title {
  color: #ffffff;
}
.cid-uZmNsoxR6B .mbr-text {
  color: #ffffff;
}
.cid-uZmRYbAFiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZmRYbAFiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmRYbAFiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmRYbAFiA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZmRYbAFiA .container-fluid {
    padding: 0;
  }
}
.cid-uZmRYbAFiA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZmRYbAFiA .container-fluid .row {
    margin: 0;
  }
}
.cid-uZmRYbAFiA .card {
  padding: 0;
}
.cid-uZmRYbAFiA .card:first-child {
  padding: 140px 170px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uZmRYbAFiA .card:first-child {
    padding: 100px 90px;
  }
}
@media (max-width: 992px) {
  .cid-uZmRYbAFiA .card:first-child {
    padding: 110px 30px;
  }
}
.cid-uZmRYbAFiA .card .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZmRYbAFiA .card .text-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.625;
}
.cid-uZmRYbAFiA .card .text-wrapper .list li {
  margin-bottom: 30px;
  position: relative;
  list-style-type: none;
  min-height: 18px;
}
.cid-uZmRYbAFiA .card:last-child {
  position: relative;
}
.cid-uZmRYbAFiA .card:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZmRYbAFiA .mbr-section-title {
  color: #000000;
}
.cid-uZmRYbAFiA .list {
  color: #000000;
}
.cid-v12aJjSwB8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v12aJjSwB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v12aJjSwB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v12aJjSwB8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v12aJjSwB8 .container-fluid {
    padding: 0 15px;
  }
}
.cid-v12aJjSwB8 .row {
  margin: 0;
}
.cid-v12aJjSwB8 .row .card {
  padding: 0;
}
.cid-v12aJjSwB8 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v12aJjSwB8 .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v12aJjSwB8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v12aJjSwB8 .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v12aJjSwB8 .card-wrapper {
    padding: 15px;
  }
}
.cid-v12aJjSwB8 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v12aJjSwB8 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v12aJjSwB8 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v12aJjSwB8 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v12aJjSwB8 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v12aJjSwB8 .mbr-label {
  color: #000000;
}
.cid-v12aJjSwB8 .mbr-section-title {
  color: #000000;
}
.cid-v12aJjSwB8 .mbr-text {
  color: #000000;
}
.cid-v12aJjSwB8 label {
  color: #000000;
}
.cid-uZmSEsjClj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZmSEsjClj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmSEsjClj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmSEsjClj .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper {
    margin-top: 40px;
  }
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .border-wrap {
    display: none;
  }
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .social-wrap {
    padding: 0;
    flex-wrap: wrap;
  }
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uZmSEsjClj .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #0f0f0f;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  margin: 10px;
  border-radius: 4px;
}
.cid-uZmSEsjClj .card-wrapper .image-wrapper {
  width: 45%;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.cid-uZmSEsjClj .card-wrapper .image-wrapper .image-wrap {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZmSEsjClj .card-wrapper .image-wrapper .image-wrap {
    height: 300px;
  }
}
.cid-uZmSEsjClj .card-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZmSEsjClj .card-title {
  color: #666666;
}
.cid-uZmSEsjClj .card-text {
  color: #0f0f0f;
}
.cid-v0l0zhKYDy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0l0zhKYDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0l0zhKYDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0l0zhKYDy .container {
    padding: 0 30px;
  }
}
.cid-v0l0zhKYDy .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0l0zhKYDy .item {
  margin-bottom: 72px;
}
.cid-v0l0zhKYDy .item a {
  display: block;
}
.cid-v0l0zhKYDy .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0l0zhKYDy .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0l0zhKYDy .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0l0zhKYDy .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0l0zhKYDy .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0l0zhKYDy .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0l0zhKYDy .item a .item-content {
  padding: 0 4px;
}
.cid-v0l0zhKYDy .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0l0zhKYDy .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0l0zhKYDy .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0l0zhKYDy .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0l0zhKYDy .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0l0zhKYDy .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0l0zhKYDy .mbr-section-title {
  color: #000000;
}
.cid-v0l0zhKYDy .mbr-time,
.cid-v0l0zhKYDy .mbr-iconfont {
  color: #000000;
}
.cid-v0l0zhKYDy .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0l0zhKYDy .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0l0zhKYDy .mbr-section-title,
.cid-v0l0zhKYDy .mbr-section-btn {
  text-align: center;
}
.cid-v0l0zhKYDy .mbr-time,
.cid-v0l0zhKYDy .icon-time,
.cid-v0l0zhKYDy .item-time {
  text-align: center;
}
.cid-v0l0zK69Fi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0l0zK69Fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0l0zK69Fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0l0zK69Fi .container {
    padding: 0 30px;
  }
}
.cid-v0l0zK69Fi .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0l0zK69Fi .item {
  margin-bottom: 72px;
}
.cid-v0l0zK69Fi .item a {
  display: block;
}
.cid-v0l0zK69Fi .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0l0zK69Fi .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0l0zK69Fi .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0l0zK69Fi .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0l0zK69Fi .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0l0zK69Fi .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0l0zK69Fi .item a .item-content {
  padding: 0 4px;
}
.cid-v0l0zK69Fi .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0l0zK69Fi .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0l0zK69Fi .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0l0zK69Fi .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0l0zK69Fi .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0l0zK69Fi .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0l0zK69Fi .mbr-section-title {
  color: #000000;
}
.cid-v0l0zK69Fi .mbr-time,
.cid-v0l0zK69Fi .mbr-iconfont {
  color: #000000;
}
.cid-v0l0zK69Fi .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0l0zK69Fi .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0l0zK69Fi .mbr-section-title,
.cid-v0l0zK69Fi .mbr-section-btn {
  text-align: center;
}
.cid-v0l0zK69Fi .mbr-time,
.cid-v0l0zK69Fi .icon-time,
.cid-v0l0zK69Fi .item-time {
  text-align: center;
}
.cid-v12aOYo7Xy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v12aOYo7Xy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v12aOYo7Xy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v12aOYo7Xy .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v12aOYo7Xy .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v12aOYo7Xy .text-content {
    max-width: none;
  }
}
.cid-v12aOYo7Xy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v12aOYo7Xy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v12aOYo7Xy .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v12aOYo7Xy .icons {
    justify-content: center !important;
  }
  .cid-v12aOYo7Xy .text-content * {
    text-align: center;
  }
}
.cid-v12aOYo7Xy P {
  color: #ffffff;
}
.cid-v12aOYo7Xy .mbr-section-title {
  color: #ffffff;
}
.cid-uZmNsvmuP8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZmNsvmuP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmNsvmuP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZmNsvmuP8 .container {
    padding: 0 30px;
  }
}
.cid-uZmNsvmuP8 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZmNsvmuP8 .contacts-wrapper,
.cid-uZmNsvmuP8 .list-wrapper,
.cid-uZmNsvmuP8 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZmNsvmuP8 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZmNsvmuP8 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZmNsvmuP8 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZmNsvmuP8 .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZmNsvmuP8 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZmNsvmuP8 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZmNsvmuP8 .list a {
  text-decoration: underline;
}
.cid-uZmNsvmuP8 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZmNsvmuP8 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZmNsvmuP8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZn0BKb69b {
  z-index: 1000;
  width: 100%;
}
.cid-uZn0BKb69b .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZn0BKb69b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZn0BKb69b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZn0BKb69b .menu_box .navbar.opened,
  .cid-uZn0BKb69b .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZn0BKb69b nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZn0BKb69b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZn0BKb69b .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn0BKb69b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZn0BKb69b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZn0BKb69b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZn0BKb69b .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZn0BKb69b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZn0BKb69b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZn0BKb69b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZn0BKb69b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZn0BKb69b .offcanvas-body .mbr-text,
  .cid-uZn0BKb69b .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZn0BKb69b .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZn0BKb69b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZn0BKb69b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZn0BKb69b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZn0BKb69b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZn0BKb69b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZn0BKb69b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZn0BKb69b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZn0BKb69b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZn0BKb69b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZn0BKb69b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZn0BKb69b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZn0BKb69b .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZn0BKb69b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZn0BKb69b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZn0BKb69b .nav-item {
    margin: 0 !important;
  }
}
.cid-uZn0BKb69b .nav-item .nav-link {
  position: relative;
}
.cid-uZn0BKb69b .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZn0BKb69b .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZn0BKb69b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZn0BKb69b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZn0BKb69b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZn0BKb69b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZn0BKb69b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZn0BKb69b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZn0BKb69b .offcanvas_box {
    display: none;
  }
}
.cid-uZn0BKb69b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZn0BKb69b .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZn0BKb69b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZn0BKb69b .container {
  display: flex;
  margin: auto;
}
.cid-uZn0BKb69b .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZn0BKb69b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZn0BKb69b .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZn0BKb69b .navbar-caption {
  color: #000000;
}
.cid-uZn0BKb69b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZn0BKb69b .navbar-nav {
    margin: 0;
  }
}
.cid-uZn0BKb69b .dropdown-menu,
.cid-uZn0BKb69b .navbar.opened {
  background-color: false !important;
}
.cid-uZn0BKb69b .nav-item:focus,
.cid-uZn0BKb69b .nav-link:focus {
  outline: none;
}
.cid-uZn0BKb69b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZn0BKb69b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZn0BKb69b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZn0BKb69b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZn0BKb69b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZn0BKb69b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZn0BKb69b .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZn0BKb69b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZn0BKb69b .navbar.opened {
  transition: all 0.3s;
}
.cid-uZn0BKb69b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZn0BKb69b .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZn0BKb69b .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZn0BKb69b .navbar.collapsed {
  justify-content: center;
}
.cid-uZn0BKb69b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZn0BKb69b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZn0BKb69b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZn0BKb69b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZn0BKb69b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZn0BKb69b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZn0BKb69b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZn0BKb69b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZn0BKb69b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZn0BKb69b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZn0BKb69b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZn0BKb69b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZn0BKb69b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZn0BKb69b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZn0BKb69b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZn0BKb69b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZn0BKb69b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZn0BKb69b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZn0BKb69b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZn0BKb69b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZn0BKb69b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZn0BKb69b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZn0BKb69b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZn0BKb69b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZn0BKb69b .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;
  z-index: 1;
}
.cid-uZn0BKb69b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZn0BKb69b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZn0BKb69b .dropdown-item.active,
.cid-uZn0BKb69b .dropdown-item:active {
  background-color: transparent;
}
.cid-uZn0BKb69b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZn0BKb69b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZn0BKb69b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZn0BKb69b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZn0BKb69b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZn0BKb69b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZn0BKb69b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZn0BKb69b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZn0BKb69b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZn0BKb69b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZn0BKb69b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZn0BKb69b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZn0BKb69b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZn0BKb69b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZn0BKb69b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZn0BKb69b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZn0BKb69b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZn0BKb69b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZn0BKb69b .navbar {
    height: 70px;
  }
  .cid-uZn0BKb69b .navbar.opened {
    height: auto;
  }
  .cid-uZn0BKb69b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZn0BKb69b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZn0BKb69b .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZn0BKb69b .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZn0BKb69b .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZn0BKb69b .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZn0BKb69b .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZn0BKb69b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZn0BKb69b .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZn0BKb69b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZn0BKb69b .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZn0BKb69b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZn0BKb69b .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZn0BKb69b .mbr-section-subtitle,
.cid-uZn0BKb69b .text_widget,
.cid-uZn0BKb69b .mbr-section-btn {
  text-align: left;
}
.cid-uZn0BKb69b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZn0BKLISq {
  background-image: url("../../../assets/images/energias-renovables.webp");
}
.cid-uZn0BKLISq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn0BKLISq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn0BKLISq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZn0BKLISq .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZn0BKLISq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZn0BKLISq .container {
    padding: 0 30px;
  }
}
.cid-uZn0BKLISq .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZn0BKLISq .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZn0BKLISq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZn0BKLISq .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZn0BKLISq .mbr-section-title {
  color: #ffffff;
}
.cid-uZn0BKLISq .mbr-text {
  color: #ffffff;
}
.cid-uZrRORSEIT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZrRORSEIT .item {
  position: relative;
}
.cid-uZrRORSEIT .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ffffff 10%, #ffffff 50%, #ffffff 100%);
  filter: blur(1rem);
}
.cid-uZrRORSEIT .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  filter: blur(1rem);
}
.cid-uZrRORSEIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrRORSEIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrRORSEIT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZrRORSEIT .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZrRORSEIT .content-wrapper {
    width: 100%;
  }
}
.cid-uZrRORSEIT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZrRORSEIT .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uZrRORSEIT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZrRORSEIT .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZrRORSEIT .mbr-section-title {
  color: #181824;
}
.cid-uZrRORSEIT .mbr-text,
.cid-uZrRORSEIT .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZrRORSEIT .mbr-section-title,
.cid-uZrRORSEIT .mbr-section-btn,
.cid-uZrRORSEIT .icon-wrapper {
  text-align: center;
}
.cid-uZrQ8wPF1a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZrQ8wPF1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrQ8wPF1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrQ8wPF1a .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZrQ8wPF1a .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZrQ8wPF1a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZrQ8wPF1a .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZrQ8wPF1a .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .items-wrapper {
    display: block;
  }
}
.cid-uZrQ8wPF1a .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .item {
    margin-bottom: 20px;
  }
}
.cid-uZrQ8wPF1a .item .item-wrapper {
  height: 100%;
  padding: 8px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box {
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(0.75rem);
  border-radius: 50vw;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 12px;
  right: 12px;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #ebebeb;
  background-color: #eeeef4;
  padding: 4px;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #ebebeb;
  background-color: #ffffff;
  font-size: 24px;
  padding: 4px;
  border-radius: .25rem !important;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
}
.cid-uZrQ8wPF1a .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZrQ8wPF1a .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZrQ8wPF1a .desc-wrapper {
    margin: 16px 0 0;
  }
}
.cid-uZrQ8wPF1a .desc-wrapper::before,
.cid-uZrQ8wPF1a .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff, #cdcddd 50%, #ffffff);
  width: 100%;
  height: 1px;
}
.cid-uZrQ8wPF1a .desc-wrapper::before {
  top: 0;
}
.cid-uZrQ8wPF1a .desc-wrapper:after {
  bottom: 0;
}
.cid-uZrQ8wPF1a .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ffffff, #eeeef4 50%, #ffffff);
}
.cid-uZrQ8wPF1a .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZrQ8wPF1a .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZrQ8wPF1a .mbr-text,
.cid-uZrQ8wPF1a .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZrQ8wPF1a .item-title {
  color: #181824;
}
.cid-uZrQ8wPF1a .item-text {
  color: #54547e;
}
.cid-uZrQ8wPF1a .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZrQjIVzan {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZrQjIVzan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrQjIVzan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrQjIVzan .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZrQjIVzan .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZrQjIVzan .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZrQjIVzan .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZrQjIVzan .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .items-wrapper {
    display: block;
  }
}
.cid-uZrQjIVzan .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .item {
    margin-bottom: 20px;
  }
}
.cid-uZrQjIVzan .item .item-wrapper {
  height: 100%;
  padding: 8px;
  border: 1px solid #f9f9f9;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uZrQjIVzan .item .item-wrapper .card-box {
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #f9f9f9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .gradient-wrap {
  background-color: #ebfff5;
  filter: blur(0.75rem);
  border-radius: 50vw;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 12px;
  right: 12px;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #f9f9f9;
  background-color: #eeeef4;
  padding: 4px;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #f9f9f9;
  background-color: #ffffff;
  font-size: 24px;
  padding: 4px;
  border-radius: .25rem !important;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
}
.cid-uZrQjIVzan .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZrQjIVzan .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZrQjIVzan .desc-wrapper {
    margin: 16px 0 0;
  }
}
.cid-uZrQjIVzan .desc-wrapper::before,
.cid-uZrQjIVzan .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff, #cdcddd 50%, #ffffff);
  width: 100%;
  height: 1px;
}
.cid-uZrQjIVzan .desc-wrapper::before {
  top: 0;
}
.cid-uZrQjIVzan .desc-wrapper:after {
  bottom: 0;
}
.cid-uZrQjIVzan .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ffffff, #eeeef4 50%, #ffffff);
}
.cid-uZrQjIVzan .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZrQjIVzan .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZrQjIVzan .mbr-text,
.cid-uZrQjIVzan .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-uZrQjIVzan .item-title {
  color: #181824;
}
.cid-uZrQjIVzan .item-text {
  color: #54547e;
}
.cid-uZrQjIVzan .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZrRJ3NAdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uZrRJ3NAdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrRJ3NAdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrRJ3NAdG .row {
  margin: 0 -32px;
}
.cid-uZrRJ3NAdG .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZrRJ3NAdG .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZrRJ3NAdG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZrRJ3NAdG .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZrRJ3NAdG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZrRJ3NAdG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZrRJ3NAdG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZrRJ3NAdG .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZrRJ3NAdG .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZrRJ3NAdG .image-wrapper {
    padding: 6px;
  }
}
.cid-uZrRJ3NAdG .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZrRJ3NAdG .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZrRJ3NAdG .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZrRJ3NAdG .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZrRJ3NAdG .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZrRJ3NAdG .mbr-label {
  color: #49496d;
}
.cid-uZrRJ3NAdG .mbr-section-title {
  color: #181824;
}
.cid-uZrRJ3NAdG .mbr-text,
.cid-uZrRJ3NAdG .text-wrapper {
  color: #000000;
}
.cid-uZrSMQlxDI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZrSMQlxDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrSMQlxDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrSMQlxDI .row {
  margin: 0 -32px;
}
.cid-uZrSMQlxDI .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZrSMQlxDI .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZrSMQlxDI .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZrSMQlxDI .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZrSMQlxDI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZrSMQlxDI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZrSMQlxDI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZrSMQlxDI .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZrSMQlxDI .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZrSMQlxDI .image-wrapper {
    padding: 6px;
  }
}
.cid-uZrSMQlxDI .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZrSMQlxDI .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZrSMQlxDI .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZrSMQlxDI .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZrSMQlxDI .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZrSMQlxDI .mbr-label {
  color: #49496d;
}
.cid-uZrSMQlxDI .mbr-section-title {
  color: #181824;
}
.cid-uZrSMQlxDI .mbr-text,
.cid-uZrSMQlxDI .text-wrapper {
  color: #000000;
}
.cid-uZn0BMB5P1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZn0BMB5P1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn0BMB5P1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZn0BMB5P1 .container {
    padding: 0 30px;
  }
}
.cid-uZn0BMB5P1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZn0BMB5P1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZn0BMB5P1 .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZn0BMB5P1 .mbr-section-btn {
    display: block;
  }
}
.cid-uZn0BMB5P1 .mbr-section-title {
  color: #ffffff;
}
.cid-uZn0BMB5P1 .mbr-section-title,
.cid-uZn0BMB5P1 .mbr-section-btn {
  text-align: center;
}
.cid-uZrT5pkFOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uZrT5pkFOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrT5pkFOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrT5pkFOY .row {
  margin: 0 -32px;
}
.cid-uZrT5pkFOY .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZrT5pkFOY .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZrT5pkFOY .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZrT5pkFOY .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZrT5pkFOY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZrT5pkFOY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZrT5pkFOY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZrT5pkFOY .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZrT5pkFOY .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZrT5pkFOY .image-wrapper {
    padding: 6px;
  }
}
.cid-uZrT5pkFOY .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZrT5pkFOY .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZrT5pkFOY .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZrT5pkFOY .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZrT5pkFOY .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZrT5pkFOY .mbr-label {
  color: #49496d;
}
.cid-uZrT5pkFOY .mbr-section-title {
  color: #181824;
}
.cid-uZrT5pkFOY .mbr-text,
.cid-uZrT5pkFOY .text-wrapper {
  color: #000000;
}
.cid-uZrTPphnK7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZrTPphnK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrTPphnK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrTPphnK7 .row {
  margin: 0 -32px;
}
.cid-uZrTPphnK7 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZrTPphnK7 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZrTPphnK7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZrTPphnK7 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZrTPphnK7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZrTPphnK7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZrTPphnK7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZrTPphnK7 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZrTPphnK7 .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZrTPphnK7 .image-wrapper {
    padding: 6px;
  }
}
.cid-uZrTPphnK7 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZrTPphnK7 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZrTPphnK7 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZrTPphnK7 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZrTPphnK7 .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZrTPphnK7 .mbr-label {
  color: #49496d;
}
.cid-uZrTPphnK7 .mbr-section-title {
  color: #181824;
}
.cid-uZrTPphnK7 .mbr-text,
.cid-uZrTPphnK7 .text-wrapper {
  color: #000000;
}
.cid-v0kYGYCkMS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-v0kYGYCkMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kYGYCkMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kYGYCkMS .container {
    padding: 0 30px;
  }
}
.cid-v0kYGYCkMS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0kYGYCkMS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v0kYGYCkMS .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0kYGYCkMS .mbr-section-btn {
    display: block;
  }
}
.cid-v0kYGYCkMS .mbr-section-title {
  color: #ffffff;
}
.cid-v0kYGYCkMS .mbr-section-title,
.cid-v0kYGYCkMS .mbr-section-btn {
  text-align: center;
}
.cid-v0kYJmt68P {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kYJmt68P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kYJmt68P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kYJmt68P .container {
    padding: 0 30px;
  }
}
.cid-v0kYJmt68P .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kYJmt68P .item {
  margin-bottom: 72px;
}
.cid-v0kYJmt68P .item a {
  display: block;
}
.cid-v0kYJmt68P .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kYJmt68P .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kYJmt68P .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kYJmt68P .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kYJmt68P .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kYJmt68P .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kYJmt68P .item a .item-content {
  padding: 0 4px;
}
.cid-v0kYJmt68P .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kYJmt68P .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kYJmt68P .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kYJmt68P .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kYJmt68P .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kYJmt68P .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kYJmt68P .mbr-section-title {
  color: #000000;
}
.cid-v0kYJmt68P .mbr-time,
.cid-v0kYJmt68P .mbr-iconfont {
  color: #000000;
}
.cid-v0kYJmt68P .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kYJmt68P .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0kYJmt68P .mbr-section-title,
.cid-v0kYJmt68P .mbr-section-btn {
  text-align: center;
}
.cid-v0kYJmt68P .mbr-time,
.cid-v0kYJmt68P .icon-time,
.cid-v0kYJmt68P .item-time {
  text-align: center;
}
.cid-v0kYJVN557 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kYJVN557 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kYJVN557 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kYJVN557 .container {
    padding: 0 30px;
  }
}
.cid-v0kYJVN557 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kYJVN557 .item {
  margin-bottom: 72px;
}
.cid-v0kYJVN557 .item a {
  display: block;
}
.cid-v0kYJVN557 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kYJVN557 .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kYJVN557 .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kYJVN557 .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kYJVN557 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kYJVN557 .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kYJVN557 .item a .item-content {
  padding: 0 4px;
}
.cid-v0kYJVN557 .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kYJVN557 .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kYJVN557 .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kYJVN557 .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kYJVN557 .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kYJVN557 .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kYJVN557 .mbr-section-title {
  color: #000000;
}
.cid-v0kYJVN557 .mbr-time,
.cid-v0kYJVN557 .mbr-iconfont {
  color: #000000;
}
.cid-v0kYJVN557 .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kYJVN557 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0kYJVN557 .mbr-section-title,
.cid-v0kYJVN557 .mbr-section-btn {
  text-align: center;
}
.cid-v0kYJVN557 .mbr-time,
.cid-v0kYJVN557 .icon-time,
.cid-v0kYJVN557 .item-time {
  text-align: center;
}
.cid-v12aEH8ZDf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v12aEH8ZDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v12aEH8ZDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v12aEH8ZDf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v12aEH8ZDf .container-fluid {
    padding: 0 15px;
  }
}
.cid-v12aEH8ZDf .row {
  margin: 0;
}
.cid-v12aEH8ZDf .row .card {
  padding: 0;
}
.cid-v12aEH8ZDf .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v12aEH8ZDf .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v12aEH8ZDf .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v12aEH8ZDf .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v12aEH8ZDf .card-wrapper {
    padding: 15px;
  }
}
.cid-v12aEH8ZDf .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v12aEH8ZDf .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v12aEH8ZDf .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v12aEH8ZDf .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v12aEH8ZDf .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v12aEH8ZDf .mbr-label {
  color: #000000;
}
.cid-v12aEH8ZDf .mbr-section-title {
  color: #000000;
}
.cid-v12aEH8ZDf .mbr-text {
  color: #000000;
}
.cid-v12aEH8ZDf label {
  color: #000000;
}
.cid-v12aFfPzRV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v12aFfPzRV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v12aFfPzRV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v12aFfPzRV .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v12aFfPzRV .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v12aFfPzRV .text-content {
    max-width: none;
  }
}
.cid-v12aFfPzRV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v12aFfPzRV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v12aFfPzRV .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v12aFfPzRV .icons {
    justify-content: center !important;
  }
  .cid-v12aFfPzRV .text-content * {
    text-align: center;
  }
}
.cid-v12aFfPzRV P {
  color: #ffffff;
}
.cid-v12aFfPzRV .mbr-section-title {
  color: #ffffff;
}
.cid-uZn0BSx0r1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZn0BSx0r1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn0BSx0r1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZn0BSx0r1 .container {
    padding: 0 30px;
  }
}
.cid-uZn0BSx0r1 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZn0BSx0r1 .contacts-wrapper,
.cid-uZn0BSx0r1 .list-wrapper,
.cid-uZn0BSx0r1 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZn0BSx0r1 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZn0BSx0r1 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZn0BSx0r1 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZn0BSx0r1 .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZn0BSx0r1 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZn0BSx0r1 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZn0BSx0r1 .list a {
  text-decoration: underline;
}
.cid-uZn0BSx0r1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZn0BSx0r1 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZn0BSx0r1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZJknR2F0Q {
  z-index: 1000;
  width: 100%;
}
.cid-uZJknR2F0Q .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZJknR2F0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZJknR2F0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZJknR2F0Q .menu_box .navbar.opened,
  .cid-uZJknR2F0Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZJknR2F0Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZJknR2F0Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZJknR2F0Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZJknR2F0Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZJknR2F0Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZJknR2F0Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZJknR2F0Q .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZJknR2F0Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZJknR2F0Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZJknR2F0Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZJknR2F0Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZJknR2F0Q .offcanvas-body .mbr-text,
  .cid-uZJknR2F0Q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZJknR2F0Q .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZJknR2F0Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZJknR2F0Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZJknR2F0Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZJknR2F0Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZJknR2F0Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZJknR2F0Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZJknR2F0Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZJknR2F0Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJknR2F0Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZJknR2F0Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZJknR2F0Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZJknR2F0Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZJknR2F0Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZJknR2F0Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZJknR2F0Q .nav-item {
    margin: 0 !important;
  }
}
.cid-uZJknR2F0Q .nav-item .nav-link {
  position: relative;
}
.cid-uZJknR2F0Q .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZJknR2F0Q .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZJknR2F0Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZJknR2F0Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZJknR2F0Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJknR2F0Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJknR2F0Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZJknR2F0Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZJknR2F0Q .offcanvas_box {
    display: none;
  }
}
.cid-uZJknR2F0Q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZJknR2F0Q .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZJknR2F0Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZJknR2F0Q .container {
  display: flex;
  margin: auto;
}
.cid-uZJknR2F0Q .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZJknR2F0Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZJknR2F0Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJknR2F0Q .navbar-caption {
  color: #000000;
}
.cid-uZJknR2F0Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZJknR2F0Q .navbar-nav {
    margin: 0;
  }
}
.cid-uZJknR2F0Q .dropdown-menu,
.cid-uZJknR2F0Q .navbar.opened {
  background-color: false !important;
}
.cid-uZJknR2F0Q .nav-item:focus,
.cid-uZJknR2F0Q .nav-link:focus {
  outline: none;
}
.cid-uZJknR2F0Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJknR2F0Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJknR2F0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJknR2F0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJknR2F0Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJknR2F0Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJknR2F0Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZJknR2F0Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZJknR2F0Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJknR2F0Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZJknR2F0Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZJknR2F0Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZJknR2F0Q .navbar.collapsed {
  justify-content: center;
}
.cid-uZJknR2F0Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJknR2F0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZJknR2F0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJknR2F0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJknR2F0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJknR2F0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZJknR2F0Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZJknR2F0Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZJknR2F0Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZJknR2F0Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJknR2F0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJknR2F0Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZJknR2F0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJknR2F0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZJknR2F0Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJknR2F0Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZJknR2F0Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZJknR2F0Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZJknR2F0Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZJknR2F0Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJknR2F0Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZJknR2F0Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZJknR2F0Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZJknR2F0Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZJknR2F0Q .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;
  z-index: 1;
}
.cid-uZJknR2F0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZJknR2F0Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJknR2F0Q .dropdown-item.active,
.cid-uZJknR2F0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJknR2F0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJknR2F0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJknR2F0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJknR2F0Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJknR2F0Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZJknR2F0Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZJknR2F0Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZJknR2F0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZJknR2F0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJknR2F0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJknR2F0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJknR2F0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJknR2F0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJknR2F0Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJknR2F0Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJknR2F0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJknR2F0Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZJknR2F0Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJknR2F0Q .navbar {
    height: 70px;
  }
  .cid-uZJknR2F0Q .navbar.opened {
    height: auto;
  }
  .cid-uZJknR2F0Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJknR2F0Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZJknR2F0Q .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZJknR2F0Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZJknR2F0Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZJknR2F0Q .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZJknR2F0Q .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZJknR2F0Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZJknR2F0Q .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZJknR2F0Q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZJknR2F0Q .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZJknR2F0Q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZJknR2F0Q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJknR2F0Q .mbr-section-subtitle,
.cid-uZJknR2F0Q .text_widget,
.cid-uZJknR2F0Q .mbr-section-btn {
  text-align: left;
}
.cid-uZJknR2F0Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZJknRwxyD {
  background-image: url("../../../assets/images/mantenimiento-head.webp");
}
.cid-uZJknRwxyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJknRwxyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJknRwxyD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZJknRwxyD .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZJknRwxyD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJknRwxyD .container {
    padding: 0 30px;
  }
}
.cid-uZJknRwxyD .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZJknRwxyD .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZJknRwxyD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZJknRwxyD .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZJknRwxyD .mbr-section-title {
  color: #ffffff;
}
.cid-uZJknRwxyD .mbr-text {
  color: #ffffff;
}
.cid-uZJpIFufSq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-uZJpIFufSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJpIFufSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJpIFufSq .container {
    padding: 0 30px;
  }
}
.cid-uZJpIFufSq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJpIFufSq .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJq49B7ya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uZJq49B7ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJq49B7ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJq49B7ya .row {
  margin: 0 -32px;
}
.cid-uZJq49B7ya .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZJq49B7ya .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZJq49B7ya .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZJq49B7ya .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZJq49B7ya .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZJq49B7ya .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJq49B7ya .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJq49B7ya .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZJq49B7ya .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZJq49B7ya .image-wrapper {
    padding: 6px;
  }
}
.cid-uZJq49B7ya .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZJq49B7ya .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZJq49B7ya .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZJq49B7ya .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZJq49B7ya .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZJq49B7ya .mbr-label {
  color: #49496d;
}
.cid-uZJq49B7ya .mbr-section-title {
  color: #181824;
}
.cid-uZJq49B7ya .mbr-text,
.cid-uZJq49B7ya .text-wrapper {
  color: #000000;
}
.cid-uZJs6TET5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZJs6TET5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJs6TET5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJs6TET5a .row {
  margin: 0 -32px;
}
.cid-uZJs6TET5a .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZJs6TET5a .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZJs6TET5a .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZJs6TET5a .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZJs6TET5a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZJs6TET5a .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJs6TET5a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJs6TET5a .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZJs6TET5a .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZJs6TET5a .image-wrapper {
    padding: 6px;
  }
}
.cid-uZJs6TET5a .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZJs6TET5a .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZJs6TET5a .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZJs6TET5a .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZJs6TET5a .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZJs6TET5a .mbr-label {
  color: #49496d;
}
.cid-uZJs6TET5a .mbr-section-title {
  color: #181824;
}
.cid-uZJs6TET5a .mbr-text,
.cid-uZJs6TET5a .text-wrapper {
  color: #000000;
}
.cid-uZJknT69ve {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZJknT69ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJknT69ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJknT69ve .container {
    padding: 0 30px;
  }
}
.cid-uZJknT69ve .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJknT69ve .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZJknT69ve .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZJknT69ve .mbr-section-btn {
    display: block;
  }
}
.cid-uZJknT69ve .mbr-section-title {
  color: #ffffff;
}
.cid-uZJknT69ve .mbr-section-title,
.cid-uZJknT69ve .mbr-section-btn {
  text-align: center;
}
.cid-v0kRgC2oZi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kRgC2oZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kRgC2oZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kRgC2oZi .container {
    padding: 0 30px;
  }
}
.cid-v0kRgC2oZi .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kRgC2oZi .item {
  margin-bottom: 72px;
}
.cid-v0kRgC2oZi .item a {
  display: block;
}
.cid-v0kRgC2oZi .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kRgC2oZi .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kRgC2oZi .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kRgC2oZi .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kRgC2oZi .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kRgC2oZi .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kRgC2oZi .item a .item-content {
  padding: 0 4px;
}
.cid-v0kRgC2oZi .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kRgC2oZi .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kRgC2oZi .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kRgC2oZi .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kRgC2oZi .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kRgC2oZi .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kRgC2oZi .mbr-section-title {
  color: #000000;
}
.cid-v0kRgC2oZi .mbr-time,
.cid-v0kRgC2oZi .mbr-iconfont {
  color: #000000;
}
.cid-v0kRgC2oZi .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kRgC2oZi .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0kRgC2oZi .mbr-section-title,
.cid-v0kRgC2oZi .mbr-section-btn {
  text-align: center;
}
.cid-v0kRgC2oZi .mbr-time,
.cid-v0kRgC2oZi .icon-time,
.cid-v0kRgC2oZi .item-time {
  text-align: center;
}
.cid-v0kRheEm1a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kRheEm1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kRheEm1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kRheEm1a .container {
    padding: 0 30px;
  }
}
.cid-v0kRheEm1a .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kRheEm1a .item {
  margin-bottom: 72px;
}
.cid-v0kRheEm1a .item a {
  display: block;
}
.cid-v0kRheEm1a .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kRheEm1a .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kRheEm1a .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kRheEm1a .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kRheEm1a .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kRheEm1a .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kRheEm1a .item a .item-content {
  padding: 0 4px;
}
.cid-v0kRheEm1a .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kRheEm1a .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kRheEm1a .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kRheEm1a .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kRheEm1a .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kRheEm1a .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kRheEm1a .mbr-section-title {
  color: #000000;
}
.cid-v0kRheEm1a .mbr-time,
.cid-v0kRheEm1a .mbr-iconfont {
  color: #000000;
}
.cid-v0kRheEm1a .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kRheEm1a .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0kRheEm1a .mbr-section-title,
.cid-v0kRheEm1a .mbr-section-btn {
  text-align: center;
}
.cid-v0kRheEm1a .mbr-time,
.cid-v0kRheEm1a .icon-time,
.cid-v0kRheEm1a .item-time {
  text-align: center;
}
.cid-v127ffYRxz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v127ffYRxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127ffYRxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v127ffYRxz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v127ffYRxz .container-fluid {
    padding: 0 15px;
  }
}
.cid-v127ffYRxz .row {
  margin: 0;
}
.cid-v127ffYRxz .row .card {
  padding: 0;
}
.cid-v127ffYRxz .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v127ffYRxz .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v127ffYRxz .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v127ffYRxz .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v127ffYRxz .card-wrapper {
    padding: 15px;
  }
}
.cid-v127ffYRxz .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v127ffYRxz .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v127ffYRxz .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v127ffYRxz .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v127ffYRxz .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v127ffYRxz .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v127ffYRxz .mbr-label {
  color: #000000;
}
.cid-v127ffYRxz .mbr-section-title {
  color: #000000;
}
.cid-v127ffYRxz .mbr-text {
  color: #000000;
}
.cid-v127ffYRxz label {
  color: #000000;
}
.cid-v127fNFYqx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v127fNFYqx .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v127fNFYqx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v127fNFYqx .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v127fNFYqx .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v127fNFYqx .text-content {
    max-width: none;
  }
}
.cid-v127fNFYqx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v127fNFYqx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v127fNFYqx .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v127fNFYqx .icons {
    justify-content: center !important;
  }
  .cid-v127fNFYqx .text-content * {
    text-align: center;
  }
}
.cid-v127fNFYqx P {
  color: #ffffff;
}
.cid-v127fNFYqx .mbr-section-title {
  color: #ffffff;
}
.cid-uZJknYpnZp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZJknYpnZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJknYpnZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJknYpnZp .container {
    padding: 0 30px;
  }
}
.cid-uZJknYpnZp .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZJknYpnZp .contacts-wrapper,
.cid-uZJknYpnZp .list-wrapper,
.cid-uZJknYpnZp .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZJknYpnZp .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZJknYpnZp .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJknYpnZp .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZJknYpnZp .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZJknYpnZp .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZJknYpnZp .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZJknYpnZp .list a {
  text-decoration: underline;
}
.cid-uZJknYpnZp .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZJknYpnZp .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJknYpnZp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZJsK0hdp7 {
  z-index: 1000;
  width: 100%;
}
.cid-uZJsK0hdp7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZJsK0hdp7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZJsK0hdp7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZJsK0hdp7 .menu_box .navbar.opened,
  .cid-uZJsK0hdp7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZJsK0hdp7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZJsK0hdp7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZJsK0hdp7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZJsK0hdp7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZJsK0hdp7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZJsK0hdp7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZJsK0hdp7 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZJsK0hdp7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZJsK0hdp7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZJsK0hdp7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZJsK0hdp7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZJsK0hdp7 .offcanvas-body .mbr-text,
  .cid-uZJsK0hdp7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZJsK0hdp7 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZJsK0hdp7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZJsK0hdp7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZJsK0hdp7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZJsK0hdp7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZJsK0hdp7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZJsK0hdp7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZJsK0hdp7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZJsK0hdp7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJsK0hdp7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZJsK0hdp7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZJsK0hdp7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZJsK0hdp7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZJsK0hdp7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZJsK0hdp7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZJsK0hdp7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZJsK0hdp7 .nav-item .nav-link {
  position: relative;
}
.cid-uZJsK0hdp7 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZJsK0hdp7 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZJsK0hdp7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZJsK0hdp7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZJsK0hdp7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJsK0hdp7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJsK0hdp7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZJsK0hdp7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZJsK0hdp7 .offcanvas_box {
    display: none;
  }
}
.cid-uZJsK0hdp7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZJsK0hdp7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZJsK0hdp7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZJsK0hdp7 .container {
  display: flex;
  margin: auto;
}
.cid-uZJsK0hdp7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZJsK0hdp7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZJsK0hdp7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJsK0hdp7 .navbar-caption {
  color: #000000;
}
.cid-uZJsK0hdp7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZJsK0hdp7 .navbar-nav {
    margin: 0;
  }
}
.cid-uZJsK0hdp7 .dropdown-menu,
.cid-uZJsK0hdp7 .navbar.opened {
  background-color: false !important;
}
.cid-uZJsK0hdp7 .nav-item:focus,
.cid-uZJsK0hdp7 .nav-link:focus {
  outline: none;
}
.cid-uZJsK0hdp7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJsK0hdp7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJsK0hdp7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJsK0hdp7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJsK0hdp7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJsK0hdp7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJsK0hdp7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZJsK0hdp7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZJsK0hdp7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJsK0hdp7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZJsK0hdp7 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZJsK0hdp7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZJsK0hdp7 .navbar.collapsed {
  justify-content: center;
}
.cid-uZJsK0hdp7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJsK0hdp7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZJsK0hdp7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJsK0hdp7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJsK0hdp7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJsK0hdp7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZJsK0hdp7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZJsK0hdp7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZJsK0hdp7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZJsK0hdp7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJsK0hdp7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJsK0hdp7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZJsK0hdp7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJsK0hdp7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZJsK0hdp7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJsK0hdp7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZJsK0hdp7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZJsK0hdp7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZJsK0hdp7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZJsK0hdp7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJsK0hdp7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZJsK0hdp7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZJsK0hdp7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZJsK0hdp7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZJsK0hdp7 .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;
  z-index: 1;
}
.cid-uZJsK0hdp7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZJsK0hdp7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJsK0hdp7 .dropdown-item.active,
.cid-uZJsK0hdp7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJsK0hdp7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJsK0hdp7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJsK0hdp7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJsK0hdp7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJsK0hdp7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZJsK0hdp7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZJsK0hdp7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZJsK0hdp7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZJsK0hdp7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJsK0hdp7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJsK0hdp7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJsK0hdp7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJsK0hdp7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJsK0hdp7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJsK0hdp7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJsK0hdp7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJsK0hdp7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZJsK0hdp7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJsK0hdp7 .navbar {
    height: 70px;
  }
  .cid-uZJsK0hdp7 .navbar.opened {
    height: auto;
  }
  .cid-uZJsK0hdp7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJsK0hdp7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZJsK0hdp7 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZJsK0hdp7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZJsK0hdp7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZJsK0hdp7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZJsK0hdp7 .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZJsK0hdp7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZJsK0hdp7 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZJsK0hdp7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZJsK0hdp7 .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZJsK0hdp7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZJsK0hdp7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJsK0hdp7 .mbr-section-subtitle,
.cid-uZJsK0hdp7 .text_widget,
.cid-uZJsK0hdp7 .mbr-section-btn {
  text-align: left;
}
.cid-uZJsK0hdp7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZJsK0UU5U {
  background-image: url("../../../assets/images/proyectos-head.webp");
}
.cid-uZJsK0UU5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJsK0UU5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJsK0UU5U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZJsK0UU5U .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZJsK0UU5U .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJsK0UU5U .container {
    padding: 0 30px;
  }
}
.cid-uZJsK0UU5U .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZJsK0UU5U .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZJsK0UU5U .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZJsK0UU5U .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZJsK0UU5U .mbr-section-title {
  color: #ffffff;
}
.cid-uZJsK0UU5U .mbr-text {
  color: #ffffff;
}
.cid-uZJsK1hTcX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZJsK1hTcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJsK1hTcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJsK1hTcX .container {
    padding: 0 30px;
  }
}
.cid-uZJsK1hTcX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJsK1hTcX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJtTSBakW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZJtTSBakW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJtTSBakW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJtTSBakW .container {
    padding: 0 30px;
  }
}
.cid-uZJtTSBakW .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uZJtTSBakW .item {
  margin-bottom: 72px;
}
.cid-uZJtTSBakW .item a {
  display: block;
}
.cid-uZJtTSBakW .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uZJtTSBakW .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uZJtTSBakW .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-uZJtTSBakW .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZJtTSBakW .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uZJtTSBakW .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-uZJtTSBakW .item a .item-content {
  padding: 0 4px;
}
.cid-uZJtTSBakW .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZJtTSBakW .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-uZJtTSBakW .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uZJtTSBakW .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uZJtTSBakW .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uZJtTSBakW .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-uZJtTSBakW .mbr-section-title {
  color: #000000;
}
.cid-uZJtTSBakW .mbr-time,
.cid-uZJtTSBakW .mbr-iconfont {
  color: #000000;
}
.cid-uZJtTSBakW .mbr-card-title {
  color: #000000;
}
.cid-uZJtTSBakW .mbr-desc {
  color: #a8a8a8;
}
.cid-uZJsK2uOYM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZJsK2uOYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJsK2uOYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJsK2uOYM .container {
    padding: 0 30px;
  }
}
.cid-uZJsK2uOYM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJsK2uOYM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZJsK2uOYM .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZJsK2uOYM .mbr-section-btn {
    display: block;
  }
}
.cid-uZJsK2uOYM .mbr-section-title {
  color: #ffffff;
}
.cid-uZJsK2uOYM .mbr-section-title,
.cid-uZJsK2uOYM .mbr-section-btn {
  text-align: center;
}
.cid-v0kRTH2yMq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kRTH2yMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kRTH2yMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kRTH2yMq .container {
    padding: 0 30px;
  }
}
.cid-v0kRTH2yMq .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kRTH2yMq .item {
  margin-bottom: 72px;
}
.cid-v0kRTH2yMq .item a {
  display: block;
}
.cid-v0kRTH2yMq .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kRTH2yMq .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kRTH2yMq .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kRTH2yMq .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kRTH2yMq .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kRTH2yMq .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kRTH2yMq .item a .item-content {
  padding: 0 4px;
}
.cid-v0kRTH2yMq .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kRTH2yMq .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kRTH2yMq .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kRTH2yMq .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kRTH2yMq .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kRTH2yMq .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kRTH2yMq .mbr-section-title {
  color: #000000;
}
.cid-v0kRTH2yMq .mbr-time,
.cid-v0kRTH2yMq .mbr-iconfont {
  color: #000000;
}
.cid-v0kRTH2yMq .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kRTH2yMq .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0kRTH2yMq .mbr-section-title,
.cid-v0kRTH2yMq .mbr-section-btn {
  text-align: center;
}
.cid-v0kRTH2yMq .mbr-time,
.cid-v0kRTH2yMq .icon-time,
.cid-v0kRTH2yMq .item-time {
  text-align: center;
}
.cid-v0kRUdk95C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kRUdk95C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kRUdk95C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kRUdk95C .container {
    padding: 0 30px;
  }
}
.cid-v0kRUdk95C .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kRUdk95C .item {
  margin-bottom: 72px;
}
.cid-v0kRUdk95C .item a {
  display: block;
}
.cid-v0kRUdk95C .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kRUdk95C .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kRUdk95C .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kRUdk95C .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kRUdk95C .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kRUdk95C .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kRUdk95C .item a .item-content {
  padding: 0 4px;
}
.cid-v0kRUdk95C .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kRUdk95C .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kRUdk95C .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kRUdk95C .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kRUdk95C .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kRUdk95C .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kRUdk95C .mbr-section-title {
  color: #000000;
}
.cid-v0kRUdk95C .mbr-time,
.cid-v0kRUdk95C .mbr-iconfont {
  color: #000000;
}
.cid-v0kRUdk95C .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kRUdk95C .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0kRUdk95C .mbr-section-title,
.cid-v0kRUdk95C .mbr-section-btn {
  text-align: center;
}
.cid-v0kRUdk95C .mbr-time,
.cid-v0kRUdk95C .icon-time,
.cid-v0kRUdk95C .item-time {
  text-align: center;
}
.cid-v127jYDBDM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v127jYDBDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127jYDBDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v127jYDBDM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v127jYDBDM .container-fluid {
    padding: 0 15px;
  }
}
.cid-v127jYDBDM .row {
  margin: 0;
}
.cid-v127jYDBDM .row .card {
  padding: 0;
}
.cid-v127jYDBDM .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v127jYDBDM .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v127jYDBDM .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v127jYDBDM .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v127jYDBDM .card-wrapper {
    padding: 15px;
  }
}
.cid-v127jYDBDM .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v127jYDBDM .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v127jYDBDM .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v127jYDBDM .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v127jYDBDM .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v127jYDBDM .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v127jYDBDM .mbr-label {
  color: #000000;
}
.cid-v127jYDBDM .mbr-section-title {
  color: #000000;
}
.cid-v127jYDBDM .mbr-text {
  color: #000000;
}
.cid-v127jYDBDM label {
  color: #000000;
}
.cid-v127kzqxxX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v127kzqxxX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v127kzqxxX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v127kzqxxX .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v127kzqxxX .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v127kzqxxX .text-content {
    max-width: none;
  }
}
.cid-v127kzqxxX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v127kzqxxX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v127kzqxxX .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v127kzqxxX .icons {
    justify-content: center !important;
  }
  .cid-v127kzqxxX .text-content * {
    text-align: center;
  }
}
.cid-v127kzqxxX P {
  color: #ffffff;
}
.cid-v127kzqxxX .mbr-section-title {
  color: #ffffff;
}
.cid-uZJsK5qld4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZJsK5qld4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJsK5qld4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJsK5qld4 .container {
    padding: 0 30px;
  }
}
.cid-uZJsK5qld4 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZJsK5qld4 .contacts-wrapper,
.cid-uZJsK5qld4 .list-wrapper,
.cid-uZJsK5qld4 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZJsK5qld4 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZJsK5qld4 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJsK5qld4 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZJsK5qld4 .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZJsK5qld4 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZJsK5qld4 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZJsK5qld4 .list a {
  text-decoration: underline;
}
.cid-uZJsK5qld4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZJsK5qld4 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJsK5qld4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZJupvWPmy {
  z-index: 1000;
  width: 100%;
}
.cid-uZJupvWPmy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZJupvWPmy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZJupvWPmy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZJupvWPmy .menu_box .navbar.opened,
  .cid-uZJupvWPmy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZJupvWPmy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZJupvWPmy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZJupvWPmy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZJupvWPmy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZJupvWPmy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZJupvWPmy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZJupvWPmy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZJupvWPmy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZJupvWPmy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZJupvWPmy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZJupvWPmy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZJupvWPmy .offcanvas-body .mbr-text,
  .cid-uZJupvWPmy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZJupvWPmy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZJupvWPmy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZJupvWPmy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZJupvWPmy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZJupvWPmy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZJupvWPmy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZJupvWPmy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZJupvWPmy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZJupvWPmy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJupvWPmy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZJupvWPmy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZJupvWPmy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZJupvWPmy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZJupvWPmy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZJupvWPmy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZJupvWPmy .nav-item {
    margin: 0 !important;
  }
}
.cid-uZJupvWPmy .nav-item .nav-link {
  position: relative;
}
.cid-uZJupvWPmy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZJupvWPmy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZJupvWPmy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZJupvWPmy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZJupvWPmy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJupvWPmy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJupvWPmy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZJupvWPmy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZJupvWPmy .offcanvas_box {
    display: none;
  }
}
.cid-uZJupvWPmy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZJupvWPmy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZJupvWPmy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZJupvWPmy .container {
  display: flex;
  margin: auto;
}
.cid-uZJupvWPmy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZJupvWPmy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZJupvWPmy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJupvWPmy .navbar-caption {
  color: #000000;
}
.cid-uZJupvWPmy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZJupvWPmy .navbar-nav {
    margin: 0;
  }
}
.cid-uZJupvWPmy .dropdown-menu,
.cid-uZJupvWPmy .navbar.opened {
  background-color: false !important;
}
.cid-uZJupvWPmy .nav-item:focus,
.cid-uZJupvWPmy .nav-link:focus {
  outline: none;
}
.cid-uZJupvWPmy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJupvWPmy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJupvWPmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJupvWPmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJupvWPmy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJupvWPmy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJupvWPmy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZJupvWPmy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZJupvWPmy .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJupvWPmy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZJupvWPmy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZJupvWPmy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZJupvWPmy .navbar.collapsed {
  justify-content: center;
}
.cid-uZJupvWPmy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJupvWPmy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZJupvWPmy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJupvWPmy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJupvWPmy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJupvWPmy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZJupvWPmy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZJupvWPmy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZJupvWPmy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZJupvWPmy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJupvWPmy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJupvWPmy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZJupvWPmy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJupvWPmy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZJupvWPmy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJupvWPmy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZJupvWPmy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZJupvWPmy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZJupvWPmy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZJupvWPmy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJupvWPmy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZJupvWPmy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZJupvWPmy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZJupvWPmy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZJupvWPmy .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;
  z-index: 1;
}
.cid-uZJupvWPmy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZJupvWPmy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJupvWPmy .dropdown-item.active,
.cid-uZJupvWPmy .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJupvWPmy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJupvWPmy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJupvWPmy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJupvWPmy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJupvWPmy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZJupvWPmy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZJupvWPmy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZJupvWPmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZJupvWPmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJupvWPmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJupvWPmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJupvWPmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJupvWPmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJupvWPmy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJupvWPmy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJupvWPmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJupvWPmy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZJupvWPmy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJupvWPmy .navbar {
    height: 70px;
  }
  .cid-uZJupvWPmy .navbar.opened {
    height: auto;
  }
  .cid-uZJupvWPmy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJupvWPmy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZJupvWPmy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZJupvWPmy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZJupvWPmy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZJupvWPmy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZJupvWPmy .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZJupvWPmy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZJupvWPmy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZJupvWPmy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZJupvWPmy .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZJupvWPmy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZJupvWPmy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJupvWPmy .mbr-section-subtitle,
.cid-uZJupvWPmy .text_widget,
.cid-uZJupvWPmy .mbr-section-btn {
  text-align: left;
}
.cid-uZJupvWPmy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZJupwDMEx {
  background-image: url("../../../assets/images/calidad-header.webp");
}
.cid-uZJupwDMEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJupwDMEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJupwDMEx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZJupwDMEx .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZJupwDMEx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJupwDMEx .container {
    padding: 0 30px;
  }
}
.cid-uZJupwDMEx .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZJupwDMEx .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZJupwDMEx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZJupwDMEx .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZJupwDMEx .mbr-section-title {
  color: #ffffff;
}
.cid-uZJupwDMEx .mbr-text {
  color: #ffffff;
}
.cid-uZJupx2IMO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZJupx2IMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJupx2IMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJupx2IMO .container {
    padding: 0 30px;
  }
}
.cid-uZJupx2IMO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJupx2IMO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJvuEOREN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uZJvuEOREN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJvuEOREN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJvuEOREN .row {
  margin: 0 -32px;
}
.cid-uZJvuEOREN .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZJvuEOREN .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZJvuEOREN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZJvuEOREN .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZJvuEOREN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZJvuEOREN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJvuEOREN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJvuEOREN .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZJvuEOREN .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZJvuEOREN .image-wrapper {
    padding: 6px;
  }
}
.cid-uZJvuEOREN .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZJvuEOREN .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZJvuEOREN .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZJvuEOREN .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZJvuEOREN .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZJvuEOREN .mbr-label {
  color: #49496d;
}
.cid-uZJvuEOREN .mbr-section-title {
  color: #181824;
}
.cid-uZJvuEOREN .mbr-text,
.cid-uZJvuEOREN .text-wrapper {
  color: #000000;
}
.cid-uZJviVO0QA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZJviVO0QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJviVO0QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJviVO0QA .row {
  margin: 0 -32px;
}
.cid-uZJviVO0QA .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZJviVO0QA .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZJviVO0QA .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZJviVO0QA .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZJviVO0QA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZJviVO0QA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJviVO0QA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJviVO0QA .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZJviVO0QA .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZJviVO0QA .image-wrapper {
    padding: 6px;
  }
}
.cid-uZJviVO0QA .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZJviVO0QA .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZJviVO0QA .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZJviVO0QA .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZJviVO0QA .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZJviVO0QA .mbr-label {
  color: #49496d;
}
.cid-uZJviVO0QA .mbr-section-title {
  color: #181824;
}
.cid-uZJviVO0QA .mbr-text,
.cid-uZJviVO0QA .text-wrapper {
  color: #000000;
}
.cid-uZJupy2fVx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZJupy2fVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJupy2fVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJupy2fVx .container {
    padding: 0 30px;
  }
}
.cid-uZJupy2fVx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJupy2fVx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZJupy2fVx .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZJupy2fVx .mbr-section-btn {
    display: block;
  }
}
.cid-uZJupy2fVx .mbr-section-title {
  color: #ffffff;
}
.cid-uZJupy2fVx .mbr-section-title,
.cid-uZJupy2fVx .mbr-section-btn {
  text-align: center;
}
.cid-v0kSA212ck {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kSA212ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kSA212ck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kSA212ck .container {
    padding: 0 30px;
  }
}
.cid-v0kSA212ck .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kSA212ck .item {
  margin-bottom: 72px;
}
.cid-v0kSA212ck .item a {
  display: block;
}
.cid-v0kSA212ck .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kSA212ck .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kSA212ck .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kSA212ck .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kSA212ck .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kSA212ck .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kSA212ck .item a .item-content {
  padding: 0 4px;
}
.cid-v0kSA212ck .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kSA212ck .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kSA212ck .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kSA212ck .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kSA212ck .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kSA212ck .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kSA212ck .mbr-section-title {
  color: #000000;
}
.cid-v0kSA212ck .mbr-time,
.cid-v0kSA212ck .mbr-iconfont {
  color: #000000;
}
.cid-v0kSA212ck .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kSA212ck .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0kSA212ck .mbr-section-title,
.cid-v0kSA212ck .mbr-section-btn {
  text-align: center;
}
.cid-v0kSA212ck .mbr-time,
.cid-v0kSA212ck .icon-time,
.cid-v0kSA212ck .item-time {
  text-align: center;
}
.cid-v0kSAyQgcz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kSAyQgcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kSAyQgcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kSAyQgcz .container {
    padding: 0 30px;
  }
}
.cid-v0kSAyQgcz .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kSAyQgcz .item {
  margin-bottom: 72px;
}
.cid-v0kSAyQgcz .item a {
  display: block;
}
.cid-v0kSAyQgcz .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kSAyQgcz .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kSAyQgcz .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kSAyQgcz .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kSAyQgcz .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kSAyQgcz .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kSAyQgcz .item a .item-content {
  padding: 0 4px;
}
.cid-v0kSAyQgcz .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kSAyQgcz .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kSAyQgcz .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kSAyQgcz .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kSAyQgcz .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kSAyQgcz .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kSAyQgcz .mbr-section-title {
  color: #000000;
}
.cid-v0kSAyQgcz .mbr-time,
.cid-v0kSAyQgcz .mbr-iconfont {
  color: #000000;
}
.cid-v0kSAyQgcz .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kSAyQgcz .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0kSAyQgcz .mbr-section-title,
.cid-v0kSAyQgcz .mbr-section-btn {
  text-align: center;
}
.cid-v0kSAyQgcz .mbr-time,
.cid-v0kSAyQgcz .icon-time,
.cid-v0kSAyQgcz .item-time {
  text-align: center;
}
.cid-v127rXIeQN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v127rXIeQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127rXIeQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v127rXIeQN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v127rXIeQN .container-fluid {
    padding: 0 15px;
  }
}
.cid-v127rXIeQN .row {
  margin: 0;
}
.cid-v127rXIeQN .row .card {
  padding: 0;
}
.cid-v127rXIeQN .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v127rXIeQN .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v127rXIeQN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v127rXIeQN .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v127rXIeQN .card-wrapper {
    padding: 15px;
  }
}
.cid-v127rXIeQN .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v127rXIeQN .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v127rXIeQN .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v127rXIeQN .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v127rXIeQN .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v127rXIeQN .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v127rXIeQN .mbr-label {
  color: #000000;
}
.cid-v127rXIeQN .mbr-section-title {
  color: #000000;
}
.cid-v127rXIeQN .mbr-text {
  color: #000000;
}
.cid-v127rXIeQN label {
  color: #000000;
}
.cid-v127stHhjt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v127stHhjt .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v127stHhjt .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v127stHhjt .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v127stHhjt .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v127stHhjt .text-content {
    max-width: none;
  }
}
.cid-v127stHhjt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v127stHhjt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v127stHhjt .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v127stHhjt .icons {
    justify-content: center !important;
  }
  .cid-v127stHhjt .text-content * {
    text-align: center;
  }
}
.cid-v127stHhjt P {
  color: #ffffff;
}
.cid-v127stHhjt .mbr-section-title {
  color: #ffffff;
}
.cid-uZJupASh6u {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZJupASh6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJupASh6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJupASh6u .container {
    padding: 0 30px;
  }
}
.cid-uZJupASh6u .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZJupASh6u .contacts-wrapper,
.cid-uZJupASh6u .list-wrapper,
.cid-uZJupASh6u .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZJupASh6u .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZJupASh6u .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJupASh6u .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZJupASh6u .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZJupASh6u .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZJupASh6u .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZJupASh6u .list a {
  text-decoration: underline;
}
.cid-uZJupASh6u .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZJupASh6u .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJupASh6u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZJwa6Rcsf {
  z-index: 1000;
  width: 100%;
}
.cid-uZJwa6Rcsf .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uZJwa6Rcsf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZJwa6Rcsf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uZJwa6Rcsf .menu_box .navbar.opened,
  .cid-uZJwa6Rcsf .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZJwa6Rcsf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZJwa6Rcsf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uZJwa6Rcsf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZJwa6Rcsf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZJwa6Rcsf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZJwa6Rcsf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZJwa6Rcsf .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uZJwa6Rcsf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZJwa6Rcsf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZJwa6Rcsf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZJwa6Rcsf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZJwa6Rcsf .offcanvas-body .mbr-text,
  .cid-uZJwa6Rcsf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uZJwa6Rcsf .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uZJwa6Rcsf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZJwa6Rcsf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZJwa6Rcsf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZJwa6Rcsf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZJwa6Rcsf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZJwa6Rcsf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZJwa6Rcsf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZJwa6Rcsf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJwa6Rcsf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZJwa6Rcsf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZJwa6Rcsf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZJwa6Rcsf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZJwa6Rcsf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZJwa6Rcsf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZJwa6Rcsf .nav-item {
    margin: 0 !important;
  }
}
.cid-uZJwa6Rcsf .nav-item .nav-link {
  position: relative;
}
.cid-uZJwa6Rcsf .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085cc;
  transition: all 0.3s ease-out;
}
.cid-uZJwa6Rcsf .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uZJwa6Rcsf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZJwa6Rcsf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZJwa6Rcsf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJwa6Rcsf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZJwa6Rcsf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZJwa6Rcsf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZJwa6Rcsf .offcanvas_box {
    display: none;
  }
}
.cid-uZJwa6Rcsf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZJwa6Rcsf .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZJwa6Rcsf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZJwa6Rcsf .container {
  display: flex;
  margin: auto;
}
.cid-uZJwa6Rcsf .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZJwa6Rcsf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZJwa6Rcsf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJwa6Rcsf .navbar-caption {
  color: #000000;
}
.cid-uZJwa6Rcsf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZJwa6Rcsf .navbar-nav {
    margin: 0;
  }
}
.cid-uZJwa6Rcsf .dropdown-menu,
.cid-uZJwa6Rcsf .navbar.opened {
  background-color: false !important;
}
.cid-uZJwa6Rcsf .nav-item:focus,
.cid-uZJwa6Rcsf .nav-link:focus {
  outline: none;
}
.cid-uZJwa6Rcsf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJwa6Rcsf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJwa6Rcsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJwa6Rcsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJwa6Rcsf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJwa6Rcsf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJwa6Rcsf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa6Rcsf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZJwa6Rcsf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJwa6Rcsf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZJwa6Rcsf .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uZJwa6Rcsf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uZJwa6Rcsf .navbar.collapsed {
  justify-content: center;
}
.cid-uZJwa6Rcsf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJwa6Rcsf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZJwa6Rcsf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJwa6Rcsf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJwa6Rcsf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJwa6Rcsf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZJwa6Rcsf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZJwa6Rcsf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZJwa6Rcsf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZJwa6Rcsf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJwa6Rcsf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJwa6Rcsf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZJwa6Rcsf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJwa6Rcsf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZJwa6Rcsf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJwa6Rcsf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZJwa6Rcsf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZJwa6Rcsf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZJwa6Rcsf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZJwa6Rcsf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJwa6Rcsf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZJwa6Rcsf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZJwa6Rcsf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZJwa6Rcsf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZJwa6Rcsf .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;
  z-index: 1;
}
.cid-uZJwa6Rcsf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZJwa6Rcsf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJwa6Rcsf .dropdown-item.active,
.cid-uZJwa6Rcsf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJwa6Rcsf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJwa6Rcsf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJwa6Rcsf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJwa6Rcsf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJwa6Rcsf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZJwa6Rcsf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZJwa6Rcsf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uZJwa6Rcsf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZJwa6Rcsf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJwa6Rcsf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJwa6Rcsf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJwa6Rcsf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJwa6Rcsf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJwa6Rcsf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJwa6Rcsf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJwa6Rcsf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJwa6Rcsf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZJwa6Rcsf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJwa6Rcsf .navbar {
    height: 70px;
  }
  .cid-uZJwa6Rcsf .navbar.opened {
    height: auto;
  }
  .cid-uZJwa6Rcsf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJwa6Rcsf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZJwa6Rcsf .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZJwa6Rcsf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZJwa6Rcsf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uZJwa6Rcsf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uZJwa6Rcsf .navbar-caption:hover {
  color: #0085cc;
}
@media (min-width: 992px) {
  .cid-uZJwa6Rcsf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZJwa6Rcsf .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZJwa6Rcsf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZJwa6Rcsf .text_widget a:hover {
  color: #ef6712 !important;
}
.cid-uZJwa6Rcsf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZJwa6Rcsf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJwa6Rcsf .mbr-section-subtitle,
.cid-uZJwa6Rcsf .text_widget,
.cid-uZJwa6Rcsf .mbr-section-btn {
  text-align: left;
}
.cid-uZJwa6Rcsf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZJwa7szck {
  background-image: url("../../../assets/images/eficiencia-energetica-head.webp");
}
.cid-uZJwa7szck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJwa7szck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJwa7szck .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZJwa7szck .container-fluid {
    padding: 0 30px;
  }
}
.cid-uZJwa7szck .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa7szck .container {
    padding: 0 30px;
  }
}
.cid-uZJwa7szck .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uZJwa7szck .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uZJwa7szck .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZJwa7szck .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZJwa7szck .mbr-section-title {
  color: #ffffff;
}
.cid-uZJwa7szck .mbr-text {
  color: #ffffff;
}
.cid-uZJwa7PeOF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZJwa7PeOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJwa7PeOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa7PeOF .container {
    padding: 0 30px;
  }
}
.cid-uZJwa7PeOF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJwa7PeOF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZJwa8auI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uZJwa8auI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJwa8auI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJwa8auI1 .row {
  margin: 0 -32px;
}
.cid-uZJwa8auI1 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZJwa8auI1 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZJwa8auI1 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZJwa8auI1 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZJwa8auI1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZJwa8auI1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa8auI1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJwa8auI1 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZJwa8auI1 .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZJwa8auI1 .image-wrapper {
    padding: 6px;
  }
}
.cid-uZJwa8auI1 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZJwa8auI1 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZJwa8auI1 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZJwa8auI1 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZJwa8auI1 .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZJwa8auI1 .mbr-label {
  color: #49496d;
}
.cid-uZJwa8auI1 .mbr-section-title {
  color: #181824;
}
.cid-uZJwa8auI1 .mbr-text,
.cid-uZJwa8auI1 .text-wrapper {
  color: #000000;
}
.cid-uZJwa8CHPn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZJwa8CHPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJwa8CHPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJwa8CHPn .row {
  margin: 0 -32px;
}
.cid-uZJwa8CHPn .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-uZJwa8CHPn .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZJwa8CHPn .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZJwa8CHPn .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZJwa8CHPn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZJwa8CHPn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa8CHPn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJwa8CHPn .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZJwa8CHPn .image-wrapper {
  padding: 12px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZJwa8CHPn .image-wrapper {
    padding: 6px;
  }
}
.cid-uZJwa8CHPn .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #a8a8a8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZJwa8CHPn .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-uZJwa8CHPn .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZJwa8CHPn .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uZJwa8CHPn .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uZJwa8CHPn .mbr-label {
  color: #49496d;
}
.cid-uZJwa8CHPn .mbr-section-title {
  color: #181824;
}
.cid-uZJwa8CHPn .mbr-text,
.cid-uZJwa8CHPn .text-wrapper {
  color: #000000;
}
.cid-uZJwa91ad4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff6839;
}
.cid-uZJwa91ad4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJwa91ad4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa91ad4 .container {
    padding: 0 30px;
  }
}
.cid-uZJwa91ad4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJwa91ad4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZJwa91ad4 .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZJwa91ad4 .mbr-section-btn {
    display: block;
  }
}
.cid-uZJwa91ad4 .mbr-section-title {
  color: #ffffff;
}
.cid-uZJwa91ad4 .mbr-section-title,
.cid-uZJwa91ad4 .mbr-section-btn {
  text-align: center;
}
.cid-v0kTFovvKO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kTFovvKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kTFovvKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kTFovvKO .container {
    padding: 0 30px;
  }
}
.cid-v0kTFovvKO .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kTFovvKO .item {
  margin-bottom: 72px;
}
.cid-v0kTFovvKO .item a {
  display: block;
}
.cid-v0kTFovvKO .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kTFovvKO .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kTFovvKO .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kTFovvKO .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kTFovvKO .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kTFovvKO .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kTFovvKO .item a .item-content {
  padding: 0 4px;
}
.cid-v0kTFovvKO .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kTFovvKO .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kTFovvKO .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kTFovvKO .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kTFovvKO .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kTFovvKO .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kTFovvKO .mbr-section-title {
  color: #000000;
}
.cid-v0kTFovvKO .mbr-time,
.cid-v0kTFovvKO .mbr-iconfont {
  color: #000000;
}
.cid-v0kTFovvKO .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kTFovvKO .mbr-desc {
  color: #a8a8a8;
  text-align: center;
}
.cid-v0kTFovvKO .mbr-section-title,
.cid-v0kTFovvKO .mbr-section-btn {
  text-align: center;
}
.cid-v0kTFovvKO .mbr-time,
.cid-v0kTFovvKO .icon-time,
.cid-v0kTFovvKO .item-time {
  text-align: center;
}
.cid-v0kTFScfhs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0kTFScfhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kTFScfhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0kTFScfhs .container {
    padding: 0 30px;
  }
}
.cid-v0kTFScfhs .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v0kTFScfhs .item {
  margin-bottom: 72px;
}
.cid-v0kTFScfhs .item a {
  display: block;
}
.cid-v0kTFScfhs .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-v0kTFScfhs .item a:hover .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-v0kTFScfhs .item a .item-wrapper {
  padding: 0 4px 40px;
}
.cid-v0kTFScfhs .item a .item-wrapper .item-img {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0kTFScfhs .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v0kTFScfhs .item a .item-wrapper .item-img .mbr-iconfont {
  position: relative;
  font-size: 22px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-v0kTFScfhs .item a .item-content {
  padding: 0 4px;
}
.cid-v0kTFScfhs .item a .item-content .item-time .item-time-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0kTFScfhs .item a .item-content .item-time .item-time-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.cid-v0kTFScfhs .item a .item-content .item-time .item-time-wrap .mbr-time {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v0kTFScfhs .item a .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-v0kTFScfhs .item a .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-v0kTFScfhs .mbr-section-btn {
  margin-top: 46px;
  text-align: center;
}
.cid-v0kTFScfhs .mbr-section-title {
  color: #000000;
}
.cid-v0kTFScfhs .mbr-time,
.cid-v0kTFScfhs .mbr-iconfont {
  color: #000000;
}
.cid-v0kTFScfhs .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-v0kTFScfhs .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v0kTFScfhs .mbr-section-title,
.cid-v0kTFScfhs .mbr-section-btn {
  text-align: center;
}
.cid-v0kTFScfhs .mbr-time,
.cid-v0kTFScfhs .icon-time,
.cid-v0kTFScfhs .item-time {
  text-align: center;
}
.cid-v127A94O8v {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v127A94O8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127A94O8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v127A94O8v .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v127A94O8v .container-fluid {
    padding: 0 15px;
  }
}
.cid-v127A94O8v .row {
  margin: 0;
}
.cid-v127A94O8v .row .card {
  padding: 0;
}
.cid-v127A94O8v .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v127A94O8v .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v127A94O8v .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v127A94O8v .card-wrapper {
  padding: 70px 30px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-v127A94O8v .card-wrapper {
    padding: 15px;
  }
}
.cid-v127A94O8v .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ef6408;
  margin-bottom: 15px;
}
.cid-v127A94O8v .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v127A94O8v .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v127A94O8v .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v127A94O8v .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all .3s ease;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v127A94O8v .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-v127A94O8v .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v127A94O8v .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v127A94O8v .mbr-label {
  color: #000000;
}
.cid-v127A94O8v .mbr-section-title {
  color: #000000;
}
.cid-v127A94O8v .mbr-text {
  color: #000000;
}
.cid-v127A94O8v label {
  color: #000000;
}
.cid-v127ADu95h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0085cc;
}
.cid-v127ADu95h .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v127ADu95h .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #0085cc;
}
.cid-v127ADu95h .svg-top .st0 {
  fill: #0085cc;
}
@media (max-width: 992px) {
  .cid-v127ADu95h .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-v127ADu95h .text-content {
    max-width: none;
  }
}
.cid-v127ADu95h .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v127ADu95h .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v127ADu95h .mbr-iconfont-social:hover {
  background-color: #ebebeb;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v127ADu95h .icons {
    justify-content: center !important;
  }
  .cid-v127ADu95h .text-content * {
    text-align: center;
  }
}
.cid-v127ADu95h P {
  color: #ffffff;
}
.cid-v127ADu95h .mbr-section-title {
  color: #ffffff;
}
.cid-uZJwabGT0y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZJwabGT0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJwabGT0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZJwabGT0y .container {
    padding: 0 30px;
  }
}
.cid-uZJwabGT0y .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uZJwabGT0y .contacts-wrapper,
.cid-uZJwabGT0y .list-wrapper,
.cid-uZJwabGT0y .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uZJwabGT0y .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ef6408;
  text-align: center;
}
.cid-uZJwabGT0y .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJwabGT0y .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uZJwabGT0y .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uZJwabGT0y .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uZJwabGT0y .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uZJwabGT0y .list a {
  text-decoration: underline;
}
.cid-uZJwabGT0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uZJwabGT0y .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
  text-align: center;
}
.cid-uZJwabGT0y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
