.btn{
  border-width: 2px;
}
.video-wrapper{
  overflow: hidden;
}
body{
  font-family: Manrope;
}
.display-1{
  font-family: 'Manrope', sans-serif;
  font-size: 8.5rem;
  line-height: 0.95;
}
.display-1 > .mbr-iconfont{
  font-size: 10.625rem;
}
.display-2{
  font-family: 'Manrope', sans-serif;
  font-size: 4.95rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont{
  font-size: 6.1875rem;
}
.display-4{
  font-family: 'Manrope', sans-serif;
  font-size: 1.33rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont{
  font-size: 1.6625rem;
}
.display-5{
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont{
  font-size: 3.125rem;
}
.display-7{
  font-family: 'Manrope', sans-serif;
  font-size: 1.55rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont{
  font-size: 1.9375rem;
}
@media (max-width: 992px){
  .display-1 {
    font-size: 6.8rem;
  }
}
@media (max-width: 768px){
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.96rem;
    font-size: calc( 2.3825rem + (4.95 - 2.3825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.3825rem + (4.95 - 2.3825) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px){
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.96rem;
    font-size: calc( 2.3825rem + (4.95 - 2.3825) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.3825rem + (4.95 - 2.3825) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn{
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px){
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm{
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md{
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg{
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary{
  background-color: #8e73fe !important;
}
.bg-success{
  background-color: #e5e5e5 !important;
}
.bg-info{
  background-color: #ffffff !important;
}
.bg-warning{
  background-color: #ef9a51 !important;
}
.bg-danger{
  background-color: #d92a2e !important;
}
.btn-primary,
.btn-primary:active{
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active{
  color: inherit;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled{
  color: #ffffff !important;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
}
.btn-secondary,
.btn-secondary:active{
  background-color: #efef51 !important;
  border-color: #efef51 !important;
  color: #3c3c05 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active{
  color: inherit;
  background-color: #f3f380 !important;
  border-color: #f3f380 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled{
  color: #3c3c05 !important;
  background-color: #f3f380 !important;
  border-color: #f3f380 !important;
}
.btn-info,
.btn-info:active{
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active{
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled{
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active{
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active{
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled{
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active{
  background-color: #ef9a51 !important;
  border-color: #ef9a51 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active{
  color: inherit;
  background-color: #f3b580 !important;
  border-color: #f3b580 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled{
  color: #ffffff !important;
  background-color: #f3b580 !important;
  border-color: #f3b580 !important;
}
.btn-danger,
.btn-danger:active{
  background-color: #d92a2e !important;
  border-color: #d92a2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active{
  color: inherit;
  background-color: #e15558 !important;
  border-color: #e15558 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled{
  color: #ffffff !important;
  background-color: #e15558 !important;
  border-color: #e15558 !important;
}
.btn-white,
.btn-white:active{
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active{
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled{
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active{
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active{
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled{
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active{
  background-color: transparent !important;
  border-color: #8e73fe;
  color: #8e73fe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active{
  color: #491dfd !important;
  background-color: transparent !important;
  border-color: #491dfd !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled{
  color: #ffffff !important;
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active{
  background-color: transparent !important;
  border-color: #efef51;
  color: #efef51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active{
  color: #d6d614 !important;
  background-color: transparent !important;
  border-color: #d6d614 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled{
  color: #3c3c05 !important;
  background-color: #efef51 !important;
  border-color: #efef51 !important;
}
.btn-info-outline,
.btn-info-outline:active{
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active{
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled{
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active{
  background-color: transparent !important;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active{
  color: #bababa !important;
  background-color: transparent !important;
  border-color: #bababa !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled{
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active{
  background-color: transparent !important;
  border-color: #ef9a51;
  color: #ef9a51;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active{
  color: #d66d14 !important;
  background-color: transparent !important;
  border-color: #d66d14 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled{
  color: #ffffff !important;
  background-color: #ef9a51 !important;
  border-color: #ef9a51 !important;
}
.btn-danger-outline,
.btn-danger-outline:active{
  background-color: transparent !important;
  border-color: #d92a2e;
  color: #d92a2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active{
  color: #921a1d !important;
  background-color: transparent !important;
  border-color: #921a1d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled{
  color: #ffffff !important;
  background-color: #d92a2e !important;
  border-color: #d92a2e !important;
}
.btn-black-outline,
.btn-black-outline:active{
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active{
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled{
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active{
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active{
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled{
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary{
  color: #8e73fe !important;
}
.text-secondary{
  color: #efef51 !important;
}
.text-success{
  color: #e5e5e5 !important;
}
.text-info{
  color: #ffffff !important;
}
.text-warning{
  color: #ef9a51 !important;
}
.text-danger{
  color: #d92a2e !important;
}
.text-white{
  color: #fafafa !important;
}
.text-black{
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active{
  color: #3c0efd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active{
  color: #c8c812 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active{
  color: #b2b2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active{
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active{
  color: #c86612 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active{
  color: #85181a !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: #8e73fe;
}
.nav-tabs .nav-link:not(.active){
  color: #232323;
}
.alert-success{
  background-color: #70c770;
}
.alert-info{
  background-color: #ffffff;
}
.alert-warning{
  background-color: #ef9a51;
}
.alert-danger{
  background-color: #d92a2e;
}
.mbr-section-btn .btn:not(.btn-form){
  border-radius: 100px;
}
.mbr-gallery-filter li a{
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn{
  background-color: #8e73fe;
  border-color: #8e73fe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus{
  box-shadow: none;
}
.nav-tabs .nav-link{
  border-radius: 100px !important;
}
a,
a:hover{
  color: #8e73fe;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc{
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc{
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc{
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc{
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc{
  color: #f8d7d8;
}
.scrollToTop_wraper{
  display: none;
}
.form-control{
  font-family: 'Manrope', sans-serif;
  font-size: 1.33rem;
  line-height: 1.55;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont{
  font-size: 1.6625rem;
}
.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: #8e73fe !important;
}
.form-control:-webkit-input-placeholder{
  font-family: 'Manrope', sans-serif;
  font-size: 1.33rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont{
  font-size: 1.6625rem;
}
blockquote{
  border-color: #8e73fe;
}
.mbr-form .input-group-btn .btn{
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"]{
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected{
  background-color: #8e73fe;
  color: #ffffff;
}
.jq-number__spin{
  transition: 0.25s ease;
}
.jq-number__spin:hover{
  border-color: #8e73fe;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after{
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after{
  border-top-color: #8e73fe;
  border-bottom-color: #8e73fe;
}
.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: #8e73fe !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: #efef51 !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='%238e73fe' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after{
  opacity: 0.5;
}
body{
  overflow-x: hidden;
}
a{
  transition: color 0.6s;
}
.mbr-section-btn{
  width: 100%;
}
.mbr-section-btn .btn{
  padding: 16px 30px;
  border-radius: 3rem !important;
  font-weight: 400 !important;
  padding: 30px;
  width: 100%;
}
@media (max-width: 992px){
  .mbr-section-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 992px){
  .mbr-section-btn .btn {
    padding: 22px;
  }
}
.logo-wrap{
  border-radius: 3rem !important;
}
.item-tag{
  border-radius: 3rem !important;
}
.iconfont-wrap .mbr-iconfont{
  border-radius: 8px;
}
.nav-link{
  border-radius: 3rem !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.items-wrapper,
.form-wrapper{
  border-radius: 40px !important;
}
@media (max-width: 992px){
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .items-wrapper,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.image-avatar{
  border-radius: 30px !important;
}
.item-wrapper::after,
.item-wrapper::before{
  border-radius: 40px !important;
}
@media (max-width: 992px){
  .item-wrapper::after,
  .item-wrapper::before {
    border-radius: 30px !important;
  }
}
.card-wrap::after,
.card-wrap::before{
  border-radius: 40px !important;
}
@media (max-width: 992px){
  .card-wrap::after,
  .card-wrap::before {
    border-radius: 30px !important;
  }
}
.form-wrapper::after,
.form-wrapper::before{
  border-radius: 40px !important;
}
@media (max-width: 992px){
  .form-wrapper::after,
  .form-wrapper::before {
    border-radius: 30px !important;
  }
}
.cid-uFIylbKuGd .navbar-dropdown{
  position: relative !important;
}
.cid-uFIylbKuGd .container-fluid{
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px){
  .cid-uFIylbKuGd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFIylbKuGd .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-uFIylbKuGd .dropdown-menu{
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uFIylbKuGd .dropdown-item{
  border-bottom: 1px solid #63635d;
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uFIylbKuGd .dropdown-item:hover,
.cid-uFIylbKuGd .dropdown-item:focus{
  background: #efef51 !important;
  color: #63635d !important;
}
.cid-uFIylbKuGd .dropdown-item:hover span{
  color: white;
}
.cid-uFIylbKuGd .dropdown-item:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFIylbKuGd .dropdown-item:last-child{
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFIylbKuGd .nav-dropdown .link{
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFIylbKuGd .nav-dropdown .link.dropdown-toggle::after{
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFIylbKuGd .nav-link{
  position: relative;
}
.cid-uFIylbKuGd .container{
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px){
  .cid-uFIylbKuGd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFIylbKuGd .iconfont-wrapper{
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFIylbKuGd .iconfont-wrapper:hover{
  color: #ffffff !important;
}
.cid-uFIylbKuGd .dropdown-menu,
.cid-uFIylbKuGd .navbar.opened{
  background: #efef51 !important;
}
.cid-uFIylbKuGd .nav-item:focus,
.cid-uFIylbKuGd .nav-link:focus{
  outline: none;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item{
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item::after{
  right: 1.6rem;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont{
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFIylbKuGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before{
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFIylbKuGd .collapsed .dropdown-menu .dropdown-item:before{
  display: none;
}
.cid-uFIylbKuGd .collapsed .dropdown .dropdown-menu .dropdown-item{
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFIylbKuGd .navbar{
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efef51;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFIylbKuGd .navbar.opened{
  transition: all 0.3s;
}
.cid-uFIylbKuGd .navbar .dropdown-item{
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 30px;
}
.cid-uFIylbKuGd .navbar .navbar-logo img{
  width: auto;
  border-radius: 6px !important;
}
.cid-uFIylbKuGd .navbar .navbar-collapse{
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFIylbKuGd .navbar.collapsed{
  justify-content: center;
}
.cid-uFIylbKuGd .navbar.collapsed .nav-item .nav-link::before{
  display: none;
}
.cid-uFIylbKuGd .navbar.collapsed.opened .dropdown-menu{
  top: 0;
}
@media (min-width: 992px){
  .cid-uFIylbKuGd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uFIylbKuGd .navbar.collapsed .dropdown-menu .dropdown-submenu{
  left: 0 !important;
}
.cid-uFIylbKuGd .navbar.collapsed .dropdown-menu .dropdown-item:after{
  right: auto;
}
.cid-uFIylbKuGd .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-uFIylbKuGd .navbar.collapsed ul.navbar-nav li{
  margin: auto;
}
.cid-uFIylbKuGd .navbar.collapsed .dropdown-menu .dropdown-item{
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFIylbKuGd .navbar.collapsed .icons-menu{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px){
  .cid-uFIylbKuGd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFIylbKuGd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFIylbKuGd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFIylbKuGd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFIylbKuGd .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-uFIylbKuGd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFIylbKuGd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFIylbKuGd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFIylbKuGd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFIylbKuGd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFIylbKuGd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFIylbKuGd .navbar.navbar-short{
  min-height: 96px;
}
.cid-uFIylbKuGd .navbar.navbar-short .navbar-brand{
  min-height: 96px;
}
.cid-uFIylbKuGd .navbar-brand{
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFIylbKuGd .navbar-brand .navbar-caption{
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFIylbKuGd .navbar-brand .navbar-caption:hover,
.cid-uFIylbKuGd .navbar-brand .navbar-caption:focus{
  color: #2c2c26 !important;
}
.cid-uFIylbKuGd .navbar-brand .navbar-logo a{
  outline: none;
}
.cid-uFIylbKuGd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFIylbKuGd .navbar.opened .navbar-brand .navbar-caption:focus{
  color: #ffffff !important;
}
.cid-uFIylbKuGd .dropdown-item.active,
.cid-uFIylbKuGd .dropdown-item:active{
  background-color: transparent;
}
.cid-uFIylbKuGd .navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.cid-uFIylbKuGd .nav-dropdown .link.dropdown-toggle{
  margin-right: 1.667em;
}
.cid-uFIylbKuGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]{
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFIylbKuGd .navbar.navbar-expand-lg .dropdown .dropdown-menu{
  background: #efef51;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px){
  .cid-uFIylbKuGd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFIylbKuGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu{
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFIylbKuGd .navbar .dropdown.open > .dropdown-menu{
  display: block;
}
.cid-uFIylbKuGd ul.navbar-nav{
  flex-wrap: wrap;
}
@media (min-width: 991px){
  .cid-uFIylbKuGd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFIylbKuGd .navbar-buttons{
  text-align: center;
  width: auto;
}
.cid-uFIylbKuGd .navbar-buttons .btn{
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uFIylbKuGd .navbar-buttons .btn .mbr-iconfont{
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px){
  .cid-uFIylbKuGd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFIylbKuGd button.navbar-toggler{
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #efef51 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span{
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(1){
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(2){
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(3){
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFIylbKuGd button.navbar-toggler .hamburger span:nth-child(4){
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(1){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(2){
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(3){
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFIylbKuGd nav.opened .hamburger span:nth-child(4){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIylbKuGd .navbar-dropdown{
  padding: 0 1rem;
}
.cid-uFIylbKuGd a.nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFIylbKuGd .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-uFIylbKuGd .navbar {
    height: 70px;
  }
  .cid-uFIylbKuGd .navbar.opened {
    height: auto;
  }
  .cid-uFIylbKuGd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFIylbKuGd .navbar-nav{
  margin: 0 auto;
}
.cid-uFIylbKuGd .nav-item{
  padding: 0;
  margin: 0;
}
.cid-uFIylbKuGd .nav-item .nav-link{
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
  color: #63635d;
}
.cid-uFIylbKuGd .nav-item .nav-link::after{
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFIylbKuGd .nav-item .nav-link:hover{
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uFIylbKuGd .nav-item .nav-link.show::after{
  transform: rotate(180deg);
}
.cid-uFIylbKuGd .nav-item .dropdown-menu{
  background-color: transparent !important;
}
.cid-uFIylbKuGd .nav-item .dropdown-menu:hover{
  background-color: transparent !important;
}
.cid-uFIylbKuGd .nav-item .dropdown-menu .dropdown-item{
  color: #63635d !important;
}
.cid-uFIylbKuGd .nav-item .dropdown-menu .dropdown-item:hover{
  color: #63635d !important;
}
@media (max-width: 991px){
  .cid-uFIylbKuGd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFIylbKuGd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFIylbKuGd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFIylbKuGd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFIylbKuGd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFIylbKuGd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFIylbKuGd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFIylbKuGd .content-wrap{
  min-height: 110px;
}
.cid-uFIylEWMe7{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIylEWMe7 .mbr-fallback-image.disabled{
  display: none;
}
.cid-uFIylEWMe7 .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIylEWMe7 .row{
  margin: 0 -8px;
}
.cid-uFIylEWMe7 .row .card{
  padding: 0 8px;
}
.cid-uFIylEWMe7 .card-wrapper{
  padding: 75px 64px;
  background-color: #efef51;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px){
  .cid-uFIylEWMe7 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIylEWMe7 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap{
  width: 100%;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .mbr-section-title{
  margin-bottom: 42px;
}
@media (max-width: 992px){
  .cid-uFIylEWMe7 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .text-wrapper .mbr-text{
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px){
  .cid-uFIylEWMe7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap{
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img{
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc{
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uFIylEWMe7 .card-wrapper .card-wrap .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-uFIylEWMe7 .image-wrapper{
  height: 100%;
}
.cid-uFIylEWMe7 .image-wrapper img{
  height: 100%;
  object-fit: cover;
}
.cid-uFIylEWMe7 .mbr-section-title{
  color: #2c2c26;
  text-align: center;
}
.cid-uFIylEWMe7 .mbr-text,
.cid-uFIylEWMe7 .text-wrapper{
  color: #63635d;
  text-align: center;
}
.cid-uFIylEWMe7 .logo-wrapper,
.cid-uFIylEWMe7 .mbr-desc{
  text-align: center;
}
.cid-uFIylEWMe7 .mbr-desc{
  color: #63635d;
}
.cid-uFIyoPaWPE{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIyoPaWPE .mbr-fallback-image.disabled{
  display: none;
}
.cid-uFIyoPaWPE .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIyoPaWPE .row{
  margin: 0 -8px;
}
.cid-uFIyoPaWPE .row .card{
  padding: 0 8px;
}
.cid-uFIyoPaWPE .card-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px){
  .cid-uFIyoPaWPE .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIyoPaWPE .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uFIyoPaWPE .card-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-uFIyoPaWPE .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIyoPaWPE .card-wrapper .card-wrap .text-wrapper .mbr-text{
  margin-bottom: 24px;
}
.cid-uFIyoPaWPE .card-wrapper .card-wrap .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-uFIyoPaWPE .image-wrapper{
  height: 100%;
}
.cid-uFIyoPaWPE .image-wrapper img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-uFIyoPaWPE .image-wrapper img {
    height: 300px;
  }
}
.cid-uFIyoPaWPE .mbr-section-title{
  color: #2c2c26;
}
.cid-uFIyoPaWPE .mbr-text,
.cid-uFIyoPaWPE .text-wrapper{
  color: #63635d;
}
.cid-uFIymwHYLW{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIymwHYLW .mbr-fallback-image.disabled{
  display: none;
}
.cid-uFIymwHYLW .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIymwHYLW .title-wrapper .mbr-section-title{
  margin-bottom: 100px;
}
@media (max-width: 992px){
  .cid-uFIymwHYLW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIymwHYLW .items-wrapper{
  margin: 0 -8px;
}
.cid-uFIymwHYLW .items-wrapper .item{
  padding: 0 8px;
}
.cid-uFIymwHYLW .items-wrapper .item:nth-child(3n + 2){
  transform: translateY(0);
}
@media (max-width: 992px){
  .cid-uFIymwHYLW .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uFIymwHYLW .item{
  transform: translateY(-8rem);
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px){
  .cid-uFIymwHYLW .item {
    transform: none;
    margin-bottom: 12px;
  }
}
.cid-uFIymwHYLW .item .item-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px){
  .cid-uFIymwHYLW .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIymwHYLW .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uFIymwHYLW .item .item-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uFIymwHYLW .item .item-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uFIymwHYLW .item .item-wrapper .iconfont-wrap{
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
@media (max-width: 992px){
  .cid-uFIymwHYLW .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFIymwHYLW .item .item-wrapper .iconfont-wrap .mbr-iconfont{
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uFIymwHYLW .item .item-wrapper .card-box{
  position: relative;
  z-index: 1;
}
.cid-uFIymwHYLW .item .item-wrapper .card-box .card-title{
  margin-bottom: 42px;
}
@media (max-width: 992px){
  .cid-uFIymwHYLW .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFIymwHYLW .item .item-wrapper .card-box .card-text{
  margin-bottom: 0;
}
.cid-uFIymwHYLW .item .item-wrapper .card-box .mbr-section-btn{
  margin-top: 24px;
}
.cid-uFIymwHYLW .item .item-wrapper .card-box .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-uFIymwHYLW .mbr-section-title{
  color: #8e73fe;
  text-align: center;
}
.cid-uFIymwHYLW .card-title{
  color: #2c2c26;
}
.cid-uFIymwHYLW .card-text{
  color: #63635d;
}
.cid-vjnx5Pfybk{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjnx5Pfybk .mbr-fallback-image.disabled{
  display: none;
}
.cid-vjnx5Pfybk .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnx5Pfybk .row{
  margin: 0 -8px;
}
.cid-vjnx5Pfybk .row .card{
  padding: 0 8px;
}
.cid-vjnx5Pfybk .card-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px){
  .cid-vjnx5Pfybk .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-vjnx5Pfybk .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vjnx5Pfybk .card-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-vjnx5Pfybk .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjnx5Pfybk .card-wrapper .card-wrap .text-wrapper .mbr-text{
  margin-bottom: 24px;
}
.cid-vjnx5Pfybk .card-wrapper .card-wrap .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-vjnx5Pfybk .image-wrapper{
  height: 100%;
}
.cid-vjnx5Pfybk .image-wrapper img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vjnx5Pfybk .image-wrapper img {
    height: 300px;
  }
}
.cid-vjnx5Pfybk .mbr-section-title{
  color: #2c2c26;
}
.cid-vjnx5Pfybk .mbr-text,
.cid-vjnx5Pfybk .text-wrapper{
  color: #63635d;
}
.cid-uFIynwD5DQ{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIynwD5DQ .mbr-fallback-image.disabled{
  display: none;
}
.cid-uFIynwD5DQ .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIynwD5DQ .title-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-uFIynwD5DQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIynwD5DQ .items-wrapper{
  margin: 0 -8px;
}
.cid-uFIynwD5DQ .items-wrapper .item{
  padding: 0 8px;
}
.cid-uFIynwD5DQ .item{
  margin-bottom: 16px;
}
@media (max-width: 992px){
  .cid-uFIynwD5DQ .item {
    margin-bottom: 12px;
  }
}
.cid-uFIynwD5DQ .item .item-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #2c2c26;
  overflow: hidden;
}
.cid-uFIynwD5DQ .item .item-wrapper .card-box .item-img img{
  height: 480px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px){
  .cid-uFIynwD5DQ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uFIynwD5DQ .item .item-wrapper .card-box .item-content{
  padding: 48px;
}
@media (max-width: 1440px){
  .cid-uFIynwD5DQ .item .item-wrapper .card-box .item-content {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIynwD5DQ .item .item-wrapper .card-box .item-content {
    padding: 24px;
  }
}
.cid-uFIynwD5DQ .item .item-wrapper .card-box .item-content .card-title{
  margin-bottom: 24px;
}
.cid-uFIynwD5DQ .item .item-wrapper .card-box .item-content .card-text{
  margin-bottom: 0;
}
.cid-uFIynwD5DQ .item .item-wrapper .mbr-section-btn{
  padding: 0 48px 48px;
}
@media (max-width: 1440px){
  .cid-uFIynwD5DQ .item .item-wrapper .mbr-section-btn {
    padding: 0 32px 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIynwD5DQ .item .item-wrapper .mbr-section-btn {
    padding: 0 24px 24px;
  }
}
.cid-uFIynwD5DQ .item .item-wrapper .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-uFIynwD5DQ .mbr-section-title{
  color: #2c2c26;
}
.cid-uFIynwD5DQ .card-title{
  color: #ffffff;
}
.cid-uFIynwD5DQ .card-text{
  color: #d2d2d2;
}
.cid-vjnx7FNVkg{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjnx7FNVkg .mbr-fallback-image.disabled{
  display: none;
}
.cid-vjnx7FNVkg .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnx7FNVkg .row{
  margin: 0 -8px;
}
.cid-vjnx7FNVkg .row .card{
  padding: 0 8px;
}
.cid-vjnx7FNVkg .card-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px){
  .cid-vjnx7FNVkg .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-vjnx7FNVkg .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vjnx7FNVkg .card-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-vjnx7FNVkg .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjnx7FNVkg .card-wrapper .card-wrap .text-wrapper .mbr-text{
  margin-bottom: 24px;
}
.cid-vjnx7FNVkg .card-wrapper .card-wrap .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-vjnx7FNVkg .image-wrapper{
  height: 100%;
}
.cid-vjnx7FNVkg .image-wrapper img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vjnx7FNVkg .image-wrapper img {
    height: 300px;
  }
}
.cid-vjnx7FNVkg .mbr-section-title{
  color: #2c2c26;
}
.cid-vjnx7FNVkg .mbr-text,
.cid-vjnx7FNVkg .text-wrapper{
  color: #63635d;
}
.cid-vjnx8GFAfH{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjnx8GFAfH .mbr-fallback-image.disabled{
  display: none;
}
.cid-vjnx8GFAfH .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnx8GFAfH .row{
  margin: 0 -8px;
}
.cid-vjnx8GFAfH .row .card{
  padding: 0 8px;
}
.cid-vjnx8GFAfH .card-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px){
  .cid-vjnx8GFAfH .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-vjnx8GFAfH .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vjnx8GFAfH .card-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-vjnx8GFAfH .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjnx8GFAfH .card-wrapper .card-wrap .text-wrapper .mbr-text{
  margin-bottom: 24px;
}
.cid-vjnx8GFAfH .card-wrapper .card-wrap .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-vjnx8GFAfH .image-wrapper{
  height: 100%;
}
.cid-vjnx8GFAfH .image-wrapper img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vjnx8GFAfH .image-wrapper img {
    height: 300px;
  }
}
.cid-vjnx8GFAfH .mbr-section-title{
  color: #2c2c26;
}
.cid-vjnx8GFAfH .mbr-text,
.cid-vjnx8GFAfH .text-wrapper{
  color: #63635d;
}
.cid-vtYAxxSPmU{
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vtYAxxSPmU .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYAxxSPmU .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYAxxSPmU .title-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-vtYAxxSPmU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vtYAxxSPmU .items-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px){
  .cid-vtYAxxSPmU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px){
  .cid-vtYAxxSPmU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px){
  .cid-vtYAxxSPmU .item {
    margin-bottom: 16px;
  }
}
.cid-vtYAxxSPmU .item .item-wrapper{
  padding: 10px;
  background-color: #ffffff;
}
@media (max-width: 1440px){
  .cid-vtYAxxSPmU .item .item-wrapper {
    height: 100%;
  }
}
.cid-vtYAxxSPmU .item .item-wrapper .item-img{
  margin-bottom: 32px;
}
.cid-vtYAxxSPmU .item .item-wrapper .item-img img{
  height: 310px;
  object-fit: cover;
}
.cid-vtYAxxSPmU .item .item-wrapper .item-content{
  padding: 0 40px 20px;
}
@media (max-width: 1440px){
  .cid-vtYAxxSPmU .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px){
  .cid-vtYAxxSPmU .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-vtYAxxSPmU .item .item-wrapper .item-content .item-title{
  margin-bottom: 20px;
}
.cid-vtYAxxSPmU .item .item-wrapper .item-content .item-text{
  margin-bottom: 20px;
}
@media (max-width: 1200px){
  .cid-vtYAxxSPmU .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.cid-vtYAxxSPmU .mbr-section-title{
  color: #232323;
  text-align: center;
}
.cid-vtYAxxSPmU .item-title{
  color: #000c3f;
}
.cid-vtYAxxSPmU .item-text{
  color: #000000;
}
.cid-vtYAxxSPmU .item-title,
.cid-vtYAxxSPmU .mbr-section-btn{
  color: #232323;
}
.cid-vjnxa19keN{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjnxa19keN .mbr-fallback-image.disabled{
  display: none;
}
.cid-vjnxa19keN .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnxa19keN .row{
  margin: 0 -8px;
}
.cid-vjnxa19keN .row .card{
  padding: 0 8px;
}
.cid-vjnxa19keN .card-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px){
  .cid-vjnxa19keN .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-vjnxa19keN .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vjnxa19keN .card-wrapper .mbr-section-title{
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-vjnxa19keN .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjnxa19keN .card-wrapper .card-wrap .text-wrapper .mbr-text{
  margin-bottom: 24px;
}
.cid-vjnxa19keN .card-wrapper .card-wrap .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-vjnxa19keN .image-wrapper{
  height: 100%;
}
.cid-vjnxa19keN .image-wrapper img{
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vjnxa19keN .image-wrapper img {
    height: 300px;
  }
}
.cid-vjnxa19keN .mbr-section-title{
  color: #2c2c26;
}
.cid-vjnxa19keN .mbr-text,
.cid-vjnxa19keN .text-wrapper{
  color: #63635d;
}
.cid-vjnxIf9iei{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjnxIf9iei .mbr-fallback-image.disabled{
  display: none;
}
.cid-vjnxIf9iei .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnxIf9iei .content-wrapper{
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px){
  .cid-vjnxIf9iei .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-vjnxIf9iei .content-wrapper .title-wrapper{
  width: 50%;
}
@media (max-width: 992px){
  .cid-vjnxIf9iei .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-vjnxIf9iei .content-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vjnxIf9iei .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper{
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px){
  .cid-vjnxIf9iei .content-wrapper .form-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row{
  position: relative;
  z-index: 1;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group{
  margin-bottom: 16px !important;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label{
  width: 100%;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-control{
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 3px solid #050f0f !important;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  line-height: 1 !important;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus{
  border: 3px solid #050f0f !important;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder{
  color: #050f0f;
  opacity: .6;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group textarea{
  min-height: 100px;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-check{
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input{
  background-color: #050f0f;
  border-color: #050f0f;
}
.cid-vjnxIf9iei .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn{
  width: 100%;
}
.cid-vjnxIf9iei .mbr-section-title{
  color: #050f0f;
}
.cid-vjnxIf9iei label{
  color: #050f0f;
}
.cid-uFIyyHtKMh{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIyyHtKMh .mbr-fallback-image.disabled{
  display: none;
}
.cid-uFIyyHtKMh .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIyyHtKMh .title-wrapper .mbr-section-title{
  margin-bottom: 100px;
}
@media (max-width: 992px){
  .cid-uFIyyHtKMh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIyyHtKMh .items-wrapper{
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px){
  .cid-uFIyyHtKMh .items-wrapper {
    margin-top: 0;
  }
}
.cid-uFIyyHtKMh .items-wrapper .item{
  padding: 0 8px;
}
.cid-uFIyyHtKMh .item{
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px){
  .cid-uFIyyHtKMh .item {
    margin-bottom: 12px;
  }
}
.cid-uFIyyHtKMh .item .item-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px){
  .cid-uFIyyHtKMh .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIyyHtKMh .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uFIyyHtKMh .item .item-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uFIyyHtKMh .item .item-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uFIyyHtKMh .item .item-wrapper .iconfont-wrap{
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px){
  .cid-uFIyyHtKMh .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFIyyHtKMh .item .item-wrapper .iconfont-wrap .mbr-iconfont{
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #efef51;
  font-size: 36px;
  color: #2c2c26;
}
.cid-uFIyyHtKMh .item .item-wrapper .card-box{
  position: relative;
  z-index: 1;
}
.cid-uFIyyHtKMh .item .item-wrapper .card-box .card-title{
  margin-bottom: 0;
}
.cid-uFIyyHtKMh .mbr-section-title{
  color: #2c2c26;
  text-align: center;
}
.cid-uFIyyHtKMh .card-title{
  color: #2c2c26;
}
.cid-uFIyyHtKMh .card-title,
.cid-uFIyyHtKMh .iconfont-wrap{
  text-align: center;
}
.cid-vjnxqZ9kHH{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjnxqZ9kHH .mbr-fallback-image.disabled{
  display: none;
}
.cid-vjnxqZ9kHH .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnxqZ9kHH .mbr-section-title{
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-vjnxqZ9kHH .card-wrapper{
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px){
  .cid-vjnxqZ9kHH .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-vjnxqZ9kHH .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-vjnxqZ9kHH .card-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vjnxqZ9kHH .card-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-vjnxqZ9kHH .card-wrapper .google-map{
  position: relative;
  z-index: 1;
}
.cid-vjnxqZ9kHH .card-wrapper .google-map iframe{
  height: 650px;
}
@media (max-width: 992px){
  .cid-vjnxqZ9kHH .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uFIyFR0sxG{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFIyFR0sxG .mbr-fallback-image.disabled{
  display: none;
}
.cid-uFIyFR0sxG .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIyFR0sxG .card-wrapper{
  padding: 32px 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px){
  .cid-uFIyFR0sxG .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px){
  .cid-uFIyFR0sxG .card-wrapper {
    padding: 24px;
  }
}
.cid-uFIyFR0sxG .card-wrapper .mbr-section-title{
  margin-bottom: 32px;
}
@media (max-width: 992px){
  .cid-uFIyFR0sxG .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFIyFR0sxG .card-wrapper .nav-wrapper .list{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px){
  .cid-uFIyFR0sxG .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uFIyFR0sxG .card-wrapper .nav-wrapper .list .item-tag{
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.cid-uFIyFR0sxG .card-wrapper .nav-wrapper .list .item-tag:hover,
.cid-uFIyFR0sxG .card-wrapper .nav-wrapper .list .item-tag:focus{
  background-color: #2c2c26;
  border: 1px solid #2c2c26;
  color: #ffffff;
}
.cid-uFIyFR0sxG .card-wrapper .mbr-copy{
  margin-bottom: 0;
}
.cid-uFIyFR0sxG .mbr-section-title{
  color: #2c2c26;
  text-align: center;
}
.cid-uFIyFR0sxG .list,
.cid-uFIyFR0sxG .nav-wrapper{
  color: #63635d;
  text-align: center;
}
.cid-uFIyFR0sxG .mbr-copy{
  color: #63635d;
  text-align: center;
}
.skip-link{position:absolute;left:-9999px;top:0;z-index:10001;padding:.6rem 1rem;background:#fff;color:#111;font-weight:600;text-decoration:none}
.skip-link:focus{left:.5rem;top:.5rem;outline:2px solid #111}
:where(img[width][height]){height:auto}
.btn-primary,.btn-primary:active{background-color:#5b3fd6 !important;border-color:#5b3fd6 !important;color:#fff !important}
.btn-primary:hover,.btn-primary:focus{background-color:#4a2fc0 !important;border-color:#4a2fc0 !important;color:#fff !important}
a.text-primary:not(.nav-link):not(.navbar-caption){color:#5b3fd6 !important}