body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f94c30 !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #f94c30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f94c30 !important;
  border-color: #f94c30 !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: #f94c30 !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f94c30 !important;
  border-color: #f94c30 !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #f94c30 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f94c30 !important;
  border-color: #f94c30 !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: #f94c30 !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f94c30 !important;
  border-color: #f94c30 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #f94c30 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #f94c30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #f94c30 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #f94c30 !important;
  color: #000fef !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: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #f94c30 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #f94c30 !important;
  color: #614f00 !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: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #f94c30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #f94c30 !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: #ff9966 !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #f94c30 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #f94c30 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #f94c30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #f94c30 !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: #232323 !important;
  border-color: #f94c30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f94c30;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cc2206 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f94c30 !important;
  border-color: #f94c30 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f94c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cc2206 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f94c30 !important;
  border-color: #f94c30 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #f94c30 !important;
}
.text-secondary {
  color: #f94c30 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #be1f05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #be1f05 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f94c30;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #f94c30;
  border-color: #f94c30;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f94c30;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff7f6;
}
.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: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f94c30 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f94c30;
}
/* 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: #f94c30;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f94c30;
}
.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: #f94c30;
  border-bottom-color: #f94c30;
}
.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: #f94c30 !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: #f94c30 !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='%23f94c30' %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;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #292929 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukPZuCGBYF {
  background-image: url("../../../assets/images/banner-1280x892.jpg");
}
.cid-ukPZuCGBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPZuCGBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPZuCGBYF .mbr-section-title {
  color: #ffffff;
}
.cid-ukPZuCGBYF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvpKgjG8NN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uvpKgjG8NN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvpKgjG8NN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvpKgjG8NN .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvpKgjG8NN .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f94c30;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uvpKgjG8NN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uvpKgjG8NN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uvpKgjG8NN .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uvpKgjG8NN .cont-wrap {
  margin: 0 -10px;
}
.cid-uvpKgjG8NN .cont-wrap .card {
  padding: 0 10px;
}
.cid-uvpKgjG8NN .content-wrap {
  padding: 10px;
  background-color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .content-wrap {
    padding: 30px 20px;
    display: block;
    margin-bottom: 20px;
  }
}
.cid-uvpKgjG8NN .content-wrap .image-wrapper {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-uvpKgjG8NN .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uvpKgjG8NN .content-wrap .text-wrapper {
  width: 50%;
  padding-left: 30px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .content-wrap .text-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uvpKgjG8NN .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .content-wrap .text-wrapper .mbr-text {
    padding-right: 0;
  }
}
.cid-uvpKgjG8NN .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uvpKgjG8NN .content-wrap .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvpKgjG8NN .items-wrapper .item .item-wrapper {
  margin-bottom: 20px;
  background-color: #f94c30;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uvpKgjG8NN .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uvpKgjG8NN .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uvpKgjG8NN .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvpKgjG8NN .mbr-section-title {
  color: #404349;
}
.cid-uvpKgjG8NN .mbr-desc {
  color: #b19a7c;
}
.cid-uvpKgjG8NN .mbr-text {
  color: #404349;
}
.cid-uvpKgjG8NN .item-title {
  color: #ffffff;
}
.cid-uvpKgjG8NN .item-text {
  color: #ffffff;
}
.cid-uvpKgjG8NN .mbr-desc,
.cid-uvpKgjG8NN .desc-wrapper {
  color: #fafafa;
}
.cid-uvpKgjG8NN .mbr-section-title,
.cid-uvpKgjG8NN .title-wrap {
  color: #fafafa;
}
.cid-uvpKgjG8NN .mbr-text,
.cid-uvpKgjG8NN .mbr-section-btn {
  color: #fafafa;
}
.cid-ukPuxu5DqY {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukPuxu5DqY .mbr-section-title {
  text-align: center;
}
.cid-ukPuxu5DqY .mbr-section-subtitle {
  text-align: center;
}
.cid-ukPuxu5DqY .mbr-text {
  text-align: center;
}
.cid-uvpPuPZovA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f94c30;
}
@media (max-width: 992px) {
  .cid-uvpPuPZovA {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uvpPuPZovA {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-uvpPuPZovA .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uvpPuPZovA .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uvpPuPZovA .row {
    padding: 0;
  }
}
.cid-uvpPuPZovA .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uvpPuPZovA .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uvpPuPZovA .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-uvpPuPZovA .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uvpPuPZovA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvpPuPZovA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vakPwYgqg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-vakPwYgqg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vakPwYgqg4 .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-vakPwYgqg4 .container {
    padding: 0 30px;
  }
}
.cid-vakPwYgqg4 .row {
  position: relative;
}
.cid-vakPwYgqg4 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vakPwYgqg4 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-vakPwYgqg4 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vakPwYgqg4 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-vakPwYgqg4 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vakPwYgqg4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vakPwYgqg4 .mbr-text {
  color: #212529;
}
.cid-vakPwYgqg4 .mbr-link,
.cid-vakPwYgqg4 .mbr-iconfont {
  color: #212529;
}
.cid-uqSfhkzOGA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #292929;
}
.cid-uqSfhkzOGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqSfhkzOGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqSfhkzOGA .mbr-text,
.cid-uqSfhkzOGA .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uqSfhkzOGA .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-uqSfhkzOGA .mbr-section-subtitle {
  text-align: center;
  color: #f94c30;
}
.cid-vakOpJfPAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vakOpJfPAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vakOpJfPAS .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-vakOpJfPAS .container {
    padding: 0 25px;
  }
}
.cid-vakOpJfPAS .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-vakOpJfPAS .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-vakOpJfPAS .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vakOpJfPAS .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-vakOpJfPAS .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vakOpJfPAS .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vakOpJfPAS .items .item {
    margin: 0;
  }
}
.cid-vakOpJfPAS .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-vakOpJfPAS .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vakOpJfPAS .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-vakOpJfPAS .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vakOpJfPAS .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-vakOpJfPAS .mbr-section-title {
  color: #000000;
}
.cid-vakOpJfPAS .item-title {
  color: #000000;
}
.cid-vakOpJfPAS .mbr-text {
  color: #000000;
}
.cid-uqSBxRwflE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #292929;
}
.cid-uqSBxRwflE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqSBxRwflE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uqSBxRwflE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqSBxRwflE img {
  border-radius: 2rem;
}
.cid-uqSBxRwflE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqSBxRwflE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqSBxRwflE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqSBxRwflE .mbr-section-title {
  color: #ffffff;
}
.cid-uqSBxRwflE .mbr-text,
.cid-uqSBxRwflE .mbr-section-btn {
  color: #ffffff;
}
.cid-uqT0ipiJnq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-uqT0ipiJnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqT0ipiJnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uqT0ipiJnq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqT0ipiJnq img {
  border-radius: 2rem;
}
.cid-uqT0ipiJnq .row {
  flex-direction: row-reverse;
}
.cid-uqT0ipiJnq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqT0ipiJnq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqT0ipiJnq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqT0ipiJnq .mbr-section-title {
  color: #232323;
}
.cid-uqT0ipiJnq .mbr-text,
.cid-uqT0ipiJnq .mbr-section-btn {
  color: #232323;
}
.cid-uvtT6cmn1o {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f8f8f8;
}
.cid-uvtT6cmn1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvtT6cmn1o .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-uvtT6cmn1o .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvtT6cmn1o .container {
    padding: 0 12px;
  }
}
.cid-uvtT6cmn1o .row {
  justify-content: center;
}
.cid-uvtT6cmn1o .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uvtT6cmn1o .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvtT6cmn1o .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uvtT6cmn1o .image-wrapper img {
  height: 61px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uvtT6cmn1o .image-wrapper img {
    margin-bottom: 16px;
  }
}
.cid-uvtT6cmn1o .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uqSm4v9uNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqSm4v9uNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqSm4v9uNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqSm4v9uNo .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uqSm4v9uNo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .container {
    padding: 0 20px;
  }
}
.cid-uqSm4v9uNo .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uqSm4v9uNo .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uqSm4v9uNo .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uqSm4v9uNo .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #1f357f;
  border-radius: 50px;
}
.cid-uqSm4v9uNo .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .image-wrapper {
    padding: 0;
  }
}
.cid-uqSm4v9uNo .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uqSm4v9uNo .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uqSm4v9uNo .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqSm4v9uNo .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uqSm4v9uNo .mbr-section-title {
  color: #f94c30;
}
.cid-uqSm4v9uNo .mbr-text {
  color: #232323;
}
.cid-uqSm4v9uNo .list {
  color: #232323;
}
.cid-uvubM4cCut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uvubM4cCut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvubM4cCut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvubM4cCut .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvubM4cCut .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvubM4cCut .container {
    padding: 0 24px;
  }
}
.cid-uvubM4cCut .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvubM4cCut .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvubM4cCut .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvubM4cCut .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uvubM4cCut .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uvubM4cCut .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uvubM4cCut .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uvubM4cCut .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uvubM4cCut .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uvubM4cCut .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uvubM4cCut .mbr-section-title,
.cid-uvubM4cCut .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uvu0Zvi0Fd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvu0Zvi0Fd .title_block {
  margin-bottom: 80px;
}
.cid-uvu0Zvi0Fd .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #f94c30;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uvu0Zvi0Fd .mbr-section-title {
  color: #232323;
}
.cid-uvu0Zvi0Fd .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #f94c30;
}
.cid-uvu0Zvi0Fd .item {
  padding-bottom: 2rem;
}
.cid-uvu0Zvi0Fd .image-wrapper {
  overflow: hidden;
}
.cid-uvu0Zvi0Fd .item-wrapper {
  position: relative;
}
.cid-uvu0Zvi0Fd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uvu0Zvi0Fd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvu0Zvi0Fd .item-wrapper:hover .mbr-item-subtitle a {
  color: #f94c30 !important;
}
.cid-uvu0Zvi0Fd .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uvu0Zvi0Fd .carousel-control,
.cid-uvu0Zvi0Fd .close {
  background: #1b1b1b;
}
.cid-uvu0Zvi0Fd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvu0Zvi0Fd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvu0Zvi0Fd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvu0Zvi0Fd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvu0Zvi0Fd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvu0Zvi0Fd .close::before {
  content: '\e91a';
}
.cid-uvu0Zvi0Fd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvu0Zvi0Fd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uvu0Zvi0Fd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvu0Zvi0Fd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvu0Zvi0Fd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvu0Zvi0Fd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvu0Zvi0Fd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uvu0Zvi0Fd .carousel-indicators li.active,
.cid-uvu0Zvi0Fd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvu0Zvi0Fd .carousel-indicators li::after,
.cid-uvu0Zvi0Fd .carousel-indicators li::before {
  content: none;
}
.cid-uvu0Zvi0Fd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvu0Zvi0Fd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvu0Zvi0Fd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvu0Zvi0Fd .carousel-indicators {
    display: none;
  }
}
.cid-uvu0Zvi0Fd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvu0Zvi0Fd .carousel-inner > .active {
  display: block;
}
.cid-uvu0Zvi0Fd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvu0Zvi0Fd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvu0Zvi0Fd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvu0Zvi0Fd .carousel-control,
  .cid-uvu0Zvi0Fd .carousel-indicators,
  .cid-uvu0Zvi0Fd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvu0Zvi0Fd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvu0Zvi0Fd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvu0Zvi0Fd .carousel-indicators .active,
.cid-uvu0Zvi0Fd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvu0Zvi0Fd .carousel-indicators .active {
  background: #fff;
}
.cid-uvu0Zvi0Fd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvu0Zvi0Fd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvu0Zvi0Fd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvu0Zvi0Fd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvu0Zvi0Fd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvu0Zvi0Fd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvu0Zvi0Fd .carousel {
  width: 100%;
}
.cid-uvu0Zvi0Fd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvu0Zvi0Fd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvu0Zvi0Fd .modal.fade .modal-dialog,
.cid-uvu0Zvi0Fd .modal.in .modal-dialog {
  transform: none;
}
.cid-uvu0Zvi0Fd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvu0Zvi0Fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvu0Zvi0Fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvu0Zvi0Fd .descr mb-0 {
  color: #ff6666;
}
.cid-uvtTMZTIds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvtTMZTIds .title__wrap {
  margin-bottom: 30px;
}
.cid-uvtTMZTIds .title__block {
  margin-bottom: 10px;
}
.cid-uvtTMZTIds .mbr-section-title {
  margin-bottom: 0;
  color: #f94c30;
}
.cid-uvtTMZTIds .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #132835;
}
.cid-uvtTMZTIds .icons {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  background: #f94c30;
  color: #f94c30;
  border-radius: 50%;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-uvtTMZTIds .image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 320px;
  margin-bottom: 30px;
}
.cid-uvtTMZTIds .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px dashed #f94c30;
}
.cid-uvtTMZTIds .text__block {
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
}
.cid-uvtTMZTIds .text__title,
.cid-uvtTMZTIds .text__descr {
  margin-bottom: 0;
}
.cid-uvu5meHQ5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uvu5meHQ5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvu5meHQ5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvu5meHQ5T .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvu5meHQ5T .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvu5meHQ5T .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvu5meHQ5T .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvu5meHQ5T .container {
    padding: 0 24px;
  }
}
.cid-uvu5meHQ5T .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvu5meHQ5T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvu5meHQ5T .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f94c30;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #f94c30;
}
.cid-uvu5meHQ5T .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvu5meHQ5T .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvu5meHQ5T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvu5meHQ5T .item {
  margin-bottom: 32px;
}
.cid-uvu5meHQ5T .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uvu5meHQ5T .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvu5meHQ5T .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uvu5meHQ5T .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #f8f8f8;
  border: 1px solid #f94c30;
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .item-price,
.cid-uvu5meHQ5T .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .item-text,
.cid-uvu5meHQ5T .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper .list,
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uvu5meHQ5T .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-uvu5meHQ5T .item .dark-card {
  background-color: #000000;
  border: none;
}
.cid-uvu5meHQ5T .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uvu5meHQ5T .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #f8f8f8;
  opacity: .12;
  pointer-events: none;
}
.cid-uvu5meHQ5T .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #f8f8f8;
  opacity: .09;
  pointer-events: none;
}
.cid-uvu5meHQ5T .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-uvu5meHQ5T .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uvu5meHQ5T .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uvu5meHQ5T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvu5meHQ5T .mbr-desc,
.cid-uvu5meHQ5T .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvu5meHQ5T .mbr-text,
.cid-uvu5meHQ5T .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvu5meHQ5T .item-title {
  color: #18212d;
}
.cid-uvu5meHQ5T .item-desc {
  color: #18212d;
}
.cid-uvu5meHQ5T .item-price {
  color: #18212d;
}
.cid-uvu5meHQ5T .item-text {
  color: #18212d;
}
.cid-uvu5meHQ5T .list {
  color: #18212d;
}
.cid-uvu5meHQ5T .item-title_2 {
  color: #ffffff;
}
.cid-uvu5meHQ5T .item-desc_2 {
  color: #ffffff;
}
.cid-uvu5meHQ5T .item-price_2 {
  color: #ffffff;
}
.cid-uvu5meHQ5T .item-text_2 {
  color: #ffffff;
}
.cid-uvu5meHQ5T .list_2 {
  color: #ffffff;
}
.cid-uvucOvoNIZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292929;
}
.cid-uvucOvoNIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvucOvoNIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvucOvoNIZ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uvucOvoNIZ .mbr-section-title {
  color: #f94c30;
}
.cid-uvucOvoNIZ .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-uvucOvoNIZ .cards-row {
  row-gap: 32px;
}
.cid-uvucOvoNIZ .card {
  border-radius: 0;
}
.cid-uvucOvoNIZ .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uvucOvoNIZ .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-uvucOvoNIZ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uvucOvoNIZ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvucOvoNIZ .card-title {
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-uvucOvoNIZ .card-subtitle {
  color: #ffffff;
}
.cid-uvucOvoNIZ .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uvucOvoNIZ .card-name {
  color: #ffffff;
}
.cid-uvucOvoNIZ .card-text {
  color: #ffffff;
}
.cid-vakS5P52vt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vakS5P52vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vakS5P52vt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vakS5P52vt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vakS5P52vt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vakS5P52vt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f94c30;
}
.cid-vakS5P52vt .panel-body,
.cid-vakS5P52vt .card-header {
  padding: 1rem 0;
}
.cid-vakS5P52vt .panel-title-edit {
  color: #000000;
}
.cid-uvu7VcffuX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uvu7VcffuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvu7VcffuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvu7VcffuX .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uvu7VcffuX .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f94c30;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uvu7VcffuX .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f94c30;
  font-size: 1.5rem;
}
.cid-uvu7VcffuX .mbr-section-title {
  color: #04492e;
}
.cid-uvu7VcffuX .mbr-text,
.cid-uvu7VcffuX .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uvu7VcffuX .mbr-section-subtitle,
.cid-uvu7VcffuX .align-wrapper {
  color: #04492e;
}
.cid-urfDn4jPPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-urfDn4jPPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfDn4jPPJ .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-urfDn4jPPJ .container {
    padding: 0 16px;
  }
}
.cid-urfDn4jPPJ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urfDn4jPPJ .card {
    margin-bottom: 40px;
  }
}
.cid-urfDn4jPPJ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urfDn4jPPJ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urfDn4jPPJ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urfDn4jPPJ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urfDn4jPPJ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urfDn4jPPJ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urfDn4jPPJ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urfDn4jPPJ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urfDn4jPPJ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urfDn4jPPJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urfDn4jPPJ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urfDn4jPPJ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urfDn4jPPJ .mbr-section-title {
  color: #ffffff;
}
.cid-urfDn4jPPJ .copyright {
  color: #ffffff;
}
.cid-urfDn4jPPJ .mbr-card-title {
  color: #fafafa;
}
.cid-urfDn4jPPJ .list {
  color: #ffffff;
}
.cid-uvMsnNRY4j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uvMsnNRY4j .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uvMsnNRY4j nav.navbar {
  position: fixed;
}
.cid-uvMsnNRY4j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvMsnNRY4j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvMsnNRY4j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvMsnNRY4j .dropdown-item:hover,
.cid-uvMsnNRY4j .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-uvMsnNRY4j .dropdown-item:hover span {
  color: white;
}
.cid-uvMsnNRY4j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvMsnNRY4j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvMsnNRY4j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvMsnNRY4j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvMsnNRY4j .nav-link {
  position: relative;
}
.cid-uvMsnNRY4j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvMsnNRY4j .container {
    flex-wrap: nowrap;
  }
}
.cid-uvMsnNRY4j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvMsnNRY4j .dropdown-menu,
.cid-uvMsnNRY4j .navbar.opened {
  background: #292929 !important;
}
.cid-uvMsnNRY4j .nav-item:focus,
.cid-uvMsnNRY4j .nav-link:focus {
  outline: none;
}
.cid-uvMsnNRY4j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvMsnNRY4j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvMsnNRY4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvMsnNRY4j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvMsnNRY4j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvMsnNRY4j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvMsnNRY4j .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-uvMsnNRY4j .navbar.opened {
  transition: all 0.3s;
}
.cid-uvMsnNRY4j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvMsnNRY4j .navbar .navbar-logo img {
  width: auto;
}
.cid-uvMsnNRY4j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvMsnNRY4j .navbar.collapsed {
  justify-content: center;
}
.cid-uvMsnNRY4j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvMsnNRY4j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvMsnNRY4j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uvMsnNRY4j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvMsnNRY4j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvMsnNRY4j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvMsnNRY4j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvMsnNRY4j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvMsnNRY4j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvMsnNRY4j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvMsnNRY4j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvMsnNRY4j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvMsnNRY4j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvMsnNRY4j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvMsnNRY4j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvMsnNRY4j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvMsnNRY4j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvMsnNRY4j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvMsnNRY4j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvMsnNRY4j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvMsnNRY4j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvMsnNRY4j .navbar.navbar-short {
  min-height: 80px;
}
.cid-uvMsnNRY4j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvMsnNRY4j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvMsnNRY4j .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvMsnNRY4j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvMsnNRY4j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvMsnNRY4j .dropdown-item.active,
.cid-uvMsnNRY4j .dropdown-item:active {
  background-color: transparent;
}
.cid-uvMsnNRY4j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvMsnNRY4j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvMsnNRY4j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvMsnNRY4j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-uvMsnNRY4j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvMsnNRY4j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvMsnNRY4j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvMsnNRY4j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvMsnNRY4j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvMsnNRY4j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvMsnNRY4j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvMsnNRY4j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvMsnNRY4j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvMsnNRY4j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvMsnNRY4j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvMsnNRY4j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvMsnNRY4j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvMsnNRY4j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvMsnNRY4j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvMsnNRY4j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvMsnNRY4j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvMsnNRY4j .navbar {
    height: 70px;
  }
  .cid-uvMsnNRY4j .navbar.opened {
    height: auto;
  }
  .cid-uvMsnNRY4j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvMsnOmUqc {
  background-image: url("../../../assets/images/luxury-dating-600x400.jpg");
}
.cid-uvMsnOmUqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMsnOmUqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvMsnOmUqc .mbr-section-title {
  color: #ffffff;
}
.cid-uvMsnOmUqc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvMsnPAdno {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f94c30;
}
@media (max-width: 992px) {
  .cid-uvMsnPAdno {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-uvMsnPAdno {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-uvMsnPAdno .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uvMsnPAdno .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uvMsnPAdno .row {
    padding: 0;
  }
}
.cid-uvMsnPAdno .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uvMsnPAdno .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uvMsnPAdno .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-uvMsnPAdno .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uvMsnPAdno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMsnPAdno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvMwJqd9zh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvMwJqd9zh .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-uvMwJqd9zh .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-uvMwJqd9zh .p {
  color: #232323;
}
.cid-uvMwJqd9zh .p:last-child {
  padding-bottom: 0;
}
.cid-uvMwJqd9zh .row {
  justify-content: center;
}
.cid-uvMwJqd9zh .heading {
  padding-bottom: 24px;
}
.cid-uvMwMyDNX8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-uvMwMyDNX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMwMyDNX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvMwMyDNX8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uvMwMyDNX8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uvMwMyDNX8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uvMwMyDNX8 .container {
    padding: 0 20px;
  }
}
.cid-uvMwMyDNX8 .row {
  justify-content: center;
}
.cid-uvMwMyDNX8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvMwMyDNX8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvMwMyDNX8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvMwMyDNX8 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uvMwMyDNX8 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uvMwMyDNX8 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uvMwMyDNX8 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uvMwMyDNX8 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uvMwMyDNX8 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #f94c30;
  display: inline-flex;
}
.cid-uvMwMyDNX8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uvMwMyDNX8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uvMwMyDNX8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uvMwMyDNX8 .mbr-section-title {
  color: #f94c30;
}
.cid-uvMwMyDNX8 .mbr-text {
  color: #38001b;
}
.cid-uvMwMyDNX8 .item-title {
  color: #38001b;
}
.cid-uvMwMyDNX8 .item-text {
  color: #fafafa;
}
.cid-uvMwMyDNX8 .mbr-text,
.cid-uvMwMyDNX8 .text-wrapper {
  color: #ffffff;
}
.cid-uvMwMyDNX8 .item-title,
.cid-uvMwMyDNX8 .icon-wrapper {
  color: #ffffff;
}
.cid-vaOgJJAR2R {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-vaOgJJAR2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOgJJAR2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOgJJAR2R .mbr-text,
.cid-vaOgJJAR2R .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vaOgJJAR2R .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaOgJJAR2R .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-uvMsnXDDpz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvMsnXDDpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMsnXDDpz .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-uvMsnXDDpz .container {
    padding: 0 16px;
  }
}
.cid-uvMsnXDDpz .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvMsnXDDpz .card {
    margin-bottom: 40px;
  }
}
.cid-uvMsnXDDpz .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvMsnXDDpz .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvMsnXDDpz .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvMsnXDDpz .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvMsnXDDpz .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvMsnXDDpz .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvMsnXDDpz .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvMsnXDDpz .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvMsnXDDpz .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvMsnXDDpz .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvMsnXDDpz .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvMsnXDDpz .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvMsnXDDpz .mbr-section-title {
  color: #ffffff;
}
.cid-uvMsnXDDpz .copyright {
  color: #ffffff;
}
.cid-uvMsnXDDpz .mbr-card-title {
  color: #fafafa;
}
.cid-uvMsnXDDpz .list {
  color: #ffffff;
}
.cid-varbRah32M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-varbRah32M .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-varbRah32M nav.navbar {
  position: fixed;
}
.cid-varbRah32M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-varbRah32M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-varbRah32M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-varbRah32M .dropdown-item:hover,
.cid-varbRah32M .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-varbRah32M .dropdown-item:hover span {
  color: white;
}
.cid-varbRah32M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-varbRah32M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-varbRah32M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-varbRah32M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-varbRah32M .nav-link {
  position: relative;
}
.cid-varbRah32M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-varbRah32M .container {
    flex-wrap: nowrap;
  }
}
.cid-varbRah32M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-varbRah32M .dropdown-menu,
.cid-varbRah32M .navbar.opened {
  background: #292929 !important;
}
.cid-varbRah32M .nav-item:focus,
.cid-varbRah32M .nav-link:focus {
  outline: none;
}
.cid-varbRah32M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-varbRah32M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-varbRah32M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-varbRah32M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-varbRah32M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-varbRah32M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-varbRah32M .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-varbRah32M .navbar.opened {
  transition: all 0.3s;
}
.cid-varbRah32M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-varbRah32M .navbar .navbar-logo img {
  width: auto;
}
.cid-varbRah32M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-varbRah32M .navbar.collapsed {
  justify-content: center;
}
.cid-varbRah32M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-varbRah32M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-varbRah32M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-varbRah32M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-varbRah32M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-varbRah32M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-varbRah32M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-varbRah32M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-varbRah32M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-varbRah32M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-varbRah32M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-varbRah32M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-varbRah32M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-varbRah32M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-varbRah32M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-varbRah32M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-varbRah32M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-varbRah32M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-varbRah32M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-varbRah32M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-varbRah32M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-varbRah32M .navbar.navbar-short {
  min-height: 80px;
}
.cid-varbRah32M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-varbRah32M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-varbRah32M .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-varbRah32M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-varbRah32M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-varbRah32M .dropdown-item.active,
.cid-varbRah32M .dropdown-item:active {
  background-color: transparent;
}
.cid-varbRah32M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-varbRah32M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-varbRah32M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-varbRah32M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-varbRah32M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-varbRah32M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-varbRah32M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-varbRah32M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-varbRah32M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-varbRah32M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-varbRah32M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-varbRah32M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-varbRah32M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-varbRah32M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-varbRah32M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-varbRah32M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-varbRah32M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-varbRah32M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-varbRah32M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-varbRah32M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-varbRah32M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-varbRah32M .navbar {
    height: 70px;
  }
  .cid-varbRah32M .navbar.opened {
    height: auto;
  }
  .cid-varbRah32M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-varbRbiYAa {
  background-image: url("../../../assets/images/banner-1280x892.jpg");
}
.cid-varbRbiYAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRbiYAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRbiYAa .mbr-section-title {
  color: #ffffff;
}
.cid-varbRbiYAa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-varbRchayJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-varbRchayJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRchayJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRchayJ .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-varbRchayJ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f94c30;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-varbRchayJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-varbRchayJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-varbRchayJ .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-varbRchayJ .cont-wrap {
  margin: 0 -10px;
}
.cid-varbRchayJ .cont-wrap .card {
  padding: 0 10px;
}
.cid-varbRchayJ .content-wrap {
  padding: 10px;
  background-color: #000000;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .content-wrap {
    padding: 30px 20px;
    display: block;
    margin-bottom: 20px;
  }
}
.cid-varbRchayJ .content-wrap .image-wrapper {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-varbRchayJ .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-varbRchayJ .content-wrap .text-wrapper {
  width: 50%;
  padding-left: 30px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .content-wrap .text-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-varbRchayJ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .content-wrap .text-wrapper .mbr-text {
    padding-right: 0;
  }
}
.cid-varbRchayJ .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-varbRchayJ .content-wrap .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-varbRchayJ .items-wrapper .item .item-wrapper {
  margin-bottom: 20px;
  background-color: #f94c30;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-varbRchayJ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-varbRchayJ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-varbRchayJ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-varbRchayJ .mbr-section-title {
  color: #404349;
}
.cid-varbRchayJ .mbr-desc {
  color: #b19a7c;
}
.cid-varbRchayJ .mbr-text {
  color: #404349;
}
.cid-varbRchayJ .item-title {
  color: #ffffff;
}
.cid-varbRchayJ .item-text {
  color: #ffffff;
}
.cid-varbRchayJ .mbr-desc,
.cid-varbRchayJ .desc-wrapper {
  color: #fafafa;
}
.cid-varbRchayJ .mbr-section-title,
.cid-varbRchayJ .title-wrap {
  color: #fafafa;
}
.cid-varbRchayJ .mbr-text,
.cid-varbRchayJ .mbr-section-btn {
  color: #fafafa;
}
.cid-varbRcMgyj {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-varbRcMgyj .mbr-section-title {
  text-align: center;
}
.cid-varbRcMgyj .mbr-section-subtitle {
  text-align: center;
}
.cid-varbRcMgyj .mbr-text {
  text-align: center;
}
.cid-varbRd78cF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f94c30;
}
@media (max-width: 992px) {
  .cid-varbRd78cF {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-varbRd78cF {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-varbRd78cF .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-varbRd78cF .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-varbRd78cF .row {
    padding: 0;
  }
}
.cid-varbRd78cF .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-varbRd78cF .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-varbRd78cF .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-varbRd78cF .btn-primary-outline {
  color: #ffffff !important;
}
.cid-varbRd78cF .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRd78cF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRdv6CN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-varbRdv6CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRdv6CN .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-varbRdv6CN .container {
    padding: 0 30px;
  }
}
.cid-varbRdv6CN .row {
  position: relative;
}
.cid-varbRdv6CN .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-varbRdv6CN .row img {
    top: auto;
    width: 100%;
  }
}
.cid-varbRdv6CN .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-varbRdv6CN .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-varbRdv6CN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-varbRdv6CN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-varbRdv6CN .mbr-text {
  color: #212529;
}
.cid-varbRdv6CN .mbr-link,
.cid-varbRdv6CN .mbr-iconfont {
  color: #212529;
}
.cid-varbRdPHwT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #292929;
}
.cid-varbRdPHwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRdPHwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRdPHwT .mbr-text,
.cid-varbRdPHwT .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-varbRdPHwT .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-varbRdPHwT .mbr-section-subtitle {
  text-align: center;
  color: #f94c30;
}
.cid-varbRebQw8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-varbRebQw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRebQw8 .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-varbRebQw8 .container {
    padding: 0 25px;
  }
}
.cid-varbRebQw8 .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-varbRebQw8 .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-varbRebQw8 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-varbRebQw8 .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-varbRebQw8 .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-varbRebQw8 .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-varbRebQw8 .items .item {
    margin: 0;
  }
}
.cid-varbRebQw8 .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-varbRebQw8 .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-varbRebQw8 .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-varbRebQw8 .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-varbRebQw8 .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-varbRebQw8 .mbr-section-title {
  color: #000000;
}
.cid-varbRebQw8 .item-title {
  color: #000000;
}
.cid-varbRebQw8 .mbr-text {
  color: #000000;
}
.cid-varbReHiHu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #292929;
}
.cid-varbReHiHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbReHiHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-varbReHiHu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-varbReHiHu img {
  border-radius: 2rem;
}
.cid-varbReHiHu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-varbReHiHu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-varbReHiHu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-varbReHiHu .mbr-section-title {
  color: #ffffff;
}
.cid-varbReHiHu .mbr-text,
.cid-varbReHiHu .mbr-section-btn {
  color: #ffffff;
}
.cid-varbRf1MqU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-varbRf1MqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRf1MqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-varbRf1MqU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-varbRf1MqU img {
  border-radius: 2rem;
}
.cid-varbRf1MqU .row {
  flex-direction: row-reverse;
}
.cid-varbRf1MqU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-varbRf1MqU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-varbRf1MqU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-varbRf1MqU .mbr-section-title {
  color: #232323;
}
.cid-varbRf1MqU .mbr-text,
.cid-varbRf1MqU .mbr-section-btn {
  color: #232323;
}
.cid-varbRflvdN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f8f8f8;
}
.cid-varbRflvdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRflvdN .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-varbRflvdN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-varbRflvdN .container {
    padding: 0 12px;
  }
}
.cid-varbRflvdN .row {
  justify-content: center;
}
.cid-varbRflvdN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-varbRflvdN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-varbRflvdN .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-varbRflvdN .image-wrapper img {
  height: 61px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-varbRflvdN .image-wrapper img {
    margin-bottom: 16px;
  }
}
.cid-varbRflvdN .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-varbRfJsUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-varbRfJsUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRfJsUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRfJsUh .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .container-fluid {
    padding: 0 20px;
  }
}
.cid-varbRfJsUh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .container {
    padding: 0 20px;
  }
}
.cid-varbRfJsUh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-varbRfJsUh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-varbRfJsUh .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-varbRfJsUh .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-varbRfJsUh .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-varbRfJsUh .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #1f357f;
  border-radius: 50px;
}
.cid-varbRfJsUh .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .image-wrapper {
    padding: 0;
  }
}
.cid-varbRfJsUh .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-varbRfJsUh .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-varbRfJsUh .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-varbRfJsUh .image-wrapper .image_2 {
    display: none;
  }
}
.cid-varbRfJsUh .mbr-section-title {
  color: #f94c30;
}
.cid-varbRfJsUh .mbr-text {
  color: #232323;
}
.cid-varbRfJsUh .list {
  color: #232323;
}
.cid-varbRgdxxV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-varbRgdxxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRgdxxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRgdxxV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-varbRgdxxV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-varbRgdxxV .container {
    padding: 0 24px;
  }
}
.cid-varbRgdxxV .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-varbRgdxxV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-varbRgdxxV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-varbRgdxxV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-varbRgdxxV .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-varbRgdxxV .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-varbRgdxxV .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-varbRgdxxV .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-varbRgdxxV .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-varbRgdxxV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-varbRgdxxV .mbr-section-title,
.cid-varbRgdxxV .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-varbRgwcf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-varbRgwcf7 .title_block {
  margin-bottom: 80px;
}
.cid-varbRgwcf7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #f94c30;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-varbRgwcf7 .mbr-section-title {
  color: #232323;
}
.cid-varbRgwcf7 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #f94c30;
}
.cid-varbRgwcf7 .item {
  padding-bottom: 2rem;
}
.cid-varbRgwcf7 .image-wrapper {
  overflow: hidden;
}
.cid-varbRgwcf7 .item-wrapper {
  position: relative;
}
.cid-varbRgwcf7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-varbRgwcf7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-varbRgwcf7 .item-wrapper:hover .mbr-item-subtitle a {
  color: #f94c30 !important;
}
.cid-varbRgwcf7 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-varbRgwcf7 .carousel-control,
.cid-varbRgwcf7 .close {
  background: #1b1b1b;
}
.cid-varbRgwcf7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-varbRgwcf7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-varbRgwcf7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-varbRgwcf7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-varbRgwcf7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-varbRgwcf7 .close::before {
  content: '\e91a';
}
.cid-varbRgwcf7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-varbRgwcf7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-varbRgwcf7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-varbRgwcf7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-varbRgwcf7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-varbRgwcf7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-varbRgwcf7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-varbRgwcf7 .carousel-indicators li.active,
.cid-varbRgwcf7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-varbRgwcf7 .carousel-indicators li::after,
.cid-varbRgwcf7 .carousel-indicators li::before {
  content: none;
}
.cid-varbRgwcf7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-varbRgwcf7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-varbRgwcf7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-varbRgwcf7 .carousel-indicators {
    display: none;
  }
}
.cid-varbRgwcf7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-varbRgwcf7 .carousel-inner > .active {
  display: block;
}
.cid-varbRgwcf7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-varbRgwcf7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-varbRgwcf7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-varbRgwcf7 .carousel-control,
  .cid-varbRgwcf7 .carousel-indicators,
  .cid-varbRgwcf7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-varbRgwcf7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-varbRgwcf7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-varbRgwcf7 .carousel-indicators .active,
.cid-varbRgwcf7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-varbRgwcf7 .carousel-indicators .active {
  background: #fff;
}
.cid-varbRgwcf7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-varbRgwcf7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-varbRgwcf7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-varbRgwcf7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-varbRgwcf7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-varbRgwcf7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-varbRgwcf7 .carousel {
  width: 100%;
}
.cid-varbRgwcf7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-varbRgwcf7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-varbRgwcf7 .modal.fade .modal-dialog,
.cid-varbRgwcf7 .modal.in .modal-dialog {
  transform: none;
}
.cid-varbRgwcf7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-varbRgwcf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRgwcf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRgwcf7 .descr mb-0 {
  color: #ff6666;
}
.cid-varbRhupdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-varbRhupdi .title__wrap {
  margin-bottom: 30px;
}
.cid-varbRhupdi .title__block {
  margin-bottom: 10px;
}
.cid-varbRhupdi .mbr-section-title {
  margin-bottom: 0;
  color: #f94c30;
}
.cid-varbRhupdi .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #132835;
}
.cid-varbRhupdi .icons {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  background: #f94c30;
  color: #f94c30;
  border-radius: 50%;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-varbRhupdi .image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 320px;
  margin-bottom: 30px;
}
.cid-varbRhupdi .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px dashed #f94c30;
}
.cid-varbRhupdi .text__block {
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
}
.cid-varbRhupdi .text__title,
.cid-varbRhupdi .text__descr {
  margin-bottom: 0;
}
.cid-varbRi62i7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-varbRi62i7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRi62i7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRi62i7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-varbRi62i7 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-varbRi62i7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-varbRi62i7 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-varbRi62i7 .container {
    padding: 0 24px;
  }
}
.cid-varbRi62i7 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-varbRi62i7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-varbRi62i7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f94c30;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #f94c30;
}
.cid-varbRi62i7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-varbRi62i7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-varbRi62i7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-varbRi62i7 .item {
  margin-bottom: 32px;
}
.cid-varbRi62i7 .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-varbRi62i7 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-varbRi62i7 .item .item-wrapper {
    padding: 24px;
  }
}
.cid-varbRi62i7 .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-varbRi62i7 .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #f8f8f8;
  border: 1px solid #f94c30;
}
.cid-varbRi62i7 .item .item-wrapper .card-box .item-price,
.cid-varbRi62i7 .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-varbRi62i7 .item .item-wrapper .card-box .item-text,
.cid-varbRi62i7 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper .list,
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-varbRi62i7 .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-varbRi62i7 .item .dark-card {
  background-color: #000000;
  border: none;
}
.cid-varbRi62i7 .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-varbRi62i7 .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #f8f8f8;
  opacity: .12;
  pointer-events: none;
}
.cid-varbRi62i7 .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #f8f8f8;
  opacity: .09;
  pointer-events: none;
}
.cid-varbRi62i7 .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-varbRi62i7 .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-varbRi62i7 .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-varbRi62i7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-varbRi62i7 .mbr-desc,
.cid-varbRi62i7 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-varbRi62i7 .mbr-text,
.cid-varbRi62i7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-varbRi62i7 .item-title {
  color: #18212d;
}
.cid-varbRi62i7 .item-desc {
  color: #18212d;
}
.cid-varbRi62i7 .item-price {
  color: #18212d;
}
.cid-varbRi62i7 .item-text {
  color: #18212d;
}
.cid-varbRi62i7 .list {
  color: #18212d;
}
.cid-varbRi62i7 .item-title_2 {
  color: #ffffff;
}
.cid-varbRi62i7 .item-desc_2 {
  color: #ffffff;
}
.cid-varbRi62i7 .item-price_2 {
  color: #ffffff;
}
.cid-varbRi62i7 .item-text_2 {
  color: #ffffff;
}
.cid-varbRi62i7 .list_2 {
  color: #ffffff;
}
.cid-varbRivN6T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292929;
}
.cid-varbRivN6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRivN6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRivN6T .mbr-section-head {
  margin-bottom: 32px;
}
.cid-varbRivN6T .mbr-section-title {
  color: #f94c30;
}
.cid-varbRivN6T .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-varbRivN6T .cards-row {
  row-gap: 32px;
}
.cid-varbRivN6T .card {
  border-radius: 0;
}
.cid-varbRivN6T .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-varbRivN6T .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-varbRivN6T .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-varbRivN6T .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-varbRivN6T .card-title {
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-varbRivN6T .card-subtitle {
  color: #ffffff;
}
.cid-varbRivN6T .card-bottom-wrap {
  margin-top: 24px;
}
.cid-varbRivN6T .card-name {
  color: #ffffff;
}
.cid-varbRivN6T .card-text {
  color: #ffffff;
}
.cid-varbRiUKfG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-varbRiUKfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRiUKfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRiUKfG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-varbRiUKfG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-varbRiUKfG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f94c30;
}
.cid-varbRiUKfG .panel-body,
.cid-varbRiUKfG .card-header {
  padding: 1rem 0;
}
.cid-varbRiUKfG .panel-title-edit {
  color: #000000;
}
.cid-varbRjtjkl {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-varbRjtjkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRjtjkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varbRjtjkl .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-varbRjtjkl .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f94c30;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-varbRjtjkl .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f94c30;
  font-size: 1.5rem;
}
.cid-varbRjtjkl .mbr-section-title {
  color: #04492e;
}
.cid-varbRjtjkl .mbr-text,
.cid-varbRjtjkl .mbr-section-btn {
  color: #6e6e6e;
}
.cid-varbRjtjkl .mbr-section-subtitle,
.cid-varbRjtjkl .align-wrapper {
  color: #04492e;
}
.cid-varbRjTbGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-varbRjTbGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-varbRjTbGe .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-varbRjTbGe .container {
    padding: 0 16px;
  }
}
.cid-varbRjTbGe .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-varbRjTbGe .card {
    margin-bottom: 40px;
  }
}
.cid-varbRjTbGe .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-varbRjTbGe .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-varbRjTbGe .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-varbRjTbGe .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-varbRjTbGe .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-varbRjTbGe .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-varbRjTbGe .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-varbRjTbGe .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-varbRjTbGe .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-varbRjTbGe .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-varbRjTbGe .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-varbRjTbGe .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-varbRjTbGe .mbr-section-title {
  color: #ffffff;
}
.cid-varbRjTbGe .copyright {
  color: #ffffff;
}
.cid-varbRjTbGe .mbr-card-title {
  color: #fafafa;
}
.cid-varbRjTbGe .list {
  color: #ffffff;
}
.cid-vaHYh63mBI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vaHYh63mBI .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-vaHYh63mBI nav.navbar {
  position: fixed;
}
.cid-vaHYh63mBI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaHYh63mBI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaHYh63mBI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaHYh63mBI .dropdown-item:hover,
.cid-vaHYh63mBI .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-vaHYh63mBI .dropdown-item:hover span {
  color: white;
}
.cid-vaHYh63mBI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaHYh63mBI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaHYh63mBI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaHYh63mBI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaHYh63mBI .nav-link {
  position: relative;
}
.cid-vaHYh63mBI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaHYh63mBI .container {
    flex-wrap: nowrap;
  }
}
.cid-vaHYh63mBI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaHYh63mBI .dropdown-menu,
.cid-vaHYh63mBI .navbar.opened {
  background: #292929 !important;
}
.cid-vaHYh63mBI .nav-item:focus,
.cid-vaHYh63mBI .nav-link:focus {
  outline: none;
}
.cid-vaHYh63mBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaHYh63mBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaHYh63mBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaHYh63mBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaHYh63mBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaHYh63mBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaHYh63mBI .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-vaHYh63mBI .navbar.opened {
  transition: all 0.3s;
}
.cid-vaHYh63mBI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaHYh63mBI .navbar .navbar-logo img {
  width: auto;
}
.cid-vaHYh63mBI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaHYh63mBI .navbar.collapsed {
  justify-content: center;
}
.cid-vaHYh63mBI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaHYh63mBI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaHYh63mBI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vaHYh63mBI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaHYh63mBI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaHYh63mBI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaHYh63mBI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaHYh63mBI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaHYh63mBI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaHYh63mBI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaHYh63mBI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaHYh63mBI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaHYh63mBI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaHYh63mBI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaHYh63mBI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaHYh63mBI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaHYh63mBI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaHYh63mBI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaHYh63mBI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaHYh63mBI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vaHYh63mBI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vaHYh63mBI .navbar.navbar-short {
  min-height: 80px;
}
.cid-vaHYh63mBI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaHYh63mBI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaHYh63mBI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaHYh63mBI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaHYh63mBI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaHYh63mBI .dropdown-item.active,
.cid-vaHYh63mBI .dropdown-item:active {
  background-color: transparent;
}
.cid-vaHYh63mBI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaHYh63mBI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaHYh63mBI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaHYh63mBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-vaHYh63mBI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaHYh63mBI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaHYh63mBI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaHYh63mBI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaHYh63mBI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaHYh63mBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaHYh63mBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaHYh63mBI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaHYh63mBI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaHYh63mBI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaHYh63mBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaHYh63mBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaHYh63mBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaHYh63mBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaHYh63mBI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaHYh63mBI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaHYh63mBI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaHYh63mBI .navbar {
    height: 70px;
  }
  .cid-vaHYh63mBI .navbar.opened {
    height: auto;
  }
  .cid-vaHYh63mBI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaHYh6Eetq {
  background-image: url("../../../assets/images/usa-1-1280x855.jpg");
}
.cid-vaHYh6Eetq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYh6Eetq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYh6Eetq .mbr-section-title {
  color: #ffffff;
}
.cid-vaHYh6Eetq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaHYh7DPjR {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaHYh7DPjR .mbr-section-title {
  text-align: center;
}
.cid-vaHYh7DPjR .mbr-section-subtitle {
  text-align: center;
}
.cid-vaHYh7DPjR .mbr-text {
  text-align: center;
}
.cid-vaHYh7UmWy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f94c30;
}
@media (max-width: 992px) {
  .cid-vaHYh7UmWy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-vaHYh7UmWy {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-vaHYh7UmWy .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vaHYh7UmWy .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-vaHYh7UmWy .row {
    padding: 0;
  }
}
.cid-vaHYh7UmWy .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vaHYh7UmWy .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vaHYh7UmWy .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-vaHYh7UmWy .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vaHYh7UmWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYh7UmWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYh8oeBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-vaHYh8oeBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYh8oeBL .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-vaHYh8oeBL .container {
    padding: 0 30px;
  }
}
.cid-vaHYh8oeBL .row {
  position: relative;
}
.cid-vaHYh8oeBL .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vaHYh8oeBL .row img {
    top: auto;
    width: 100%;
  }
}
.cid-vaHYh8oeBL .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vaHYh8oeBL .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-vaHYh8oeBL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vaHYh8oeBL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHYh8oeBL .mbr-text {
  color: #212529;
}
.cid-vaHYh8oeBL .mbr-link,
.cid-vaHYh8oeBL .mbr-iconfont {
  color: #212529;
}
.cid-vaHYh9zOsj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #292929;
}
.cid-vaHYh9zOsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYh9zOsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaHYh9zOsj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaHYh9zOsj img {
  border-radius: 2rem;
}
.cid-vaHYh9zOsj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaHYh9zOsj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHYh9zOsj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaHYh9zOsj .mbr-section-title {
  color: #ffffff;
}
.cid-vaHYh9zOsj .mbr-text,
.cid-vaHYh9zOsj .mbr-section-btn {
  color: #ffffff;
}
.cid-vaHYh8IPtB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #292929;
}
.cid-vaHYh8IPtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYh8IPtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYh8IPtB .mbr-text,
.cid-vaHYh8IPtB .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vaHYh8IPtB .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-vaHYh8IPtB .mbr-section-subtitle {
  text-align: center;
  color: #f94c30;
}
.cid-vaHYh9YjNa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vaHYh9YjNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYh9YjNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaHYh9YjNa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaHYh9YjNa img {
  border-radius: 2rem;
}
.cid-vaHYh9YjNa .row {
  flex-direction: row-reverse;
}
.cid-vaHYh9YjNa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaHYh9YjNa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHYh9YjNa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaHYh9YjNa .mbr-section-title {
  color: #232323;
}
.cid-vaHYh9YjNa .mbr-text,
.cid-vaHYh9YjNa .mbr-section-btn {
  color: #232323;
}
.cid-vaHYhaGtXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vaHYhaGtXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYhaGtXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYhaGtXc .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .container-fluid {
    padding: 0 20px;
  }
}
.cid-vaHYhaGtXc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .container {
    padding: 0 20px;
  }
}
.cid-vaHYhaGtXc .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-vaHYhaGtXc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-vaHYhaGtXc .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vaHYhaGtXc .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #1f357f;
  border-radius: 50px;
}
.cid-vaHYhaGtXc .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .image-wrapper {
    padding: 0;
  }
}
.cid-vaHYhaGtXc .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vaHYhaGtXc .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-vaHYhaGtXc .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHYhaGtXc .image-wrapper .image_2 {
    display: none;
  }
}
.cid-vaHYhaGtXc .mbr-section-title {
  color: #f94c30;
}
.cid-vaHYhaGtXc .mbr-text {
  color: #232323;
}
.cid-vaHYhaGtXc .list {
  color: #232323;
}
.cid-vaHYhb5UHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-vaHYhb5UHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYhb5UHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYhb5UHK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vaHYhb5UHK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vaHYhb5UHK .container {
    padding: 0 24px;
  }
}
.cid-vaHYhb5UHK .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vaHYhb5UHK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vaHYhb5UHK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vaHYhb5UHK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vaHYhb5UHK .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-vaHYhb5UHK .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-vaHYhb5UHK .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-vaHYhb5UHK .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-vaHYhb5UHK .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-vaHYhb5UHK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vaHYhb5UHK .mbr-section-title,
.cid-vaHYhb5UHK .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vaHYhbohcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaHYhbohcU .title_block {
  margin-bottom: 80px;
}
.cid-vaHYhbohcU .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #f94c30;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-vaHYhbohcU .mbr-section-title {
  color: #232323;
}
.cid-vaHYhbohcU .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #f94c30;
}
.cid-vaHYhbohcU .item {
  padding-bottom: 2rem;
}
.cid-vaHYhbohcU .image-wrapper {
  overflow: hidden;
}
.cid-vaHYhbohcU .item-wrapper {
  position: relative;
}
.cid-vaHYhbohcU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-vaHYhbohcU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vaHYhbohcU .item-wrapper:hover .mbr-item-subtitle a {
  color: #f94c30 !important;
}
.cid-vaHYhbohcU .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-vaHYhbohcU .carousel-control,
.cid-vaHYhbohcU .close {
  background: #1b1b1b;
}
.cid-vaHYhbohcU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaHYhbohcU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaHYhbohcU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaHYhbohcU .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaHYhbohcU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaHYhbohcU .close::before {
  content: '\e91a';
}
.cid-vaHYhbohcU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vaHYhbohcU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaHYhbohcU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHYhbohcU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaHYhbohcU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaHYhbohcU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaHYhbohcU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaHYhbohcU .carousel-indicators li.active,
.cid-vaHYhbohcU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaHYhbohcU .carousel-indicators li::after,
.cid-vaHYhbohcU .carousel-indicators li::before {
  content: none;
}
.cid-vaHYhbohcU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaHYhbohcU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaHYhbohcU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHYhbohcU .carousel-indicators {
    display: none;
  }
}
.cid-vaHYhbohcU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaHYhbohcU .carousel-inner > .active {
  display: block;
}
.cid-vaHYhbohcU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHYhbohcU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaHYhbohcU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaHYhbohcU .carousel-control,
  .cid-vaHYhbohcU .carousel-indicators,
  .cid-vaHYhbohcU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaHYhbohcU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaHYhbohcU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaHYhbohcU .carousel-indicators .active,
.cid-vaHYhbohcU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaHYhbohcU .carousel-indicators .active {
  background: #fff;
}
.cid-vaHYhbohcU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaHYhbohcU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaHYhbohcU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaHYhbohcU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaHYhbohcU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaHYhbohcU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaHYhbohcU .carousel {
  width: 100%;
}
.cid-vaHYhbohcU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaHYhbohcU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaHYhbohcU .modal.fade .modal-dialog,
.cid-vaHYhbohcU .modal.in .modal-dialog {
  transform: none;
}
.cid-vaHYhbohcU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaHYhbohcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYhbohcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYhbohcU .descr mb-0 {
  color: #ff6666;
}
.cid-vaHYhdwkvQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292929;
}
.cid-vaHYhdwkvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYhdwkvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYhdwkvQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaHYhdwkvQ .mbr-section-title {
  color: #f94c30;
}
.cid-vaHYhdwkvQ .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-vaHYhdwkvQ .cards-row {
  row-gap: 32px;
}
.cid-vaHYhdwkvQ .card {
  border-radius: 0;
}
.cid-vaHYhdwkvQ .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-vaHYhdwkvQ .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-vaHYhdwkvQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vaHYhdwkvQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vaHYhdwkvQ .card-title {
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-vaHYhdwkvQ .card-subtitle {
  color: #ffffff;
}
.cid-vaHYhdwkvQ .card-bottom-wrap {
  margin-top: 24px;
}
.cid-vaHYhdwkvQ .card-name {
  color: #ffffff;
}
.cid-vaHYhdwkvQ .card-text {
  color: #ffffff;
}
.cid-vaHYhe7QBW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vaHYhe7QBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYhe7QBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHYhe7QBW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vaHYhe7QBW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaHYhe7QBW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f94c30;
}
.cid-vaHYhe7QBW .panel-body,
.cid-vaHYhe7QBW .card-header {
  padding: 1rem 0;
}
.cid-vaHYhe7QBW .panel-title-edit {
  color: #000000;
}
.cid-vaI4ccz0LH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-vaI4ccz0LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaI4ccz0LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaI4ccz0LH .mbr-text,
.cid-vaI4ccz0LH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vaI4ccz0LH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaI4ccz0LH .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-vaHYhf2bwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vaHYhf2bwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHYhf2bwB .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-vaHYhf2bwB .container {
    padding: 0 16px;
  }
}
.cid-vaHYhf2bwB .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vaHYhf2bwB .card {
    margin-bottom: 40px;
  }
}
.cid-vaHYhf2bwB .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vaHYhf2bwB .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaHYhf2bwB .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vaHYhf2bwB .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaHYhf2bwB .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vaHYhf2bwB .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vaHYhf2bwB .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vaHYhf2bwB .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vaHYhf2bwB .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vaHYhf2bwB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vaHYhf2bwB .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vaHYhf2bwB .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vaHYhf2bwB .mbr-section-title {
  color: #ffffff;
}
.cid-vaHYhf2bwB .copyright {
  color: #ffffff;
}
.cid-vaHYhf2bwB .mbr-card-title {
  color: #fafafa;
}
.cid-vaHYhf2bwB .list {
  color: #ffffff;
}
.cid-uvN3YzxUzu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uvN3YzxUzu .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uvN3YzxUzu nav.navbar {
  position: fixed;
}
.cid-uvN3YzxUzu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvN3YzxUzu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvN3YzxUzu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvN3YzxUzu .dropdown-item:hover,
.cid-uvN3YzxUzu .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-uvN3YzxUzu .dropdown-item:hover span {
  color: white;
}
.cid-uvN3YzxUzu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvN3YzxUzu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvN3YzxUzu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvN3YzxUzu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvN3YzxUzu .nav-link {
  position: relative;
}
.cid-uvN3YzxUzu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvN3YzxUzu .container {
    flex-wrap: nowrap;
  }
}
.cid-uvN3YzxUzu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvN3YzxUzu .dropdown-menu,
.cid-uvN3YzxUzu .navbar.opened {
  background: #292929 !important;
}
.cid-uvN3YzxUzu .nav-item:focus,
.cid-uvN3YzxUzu .nav-link:focus {
  outline: none;
}
.cid-uvN3YzxUzu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvN3YzxUzu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvN3YzxUzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvN3YzxUzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvN3YzxUzu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvN3YzxUzu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvN3YzxUzu .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-uvN3YzxUzu .navbar.opened {
  transition: all 0.3s;
}
.cid-uvN3YzxUzu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvN3YzxUzu .navbar .navbar-logo img {
  width: auto;
}
.cid-uvN3YzxUzu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvN3YzxUzu .navbar.collapsed {
  justify-content: center;
}
.cid-uvN3YzxUzu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvN3YzxUzu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvN3YzxUzu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uvN3YzxUzu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvN3YzxUzu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvN3YzxUzu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvN3YzxUzu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvN3YzxUzu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvN3YzxUzu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvN3YzxUzu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvN3YzxUzu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvN3YzxUzu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvN3YzxUzu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvN3YzxUzu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvN3YzxUzu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvN3YzxUzu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvN3YzxUzu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvN3YzxUzu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvN3YzxUzu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvN3YzxUzu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvN3YzxUzu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvN3YzxUzu .navbar.navbar-short {
  min-height: 80px;
}
.cid-uvN3YzxUzu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvN3YzxUzu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvN3YzxUzu .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvN3YzxUzu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvN3YzxUzu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvN3YzxUzu .dropdown-item.active,
.cid-uvN3YzxUzu .dropdown-item:active {
  background-color: transparent;
}
.cid-uvN3YzxUzu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvN3YzxUzu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvN3YzxUzu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvN3YzxUzu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-uvN3YzxUzu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvN3YzxUzu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvN3YzxUzu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvN3YzxUzu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvN3YzxUzu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvN3YzxUzu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvN3YzxUzu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvN3YzxUzu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvN3YzxUzu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvN3YzxUzu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvN3YzxUzu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvN3YzxUzu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvN3YzxUzu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvN3YzxUzu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvN3YzxUzu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvN3YzxUzu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvN3YzxUzu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvN3YzxUzu .navbar {
    height: 70px;
  }
  .cid-uvN3YzxUzu .navbar.opened {
    height: auto;
  }
  .cid-uvN3YzxUzu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvN3YA7hkg {
  background-image: url("../../../assets/images/being-a-sugar-baby-600x449.jpg");
}
.cid-uvN3YA7hkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN3YA7hkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN3YA7hkg .mbr-section-title {
  color: #ffffff;
}
.cid-uvN3YA7hkg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvN3YBUep5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvN3YBUep5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN3YBUep5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN3YBUep5 b,
.cid-uvN3YBUep5 strong {
  font-weight: 900;
}
.cid-uvN3YBUep5 .mbr-section-title {
  color: #17003b;
}
.cid-uvN3YBUep5 .mbr-section-subtitle {
  color: #17003b;
}
.cid-vaNEOC9jfV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vaNEOC9jfV .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-vaNEOC9jfV .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vaNEOC9jfV .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-vaNEOC9jfV .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-vaNEOC9jfV .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-vaNEOC9jfV .step-number {
  color: #91c2be;
}
@media (max-width: 991px) {
  .cid-vaNEOC9jfV .card {
    margin-bottom: 2rem;
  }
  .cid-vaNEOC9jfV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaNEOC9jfV .card-title {
  color: #2e6b75;
}
.cid-vaNEOC9jfV .icon-text {
  color: #6c7577;
}
.cid-vaNEOC9jfV .icon-title {
  color: #2e6b75;
}
.cid-vaNEOC9jfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNEOC9jfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN83yTk2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvN83yTk2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN83yTk2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN83yTk2p .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvN83yTk2p .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uvN83yTk2p .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvN83yTk2p .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvN83yTk2p .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvN83yTk2p .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uvN83yTk2p .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uvN83yTk2p .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uvN83yTk2p .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uvN83yTk2p .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #292929;
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uvN83yTk2p .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvN83yTk2p .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uvN83yTk2p .mbr-section-title {
  color: #404349;
}
.cid-uvN83yTk2p .panel-title-edit {
  color: #404349;
}
.cid-uvN83yTk2p .panel-text {
  color: #404349;
}
.cid-uvN3YCW5mt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvN3YCW5mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN3YCW5mt .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-uvN3YCW5mt .container {
    padding: 0 16px;
  }
}
.cid-uvN3YCW5mt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvN3YCW5mt .card {
    margin-bottom: 40px;
  }
}
.cid-uvN3YCW5mt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvN3YCW5mt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvN3YCW5mt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvN3YCW5mt .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvN3YCW5mt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvN3YCW5mt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvN3YCW5mt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvN3YCW5mt .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvN3YCW5mt .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvN3YCW5mt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvN3YCW5mt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvN3YCW5mt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvN3YCW5mt .mbr-section-title {
  color: #ffffff;
}
.cid-uvN3YCW5mt .copyright {
  color: #ffffff;
}
.cid-uvN3YCW5mt .mbr-card-title {
  color: #fafafa;
}
.cid-uvN3YCW5mt .list {
  color: #ffffff;
}
.cid-uvRwJwFo90 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uvRwJwFo90 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uvRwJwFo90 nav.navbar {
  position: fixed;
}
.cid-uvRwJwFo90 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRwJwFo90 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRwJwFo90 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRwJwFo90 .dropdown-item:hover,
.cid-uvRwJwFo90 .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-uvRwJwFo90 .dropdown-item:hover span {
  color: white;
}
.cid-uvRwJwFo90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRwJwFo90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRwJwFo90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRwJwFo90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRwJwFo90 .nav-link {
  position: relative;
}
.cid-uvRwJwFo90 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvRwJwFo90 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvRwJwFo90 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRwJwFo90 .dropdown-menu,
.cid-uvRwJwFo90 .navbar.opened {
  background: #292929 !important;
}
.cid-uvRwJwFo90 .nav-item:focus,
.cid-uvRwJwFo90 .nav-link:focus {
  outline: none;
}
.cid-uvRwJwFo90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRwJwFo90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRwJwFo90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRwJwFo90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRwJwFo90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRwJwFo90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRwJwFo90 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-uvRwJwFo90 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRwJwFo90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRwJwFo90 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRwJwFo90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRwJwFo90 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRwJwFo90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRwJwFo90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRwJwFo90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uvRwJwFo90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRwJwFo90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRwJwFo90 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvRwJwFo90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRwJwFo90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRwJwFo90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRwJwFo90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRwJwFo90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRwJwFo90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRwJwFo90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRwJwFo90 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvRwJwFo90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRwJwFo90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRwJwFo90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRwJwFo90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRwJwFo90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRwJwFo90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRwJwFo90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRwJwFo90 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uvRwJwFo90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRwJwFo90 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRwJwFo90 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvRwJwFo90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRwJwFo90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRwJwFo90 .dropdown-item.active,
.cid-uvRwJwFo90 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRwJwFo90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRwJwFo90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRwJwFo90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRwJwFo90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-uvRwJwFo90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRwJwFo90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRwJwFo90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRwJwFo90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRwJwFo90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRwJwFo90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvRwJwFo90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRwJwFo90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRwJwFo90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRwJwFo90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRwJwFo90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRwJwFo90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRwJwFo90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRwJwFo90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRwJwFo90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRwJwFo90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRwJwFo90 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvRwJwFo90 .navbar {
    height: 70px;
  }
  .cid-uvRwJwFo90 .navbar.opened {
    height: auto;
  }
  .cid-uvRwJwFo90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvRwJynUNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRwJynUNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRwJynUNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRwJynUNR .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvRwJynUNR .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uvRwJynUNR .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvRwJynUNR .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvRwJynUNR .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvRwJynUNR .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uvRwJynUNR .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uvRwJynUNR .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uvRwJynUNR .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uvRwJynUNR .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #292929;
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uvRwJynUNR .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvRwJynUNR .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uvRwJynUNR .mbr-section-title {
  color: #404349;
}
.cid-uvRwJynUNR .panel-title-edit {
  color: #404349;
}
.cid-uvRwJynUNR .panel-text {
  color: #404349;
}
.cid-uvRwJynUNR .mbr-section-title,
.cid-uvRwJynUNR .title-wrapper,
.cid-uvRwJynUNR .tabs-wrapper {
  text-align: center;
}
.cid-uvRwJySpSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvRwJySpSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRwJySpSO .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-uvRwJySpSO .container {
    padding: 0 16px;
  }
}
.cid-uvRwJySpSO .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRwJySpSO .card {
    margin-bottom: 40px;
  }
}
.cid-uvRwJySpSO .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRwJySpSO .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRwJySpSO .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRwJySpSO .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRwJySpSO .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRwJySpSO .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRwJySpSO .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRwJySpSO .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvRwJySpSO .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRwJySpSO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRwJySpSO .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRwJySpSO .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRwJySpSO .mbr-section-title {
  color: #ffffff;
}
.cid-uvRwJySpSO .copyright {
  color: #ffffff;
}
.cid-uvRwJySpSO .mbr-card-title {
  color: #fafafa;
}
.cid-uvRwJySpSO .list {
  color: #ffffff;
}
.cid-vaSVTKHB0u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vaSVTKHB0u .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-vaSVTKHB0u nav.navbar {
  position: fixed;
}
.cid-vaSVTKHB0u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaSVTKHB0u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaSVTKHB0u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaSVTKHB0u .dropdown-item:hover,
.cid-vaSVTKHB0u .dropdown-item:focus {
  background: #f94c30 !important;
  color: white !important;
}
.cid-vaSVTKHB0u .dropdown-item:hover span {
  color: white;
}
.cid-vaSVTKHB0u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaSVTKHB0u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaSVTKHB0u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaSVTKHB0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaSVTKHB0u .nav-link {
  position: relative;
}
.cid-vaSVTKHB0u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaSVTKHB0u .container {
    flex-wrap: nowrap;
  }
}
.cid-vaSVTKHB0u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaSVTKHB0u .dropdown-menu,
.cid-vaSVTKHB0u .navbar.opened {
  background: #292929 !important;
}
.cid-vaSVTKHB0u .nav-item:focus,
.cid-vaSVTKHB0u .nav-link:focus {
  outline: none;
}
.cid-vaSVTKHB0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaSVTKHB0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaSVTKHB0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaSVTKHB0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaSVTKHB0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaSVTKHB0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaSVTKHB0u .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #292929;
}
.cid-vaSVTKHB0u .navbar.opened {
  transition: all 0.3s;
}
.cid-vaSVTKHB0u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaSVTKHB0u .navbar .navbar-logo img {
  width: auto;
}
.cid-vaSVTKHB0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaSVTKHB0u .navbar.collapsed {
  justify-content: center;
}
.cid-vaSVTKHB0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaSVTKHB0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaSVTKHB0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vaSVTKHB0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaSVTKHB0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaSVTKHB0u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaSVTKHB0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaSVTKHB0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaSVTKHB0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaSVTKHB0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaSVTKHB0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaSVTKHB0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaSVTKHB0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaSVTKHB0u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaSVTKHB0u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaSVTKHB0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaSVTKHB0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaSVTKHB0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaSVTKHB0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaSVTKHB0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vaSVTKHB0u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vaSVTKHB0u .navbar.navbar-short {
  min-height: 80px;
}
.cid-vaSVTKHB0u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaSVTKHB0u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaSVTKHB0u .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaSVTKHB0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaSVTKHB0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaSVTKHB0u .dropdown-item.active,
.cid-vaSVTKHB0u .dropdown-item:active {
  background-color: transparent;
}
.cid-vaSVTKHB0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaSVTKHB0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaSVTKHB0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaSVTKHB0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #292929;
}
.cid-vaSVTKHB0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaSVTKHB0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaSVTKHB0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaSVTKHB0u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaSVTKHB0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaSVTKHB0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaSVTKHB0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaSVTKHB0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaSVTKHB0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaSVTKHB0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaSVTKHB0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaSVTKHB0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaSVTKHB0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaSVTKHB0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaSVTKHB0u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaSVTKHB0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaSVTKHB0u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaSVTKHB0u .navbar {
    height: 70px;
  }
  .cid-vaSVTKHB0u .navbar.opened {
    height: auto;
  }
  .cid-vaSVTKHB0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaSVTLbo2C {
  background-image: url("../../../assets/images/mexico-1280x853.jpg");
}
.cid-vaSVTLbo2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTLbo2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTLbo2C .mbr-section-title {
  color: #ffffff;
}
.cid-vaSVTLbo2C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaSVTLxZYU {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaSVTLxZYU .mbr-section-title {
  text-align: center;
}
.cid-vaSVTLxZYU .mbr-section-subtitle {
  text-align: center;
}
.cid-vaSVTLxZYU .mbr-text {
  text-align: center;
}
.cid-vaSVTLO4pg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f94c30;
}
@media (max-width: 992px) {
  .cid-vaSVTLO4pg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-vaSVTLO4pg {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-vaSVTLO4pg .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vaSVTLO4pg .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-vaSVTLO4pg .row {
    padding: 0;
  }
}
.cid-vaSVTLO4pg .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vaSVTLO4pg .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vaSVTLO4pg .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-vaSVTLO4pg .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vaSVTLO4pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTLO4pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTM8C6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-vaSVTM8C6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTM8C6J .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-vaSVTM8C6J .container {
    padding: 0 30px;
  }
}
.cid-vaSVTM8C6J .row {
  position: relative;
}
.cid-vaSVTM8C6J .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vaSVTM8C6J .row img {
    top: auto;
    width: 100%;
  }
}
.cid-vaSVTM8C6J .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vaSVTM8C6J .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-vaSVTM8C6J .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vaSVTM8C6J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaSVTM8C6J .mbr-text {
  color: #212529;
}
.cid-vaSVTM8C6J .mbr-link,
.cid-vaSVTM8C6J .mbr-iconfont {
  color: #212529;
}
.cid-vaSVTMA0Ss {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #292929;
}
.cid-vaSVTMA0Ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTMA0Ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaSVTMA0Ss .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaSVTMA0Ss img {
  border-radius: 2rem;
}
.cid-vaSVTMA0Ss .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaSVTMA0Ss .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSVTMA0Ss .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaSVTMA0Ss .mbr-section-title {
  color: #ffffff;
}
.cid-vaSVTMA0Ss .mbr-text,
.cid-vaSVTMA0Ss .mbr-section-btn {
  color: #ffffff;
}
.cid-vaSVTMVaBb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #292929;
}
.cid-vaSVTMVaBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTMVaBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTMVaBb .mbr-text,
.cid-vaSVTMVaBb .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-vaSVTMVaBb .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-vaSVTMVaBb .mbr-section-subtitle {
  text-align: center;
  color: #f94c30;
}
.cid-vaSVTNeYys {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vaSVTNeYys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTNeYys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaSVTNeYys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaSVTNeYys img {
  border-radius: 2rem;
}
.cid-vaSVTNeYys .row {
  flex-direction: row-reverse;
}
.cid-vaSVTNeYys .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaSVTNeYys .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSVTNeYys .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaSVTNeYys .mbr-section-title {
  color: #232323;
}
.cid-vaSVTNeYys .mbr-text,
.cid-vaSVTNeYys .mbr-section-btn {
  color: #232323;
}
.cid-vaSVTNyngc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vaSVTNyngc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTNyngc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTNyngc .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .container-fluid {
    padding: 0 20px;
  }
}
.cid-vaSVTNyngc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .container {
    padding: 0 20px;
  }
}
.cid-vaSVTNyngc .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-vaSVTNyngc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-vaSVTNyngc .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vaSVTNyngc .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #1f357f;
  border-radius: 50px;
}
.cid-vaSVTNyngc .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .image-wrapper {
    padding: 0;
  }
}
.cid-vaSVTNyngc .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vaSVTNyngc .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-vaSVTNyngc .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaSVTNyngc .image-wrapper .image_2 {
    display: none;
  }
}
.cid-vaSVTNyngc .mbr-section-title {
  color: #f94c30;
}
.cid-vaSVTNyngc .mbr-text {
  color: #232323;
}
.cid-vaSVTNyngc .list {
  color: #232323;
}
.cid-vaSVTNW6R9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292929;
}
.cid-vaSVTNW6R9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTNW6R9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTNW6R9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vaSVTNW6R9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vaSVTNW6R9 .container {
    padding: 0 24px;
  }
}
.cid-vaSVTNW6R9 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vaSVTNW6R9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vaSVTNW6R9 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vaSVTNW6R9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vaSVTNW6R9 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-vaSVTNW6R9 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-vaSVTNW6R9 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-vaSVTNW6R9 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-vaSVTNW6R9 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-vaSVTNW6R9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vaSVTNW6R9 .mbr-section-title,
.cid-vaSVTNW6R9 .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vaSVTOdTsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaSVTOdTsx .title_block {
  margin-bottom: 80px;
}
.cid-vaSVTOdTsx .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #f94c30;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-vaSVTOdTsx .mbr-section-title {
  color: #232323;
}
.cid-vaSVTOdTsx .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #f94c30;
}
.cid-vaSVTOdTsx .item {
  padding-bottom: 2rem;
}
.cid-vaSVTOdTsx .image-wrapper {
  overflow: hidden;
}
.cid-vaSVTOdTsx .item-wrapper {
  position: relative;
}
.cid-vaSVTOdTsx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-vaSVTOdTsx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vaSVTOdTsx .item-wrapper:hover .mbr-item-subtitle a {
  color: #f94c30 !important;
}
.cid-vaSVTOdTsx .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-vaSVTOdTsx .carousel-control,
.cid-vaSVTOdTsx .close {
  background: #1b1b1b;
}
.cid-vaSVTOdTsx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaSVTOdTsx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaSVTOdTsx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaSVTOdTsx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaSVTOdTsx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaSVTOdTsx .close::before {
  content: '\e91a';
}
.cid-vaSVTOdTsx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vaSVTOdTsx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaSVTOdTsx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaSVTOdTsx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaSVTOdTsx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaSVTOdTsx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaSVTOdTsx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaSVTOdTsx .carousel-indicators li.active,
.cid-vaSVTOdTsx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaSVTOdTsx .carousel-indicators li::after,
.cid-vaSVTOdTsx .carousel-indicators li::before {
  content: none;
}
.cid-vaSVTOdTsx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaSVTOdTsx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaSVTOdTsx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSVTOdTsx .carousel-indicators {
    display: none;
  }
}
.cid-vaSVTOdTsx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaSVTOdTsx .carousel-inner > .active {
  display: block;
}
.cid-vaSVTOdTsx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaSVTOdTsx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaSVTOdTsx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaSVTOdTsx .carousel-control,
  .cid-vaSVTOdTsx .carousel-indicators,
  .cid-vaSVTOdTsx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaSVTOdTsx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaSVTOdTsx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaSVTOdTsx .carousel-indicators .active,
.cid-vaSVTOdTsx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaSVTOdTsx .carousel-indicators .active {
  background: #fff;
}
.cid-vaSVTOdTsx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaSVTOdTsx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaSVTOdTsx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaSVTOdTsx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaSVTOdTsx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaSVTOdTsx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaSVTOdTsx .carousel {
  width: 100%;
}
.cid-vaSVTOdTsx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaSVTOdTsx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaSVTOdTsx .modal.fade .modal-dialog,
.cid-vaSVTOdTsx .modal.in .modal-dialog {
  transform: none;
}
.cid-vaSVTOdTsx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaSVTOdTsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTOdTsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTOdTsx .descr mb-0 {
  color: #ff6666;
}
.cid-vaSVTPcZh7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292929;
}
.cid-vaSVTPcZh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTPcZh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTPcZh7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaSVTPcZh7 .mbr-section-title {
  color: #f94c30;
}
.cid-vaSVTPcZh7 .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-vaSVTPcZh7 .cards-row {
  row-gap: 32px;
}
.cid-vaSVTPcZh7 .card {
  border-radius: 0;
}
.cid-vaSVTPcZh7 .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-vaSVTPcZh7 .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-vaSVTPcZh7 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vaSVTPcZh7 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vaSVTPcZh7 .card-title {
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-vaSVTPcZh7 .card-subtitle {
  color: #ffffff;
}
.cid-vaSVTPcZh7 .card-bottom-wrap {
  margin-top: 24px;
}
.cid-vaSVTPcZh7 .card-name {
  color: #ffffff;
}
.cid-vaSVTPcZh7 .card-text {
  color: #ffffff;
}
.cid-vaSVTPGWiK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vaSVTPGWiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTPGWiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTPGWiK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vaSVTPGWiK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaSVTPGWiK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f94c30;
}
.cid-vaSVTPGWiK .panel-body,
.cid-vaSVTPGWiK .card-header {
  padding: 1rem 0;
}
.cid-vaSVTPGWiK .panel-title-edit {
  color: #000000;
}
.cid-vaSVTQ3oZV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-vaSVTQ3oZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTQ3oZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSVTQ3oZV .mbr-text,
.cid-vaSVTQ3oZV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vaSVTQ3oZV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaSVTQ3oZV .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-vaSVTQkrea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vaSVTQkrea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSVTQkrea .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-vaSVTQkrea .container {
    padding: 0 16px;
  }
}
.cid-vaSVTQkrea .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vaSVTQkrea .card {
    margin-bottom: 40px;
  }
}
.cid-vaSVTQkrea .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vaSVTQkrea .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaSVTQkrea .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vaSVTQkrea .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaSVTQkrea .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vaSVTQkrea .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vaSVTQkrea .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vaSVTQkrea .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vaSVTQkrea .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vaSVTQkrea .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vaSVTQkrea .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vaSVTQkrea .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vaSVTQkrea .mbr-section-title {
  color: #ffffff;
}
.cid-vaSVTQkrea .copyright {
  color: #ffffff;
}
.cid-vaSVTQkrea .mbr-card-title {
  color: #fafafa;
}
.cid-vaSVTQkrea .list {
  color: #ffffff;
}
