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.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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: #fa3934 !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 #d1d1f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa3934 !important;
  border-color: #d1d1f7 !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: #fa3934 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa3934 !important;
  border-color: #fa3934 !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 #d1d1f7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  color: #1e1eab !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: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !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 #d1d1f7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #d1d1f7 !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: #d1d1f7 !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 #d1d1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !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: #d1d1f7 !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 #d1d1f7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !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: #d1d1f7 !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 #d1d1f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !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: #d1d1f7 !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 #d1d1f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #d1d1f7 !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: #d1d1f7 !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 #d1d1f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #d1d1f7 !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: #d1d1f7 !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: #fa3934;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d20a05 !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: #fa3934 !important;
  border-color: #fa3934 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1d1f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8787ea !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !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: #fa3934 !important;
}
.text-secondary {
  color: #d1d1f7 !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: #c30a05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a7ae8 !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: #fa3934;
}
.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: #fa3934;
  border-color: #fa3934;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fa3934;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbfb;
}
.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: #fa3934 !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: #fa3934;
}
/* 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: #fa3934;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa3934;
}
.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: #fa3934;
  border-bottom-color: #fa3934;
}
.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: #fa3934 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d1d1f7 !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='%23fa3934' %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: #fa3934 !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: #ffffff !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: #ffffff;
}
.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: #ffffff;
}
.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: #000000;
}
.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/sugar-daddy-meet-uk-1-1290x758.jpg");
}
@media (max-width: 768px) {
  .cid-ukPZuCGBYF {
    background-image: url("../../../assets/images/mobile-banner.jpg");
    background-position: center center;
    background-size: cover;
  }
}
.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-tjRueusv7U {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tjRueusv7U .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRueusv7U .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjRueusv7U .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #ca9236;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tjRueusv7U .row {
  justify-content: center;
}
.cid-tjRueusv7U .card-box {
  display: flex;
  align-items: center;
}
.cid-tjRueusv7U .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueusv7U .card-box {
    flex-direction: column;
  }
  .cid-tjRueusv7U .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tjRueusv7U .card-link:hover a {
  background-image: none !important;
}
.cid-tjRueusv7U .mbr-section-subtitle {
  color: #777777;
}
.cid-tjRueusv7U .card-text {
  color: #777777;
}
.cid-ukPuxu5DqY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ukPuxu5DqY .mbr-section-title {
  text-align: center;
}
.cid-ukPuxu5DqY .mbr-section-subtitle {
  text-align: center;
}
.cid-ukPuxu5DqY .mbr-text {
  text-align: center;
}
.cid-ukL1ibqwpX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL1ibqwpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL1ibqwpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL1ibqwpX .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ukL1ibqwpX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukL1ibqwpX .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukL1ibqwpX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ukL1ibqwpX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-ukL1ibqwpX .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukL1ibqwpX .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ukL1ibqwpX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-ukL1ibqwpX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-ukL1ibqwpX .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-ukL1ibqwpX .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukL1ibqwpX .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukL1ibqwpX .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-ukL1ibqwpX .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-ukL1ibqwpX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ukL1ibqwpX .mbr-section-title {
  color: #404349;
}
.cid-ukL1ibqwpX .mbr-desc {
  color: #b19a7c;
}
.cid-ukL1ibqwpX .item-title {
  color: #404349;
}
.cid-ukL1ibqwpX .item-text {
  color: #404349;
}
.cid-ukPeK7s71c {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukPeK7s71c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPeK7s71c .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-ukPeK7s71c .container {
    padding: 0 22px;
  }
}
.cid-ukPeK7s71c .row {
  justify-content: center;
}
.cid-ukPeK7s71c .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukPeK7s71c .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukPeK7s71c .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ukPeK7s71c .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukPeK7s71c .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ukPeK7s71c .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukPeK7s71c .mbr-section-title {
  color: #ffffff;
}
.cid-ukPeK7s71c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukPeK7s71c .mbr-section-title,
.cid-ukPeK7s71c .icon-wrapper {
  text-align: center;
}
.cid-ukL4cG0JpC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukL4cG0JpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL4cG0JpC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ukL4cG0JpC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukL4cG0JpC .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-ukL4cG0JpC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ukL4cG0JpC h5 {
  margin: 0;
}
.cid-ukL4cG0JpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL4cG0JpC .iconfont-wrapper {
  position: relative;
}
.cid-ukL4cG0JpC .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #140b2a;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-ukL4cG0JpC .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #ffffff;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-ukL4cG0JpC .card-title,
.cid-ukL4cG0JpC .iconfont-wrapper {
  color: #ffffff;
}
.cid-ukL4cG0JpC .card-text {
  color: #ffffff;
}
.cid-ukL4cG0JpC .mbr-section-title {
  color: #000000;
}
.cid-ukPfsob0dR {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ukPfsob0dR img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ukPfsob0dR img {
    width: 100%;
  }
}
.cid-ukPlHl5Q0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-ukPlHl5Q0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPlHl5Q0H .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-ukPlHl5Q0H .container {
    padding: 0 16px;
  }
}
.cid-ukPlHl5Q0H .row {
  justify-content: space-between;
}
.cid-ukPlHl5Q0H .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukPlHl5Q0H .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukPlHl5Q0H .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukPlHl5Q0H .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ukPlHl5Q0H .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-ukPlHl5Q0H .image-wrapper img {
    height: 350px;
  }
}
.cid-ukPlHl5Q0H .mbr-desc {
  color: #706cff;
}
.cid-ukPlHl5Q0H .mbr-section-title {
  color: #000000;
}
.cid-ukPlHl5Q0H .mbr-text {
  color: #000000;
}
.cid-ukL0nTvBGJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-ukL0nTvBGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL0nTvBGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL0nTvBGJ .mbr-text,
.cid-ukL0nTvBGJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukL0nTvBGJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ukL0nTvBGJ .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-ukL2UZYoDs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL2UZYoDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL2UZYoDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL2UZYoDs .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ukL2UZYoDs .container {
    padding: 10px 8px;
  }
}
.cid-ukL2UZYoDs .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ukL2UZYoDs .row {
    padding: 50px 2px;
  }
}
.cid-ukL2UZYoDs .row .card {
  padding: 0 8px;
}
.cid-ukL2UZYoDs .row .card:nth-child(2) {
  justify-content: center;
}
.cid-ukL2UZYoDs .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-ukL2UZYoDs .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-ukL2UZYoDs .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-ukL2UZYoDs .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-ukL2UZYoDs .item:last-child {
  margin-bottom: 0;
}
.cid-ukL2UZYoDs .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ukL2UZYoDs .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-ukL2UZYoDs .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukL2UZYoDs .content-wrapper {
    margin: 50px 0;
  }
}
.cid-ukL2UZYoDs .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-ukL2UZYoDs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ff6666;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #140b2a;
  margin-bottom: 0;
}
.cid-ukL2UZYoDs .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ukL2UZYoDs .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ukL2UZYoDs .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-ukL2UZYoDs .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ukL2UZYoDs .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ukL2UZYoDs .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ukL2UZYoDs .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-ukL2UZYoDs .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-ukL2UZYoDs .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #140b2a;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ukL2UZYoDs .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-ukL2UZYoDs .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukL2UZYoDs .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ukL2UZYoDs .mbr-desc,
.cid-ukL2UZYoDs .desc-wrapper {
  color: #fa3934;
  text-align: center;
}
.cid-ukL2UZYoDs .card-title {
  color: #ffffff;
}
.cid-ukL2UZYoDs .card-text {
  color: #ffffff;
}
.cid-tjRvHUWqIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjRvHUWqIe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tjRvHUWqIe .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tjRvHUWqIe .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff8a8a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tjRvHUWqIe .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tjRvHUWqIe .mbr-text {
  color: #140b2a;
}
.cid-ukPfgO9ycy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukPfgO9ycy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPfgO9ycy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPfgO9ycy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .image-wrapper {
    padding: 0;
  }
}
.cid-ukPfgO9ycy .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .image-wrapper img {
    height: 350px;
  }
}
.cid-ukPfgO9ycy .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ukPfgO9ycy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukPfgO9ycy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukPfgO9ycy .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-ukPfgO9ycy .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ukPfgO9ycy .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ukPfgO9ycy .mbr-section-title {
  color: #262642;
}
.cid-ukPfgO9ycy .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-ukPfgO9ycy .mbr-text {
  color: #262642;
}
.cid-ukPsSdGtYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ukPsSdGtYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPsSdGtYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPsSdGtYC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukPsSdGtYC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .container {
    padding: 0 20px;
  }
}
.cid-ukPsSdGtYC .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-ukPsSdGtYC .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukPsSdGtYC .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: #140b2a;
  color: #ffffff;
  border-radius: 50px;
}
.cid-ukPsSdGtYC .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .image-wrapper {
    padding: 0;
  }
}
.cid-ukPsSdGtYC .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukPsSdGtYC .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-ukPsSdGtYC .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukPsSdGtYC .image-wrapper .image_2 {
    display: none;
  }
}
.cid-ukPsSdGtYC .mbr-section-title {
  color: #140b2a;
}
.cid-ukPsSdGtYC .mbr-text {
  color: #140b2a;
}
.cid-ukPsSdGtYC .list {
  color: #140b2a;
}
.cid-ukPcTjnhIf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ukPcTjnhIf .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ukPcTjnhIf .card-img {
  padding-bottom: 2rem;
}
.cid-ukPcTjnhIf .mbr-text {
  color: #767676;
}
.cid-ukPcTjnhIf span {
  font-size: 14px;
  color: #ffffff;
}
.cid-ukPcTjnhIf .mbr-section-btn {
  margin-left: 0;
}
.cid-ukPcTjnhIf .date span {
  display: inline-block;
  background-color: #d1d1f7;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ukPcTjnhIf .card-title {
    text-align: center;
  }
  .cid-ukPcTjnhIf p.mbr-text,
  .cid-ukPcTjnhIf p.date {
    text-align: center;
  }
}
.cid-ukPcTjnhIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPcTjnhIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPcHQibWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukPcHQibWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPcHQibWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPcHQibWe .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ukPcHQibWe .main-container {
    margin-bottom: 70px;
  }
}
.cid-ukPcHQibWe .mbr-title {
  color: #000000;
}
.cid-ukPcHQibWe .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-ukPcHQibWe .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-ukPcHQibWe .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-ukPcHQibWe .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-ukPcHQibWe .card {
  border-radius: 0;
}
.cid-ukPcHQibWe .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukPcHQibWe .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-ukPcHQibWe .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-ukPcHQibWe .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-ukPcHQibWe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukPcHQibWe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-ukPcHQibWe .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukPcHQibWe .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-ukPcHQibWe .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-ukPcHQibWe .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-ukPcHQibWe .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-ukPcHQibWe .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukPcHQibWe .card-name {
  color: #000000;
}
.cid-ukPcHQibWe .card-prof {
  color: #747474;
}
.cid-ukQb5BxTuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukQb5BxTuh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ukQb5BxTuh .panel-title {
  display: flex;
  align-items: center;
}
.cid-ukQb5BxTuh .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ukQb5BxTuh .panel-body,
.cid-ukQb5BxTuh .card-header {
  padding: 1rem 0;
}
.cid-ukQb5BxTuh .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ukQb5BxTuh .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ukQb5BxTuh .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ukQb5BxTuh .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ukQb5BxTuh .section-head {
  margin-bottom: 56px;
}
.cid-ukQb5BxTuh .card {
  margin-bottom: 32px;
}
.cid-ukQb5BxTuh H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ukQb5BxTuh .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ukQb5BxTuh .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ukQcIQSaFH {
  padding-top: 105px;
  padding-bottom: 90px;
  position: relative;
  background-color: #140b2a;
}
.cid-ukQcIQSaFH .card-header {
  background: transparent;
}
.cid-ukQcIQSaFH .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-ukQcIQSaFH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ukQcIQSaFH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ukQcIQSaFH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukQcIQSaFH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukQcIQSaFH .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-ukQcIQSaFH .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-ukQcIQSaFH h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .cid-ukQcIQSaFH .md-pb {
    margin-bottom: 2rem;
  }
  .cid-ukQcIQSaFH .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukQcIQSaFH .wrapper {
    padding: 2rem 1rem;
  }
  .cid-ukQcIQSaFH h5 {
    padding: 1rem 0rem;
  }
}
.cid-ukQcIQSaFH .mbr-text,
.cid-ukQcIQSaFH .mbr-section-btn {
  color: #ffffff;
}
.cid-ukQcIQSaFH .panel-text {
  color: #ffffff;
}
.cid-ukQcIQSaFH H4 {
  color: #ffffff;
}
.cid-ukQcIQSaFH H5 {
  color: #ffffff;
}
.cid-ukPrW2OzI4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukPrW2OzI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPrW2OzI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukPrW2OzI4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container {
    padding: 0 6px;
  }
}
.cid-ukPrW2OzI4 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-ukPrW2OzI4 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ukPrW2OzI4 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ukPrW2OzI4 .row {
    padding: 70px 30px;
  }
}
.cid-ukPrW2OzI4 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ukPrW2OzI4 .container-wrapper {
  position: relative;
  padding-top: 5px;
}
.cid-ukPrW2OzI4 .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fa3934;
  border-radius: 16px 16px 0 0;
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #fa3934;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-ukPrW2OzI4 .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-ukPrW2OzI4 .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukPrW2OzI4 .mbr-section-title {
  color: #131313;
}
.cid-ukPrW2OzI4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukPrW2OzI4 .list {
  color: #131313;
}
.cid-ukPcExBs0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-ukPcExBs0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukPcExBs0G .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-ukPcExBs0G .container {
    padding: 0 30px;
  }
}
.cid-ukPcExBs0G .row {
  justify-content: center;
}
.cid-ukPcExBs0G .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ukPcExBs0G .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ukPcExBs0G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukPcExBs0G .list-wrapper {
  padding: 20px 0;
}
.cid-ukPcExBs0G .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukPcExBs0G .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-ukPcExBs0G .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukPcExBs0G .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-ukPcExBs0G .mbr-section-title {
  color: #000000;
}
.cid-ukPcExBs0G .mbr-section-subtitle {
  color: #000000;
}
.cid-ukPcExBs0G .list {
  color: #000000;
}
.cid-ukPcExBs0G .list,
.cid-ukPcExBs0G .item-wrap {
  color: #ffffff;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.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: #fa3934 !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: #ffffff !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: #ffffff;
}
.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: #ffffff;
}
.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: #000000;
}
.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-ulphlkXqgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulphlkXqgU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #fa3934;
  margin-bottom: 2rem;
}
.cid-ulphlkXqgU .link {
  opacity: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-ulphlkXqgU img {
  border-radius: 10px;
}
.cid-ulphlkXqgU .date {
  margin: 20px 0;
  color: #3F424E;
}
.cid-ulphlkXqgU .mbr-section-title {
  color: #000000;
}
.cid-ulphlkXqgU .mbr-buttons {
  background-color: #fa3934;
}
.cid-ulphlkXqgU .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-ulphlkXqgU a {
  text-transform: uppercase;
  color: #fa3934;
}
.cid-ulphlkXqgU svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-ulphlkXqgU .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-ulphlkXqgU .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-ulphlkXqgU .item-wrapper:hover {
  cursor: pointer;
}
.cid-ulphlkXqgU .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-ulphlkXqgU .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-ulphlkXqgU .header {
    margin-bottom: 20px;
  }
  .cid-ulphlkXqgU .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-ulphlkXqgU .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-ulphlkXqgU .link {
    margin-bottom: 40px;
  }
}
.cid-ulphlkXqgU .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.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: #fa3934 !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: #ffffff !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: #ffffff;
}
.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: #ffffff;
}
.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: #000000;
}
.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-ulpmOIjM3L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulpmOIjM3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpmOIjM3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpmOIjM3L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulpmOIjM3L .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-ulpmOIjM3L .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-ulpmOIjM3L .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-ulpmOIjM3L .card-header {
  border: none;
}
.cid-ulpmOIjM3L .panel-group {
  border: none;
}
.cid-ulpmOIjM3L .panel-body,
.cid-ulpmOIjM3L .card-header {
  padding: 1rem 0;
}
.cid-ulpmOIjM3L .panel-title-edit {
  color: #000000;
}
.cid-ulpmOIjM3L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-ulpFoxxH6w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ulpFoxxH6w .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ulpFoxxH6w nav.navbar {
  position: fixed;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulpFoxxH6w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulpFoxxH6w .dropdown-item:hover,
.cid-ulpFoxxH6w .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-ulpFoxxH6w .dropdown-item:hover span {
  color: white;
}
.cid-ulpFoxxH6w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulpFoxxH6w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulpFoxxH6w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulpFoxxH6w .nav-link {
  position: relative;
}
.cid-ulpFoxxH6w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .container {
    flex-wrap: nowrap;
  }
}
.cid-ulpFoxxH6w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown-menu,
.cid-ulpFoxxH6w .navbar.opened {
  background: #ffffff !important;
}
.cid-ulpFoxxH6w .nav-item:focus,
.cid-ulpFoxxH6w .nav-link:focus {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulpFoxxH6w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulpFoxxH6w .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: #ffffff;
}
.cid-ulpFoxxH6w .navbar.opened {
  transition: all 0.3s;
}
.cid-ulpFoxxH6w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulpFoxxH6w .navbar .navbar-logo img {
  width: auto;
}
.cid-ulpFoxxH6w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpFoxxH6w .navbar.collapsed {
  justify-content: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulpFoxxH6w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulpFoxxH6w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulpFoxxH6w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulpFoxxH6w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulpFoxxH6w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulpFoxxH6w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulpFoxxH6w .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpFoxxH6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown-item.active,
.cid-ulpFoxxH6w .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpFoxxH6w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulpFoxxH6w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpFoxxH6w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulpFoxxH6w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulpFoxxH6w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulpFoxxH6w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar {
    height: 70px;
  }
  .cid-ulpFoxxH6w .navbar.opened {
    height: auto;
  }
  .cid-ulpFoxxH6w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulvhCuY5bA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #140b2a;
}
.cid-ulvhCuY5bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvhCuY5bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulvhCuY5bA img {
  border-radius: 2rem;
}
.cid-ulvhCuY5bA .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ulvhCuY5bA .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fa3934;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulvhCuY5bA .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d1d1f7;
  font-size: 1.5rem;
}
.cid-ulvhCuY5bA .mbr-section-title {
  color: #ffffff;
}
.cid-ulvhCuY5bA .mbr-text,
.cid-ulvhCuY5bA .mbr-section-btn {
  color: #ffffff;
}
.cid-ulvhCuY5bA .mbr-section-subtitle,
.cid-ulvhCuY5bA .align-wrapper {
  color: #04492e;
}
.cid-ulvnejmOH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulvnejmOH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvnejmOH9 .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-ulvnejmOH9 .container {
    padding: 0 16px;
  }
}
.cid-ulvnejmOH9 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ulvnejmOH9 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ulvnejmOH9 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-ulvnejmOH9 .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .image-wrapper {
    padding: 0;
  }
}
.cid-ulvnejmOH9 .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ulvnejmOH9 .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-ulvnejmOH9 .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ulvnejmOH9 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-ulvnejmOH9 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ulvnejmOH9 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ulvnejmOH9 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ulvnejmOH9 .mbr-section-subtitle {
  color: #08323C;
}
.cid-ulvnejmOH9 .mbr-text {
  color: #08323C;
}
.cid-ulvnejmOH9 .mbr-list-title {
  color: #08323C;
}
.cid-ulvnejmOH9 .list {
  color: #08323C;
}
.cid-ulvh6zbkNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulvh6zbkNA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ulvh6zbkNA .panel-title {
  display: flex;
  align-items: center;
}
.cid-ulvh6zbkNA .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ulvh6zbkNA .panel-body,
.cid-ulvh6zbkNA .card-header {
  padding: 1rem 0;
}
.cid-ulvh6zbkNA .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ulvh6zbkNA .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ulvh6zbkNA .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ulvh6zbkNA .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ulvh6zbkNA .section-head {
  margin-bottom: 56px;
}
.cid-ulvh6zbkNA .card {
  margin-bottom: 32px;
}
.cid-ulvh6zbkNA H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ulvh6zbkNA .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ulvh6zbkNA .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uniPfGN5M6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-uniPfGN5M6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uniPfGN5M6 .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-uniPfGN5M6 .container {
    padding: 0 30px;
  }
}
.cid-uniPfGN5M6 .row {
  justify-content: center;
}
.cid-uniPfGN5M6 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uniPfGN5M6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uniPfGN5M6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uniPfGN5M6 .list-wrapper {
  padding: 20px 0;
}
.cid-uniPfGN5M6 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uniPfGN5M6 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uniPfGN5M6 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uniPfGN5M6 .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-uniPfGN5M6 .mbr-section-title {
  color: #000000;
}
.cid-uniPfGN5M6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uniPfGN5M6 .list {
  color: #000000;
}
.cid-uniPfGN5M6 .list,
.cid-uniPfGN5M6 .item-wrap {
  color: #ffffff;
}
.cid-ulpFoCJQvu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-ulpFoCJQvu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .align-right {
    text-align: center;
  }
}
.cid-ulpFoCJQvu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulpFoCJQvu .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .foot-menu {
    justify-content: center;
  }
}
.cid-ulpFoCJQvu .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-ulpFoCJQvu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ulpFoCJQvu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-ulpFoCJQvu .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-ulpFoCJQvu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulpFoCJQvu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-ulpFoCJQvu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-ulpFoCJQvu .foot-menu-item {
  color: #ffff;
}
.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: #fa3934 !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: #ffffff !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: #ffffff;
}
.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: #ffffff;
}
.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: #000000;
}
.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-ulRuPjFPTy {
  background-image: url("../../../assets/images/banner-1212x945.jpg");
}
.cid-ulRuPjFPTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulRuPjFPTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhnm7kesh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unhnm7kesh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhnm7kesh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhnm7kesh .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unhnm7kesh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhnm7kesh .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-unhnm7kesh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-unhnm7kesh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-unhnm7kesh .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-unhnm7kesh .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unhnm7kesh .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-unhnm7kesh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-unhnm7kesh .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-unhnm7kesh .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unhnm7kesh .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unhnm7kesh .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ca9236;
  border-radius: 12px;
}
.cid-unhnm7kesh .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-unhnm7kesh .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unhnm7kesh .mbr-section-title {
  color: #404349;
}
.cid-unhnm7kesh .mbr-desc {
  color: #b19a7c;
}
.cid-unhnm7kesh .item-title {
  color: #404349;
}
.cid-unhnm7kesh .item-text {
  color: #404349;
}
.cid-ulRuR6A796 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ulRuR6A796 .mbr-section-title {
  text-align: center;
}
.cid-ulRuR6A796 .mbr-section-subtitle {
  text-align: center;
}
.cid-ulRuR6A796 .mbr-text {
  text-align: center;
}
.cid-ulRuRY8HnF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-ulRuRY8HnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulRuRY8HnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulRuRY8HnF .mbr-text,
.cid-ulRuRY8HnF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulRuRY8HnF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulRuRY8HnF .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-uni40i8Voa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uni40i8Voa .row {
  position: relative;
  min-height: 768px;
}
.cid-uni40i8Voa .index {
  z-index: 3;
}
.cid-uni40i8Voa ul {
  list-style: none;
  margin: 0;
  padding-left: 61px;
}
.cid-uni40i8Voa li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uni40i8Voa ul li::before {
  position: absolute;
  content: "\2192";
  left: -61px;
  top: -15px;
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .cid-uni40i8Voa ul li::before {
    top: -5px;
  }
}
.cid-uni40i8Voa span {
  background: #ffff33;
}
@media (min-width: 992px) {
  .cid-uni40i8Voa img {
    object-fit: cover;
    position: absolute;
  }
  .cid-uni40i8Voa .one {
    top: 0;
    right: 10%;
    width: 400px;
    height: 600px;
  }
  .cid-uni40i8Voa .two {
    width: 200px;
    height: 140px;
    right: -2%;
    top: 5%;
  }
  .cid-uni40i8Voa .three {
    width: 360px;
    height: 360px;
    top: 55%;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .cid-uni40i8Voa .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uni40i8Voa img {
    object-fit: cover;
    position: relative;
    width: 30%;
  }
  .cid-uni40i8Voa .image-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uni40i8Voa .mbr-text {
  color: #000000;
}
.cid-uni40i8Voa .list {
  color: #000000;
}
.cid-unibobanvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unibobanvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-unibobanvU .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-unibobanvU .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-unibobanvU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unibobanvU .row {
  justify-content: space-between;
}
.cid-unibobanvU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-unibobanvU .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-unibobanvU .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unibobanvU .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-unibobanvU .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-unibobanvU .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-unibobanvU .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-unibobanvU .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-unibobanvU .mbr-section-title {
  color: #000000;
}
.cid-unibobanvU .card-title {
  color: #000000;
}
.cid-ulScugstwb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulScugstwb .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ulScugstwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulScugstwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulSjqSH1Lx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-ulSjqSH1Lx .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-ulSjqSH1Lx .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ulSjqSH1Lx .row {
    padding: 0;
  }
}
.cid-ulSjqSH1Lx .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ulSjqSH1Lx .item-text {
    max-width: 100%;
  }
}
.cid-ulSjqSH1Lx .item-title {
  position: relative;
  color: #e3ebf3;
}
.cid-ulSjqSH1Lx .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ulSjqSH1Lx .mbr-text {
  color: #e3ebf3;
}
.cid-ulSjqSH1Lx .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ulSjqSH1Lx .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ulSjqSH1Lx .item-img {
    display: none;
  }
}
.cid-ulSjqSH1Lx .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ulSjqSH1Lx .item-img-2 {
  transform: rotate(15deg);
}
.cid-ulSjqSH1Lx .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-ulSh8SSVLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulSh8SSVLj .item-img {
  position: relative;
}
.cid-ulSh8SSVLj .item-img img {
  transition: all 0.2s;
}
.cid-ulSh8SSVLj .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ulSh8SSVLj .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-ulSh8SSVLj .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ulSh8SSVLj .item:hover img {
  transform: scale(1.05);
}
.cid-ulSh8SSVLj .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ulSh8SSVLj .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-ulSh8SSVLj .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulSh8SSVLj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulSh8SSVLj .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ulSh8SSVLj .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ulSh8SSVLj .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ulSh8SSVLj .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ulSh8SSVLj .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ulSh8SSVLj .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ulSh8SSVLj .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ulSh8SSVLj img,
.cid-ulSh8SSVLj .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulSh8SSVLj .item:focus,
.cid-ulSh8SSVLj span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ulSh8SSVLj .item {
    margin-bottom: 1rem;
  }
}
.cid-ulSh8SSVLj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulSh8SSVLj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulSh8SSVLj .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulSh8SSVLj .mbr-section-subtitle,
.cid-ulSh8SSVLj .subtitle-wrap,
.cid-ulSh8SSVLj .mbr-section-btn {
  text-align: left;
}
.cid-ulSh8SSVLj .mbr-text,
.cid-ulSh8SSVLj .item .mbr-section-btn {
  color: #ffffff;
}
.cid-unihd9UOL1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-unihd9UOL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unihd9UOL1 .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-unihd9UOL1 .container {
    padding: 0 30px;
  }
}
.cid-unihd9UOL1 .row {
  justify-content: center;
}
.cid-unihd9UOL1 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-unihd9UOL1 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-unihd9UOL1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unihd9UOL1 .list-wrapper {
  padding: 20px 0;
}
.cid-unihd9UOL1 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-unihd9UOL1 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-unihd9UOL1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-unihd9UOL1 .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-unihd9UOL1 .mbr-section-title {
  color: #000000;
}
.cid-unihd9UOL1 .mbr-section-subtitle {
  color: #000000;
}
.cid-unihd9UOL1 .list {
  color: #000000;
}
.cid-unihd9UOL1 .list,
.cid-unihd9UOL1 .item-wrap {
  color: #ffffff;
}
.cid-tjRuWdZyqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-tjRuWdZyqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .align-right {
    text-align: center;
  }
}
.cid-tjRuWdZyqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjRuWdZyqX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tjRuWdZyqX .foot-menu {
    justify-content: center;
  }
}
.cid-tjRuWdZyqX .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-tjRuWdZyqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tjRuWdZyqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-tjRuWdZyqX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-tjRuWdZyqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjRuWdZyqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-tjRuWdZyqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-tjRuWdZyqX .foot-menu-item {
  color: #ffff;
}
.cid-um8O2WjJG5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-um8O2WjJG5 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-um8O2WjJG5 nav.navbar {
  position: fixed;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um8O2WjJG5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um8O2WjJG5 .dropdown-item:hover,
.cid-um8O2WjJG5 .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-um8O2WjJG5 .dropdown-item:hover span {
  color: white;
}
.cid-um8O2WjJG5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um8O2WjJG5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um8O2WjJG5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um8O2WjJG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um8O2WjJG5 .nav-link {
  position: relative;
}
.cid-um8O2WjJG5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-um8O2WjJG5 .container {
    flex-wrap: nowrap;
  }
}
.cid-um8O2WjJG5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um8O2WjJG5 .dropdown-menu,
.cid-um8O2WjJG5 .navbar.opened {
  background: #ffffff !important;
}
.cid-um8O2WjJG5 .nav-item:focus,
.cid-um8O2WjJG5 .nav-link:focus {
  outline: none;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um8O2WjJG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um8O2WjJG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um8O2WjJG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um8O2WjJG5 .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: #ffffff;
}
.cid-um8O2WjJG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-um8O2WjJG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um8O2WjJG5 .navbar .navbar-logo img {
  width: auto;
}
.cid-um8O2WjJG5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um8O2WjJG5 .navbar.collapsed {
  justify-content: center;
}
.cid-um8O2WjJG5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um8O2WjJG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-um8O2WjJG5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-um8O2WjJG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um8O2WjJG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um8O2WjJG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um8O2WjJG5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um8O2WjJG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um8O2WjJG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um8O2WjJG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um8O2WjJG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um8O2WjJG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um8O2WjJG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um8O2WjJG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um8O2WjJG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um8O2WjJG5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-um8O2WjJG5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-um8O2WjJG5 .navbar.navbar-short {
  min-height: 80px;
}
.cid-um8O2WjJG5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um8O2WjJG5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um8O2WjJG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um8O2WjJG5 .dropdown-item.active,
.cid-um8O2WjJG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-um8O2WjJG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um8O2WjJG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um8O2WjJG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um8O2WjJG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-um8O2WjJG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um8O2WjJG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um8O2WjJG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um8O2WjJG5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um8O2WjJG5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um8O2WjJG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um8O2WjJG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um8O2WjJG5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um8O2WjJG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um8O2WjJG5 .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-um8O2WjJG5 .navbar {
    height: 70px;
  }
  .cid-um8O2WjJG5 .navbar.opened {
    height: auto;
  }
  .cid-um8O2WjJG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um8O2WEkwt {
  background-image: url("../../../assets/images/sugar-daddy-meet-auckland-1280x719.jpg");
}
.cid-um8O2WEkwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O2WEkwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8O2WWMwS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-um8O2WWMwS .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #140b2a;
}
.cid-um8O2WWMwS .mbr-section-title b,
.cid-um8O2WWMwS .mbr-section-title strong {
  font-weight: 500;
}
.cid-um8O2WWMwS .mbr-text {
  margin-bottom: 18px;
}
.cid-um8O2WWMwS .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-um8O2WWMwS .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-um8O2WWMwS .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-um8O2WWMwS .image {
  margin-right: 13px;
  width: 100%;
}
.cid-um8O2WWMwS .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-um8O2WWMwS .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ff5753;
}
.cid-um8O2WWMwS .link a {
  font-weight: 700;
}
.cid-um8O2WWMwS .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-um8O2WWMwS .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-um8O2WWMwS .row__image {
    margin-bottom: 9px;
  }
  .cid-um8O2WWMwS .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-um8O2WWMwS .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-um8O2WWMwS .title__block {
    margin-top: 60px;
  }
  .cid-um8O2WWMwS .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-um8O2WWMwS .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-um8O2WWMwS .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-um8O2WWMwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O2WWMwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8O2Xzdm2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-um8O2Xzdm2 .mbr-section-title {
  text-align: left;
}
.cid-um8O2Xzdm2 .mbr-section-subtitle {
  text-align: center;
}
.cid-um8O2Xzdm2 .mbr-text {
  text-align: left;
}
.cid-um8Y6xhwsW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um8Y6xhwsW .mbr-section-title {
  text-align: left;
}
.cid-um96VjLN3o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um96VjLN3o .mbr-section-title {
  text-align: left;
}
.cid-um8O2YvhWB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-um8O2YvhWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O2YvhWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8O2YvhWB .mbr-text,
.cid-um8O2YvhWB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-um8O2YvhWB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-um8O2YvhWB .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-um9arVkH10 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-um9arVkH10 .mbr-section-title {
  text-align: left;
}
.cid-um8Xmzz9lb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um8Xmzz9lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8Xmzz9lb .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-um8Xmzz9lb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-um8Xmzz9lb .container {
    padding: 0 12px;
  }
}
.cid-um8Xmzz9lb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-um8Xmzz9lb .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-um8Xmzz9lb .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-um8Xmzz9lb .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #d9db4d;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-um8Xmzz9lb .mbr-section-title {
  color: #222222;
}
.cid-um8ZLvt4dP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-um8ZLvt4dP .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-um8ZLvt4dP .container {
    padding: 0 24px;
  }
}
.cid-um8ZLvt4dP .card {
  justify-content: center;
}
.cid-um8ZLvt4dP .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-um8ZLvt4dP .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um8ZLvt4dP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-um8ZLvt4dP .text-wrapper {
  border-top: 1px solid #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-um8ZLvt4dP .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-um8ZLvt4dP .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-um8ZLvt4dP .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-um8ZLvt4dP .mbr-section-title {
  color: #F9F6E0;
}
.cid-um8ZLvt4dP .mbr-desc {
  color: #140b2a;
}
.cid-um8ZLvt4dP .mbr-text {
  color: #140b2a;
}
.cid-um8ZLvt4dP .mbr-section-btn {
  text-align: right;
}
.cid-um8ZLvt4dP .mbr-section-title,
.cid-um8ZLvt4dP .mbr-section-btn {
  color: #140b2a;
}
.cid-um9b1fo04o {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-um9b1fo04o img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-um9b1fo04o img {
    width: 100%;
  }
}
.cid-um8YbcrnsQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-um8YbcrnsQ img,
.cid-um8YbcrnsQ .item-img {
  width: 100%;
}
.cid-um8YbcrnsQ .item:focus,
.cid-um8YbcrnsQ span:focus {
  outline: none;
}
.cid-um8YbcrnsQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um8YbcrnsQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-um8YbcrnsQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um8YbcrnsQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-um8YbcrnsQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-um8YbcrnsQ .mbr-section-title {
  color: #232323;
}
.cid-um8YbcrnsQ .mbr-text,
.cid-um8YbcrnsQ .mbr-section-btn {
  text-align: left;
}
.cid-um8YbcrnsQ .item-title {
  text-align: left;
}
.cid-um8YbcrnsQ .item-subtitle {
  text-align: center;
}
.cid-um8ZT9TIaQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-um8ZT9TIaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8ZT9TIaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um8ZT9TIaQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .container {
    padding: 0 24px;
  }
}
.cid-um8ZT9TIaQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-um8ZT9TIaQ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-um8ZT9TIaQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #140b2a;
  border-radius: 40px;
}
.cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-um8ZT9TIaQ .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-um8ZT9TIaQ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-um8ZT9TIaQ .mbr-section-subtitle {
  color: #d1d1f7;
  text-align: center;
}
.cid-um8ZT9TIaQ .mbr-section-title,
.cid-um8ZT9TIaQ .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-um8O300ulU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-um8O300ulU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-um8O300ulU .panel-title {
  display: flex;
  align-items: center;
}
.cid-um8O300ulU .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-um8O300ulU .panel-body,
.cid-um8O300ulU .card-header {
  padding: 1rem 0;
}
.cid-um8O300ulU .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-um8O300ulU .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-um8O300ulU .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-um8O300ulU .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-um8O300ulU .section-head {
  margin-bottom: 56px;
}
.cid-um8O300ulU .card {
  margin-bottom: 32px;
}
.cid-um8O300ulU H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-um8O300ulU .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-um8O300ulU .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-um8O30l6Qb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-um8O30l6Qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-um8O30l6Qb .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-um8O30l6Qb .container {
    padding: 0 30px;
  }
}
.cid-um8O30l6Qb .row {
  justify-content: center;
}
.cid-um8O30l6Qb .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-um8O30l6Qb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-um8O30l6Qb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um8O30l6Qb .list-wrapper {
  padding: 20px 0;
}
.cid-um8O30l6Qb .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-um8O30l6Qb .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-um8O30l6Qb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-um8O30l6Qb .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-um8O30l6Qb .mbr-section-title {
  color: #000000;
}
.cid-um8O30l6Qb .mbr-section-subtitle {
  color: #000000;
}
.cid-um8O30l6Qb .list {
  color: #000000;
}
.cid-um8O30l6Qb .list,
.cid-um8O30l6Qb .item-wrap {
  color: #ffffff;
}
.cid-um8O30EZLG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-um8O30EZLG .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-um8O30EZLG .align-right {
    text-align: center;
  }
}
.cid-um8O30EZLG .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-um8O30EZLG .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-um8O30EZLG .foot-menu {
    justify-content: center;
  }
}
.cid-um8O30EZLG .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-um8O30EZLG .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-um8O30EZLG .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-um8O30EZLG .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-um8O30EZLG .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-um8O30EZLG .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-um8O30EZLG .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-um8O30EZLG .foot-menu-item {
  color: #ffff;
}
.cid-ulpFoxxH6w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ulpFoxxH6w .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ulpFoxxH6w nav.navbar {
  position: fixed;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulpFoxxH6w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulpFoxxH6w .dropdown-item:hover,
.cid-ulpFoxxH6w .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-ulpFoxxH6w .dropdown-item:hover span {
  color: white;
}
.cid-ulpFoxxH6w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulpFoxxH6w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulpFoxxH6w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulpFoxxH6w .nav-link {
  position: relative;
}
.cid-ulpFoxxH6w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .container {
    flex-wrap: nowrap;
  }
}
.cid-ulpFoxxH6w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown-menu,
.cid-ulpFoxxH6w .navbar.opened {
  background: #ffffff !important;
}
.cid-ulpFoxxH6w .nav-item:focus,
.cid-ulpFoxxH6w .nav-link:focus {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulpFoxxH6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulpFoxxH6w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulpFoxxH6w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulpFoxxH6w .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: #ffffff;
}
.cid-ulpFoxxH6w .navbar.opened {
  transition: all 0.3s;
}
.cid-ulpFoxxH6w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulpFoxxH6w .navbar .navbar-logo img {
  width: auto;
}
.cid-ulpFoxxH6w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpFoxxH6w .navbar.collapsed {
  justify-content: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulpFoxxH6w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpFoxxH6w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulpFoxxH6w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulpFoxxH6w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulpFoxxH6w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulpFoxxH6w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulpFoxxH6w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulpFoxxH6w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulpFoxxH6w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulpFoxxH6w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulpFoxxH6w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulpFoxxH6w .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulpFoxxH6w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpFoxxH6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpFoxxH6w .dropdown-item.active,
.cid-ulpFoxxH6w .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpFoxxH6w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpFoxxH6w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpFoxxH6w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulpFoxxH6w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpFoxxH6w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulpFoxxH6w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulpFoxxH6w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulpFoxxH6w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulpFoxxH6w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulpFoxxH6w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulpFoxxH6w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulpFoxxH6w .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-ulpFoxxH6w .navbar {
    height: 70px;
  }
  .cid-ulpFoxxH6w .navbar.opened {
    height: auto;
  }
  .cid-ulpFoxxH6w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulpFoxXBk2 {
  background-image: url("../../../assets/images/sugar-baby-uk.jpg");
}
.cid-ulpFoxXBk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFoxXBk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFoyQkmz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ulpFoyQkmz .mbr-section-title {
  text-align: center;
}
.cid-ulpFoyQkmz .mbr-section-subtitle {
  text-align: center;
}
.cid-ulpFoyQkmz .mbr-text {
  text-align: center;
}
.cid-ulpFozvBXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulpFozvBXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFozvBXb .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-ulpFozvBXb .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ulpFozvBXb .row {
  justify-content: space-between;
}
.cid-ulpFozvBXb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-ulpFozvBXb .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ulpFozvBXb .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-ulpFozvBXb .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-ulpFozvBXb .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-ulpFozvBXb .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ulpFozvBXb .mbr-section-title {
  color: #000000;
}
.cid-ulpFozvBXb .card-title {
  color: #000000;
}
.cid-ulpFozSWon {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-ulpFozSWon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFozSWon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulpFozSWon .mbr-text,
.cid-ulpFozSWon .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulpFozSWon .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulpFozSWon .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-unn6GcGySS {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-unn6GcGySS .content {
    flex-wrap: nowrap;
  }
  .cid-unn6GcGySS .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-unn6GcGySS .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-unn6GcGySS .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-unn6GcGySS .content {
    flex-wrap: wrap;
  }
  .cid-unn6GcGySS .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-unn6GcGySS .section-head p {
    width: 70%;
  }
  .cid-unn6GcGySS .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-unn6GcGySS .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-unn6GcGySS .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-unn6GcGySS .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-unn6GcGySS .panel-title-edit {
  color: #28282c;
}
.cid-unn6GcGySS .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-unn6GcGySS .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-unn6GcGySS .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-unn6GcGySS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-unn6GcGySS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unn6GcGySS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-unn6GcGySS .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-unn6GcGySS .mbr-text {
  color: #232323;
}
.cid-unn9VPoexi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-unn9VPoexi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn9VPoexi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unn9VPoexi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-unn9VPoexi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unn9VPoexi .container {
    padding: 0 24px;
  }
}
.cid-unn9VPoexi .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unn9VPoexi .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unn9VPoexi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unn9VPoexi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-unn9VPoexi .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #fafafa;
  border-radius: 40px;
}
.cid-unn9VPoexi .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-unn9VPoexi .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-unn9VPoexi .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-unn9VPoexi .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-unn9VPoexi .mbr-section-subtitle {
  color: #cfcfcf;
  text-align: center;
}
.cid-unn9VPoexi .mbr-section-title,
.cid-unn9VPoexi .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-unn8fKfnvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-unn8fKfnvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn8fKfnvz .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-unn8fKfnvz .container {
    padding: 0 30px;
  }
}
.cid-unn8fKfnvz .row {
  position: relative;
}
.cid-unn8fKfnvz .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-unn8fKfnvz .row img {
    top: auto;
    width: 100%;
  }
}
.cid-unn8fKfnvz .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-unn8fKfnvz .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-unn8fKfnvz .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unn8fKfnvz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unn8fKfnvz .mbr-text {
  color: #212529;
}
.cid-unn8fKfnvz .mbr-link,
.cid-unn8fKfnvz .mbr-iconfont {
  color: #212529;
}
.cid-unnburrItm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unnburrItm .item-img {
  position: relative;
}
.cid-unnburrItm .item-img img {
  transition: all 0.2s;
}
.cid-unnburrItm .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-unnburrItm .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-unnburrItm .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-unnburrItm .item:hover img {
  transform: scale(1.05);
}
.cid-unnburrItm .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-unnburrItm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-unnburrItm .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unnburrItm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-unnburrItm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-unnburrItm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-unnburrItm .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-unnburrItm .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-unnburrItm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-unnburrItm .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-unnburrItm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-unnburrItm .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-unnburrItm .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-unnburrItm .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-unnburrItm img,
.cid-unnburrItm .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-unnburrItm .item:focus,
.cid-unnburrItm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-unnburrItm .item {
    margin-bottom: 1rem;
  }
}
.cid-unnburrItm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-unnburrItm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-unnburrItm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-unnburrItm .mbr-section-subtitle,
.cid-unnburrItm .subtitle-wrap,
.cid-unnburrItm .mbr-section-btn {
  text-align: left;
}
.cid-unnburrItm .mbr-text,
.cid-unnburrItm .item .mbr-section-btn {
  color: #ffffff;
}
.cid-unn8Xzz04I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bf9f71;
}
.cid-unn8Xzz04I .item:focus,
.cid-unn8Xzz04I span:focus {
  outline: none;
}
.cid-unn8Xzz04I .item-wrapper {
  position: relative;
}
.cid-unn8Xzz04I .mbr-section-title {
  margin-bottom: 24px;
  color: #012b3a;
  text-align: center;
}
.cid-unn8Xzz04I .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-unn8Xzz04I .mbr-text,
.cid-unn8Xzz04I .mbr-section-btn {
  text-align: left;
}
.cid-unn8Xzz04I .item-title {
  text-align: left;
}
.cid-unn8Xzz04I .item-subtitle {
  text-align: left;
}
.cid-unn8Xzz04I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 23%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-unn8Xzz04I .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-unn8Xzz04I .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-unn8Xzz04I .embla__slide {
    min-width: 375px;
  }
}
.cid-unn8Xzz04I .embla__button--next,
.cid-unn8Xzz04I .embla__button--prev {
  display: flex;
}
.cid-unn8Xzz04I .embla__button {
  background-color: rgba(17, 17, 17, 0.5);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  transition: all .3s;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unn8Xzz04I .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unn8Xzz04I .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unn8Xzz04I .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unn8Xzz04I .embla__button:hover {
  background-color: #14142b;
}
.cid-unn8Xzz04I .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unn8Xzz04I .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unn8Xzz04I .embla {
  position: relative;
  width: 100%;
}
.cid-unn8Xzz04I .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-unn8Xzz04I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unn8Xzz04I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unn8Xzz04I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unn8Xzz04I .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-unn8Xzz04I .shadow {
  border-radius: 8px;
  box-shadow: none !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 24px;
  background-color: #ffffff;
}
.cid-unn8Xzz04I .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: inline;
  padding-right: 10px;
  padding-bottom: 15px;
}
.cid-unn8Xzz04I .card-title {
  color: #000000;
  transition: 0.35s;
  text-align: left;
  font-size: 14px;
}
.cid-unn8Xzz04I .card-text {
  color: #000000;
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
}
.cid-unn8Xzz04I .margin {
  margin-right: 14px;
}
.cid-unn8Xzz04I .article {
  display: contents;
}
.cid-unn8Xzz04I .link-row {
  align-items: center;
}
.cid-unn8Xzz04I .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
  display: inline;
}
.cid-unn8Xzz04I .iconfont-wrapper .mbr-iconfont:before {
  font-size: 16px;
}
.cid-unn8Xzz04I .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-unn8Xzz04I .btn {
  margin-top: 20px;
}
.cid-unn8Xzz04I a.btn > span {
  margin-left: 0.5rem;
}
.cid-unn8Xzz04I img {
  border-radius: 50%;
  width: 44px;
  height: auto;
}
.cid-unn8Xzz04I .card-title1 {
  display: inline;
  font-size: 12px;
  color: #8b8d8d;
}
.cid-unn8Xzz04I .top {
  display: flex;
  align-items: center;
}
.cid-unn8Xzz04I .mbr-iconfont:before {
  font-size: 34px;
}
.cid-unn8Xzz04I .mbr-iconfont {
  width: auto;
  display: inline-flex;
  padding: 0;
  padding-right: 10px;
}
.cid-unn8Xzz04I .small-header {
  font-size: 12px;
  color: #8b8d8d;
}
.cid-unn8Xzz04I .mbr-text {
  font-size: 14px;
}
.cid-unn8Xzz04I .fl {
  display: flex;
  align-items: flex-start;
}
.cid-unn8Xzz04I .iconfont-wrapper .mbr-iconfont {
  padding-right: 0px;
}
.cid-unn8Xzz04I button .mbr-iconfont:before {
  font-size: 16px;
}
.cid-unn8Xzz04I button .mbr-iconfont {
  padding-right: 2px;
}
.cid-unn8Xzz04I a:hover {
  text-decoration: underline;
}
.cid-unn8Xzz04I .mbr-text a {
  color: #1c91ff !important;
}
.cid-unn8Xzz04I a {
  transition: all .3s;
}
.cid-unn8Xzz04I .mbr-text a:hover {
  color: #1c91ff !important;
}
@media (max-width: 576px) {
  .cid-unn8Xzz04I .embla__slide {
    min-width: 100%;
  }
}
.cid-unozw9eg3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unozw9eg3n .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-unozw9eg3n .panel-title {
  display: flex;
  align-items: center;
}
.cid-unozw9eg3n .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-unozw9eg3n .panel-body,
.cid-unozw9eg3n .card-header {
  padding: 1rem 0;
}
.cid-unozw9eg3n .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-unozw9eg3n .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-unozw9eg3n .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-unozw9eg3n .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-unozw9eg3n .section-head {
  margin-bottom: 56px;
}
.cid-unozw9eg3n .card {
  margin-bottom: 32px;
}
.cid-unozw9eg3n H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-unozw9eg3n .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-unozw9eg3n .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-unn1q8ANiP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-unn1q8ANiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-unn1q8ANiP .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-unn1q8ANiP .container {
    padding: 0 30px;
  }
}
.cid-unn1q8ANiP .row {
  justify-content: center;
}
.cid-unn1q8ANiP .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-unn1q8ANiP .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-unn1q8ANiP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unn1q8ANiP .list-wrapper {
  padding: 20px 0;
}
.cid-unn1q8ANiP .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-unn1q8ANiP .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-unn1q8ANiP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-unn1q8ANiP .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-unn1q8ANiP .mbr-section-title {
  color: #000000;
}
.cid-unn1q8ANiP .mbr-section-subtitle {
  color: #000000;
}
.cid-unn1q8ANiP .list {
  color: #000000;
}
.cid-unn1q8ANiP .list,
.cid-unn1q8ANiP .item-wrap {
  color: #ffffff;
}
.cid-ulpFoCJQvu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-ulpFoCJQvu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .align-right {
    text-align: center;
  }
}
.cid-ulpFoCJQvu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulpFoCJQvu .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-ulpFoCJQvu .foot-menu {
    justify-content: center;
  }
}
.cid-ulpFoCJQvu .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-ulpFoCJQvu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ulpFoCJQvu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-ulpFoCJQvu .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-ulpFoCJQvu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulpFoCJQvu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-ulpFoCJQvu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-ulpFoCJQvu .foot-menu-item {
  color: #ffff;
}
.cid-untXkzrYU0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-untXkzrYU0 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-untXkzrYU0 nav.navbar {
  position: fixed;
}
.cid-untXkzrYU0 .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-untXkzrYU0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-untXkzrYU0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-untXkzrYU0 .dropdown-item:hover,
.cid-untXkzrYU0 .dropdown-item:focus {
  background: #fa3934 !important;
  color: white !important;
}
.cid-untXkzrYU0 .dropdown-item:hover span {
  color: white;
}
.cid-untXkzrYU0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-untXkzrYU0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-untXkzrYU0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-untXkzrYU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-untXkzrYU0 .nav-link {
  position: relative;
}
.cid-untXkzrYU0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-untXkzrYU0 .container {
    flex-wrap: nowrap;
  }
}
.cid-untXkzrYU0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-untXkzrYU0 .dropdown-menu,
.cid-untXkzrYU0 .navbar.opened {
  background: #ffffff !important;
}
.cid-untXkzrYU0 .nav-item:focus,
.cid-untXkzrYU0 .nav-link:focus {
  outline: none;
}
.cid-untXkzrYU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-untXkzrYU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untXkzrYU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-untXkzrYU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-untXkzrYU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untXkzrYU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-untXkzrYU0 .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: #ffffff;
}
.cid-untXkzrYU0 .navbar.opened {
  transition: all 0.3s;
}
.cid-untXkzrYU0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-untXkzrYU0 .navbar .navbar-logo img {
  width: auto;
}
.cid-untXkzrYU0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-untXkzrYU0 .navbar.collapsed {
  justify-content: center;
}
.cid-untXkzrYU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untXkzrYU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-untXkzrYU0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-untXkzrYU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untXkzrYU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untXkzrYU0 .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-untXkzrYU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untXkzrYU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-untXkzrYU0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-untXkzrYU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untXkzrYU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untXkzrYU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untXkzrYU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-untXkzrYU0 .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-untXkzrYU0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-untXkzrYU0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-untXkzrYU0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-untXkzrYU0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-untXkzrYU0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-untXkzrYU0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-untXkzrYU0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-untXkzrYU0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-untXkzrYU0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-untXkzrYU0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-untXkzrYU0 .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-untXkzrYU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-untXkzrYU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untXkzrYU0 .dropdown-item.active,
.cid-untXkzrYU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-untXkzrYU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-untXkzrYU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untXkzrYU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untXkzrYU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-untXkzrYU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untXkzrYU0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untXkzrYU0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-untXkzrYU0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untXkzrYU0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-untXkzrYU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-untXkzrYU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-untXkzrYU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untXkzrYU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-untXkzrYU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-untXkzrYU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untXkzrYU0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-untXkzrYU0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-untXkzrYU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-untXkzrYU0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-untXkzrYU0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-untXkzrYU0 .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-untXkzrYU0 .navbar {
    height: 70px;
  }
  .cid-untXkzrYU0 .navbar.opened {
    height: auto;
  }
  .cid-untXkzrYU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untXkzXPJi {
  background-image: url("../../../assets/images/sugar-mommy.jpg");
}
.cid-untXkzXPJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-untXkzXPJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sugarDaddyUK {
  background-image: url("../../../assets/images/sugar-daddies-uk-1-1280x853.jpg");
}
.cid-sugarDaddyUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-sugarDaddyUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untXkAqgFK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-untXkAqgFK .mbr-section-title {
  text-align: center;
}
.cid-untXkAqgFK .mbr-section-subtitle {
  text-align: center;
}
.cid-untXkAqgFK .mbr-text {
  text-align: center;
}
.cid-untXkCsR78 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-untXkCsR78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untXkCsR78 .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-untXkCsR78 .container {
    padding: 0 30px;
  }
}
.cid-untXkCsR78 .row {
  position: relative;
}
.cid-untXkCsR78 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-untXkCsR78 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-untXkCsR78 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-untXkCsR78 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-untXkCsR78 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-untXkCsR78 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untXkCsR78 .mbr-text {
  color: #212529;
}
.cid-untXkCsR78 .mbr-link,
.cid-untXkCsR78 .mbr-iconfont {
  color: #212529;
}
.cid-untXkBdn7s {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #140b2a;
}
.cid-untXkBdn7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-untXkBdn7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untXkBdn7s .mbr-text,
.cid-untXkBdn7s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-untXkBdn7s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-untXkBdn7s .mbr-section-subtitle {
  text-align: center;
  color: #fa3934;
}
.cid-unu6MZ26h5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unu6MZ26h5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-unu6MZ26h5 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-unu6MZ26h5 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff8a8a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-unu6MZ26h5 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-unu6MZ26h5 .mbr-text {
  color: #3d5943;
}
.cid-untXkC6EnO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-untXkC6EnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-untXkC6EnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untXkC6EnO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-untXkC6EnO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-untXkC6EnO .container {
    padding: 0 24px;
  }
}
.cid-untXkC6EnO .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-untXkC6EnO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-untXkC6EnO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-untXkC6EnO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-untXkC6EnO .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #fafafa;
  border-radius: 40px;
}
.cid-untXkC6EnO .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-untXkC6EnO .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-untXkC6EnO .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-untXkC6EnO .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-untXkC6EnO .mbr-section-subtitle {
  color: #cfcfcf;
  text-align: center;
}
.cid-untXkC6EnO .mbr-section-title,
.cid-untXkC6EnO .buttons-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-unu7Ve2ZJM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unu7Ve2ZJM p {
  margin: 0;
}
.cid-unu7Ve2ZJM ul {
  list-style-type: none;
  padding: 0;
}
.cid-unu7Ve2ZJM .list {
  display: flex;
  flex-direction: column;
}
.cid-unu7Ve2ZJM .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unu7Ve2ZJM .list .list-item {
    flex-direction: column;
  }
}
.cid-unu7Ve2ZJM .mbr-number {
  color: #140b2a;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-unu7Ve2ZJM .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-unu7Ve2ZJM .line {
  width: 2px;
  background-color: #fafafa;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-unu7Ve2ZJM .line {
    width: 100%;
    height: 2px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-unu7Ve2ZJM .mbr-section-title {
  color: #140b2a;
  margin-bottom: 2rem;
}
.cid-untXkCMgBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untXkCMgBF .item-img {
  position: relative;
}
.cid-untXkCMgBF .item-img img {
  transition: all 0.2s;
}
.cid-untXkCMgBF .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-untXkCMgBF .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-untXkCMgBF .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-untXkCMgBF .item:hover img {
  transform: scale(1.05);
}
.cid-untXkCMgBF .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-untXkCMgBF .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-untXkCMgBF .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-untXkCMgBF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-untXkCMgBF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-untXkCMgBF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-untXkCMgBF .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-untXkCMgBF .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-untXkCMgBF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-untXkCMgBF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-untXkCMgBF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-untXkCMgBF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-untXkCMgBF .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-untXkCMgBF .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-untXkCMgBF img,
.cid-untXkCMgBF .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-untXkCMgBF .item:focus,
.cid-untXkCMgBF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-untXkCMgBF .item {
    margin-bottom: 1rem;
  }
}
.cid-untXkCMgBF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-untXkCMgBF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-untXkCMgBF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-untXkCMgBF .mbr-section-subtitle,
.cid-untXkCMgBF .subtitle-wrap,
.cid-untXkCMgBF .mbr-section-btn {
  text-align: left;
}
.cid-untXkCMgBF .mbr-text,
.cid-untXkCMgBF .item .mbr-section-btn {
  color: #ffffff;
}
.cid-untXkDmBd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bf9f71;
}
.cid-untXkDmBd9 .item:focus,
.cid-untXkDmBd9 span:focus {
  outline: none;
}
.cid-untXkDmBd9 .item-wrapper {
  position: relative;
}
.cid-untXkDmBd9 .mbr-section-title {
  margin-bottom: 24px;
  color: #012b3a;
  text-align: center;
}
.cid-untXkDmBd9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-untXkDmBd9 .mbr-text,
.cid-untXkDmBd9 .mbr-section-btn {
  text-align: left;
}
.cid-untXkDmBd9 .item-title {
  text-align: left;
}
.cid-untXkDmBd9 .item-subtitle {
  text-align: left;
}
.cid-untXkDmBd9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 23%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-untXkDmBd9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-untXkDmBd9 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-untXkDmBd9 .embla__slide {
    min-width: 375px;
  }
}
.cid-untXkDmBd9 .embla__button--next,
.cid-untXkDmBd9 .embla__button--prev {
  display: flex;
}
.cid-untXkDmBd9 .embla__button {
  background-color: rgba(17, 17, 17, 0.5);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  transition: all .3s;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-untXkDmBd9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-untXkDmBd9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-untXkDmBd9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-untXkDmBd9 .embla__button:hover {
  background-color: #14142b;
}
.cid-untXkDmBd9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-untXkDmBd9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-untXkDmBd9 .embla {
  position: relative;
  width: 100%;
}
.cid-untXkDmBd9 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-untXkDmBd9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-untXkDmBd9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-untXkDmBd9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-untXkDmBd9 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-untXkDmBd9 .shadow {
  border-radius: 8px;
  box-shadow: none !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 24px;
  background-color: #ffffff;
}
.cid-untXkDmBd9 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: inline;
  padding-right: 10px;
  padding-bottom: 15px;
}
.cid-untXkDmBd9 .card-title {
  color: #000000;
  transition: 0.35s;
  text-align: left;
  font-size: 14px;
}
.cid-untXkDmBd9 .card-text {
  color: #000000;
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
}
.cid-untXkDmBd9 .margin {
  margin-right: 14px;
}
.cid-untXkDmBd9 .article {
  display: contents;
}
.cid-untXkDmBd9 .link-row {
  align-items: center;
}
.cid-untXkDmBd9 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
  display: inline;
}
.cid-untXkDmBd9 .iconfont-wrapper .mbr-iconfont:before {
  font-size: 16px;
}
.cid-untXkDmBd9 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-untXkDmBd9 .btn {
  margin-top: 20px;
}
.cid-untXkDmBd9 a.btn > span {
  margin-left: 0.5rem;
}
.cid-untXkDmBd9 img {
  border-radius: 50%;
  width: 44px;
  height: auto;
}
.cid-untXkDmBd9 .card-title1 {
  display: inline;
  font-size: 12px;
  color: #8b8d8d;
}
.cid-untXkDmBd9 .top {
  display: flex;
  align-items: center;
}
.cid-untXkDmBd9 .mbr-iconfont:before {
  font-size: 34px;
}
.cid-untXkDmBd9 .mbr-iconfont {
  width: auto;
  display: inline-flex;
  padding: 0;
  padding-right: 10px;
}
.cid-untXkDmBd9 .small-header {
  font-size: 12px;
  color: #8b8d8d;
}
.cid-untXkDmBd9 .mbr-text {
  font-size: 14px;
}
.cid-untXkDmBd9 .fl {
  display: flex;
  align-items: flex-start;
}
.cid-untXkDmBd9 .iconfont-wrapper .mbr-iconfont {
  padding-right: 0px;
}
.cid-untXkDmBd9 button .mbr-iconfont:before {
  font-size: 16px;
}
.cid-untXkDmBd9 button .mbr-iconfont {
  padding-right: 2px;
}
.cid-untXkDmBd9 a:hover {
  text-decoration: underline;
}
.cid-untXkDmBd9 .mbr-text a {
  color: #1c91ff !important;
}
.cid-untXkDmBd9 a {
  transition: all .3s;
}
.cid-untXkDmBd9 .mbr-text a:hover {
  color: #1c91ff !important;
}
@media (max-width: 576px) {
  .cid-untXkDmBd9 .embla__slide {
    min-width: 100%;
  }
}
.cid-untXkERaAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-untXkERaAQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-untXkERaAQ .panel-title {
  display: flex;
  align-items: center;
}
.cid-untXkERaAQ .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-untXkERaAQ .panel-body,
.cid-untXkERaAQ .card-header {
  padding: 1rem 0;
}
.cid-untXkERaAQ .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-untXkERaAQ .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-untXkERaAQ .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-untXkERaAQ .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-untXkERaAQ .section-head {
  margin-bottom: 56px;
}
.cid-untXkERaAQ .card {
  margin-bottom: 32px;
}
.cid-untXkERaAQ H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-untXkERaAQ .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-untXkERaAQ .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-untXkFhkZx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #140b2a;
}
.cid-untXkFhkZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-untXkFhkZx .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-untXkFhkZx .container {
    padding: 0 30px;
  }
}
.cid-untXkFhkZx .row {
  justify-content: center;
}
.cid-untXkFhkZx .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-untXkFhkZx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-untXkFhkZx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-untXkFhkZx .list-wrapper {
  padding: 20px 0;
}
.cid-untXkFhkZx .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-untXkFhkZx .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-untXkFhkZx .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-untXkFhkZx .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-untXkFhkZx .mbr-section-title {
  color: #000000;
}
.cid-untXkFhkZx .mbr-section-subtitle {
  color: #000000;
}
.cid-untXkFhkZx .list {
  color: #000000;
}
.cid-untXkFhkZx .list,
.cid-untXkFhkZx .item-wrap {
  color: #ffffff;
}
.cid-untXkFKfuU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #140b2a;
}
.cid-untXkFKfuU .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-untXkFKfuU .align-right {
    text-align: center;
  }
}
.cid-untXkFKfuU .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-untXkFKfuU .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-untXkFKfuU .foot-menu {
    justify-content: center;
  }
}
.cid-untXkFKfuU .soc-item {
  background: #eff0ff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-untXkFKfuU .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-untXkFKfuU .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fa3934;
}
.cid-untXkFKfuU .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-untXkFKfuU .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-untXkFKfuU .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-untXkFKfuU .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-untXkFKfuU .foot-menu-item {
  color: #ffff;
}
