body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.43rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
form .display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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.744rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.401rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((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: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #8811c5 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #49036d !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8811c5 !important;
  border-color: #8811c5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #510a75 !important;
  border-color: #510a75 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #49036d !important;
  border-color: #49036d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #100119 !important;
  border-color: #100119 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #8811c5;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8811c5 !important;
  border-color: #8811c5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #49036d;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #49036d !important;
  border-color: #49036d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8811c5 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #49036d !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #470967 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #07000a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c1c1c1 !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;
}
.nav-tabs .nav-link.active {
  color: #8811c5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #49036d;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8811c5;
  border-color: #8811c5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8811c5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c264f2;
}
.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: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9c06e9;
}
.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: 'Poppins', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #8811c5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8625rem;
}
blockquote {
  border-color: #8811c5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: none;
}
.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: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8811c5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8811c5;
}
.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: #8811c5;
  border-bottom-color: #8811c5;
}
.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: #8811c5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%238811c5' %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-u5kK2lcmtc {
  z-index: 1000;
  width: 100%;
}
.cid-u5kK2lcmtc nav.navbar {
  position: fixed;
}
.cid-u5kK2lcmtc .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-u5kK2lcmtc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5kK2lcmtc .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u5kK2lcmtc .dropdown-item:hover,
.cid-u5kK2lcmtc .dropdown-item:focus {
  background: rgba(158, 158, 158, 0.5) !important;
  color: white !important;
}
.cid-u5kK2lcmtc .dropdown-item:hover span {
  color: white;
}
.cid-u5kK2lcmtc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5kK2lcmtc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5kK2lcmtc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u5kK2lcmtc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5kK2lcmtc .nav-link {
  position: relative;
}
.cid-u5kK2lcmtc .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u5kK2lcmtc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u5kK2lcmtc .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u5kK2lcmtc .iconfont-wrapper:hover .mbr-iconfont {
  color: #8811c5;
}
.cid-u5kK2lcmtc .dropdown-menu,
.cid-u5kK2lcmtc .navbar.opened {
  background: #49036d !important;
}
.cid-u5kK2lcmtc .nav-item:focus,
.cid-u5kK2lcmtc .nav-link:focus {
  outline: none;
}
.cid-u5kK2lcmtc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5kK2lcmtc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5kK2lcmtc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5kK2lcmtc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5kK2lcmtc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5kK2lcmtc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5kK2lcmtc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #49036d;
  padding: 0 !important;
}
.cid-u5kK2lcmtc .navbar.opened {
  transition: all 0.3s;
}
.cid-u5kK2lcmtc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5kK2lcmtc .navbar .navbar-logo img {
  width: auto;
}
.cid-u5kK2lcmtc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5kK2lcmtc .navbar.collapsed {
  justify-content: center;
}
.cid-u5kK2lcmtc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5kK2lcmtc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5kK2lcmtc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5kK2lcmtc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5kK2lcmtc .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-u5kK2lcmtc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5kK2lcmtc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5kK2lcmtc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5kK2lcmtc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5kK2lcmtc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5kK2lcmtc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5kK2lcmtc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5kK2lcmtc .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-u5kK2lcmtc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5kK2lcmtc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5kK2lcmtc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5kK2lcmtc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5kK2lcmtc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5kK2lcmtc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u5kK2lcmtc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5kK2lcmtc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5kK2lcmtc .dropdown-item.active,
.cid-u5kK2lcmtc .dropdown-item:active {
  background-color: transparent;
}
.cid-u5kK2lcmtc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5kK2lcmtc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5kK2lcmtc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5kK2lcmtc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #49036d;
}
.cid-u5kK2lcmtc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5kK2lcmtc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5kK2lcmtc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5kK2lcmtc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5kK2lcmtc button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5kK2lcmtc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5kK2lcmtc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5kK2lcmtc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5kK2lcmtc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5kK2lcmtc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5kK2lcmtc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5kK2lcmtc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5kK2lcmtc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5kK2lcmtc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5kK2lcmtc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5kK2lcmtc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5kK2lcmtc .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-u5kK2lcmtc .navbar {
    height: 70px;
  }
  .cid-u5kK2lcmtc .navbar.opened {
    height: auto;
  }
  .cid-u5kK2lcmtc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5kK2lcmtc .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u5kK2lcmtc .navbar-toggler {
  margin-left: 10px;
}
.cid-u5kK2lcmtc .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-u5kK2lcmtc .navbar-logo {
  margin-right: 0 !important;
}
.cid-u5kK2lcmtc .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-u5kK2lcmtc .mbr-text {
    display: none;
  }
}
.cid-u5kK2lcmtc .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u5kK2lcmtc .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u5kK2lcmtc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-unQ3JuSgC3 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-unQ3JuSgC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unQ3JuSgC3 .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-unQ3JuSgC3 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-unQ3JuSgC3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-unQ3JuSgC3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unQ3JuSgC3 .media-content,
.cid-unQ3JuSgC3 .mbr-figure {
  align-self: center;
}
.cid-unQ3JuSgC3 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-unQ3JuSgC3 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-unQ3JuSgC3 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-unPZlumOZq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #49036d;
}
.cid-unPZlumOZq .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-unPZlumOZq .card-box {
  width: 100%;
}
.cid-unPZlumOZq .card-img {
  padding: 1rem;
  border: 2px solid #f7e4d6;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-unPZlumOZq .card-img span {
  color: #f23801;
  font-size: 3.2rem;
}
.cid-unPZlumOZq p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-unPZlumOZq .card {
    margin-bottom: 2rem;
  }
}
.cid-unPZlumOZq .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-unPZlumOZq .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-unPZlumOZq .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-unPZlumOZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPZlumOZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPZlumOZq .card-title,
.cid-unPZlumOZq .card-img {
  color: #ffffff;
}
.cid-unPZlumOZq .mbr-text {
  color: #ffffff;
}
.cid-sKPlHMCJw5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
@media (min-width: 1500px) {
  .cid-sKPlHMCJw5 .container {
    max-width: 1400px;
  }
}
.cid-sKPlHMCJw5 .mbr-iconfont {
  font-size: 2rem;
  color: #8811c5;
}
.cid-sKPlHMCJw5 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #8811c5;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.cid-sKPlHMCJw5 .row {
  justify-content: center;
}
.cid-sKPlHMCJw5 .card {
  margin-bottom: 3rem;
}
.cid-sKPlHMCJw5 .card-title {
  margin-top: 1rem;
}
.cid-sKPlHMCJw5 .card-text {
  margin-top: 0.6875rem;
}
.cid-sKPlHMCJw5 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sKPlHMCJw5 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sKPlHMCJw5 .mbr-section-title b:last-child,
.cid-sKPlHMCJw5 .mbr-section-title strong:last-child {
  color: #29abe2;
}
.cid-sKPlHMCJw5 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sKPlHMCJw5 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-u4yupkErwB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
}
.cid-u4yupkErwB .mbr-text,
.cid-u4yupkErwB .mbr-section-btn {
  color: #1d2c35;
}
.cid-u4yupkErwB .card-title,
.cid-u4yupkErwB .card-box {
  color: #1d2c35;
}
.cid-u4yupkErwB .mbr-text,
.cid-u4yupkErwB .link-wrap {
  color: #1d2c35;
}
.cid-u4yqMKGAKn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4yqMKGAKn img {
  width: 120px;
  margin: auto;
}
.cid-u4yqMKGAKn .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4yqMKGAKn .card img {
  margin: 0;
  transition: 0.4s;
  transform: translateY(-100%);
}
.cid-u4yqMKGAKn .card:hover img {
  transform: translateY(0);
}
.cid-u4yqMKGAKn .card:hover .img-sec {
  transform: translateY(100%);
}
.cid-u4yqMKGAKn .img-sec {
  position: absolute;
  transform: translateY(-100%);
}
.is-builder .cid-u4yqMKGAKn img {
  pointer-events: none;
}
.cid-u4yqMKGAKn .features-image {
  margin-bottom: 50px;
}
.cid-sTPKsD7jO2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edeff0;
}
.cid-sTPKsD7jO2 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sTPKsD7jO2 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sTPKsD7jO2 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.cid-sTPKsD7jO2 .mbr-text {
  line-height: 1.5;
  font-weight: 300;
}
.cid-sTPKsD7jO2 .mbr-iconfont {
  color: #181818;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-sTPKsD7jO2 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sTPKsD7jO2 .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTPKsD7jO2 .d-flex {
    flex-direction: column;
  }
}
.cid-sLdr4UX64E {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edeff0;
}
.cid-sLdr4UX64E .mbr-text,
.cid-sLdr4UX64E .mbr-section-btn {
  color: #1d2c35;
}
.cid-sLdr4UX64E .card-title,
.cid-sLdr4UX64E .card-box {
  color: #1d2c35;
}
.cid-sLdr4UX64E .mbr-text,
.cid-sLdr4UX64E .link-wrap {
  color: #1d2c35;
}
.cid-unPT1h4Yre {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unPT1h4Yre .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPT1h4Yre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPT1h4Yre .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-unPT1h4Yre .item {
    margin-bottom: 4rem;
  }
}
.cid-unPT1h4Yre .item:last-child .icon-box:before {
  display: none;
}
.cid-unPT1h4Yre .item.last .icon-box:before {
  display: none;
}
.cid-unPT1h4Yre .icon-box {
  background: #49036d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-unPT1h4Yre .icon-box {
    margin-right: 1rem;
  }
}
.cid-unPT1h4Yre .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 42px;
  left: 50%;
  top: 139%;
  color: #49036d;
  transform: translate(-50%, 0);
}
.cid-unPT1h4Yre span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-unPT1h4Yre .card {
    margin-bottom: 2rem;
  }
  .cid-unPT1h4Yre .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unPT1h4Yre .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-unPT1h4Yre .icon-box::before {
    top: 114%;
  }
}
.cid-unPWgEGa2k {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unPWgEGa2k .mbr-text,
.cid-unPWgEGa2k .mbr-section-btn {
  color: #1d2c35;
}
.cid-unPWgEGa2k .card-title,
.cid-unPWgEGa2k .card-box {
  color: #1d2c35;
}
.cid-unPWgEGa2k .mbr-text,
.cid-unPWgEGa2k .link-wrap {
  color: #1d2c35;
}
.cid-sLukMF6yXz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-792x446.webp");
}
.cid-sLukMF6yXz .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sLukMF6yXz .head_wrap:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-sLukMF6yXz .mbr-text,
.cid-sLukMF6yXz .mbr-section-btn {
  text-align: center;
}
.cid-sLukMF6yXz .mbr-section-title,
.cid-sLukMF6yXz .wrap {
  text-align: center;
}
.cid-sMUganvLdw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMUganvLdw img {
  width: 120px;
  margin: auto;
}
.cid-sMUganvLdw .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sMUganvLdw .card img {
  margin: 0;
  transition: 0.4s;
  transform: translateY(-100%);
}
.cid-sMUganvLdw .card:hover img {
  transform: translateY(0);
}
.cid-sMUganvLdw .card:hover .img-sec {
  transform: translateY(100%);
}
.cid-sMUganvLdw .img-sec {
  position: absolute;
  transform: translateY(-100%);
}
.is-builder .cid-sMUganvLdw img {
  pointer-events: none;
}
.cid-sMUganvLdw .features-image {
  margin-bottom: 50px;
}
.cid-sMUganvLdw .mbr-section-title {
  color: #8811c5;
}
.cid-sTPCLMWq89 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTPCLMWq89 .contents {
  margin-bottom: 70px;
}
.cid-sTPCLMWq89 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sTPCLMWq89 .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 1.71;
  font-size: 13px;
}
.cid-sTPCLMWq89 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-sTPCLMWq89 .contents .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sTPCLMWq89 .contents .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sTPCLMWq89 .contents .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sTPCLMWq89 .card {
  margin-bottom: 2rem;
}
.cid-sTPCLMWq89 .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #49036d;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-sTPCLMWq89 .card-block.display-7 {
  font-size: 16px;
  line-height: 1.625;
}
.cid-sTPCLMWq89 .card-block:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #49036d;
  border-right: 15px solid transparent;
}
.cid-sTPCLMWq89 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-sTPCLMWq89 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sTPCLMWq89 .name-wrap {
  display: inline-block;
}
.cid-sTPCLMWq89 .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-sTPCLMWq89 .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-sTPCLMWq89 .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-sTPCLMWq89 .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
  text-align: center;
}
.cid-sTPCLMWq89 .mbr-section-title,
.cid-sTPCLMWq89 .title div {
  color: #232323;
  text-align: center;
}
.cid-sTPCLMWq89 .contents .mbr-subtitle {
  color: #29abe2;
}
.cid-sTPCLMWq89 .card-block P {
  color: #ffffff;
}
.cid-sKTNIWSodP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-sKTNIWSodP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #8811c5;
  margin-left: 1rem;
}
.cid-sKTNIWSodP .panel-group {
  border: none;
}
.cid-sKTNIWSodP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKTNIWSodP .panel-body {
  padding: 1rem 2rem;
}
.cid-sKTNIWSodP .header-wrapper {
  position: relative;
}
.cid-sKTNIWSodP .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sKTNIWSodP span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sKTNIWSodP .card {
  overflow: visible;
}
.cid-sKTNIWSodP .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sKTNIWSodP .card:hover .hover-bg {
  background: #bbbbbb;
  right: -8px;
  top: 8px;
}
.cid-sKTNIWSodP .card:hover span {
  transform: rotate(-90deg);
}
.cid-sKTNIWSodP .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sKTNIWSodP .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sKTNIWSodP .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sKTNIWSodP H4 {
  color: #777d74;
}
.cid-sKTNIWSodP .panel-title-edit {
  color: #1c1c25;
}
.cid-unPXKTzJqA {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-unPXKTzJqA .mbr-text,
.cid-unPXKTzJqA .mbr-section-btn {
  color: #1d2c35;
}
.cid-unPXKTzJqA .card-title,
.cid-unPXKTzJqA .card-box {
  color: #1d2c35;
}
.cid-unPXKTzJqA .mbr-text,
.cid-unPXKTzJqA .link-wrap {
  color: #1d2c35;
}
.cid-u5kuttrJX1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5kuttrJX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kuttrJX1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u5kuttrJX1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5kuttrJX1 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u5kuttrJX1 a {
  font-weight: 600;
}
.cid-u5kuttrJX1 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u5kuttrJX1 .col-lg-3,
  .cid-u5kuttrJX1 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u5kuttrJX1 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u5kuttrJX1 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u5kuttrJX1 h5 {
  margin: 0;
}
.cid-u5kuttrJX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5kuttrJX1 .iconfont-wrapper {
  position: relative;
}
.cid-u5kuttrJX1 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-u5kuttrJX1 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u5kuttrJX1 .sociconfont-wrapper {
  display: flex;
}
.cid-u5kuttrJX1 .card-title,
.cid-u5kuttrJX1 .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u5kuttrJX1 .card-text {
  color: #9e9e9e;
}
.cid-u5kuttrJX1 .mbr-section-title {
  color: #000000;
}
.cid-u5kuttrJX1 .main-title,
.cid-u5kuttrJX1 .iconfont-wrapper {
  text-align: left;
}
