.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.65625rem + (2.875 - 1.65625) * ((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.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a073ec !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #bb442e !important;
}
.bg-danger {
  background-color: #6d1100 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #7d89ce 66.66666667%, #7d89ce 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #7d89ce 66.66666667%, #7d89ce 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #155353 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #752b1d !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #160300 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #279898;
  color: #279898;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155353 !important;
  background-color: transparent!important;
  border-color: #155353 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279898 !important;
  border-color: #279898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bb442e;
  color: #bb442e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #752b1d !important;
  background-color: transparent!important;
  border-color: #752b1d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bb442e !important;
  border-color: #bb442e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1100;
  color: #6d1100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #160300 !important;
  background-color: transparent!important;
  border-color: #160300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1100 !important;
  border-color: #6d1100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.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: #161616 !important;
  border-color: #161616 !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: #a073ec !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #bb442e !important;
}
.text-danger {
  color: #6d1100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #641edb !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: #124747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #641edb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #69261a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070100 !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: #a073ec;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #bb442e;
}
.alert-danger {
  background-color: #6d1100;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a073ec;
  border-color: #a073ec;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a073ec;
}
.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: #67d8d8;
}
.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: #e19587;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed2500;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #a073ec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #a073ec;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a073ec;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a073ec;
}
.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: #a073ec;
  border-bottom-color: #a073ec;
}
.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: #a073ec !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: #2a1340 !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='%23a073ec' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tw2H5YkFPg {
  z-index: 1000;
  width: 100%;
}
.cid-tw2H5YkFPg nav.navbar {
  position: fixed;
}
.cid-tw2H5YkFPg .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-tw2H5YkFPg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw2H5YkFPg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw2H5YkFPg .dropdown-item:hover,
.cid-tw2H5YkFPg .dropdown-item:focus {
  background: #a073ec !important;
  color: white !important;
}
.cid-tw2H5YkFPg .dropdown-item:hover span {
  color: white;
}
.cid-tw2H5YkFPg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw2H5YkFPg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw2H5YkFPg .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw2H5YkFPg .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw2H5YkFPg .nav-link {
  position: relative;
}
.cid-tw2H5YkFPg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .container {
    flex-wrap: nowrap;
  }
}
.cid-tw2H5YkFPg .dropdown-menu,
.cid-tw2H5YkFPg .navbar.opened {
  background: #f77d06 !important;
}
.cid-tw2H5YkFPg .nav-item:focus,
.cid-tw2H5YkFPg .nav-link:focus {
  outline: none;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw2H5YkFPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw2H5YkFPg .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-tw2H5YkFPg .navbar.opened {
  transition: all 0.3s;
}
.cid-tw2H5YkFPg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw2H5YkFPg .navbar .navbar-logo img {
  width: auto;
}
.cid-tw2H5YkFPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw2H5YkFPg .navbar.collapsed {
  justify-content: center;
}
.cid-tw2H5YkFPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw2H5YkFPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw2H5YkFPg .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-tw2H5YkFPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw2H5YkFPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw2H5YkFPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw2H5YkFPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw2H5YkFPg .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-tw2H5YkFPg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw2H5YkFPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw2H5YkFPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw2H5YkFPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw2H5YkFPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tw2H5YkFPg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tw2H5YkFPg .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-tw2H5YkFPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tw2H5YkFPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw2H5YkFPg .dropdown-item.active,
.cid-tw2H5YkFPg .dropdown-item:active {
  background-color: transparent;
}
.cid-tw2H5YkFPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw2H5YkFPg .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw2H5YkFPg .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw2H5YkFPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f77d06;
}
.cid-tw2H5YkFPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw2H5YkFPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw2H5YkFPg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw2H5YkFPg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw2H5YkFPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw2H5YkFPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw2H5YkFPg .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-tw2H5YkFPg .navbar {
    height: 70px;
  }
  .cid-tw2H5YkFPg .navbar.opened {
    height: auto;
  }
  .cid-tw2H5YkFPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw2H5YkFPg .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-tw2H5YkFPg .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #f77d06;
}
.cid-tw2H5YkFPg .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tw2H5YkFPg .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2H5YkFPg .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #f77d06 !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-tw2H5YkFPg .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tw2H5YkFPg .navbar {
    padding: 5px 0 !important;
  }
  .cid-tw2H5YkFPg .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-tw2H5YkFPg .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #f77d06;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-tw2H5YkFPg .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-tw2H5YkFPg .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-tw2H5YkFPg .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-tw2H5YkFPg .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-tw2H5YkFPg .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-tw2H5YkFPg .btn-container {
    display: none;
  }
}
.cid-tw2H87PXre {
  background-image: url("../../../assets/images/how-to-be-creative-innovative-at-work-800x500.jpg");
}
.cid-tw2H87PXre .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2H87PXre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2H87PXre .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-tw2H87PXre .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2H87PXre .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2H87PXre .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2H87PXre .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-tw2H87PXre .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2H87PXre .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-tw2H87PXre .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2H87PXre .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2H87PXre .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-tw2H87PXre .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-tw2LyYgLR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-tw2LyYgLR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2LyYgLR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2LyYgLR1 .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-tw2LyYgLR1 .image-wrapper {
    margin: 0;
  }
}
.cid-tw2LyYgLR1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-tw2LyYgLR1 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-tw2LyYgLR1 .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2LyYgLR1 .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-tw2LyYgLR1 .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tw2LyYgLR1 .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tw2LyYgLR1 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-tw2LyYgLR1 .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-tw2LyYgLR1 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tw2LyYgLR1 .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tw2LyYgLR1 .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-tw2LyYgLR1 .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-tw2LyYgLR1 .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-tw2LyYgLR1 .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2LyYgLR1 .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-tw2LyYgLR1 .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tw2LU4nJZV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a073ec;
  background-image: linear-gradient(180deg, #a073ec 0, #ac65dc 100%);
}
.cid-tw2LU4nJZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2LU4nJZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2LU4nJZV .container-fluid {
  padding: 0;
}
.cid-tw2LU4nJZV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tw2LU4nJZV .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tw2LU4nJZV .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tw2LU4nJZV .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw2LU4nJZV .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tw2LU4nJZV .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tw2LU4nJZV .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tw2LU4nJZV .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tw2LU4nJZV .mbr-text {
    margin-top: 40px;
  }
}
.cid-tw2LU4nJZV .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tw2LU4nJZV .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2LU4nJZV .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tw2LU4nJZV .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tw2LU4nJZV .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tw2LU4nJZV .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2LU4nJZV .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tw2LU4nJZV .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tw2LU4nJZV .image-wrapper {
    display: none;
  }
}
.cid-tw2LU4nJZV .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tw2N31DQQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-tw2N31DQQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2N31DQQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tw2N31DQQg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tw2N31DQQg .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tw2N31DQQg.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tw2N31DQQg img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ug3yWfzyNJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #351a4a;
  overflow: hidden;
}
.cid-ug3yWfzyNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3yWfzyNJ .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-ug3yWfzyNJ .container {
    padding: 0 22px;
  }
}
.cid-ug3yWfzyNJ .card {
  justify-content: center;
}
.cid-ug3yWfzyNJ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ug3yWfzyNJ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ug3yWfzyNJ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ug3yWfzyNJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug3yWfzyNJ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ug3yWfzyNJ .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f5a80c;
}
@media (max-width: 1440px) {
  .cid-ug3yWfzyNJ .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ug3yWfzyNJ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ug3yWfzyNJ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ug3yWfzyNJ .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ug3yWfzyNJ .mbr-section-title {
  color: #ffffff;
}
.cid-ug3yWfzyNJ .mbr-text {
  color: #ffffff;
}
.cid-ug3oPNEB62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a073ec;
}
.cid-ug3oPNEB62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3oPNEB62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3oPNEB62 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ug3oPNEB62 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ug3oPNEB62 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ug3oPNEB62 .container {
    padding: 0 20px;
  }
}
.cid-ug3oPNEB62 .row {
  justify-content: center;
}
.cid-ug3oPNEB62 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ug3oPNEB62 .content-wrapper {
    display: block;
  }
}
.cid-ug3oPNEB62 .content-wrapper .card {
  justify-content: center;
}
.cid-ug3oPNEB62 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ug3oPNEB62 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ug3oPNEB62 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ug3oPNEB62 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ug3oPNEB62 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ug3oPNEB62 .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ug3oPNEB62 .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ug3oPNEB62 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ug3oPNEB62 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ug3oPNEB62 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ug3oPNEB62 .mbr-section-title {
  color: #38001b;
}
.cid-ug3oPNEB62 .mbr-text {
  color: #38001b;
}
.cid-ug3ptyDjGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-ug3ptyDjGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3ptyDjGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3ptyDjGj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ug3ptyDjGj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .container {
    padding: 0 20px;
  }
}
.cid-ug3ptyDjGj .row {
  justify-content: center;
}
.cid-ug3ptyDjGj .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #2a1340;
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-ug3ptyDjGj .content-wrapper .card {
  justify-content: center;
}
.cid-ug3ptyDjGj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ug3ptyDjGj .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ug3ptyDjGj .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-ug3ptyDjGj .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-ug3ptyDjGj .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ug3ptyDjGj .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-ug3ptyDjGj .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ug3ptyDjGj .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-ug3ptyDjGj .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ug3ptyDjGj .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-ug3ptyDjGj .mbr-section-title {
  color: #ffffff;
}
.cid-ug3ptyDjGj .mbr-text {
  color: #ffffff;
}
.cid-ug3ptyDjGj .mbr-desc {
  color: #0f1d07;
}
.cid-ug3usyHtlN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ac65dc;
}
.cid-ug3usyHtlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3usyHtlN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ug3usyHtlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug3usyHtlN h1 {
  max-width: 800px;
}
.cid-ug3usyHtlN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ug3usyHtlN .btn:hover {
  transform: scale(1.1);
  background: #2a1340 !important;
  border-color: #2a1340 !important;
  color: #a073ec !important;
}
.cid-ug3usyHtlN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ug3usyHtlN .btn div {
  overflow: hidden;
}
.cid-ug3usyHtlN .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ug3usyHtlN {
    align-items: center;
  }
  .cid-ug3usyHtlN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ug3usyHtlN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ug3usyHtlN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ug3usyHtlN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ug3usyHtlN .content-wrap {
    width: 100%;
  }
}
.cid-ug3usyHtlN .mbr-section-subtitle,
.cid-ug3usyHtlN .line {
  color: #291f1e;
}
.cid-ug3usyHtlN .mbr-text,
.cid-ug3usyHtlN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ug3usyHtlN .mbr-section-title {
  color: #291f1e;
}
.cid-ug3PK7F8uz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ug3PK7F8uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug3PK7F8uz .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-ug3PK7F8uz .container {
    padding: 0 20px;
  }
}
.cid-ug3PK7F8uz .row {
  margin: 0;
}
.cid-ug3PK7F8uz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ug3PK7F8uz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ug3PK7F8uz .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ug3PK7F8uz .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ug3PK7F8uz .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ug3PK7F8uz .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ug3PK7F8uz .mbr-section-title {
  color: #ffffff;
}
.cid-uN2RYbbBEQ .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN2RYbbBEQ .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .img-bg {
    display: none;
  }
}
.cid-uN2RYbbBEQ .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .container {
    padding: 0 !important;
  }
}
.cid-uN2RYbbBEQ .row {
  width: 100%;
  align-items: center;
}
.cid-uN2RYbbBEQ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uN2RYbbBEQ .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN2RYbbBEQ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2RYbbBEQ .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .brand-text {
    margin-top: 45px;
  }
}
.cid-uN2RYbbBEQ .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uN2RYbbBEQ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN2RYbbBEQ .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uN2RYbbBEQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN2RYbbBEQ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN2RYbbBEQ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN2RYbbBEQ .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN2RYbbBEQ .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 0;
  }
}
.cid-uN2RYbbBEQ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uN2RYbbBEQ .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uN2RYbbBEQ .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN2RYbbBEQ .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .copyright {
    text-align: center !important;
  }
}
.cid-tw2H5YkFPg {
  z-index: 1000;
  width: 100%;
}
.cid-tw2H5YkFPg nav.navbar {
  position: fixed;
}
.cid-tw2H5YkFPg .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-tw2H5YkFPg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw2H5YkFPg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw2H5YkFPg .dropdown-item:hover,
.cid-tw2H5YkFPg .dropdown-item:focus {
  background: #a073ec !important;
  color: white !important;
}
.cid-tw2H5YkFPg .dropdown-item:hover span {
  color: white;
}
.cid-tw2H5YkFPg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw2H5YkFPg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw2H5YkFPg .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw2H5YkFPg .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw2H5YkFPg .nav-link {
  position: relative;
}
.cid-tw2H5YkFPg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .container {
    flex-wrap: nowrap;
  }
}
.cid-tw2H5YkFPg .dropdown-menu,
.cid-tw2H5YkFPg .navbar.opened {
  background: #f77d06 !important;
}
.cid-tw2H5YkFPg .nav-item:focus,
.cid-tw2H5YkFPg .nav-link:focus {
  outline: none;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw2H5YkFPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw2H5YkFPg .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-tw2H5YkFPg .navbar.opened {
  transition: all 0.3s;
}
.cid-tw2H5YkFPg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw2H5YkFPg .navbar .navbar-logo img {
  width: auto;
}
.cid-tw2H5YkFPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw2H5YkFPg .navbar.collapsed {
  justify-content: center;
}
.cid-tw2H5YkFPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw2H5YkFPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw2H5YkFPg .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-tw2H5YkFPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw2H5YkFPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw2H5YkFPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw2H5YkFPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw2H5YkFPg .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-tw2H5YkFPg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw2H5YkFPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw2H5YkFPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw2H5YkFPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw2H5YkFPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tw2H5YkFPg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tw2H5YkFPg .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-tw2H5YkFPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tw2H5YkFPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw2H5YkFPg .dropdown-item.active,
.cid-tw2H5YkFPg .dropdown-item:active {
  background-color: transparent;
}
.cid-tw2H5YkFPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw2H5YkFPg .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw2H5YkFPg .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw2H5YkFPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f77d06;
}
.cid-tw2H5YkFPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw2H5YkFPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw2H5YkFPg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw2H5YkFPg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw2H5YkFPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw2H5YkFPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw2H5YkFPg .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-tw2H5YkFPg .navbar {
    height: 70px;
  }
  .cid-tw2H5YkFPg .navbar.opened {
    height: auto;
  }
  .cid-tw2H5YkFPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw2H5YkFPg .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-tw2H5YkFPg .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #f77d06;
}
.cid-tw2H5YkFPg .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tw2H5YkFPg .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2H5YkFPg .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #f77d06 !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-tw2H5YkFPg .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tw2H5YkFPg .navbar {
    padding: 5px 0 !important;
  }
  .cid-tw2H5YkFPg .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-tw2H5YkFPg .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #f77d06;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-tw2H5YkFPg .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-tw2H5YkFPg .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-tw2H5YkFPg .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-tw2H5YkFPg .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-tw2H5YkFPg .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-tw2H5YkFPg .btn-container {
    display: none;
  }
}
.cid-ug8lFcRZzD {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug8lFcRZzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8lFcRZzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8lFcRZzD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8lFcRZzD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8lFcRZzD .container {
    padding: 0 24px;
  }
}
.cid-ug8lFcRZzD .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-ug8lFcRZzD .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-ug8lFcRZzD .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8lFcRZzD .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ug8lFcRZzD .mbr-section-title {
  color: #18212d;
}
.cid-ug8lFcRZzD .mbr-desc,
.cid-ug8lFcRZzD .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ug8lFcRZzD .mbr-text,
.cid-ug8lFcRZzD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ug8lFcRZzD .mbr-rating {
  color: #EFCC4E;
}
.cid-ug8lFcRZzD .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-ug8lFcRZzD .mbr-section-title,
.cid-ug8lFcRZzD .mbr-section-btn {
  text-align: center;
}
.cid-ug8lFcRZzD .mbr-rating,
.cid-ug8lFcRZzD .rating-wrapper,
.cid-ug8lFcRZzD .people-wrapper {
  text-align: center;
}
.cid-ug8m3EtO1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c2355;
}
.cid-ug8m3EtO1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8m3EtO1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8m3EtO1i .mbr-section-title {
  color: #fafafa;
}
.cid-ug8m3EtO1i .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ug8m3EtO1i .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN2TSz0O8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uN2TSz0O8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2TSz0O8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2TSz0O8K .mbr-section-title {
  color: #000000;
}
.cid-uN2TSz0O8K .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uN2TSz0O8K .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN2RYbbBEQ .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN2RYbbBEQ .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .img-bg {
    display: none;
  }
}
.cid-uN2RYbbBEQ .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .container {
    padding: 0 !important;
  }
}
.cid-uN2RYbbBEQ .row {
  width: 100%;
  align-items: center;
}
.cid-uN2RYbbBEQ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uN2RYbbBEQ .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN2RYbbBEQ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2RYbbBEQ .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .brand-text {
    margin-top: 45px;
  }
}
.cid-uN2RYbbBEQ .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uN2RYbbBEQ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN2RYbbBEQ .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uN2RYbbBEQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN2RYbbBEQ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN2RYbbBEQ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN2RYbbBEQ .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN2RYbbBEQ .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 0;
  }
}
.cid-uN2RYbbBEQ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uN2RYbbBEQ .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uN2RYbbBEQ .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN2RYbbBEQ .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .copyright {
    text-align: center !important;
  }
}
.cid-ug8oAgyXXr {
  z-index: 1000;
  width: 100%;
}
.cid-ug8oAgyXXr nav.navbar {
  position: fixed;
}
.cid-ug8oAgyXXr .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-ug8oAgyXXr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ug8oAgyXXr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ug8oAgyXXr .dropdown-item:hover,
.cid-ug8oAgyXXr .dropdown-item:focus {
  background: #a073ec !important;
  color: white !important;
}
.cid-ug8oAgyXXr .dropdown-item:hover span {
  color: white;
}
.cid-ug8oAgyXXr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ug8oAgyXXr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ug8oAgyXXr .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ug8oAgyXXr .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ug8oAgyXXr .nav-link {
  position: relative;
}
.cid-ug8oAgyXXr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ug8oAgyXXr .container {
    flex-wrap: nowrap;
  }
}
.cid-ug8oAgyXXr .dropdown-menu,
.cid-ug8oAgyXXr .navbar.opened {
  background: #f77d06 !important;
}
.cid-ug8oAgyXXr .nav-item:focus,
.cid-ug8oAgyXXr .nav-link:focus {
  outline: none;
}
.cid-ug8oAgyXXr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ug8oAgyXXr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ug8oAgyXXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ug8oAgyXXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ug8oAgyXXr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ug8oAgyXXr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ug8oAgyXXr .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-ug8oAgyXXr .navbar.opened {
  transition: all 0.3s;
}
.cid-ug8oAgyXXr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ug8oAgyXXr .navbar .navbar-logo img {
  width: auto;
}
.cid-ug8oAgyXXr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug8oAgyXXr .navbar.collapsed {
  justify-content: center;
}
.cid-ug8oAgyXXr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ug8oAgyXXr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ug8oAgyXXr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug8oAgyXXr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug8oAgyXXr .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-ug8oAgyXXr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug8oAgyXXr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ug8oAgyXXr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ug8oAgyXXr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ug8oAgyXXr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug8oAgyXXr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug8oAgyXXr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug8oAgyXXr .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-ug8oAgyXXr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ug8oAgyXXr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ug8oAgyXXr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ug8oAgyXXr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ug8oAgyXXr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ug8oAgyXXr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ug8oAgyXXr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ug8oAgyXXr .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-ug8oAgyXXr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ug8oAgyXXr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug8oAgyXXr .dropdown-item.active,
.cid-ug8oAgyXXr .dropdown-item:active {
  background-color: transparent;
}
.cid-ug8oAgyXXr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug8oAgyXXr .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug8oAgyXXr .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug8oAgyXXr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f77d06;
}
.cid-ug8oAgyXXr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug8oAgyXXr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug8oAgyXXr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ug8oAgyXXr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ug8oAgyXXr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ug8oAgyXXr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-ug8oAgyXXr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ug8oAgyXXr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug8oAgyXXr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug8oAgyXXr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ug8oAgyXXr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug8oAgyXXr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ug8oAgyXXr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ug8oAgyXXr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug8oAgyXXr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ug8oAgyXXr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ug8oAgyXXr .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-ug8oAgyXXr .navbar {
    height: 70px;
  }
  .cid-ug8oAgyXXr .navbar.opened {
    height: auto;
  }
  .cid-ug8oAgyXXr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8oAgyXXr .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-ug8oAgyXXr .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #f77d06;
}
.cid-ug8oAgyXXr .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ug8oAgyXXr .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ug8oAgyXXr .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #f77d06 !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-ug8oAgyXXr .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-ug8oAgyXXr .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-ug8oAgyXXr .navbar {
    padding: 5px 0 !important;
  }
  .cid-ug8oAgyXXr .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-ug8oAgyXXr .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #f77d06;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-ug8oAgyXXr .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-ug8oAgyXXr .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-ug8oAgyXXr .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-ug8oAgyXXr .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-ug8oAgyXXr .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ug8oAgyXXr .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-ug8oAgyXXr .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-ug8oAgyXXr .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-ug8oAgyXXr .btn-container {
    display: none;
  }
}
.cid-ug8oAgRKSG {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug8oAgRKSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8oAgRKSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8oAgRKSG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8oAgRKSG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8oAgRKSG .container {
    padding: 0 24px;
  }
}
.cid-ug8oAgRKSG .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-ug8oAgRKSG .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-ug8oAgRKSG .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8oAgRKSG .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ug8oAgRKSG .mbr-section-title {
  color: #18212d;
}
.cid-ug8oAgRKSG .mbr-desc,
.cid-ug8oAgRKSG .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ug8oAgRKSG .mbr-text,
.cid-ug8oAgRKSG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ug8oAgRKSG .mbr-rating {
  color: #EFCC4E;
}
.cid-ug8oAgRKSG .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-ug8oAgRKSG .mbr-section-title,
.cid-ug8oAgRKSG .mbr-section-btn {
  text-align: center;
}
.cid-ug8oAgRKSG .mbr-rating,
.cid-ug8oAgRKSG .rating-wrapper,
.cid-ug8oAgRKSG .people-wrapper {
  text-align: center;
}
.cid-ug8oAhnEGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c2355;
}
.cid-ug8oAhnEGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8oAhnEGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8oAhnEGW .mbr-section-title {
  color: #fafafa;
}
.cid-ug8oAhnEGW .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ug8oAhnEGW .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN2VkRlYaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uN2VkRlYaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2VkRlYaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2VkRlYaY .mbr-section-title {
  color: #000000;
}
.cid-uN2VkRlYaY .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uN2VkRlYaY .mbr-section-btn {
  margin-top: 20px;
}
.cid-ug8qez3kpG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ug8qez3kpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8qez3kpG .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-ug8qez3kpG .container {
    padding: 0 20px;
  }
}
.cid-ug8qez3kpG .row {
  margin: 0;
}
.cid-ug8qez3kpG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ug8qez3kpG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ug8qez3kpG .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ug8qez3kpG .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ug8qez3kpG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ug8qez3kpG .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ug8qez3kpG .mbr-section-title {
  color: #ffffff;
}
.cid-uN2RYbbBEQ .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN2RYbbBEQ .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .img-bg {
    display: none;
  }
}
.cid-uN2RYbbBEQ .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .container {
    padding: 0 !important;
  }
}
.cid-uN2RYbbBEQ .row {
  width: 100%;
  align-items: center;
}
.cid-uN2RYbbBEQ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uN2RYbbBEQ .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN2RYbbBEQ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2RYbbBEQ .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .brand-text {
    margin-top: 45px;
  }
}
.cid-uN2RYbbBEQ .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uN2RYbbBEQ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN2RYbbBEQ .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uN2RYbbBEQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN2RYbbBEQ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN2RYbbBEQ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN2RYbbBEQ .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN2RYbbBEQ .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 0;
  }
}
.cid-uN2RYbbBEQ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uN2RYbbBEQ .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uN2RYbbBEQ .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN2RYbbBEQ .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .copyright {
    text-align: center !important;
  }
}
.cid-ug8qqQ0FTd {
  z-index: 1000;
  width: 100%;
}
.cid-ug8qqQ0FTd nav.navbar {
  position: fixed;
}
.cid-ug8qqQ0FTd .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-ug8qqQ0FTd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ug8qqQ0FTd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ug8qqQ0FTd .dropdown-item:hover,
.cid-ug8qqQ0FTd .dropdown-item:focus {
  background: #a073ec !important;
  color: white !important;
}
.cid-ug8qqQ0FTd .dropdown-item:hover span {
  color: white;
}
.cid-ug8qqQ0FTd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ug8qqQ0FTd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ug8qqQ0FTd .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ug8qqQ0FTd .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ug8qqQ0FTd .nav-link {
  position: relative;
}
.cid-ug8qqQ0FTd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ug8qqQ0FTd .container {
    flex-wrap: nowrap;
  }
}
.cid-ug8qqQ0FTd .dropdown-menu,
.cid-ug8qqQ0FTd .navbar.opened {
  background: #f77d06 !important;
}
.cid-ug8qqQ0FTd .nav-item:focus,
.cid-ug8qqQ0FTd .nav-link:focus {
  outline: none;
}
.cid-ug8qqQ0FTd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ug8qqQ0FTd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ug8qqQ0FTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ug8qqQ0FTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ug8qqQ0FTd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ug8qqQ0FTd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ug8qqQ0FTd .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-ug8qqQ0FTd .navbar.opened {
  transition: all 0.3s;
}
.cid-ug8qqQ0FTd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ug8qqQ0FTd .navbar .navbar-logo img {
  width: auto;
}
.cid-ug8qqQ0FTd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug8qqQ0FTd .navbar.collapsed {
  justify-content: center;
}
.cid-ug8qqQ0FTd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ug8qqQ0FTd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ug8qqQ0FTd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug8qqQ0FTd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug8qqQ0FTd .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-ug8qqQ0FTd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug8qqQ0FTd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ug8qqQ0FTd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ug8qqQ0FTd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ug8qqQ0FTd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug8qqQ0FTd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug8qqQ0FTd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug8qqQ0FTd .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-ug8qqQ0FTd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ug8qqQ0FTd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ug8qqQ0FTd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ug8qqQ0FTd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ug8qqQ0FTd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ug8qqQ0FTd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ug8qqQ0FTd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ug8qqQ0FTd .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-ug8qqQ0FTd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ug8qqQ0FTd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug8qqQ0FTd .dropdown-item.active,
.cid-ug8qqQ0FTd .dropdown-item:active {
  background-color: transparent;
}
.cid-ug8qqQ0FTd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug8qqQ0FTd .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug8qqQ0FTd .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug8qqQ0FTd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f77d06;
}
.cid-ug8qqQ0FTd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug8qqQ0FTd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug8qqQ0FTd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ug8qqQ0FTd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ug8qqQ0FTd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ug8qqQ0FTd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-ug8qqQ0FTd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ug8qqQ0FTd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug8qqQ0FTd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug8qqQ0FTd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ug8qqQ0FTd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug8qqQ0FTd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ug8qqQ0FTd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ug8qqQ0FTd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug8qqQ0FTd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ug8qqQ0FTd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ug8qqQ0FTd .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-ug8qqQ0FTd .navbar {
    height: 70px;
  }
  .cid-ug8qqQ0FTd .navbar.opened {
    height: auto;
  }
  .cid-ug8qqQ0FTd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8qqQ0FTd .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-ug8qqQ0FTd .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #f77d06;
}
.cid-ug8qqQ0FTd .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ug8qqQ0FTd .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ug8qqQ0FTd .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #f77d06 !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-ug8qqQ0FTd .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-ug8qqQ0FTd .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-ug8qqQ0FTd .navbar {
    padding: 5px 0 !important;
  }
  .cid-ug8qqQ0FTd .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-ug8qqQ0FTd .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #f77d06;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-ug8qqQ0FTd .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-ug8qqQ0FTd .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-ug8qqQ0FTd .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-ug8qqQ0FTd .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-ug8qqQ0FTd .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ug8qqQ0FTd .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-ug8qqQ0FTd .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-ug8qqQ0FTd .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-ug8qqQ0FTd .btn-container {
    display: none;
  }
}
.cid-ug8qqQggYf {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug8qqQggYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8qqQggYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8qqQggYf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8qqQggYf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8qqQggYf .container {
    padding: 0 24px;
  }
}
.cid-ug8qqQggYf .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-ug8qqQggYf .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-ug8qqQggYf .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8qqQggYf .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ug8qqQggYf .mbr-section-title {
  color: #18212d;
}
.cid-ug8qqQggYf .mbr-desc,
.cid-ug8qqQggYf .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ug8qqQggYf .mbr-text,
.cid-ug8qqQggYf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ug8qqQggYf .mbr-rating {
  color: #EFCC4E;
}
.cid-ug8qqQggYf .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-ug8qqQggYf .mbr-section-title,
.cid-ug8qqQggYf .mbr-section-btn {
  text-align: center;
}
.cid-ug8qqQggYf .mbr-rating,
.cid-ug8qqQggYf .rating-wrapper,
.cid-ug8qqQggYf .people-wrapper {
  text-align: center;
}
.cid-ug8qqQFMmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c2355;
}
.cid-ug8qqQFMmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8qqQFMmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8qqQFMmk .mbr-section-title {
  color: #fafafa;
}
.cid-ug8qqQFMmk .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ug8qqQFMmk .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN2Wdwe4mW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uN2Wdwe4mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2Wdwe4mW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2Wdwe4mW .mbr-section-title {
  color: #000000;
}
.cid-uN2Wdwe4mW .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uN2Wdwe4mW .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN2RYbbBEQ .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN2RYbbBEQ .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .img-bg {
    display: none;
  }
}
.cid-uN2RYbbBEQ .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .container {
    padding: 0 !important;
  }
}
.cid-uN2RYbbBEQ .row {
  width: 100%;
  align-items: center;
}
.cid-uN2RYbbBEQ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uN2RYbbBEQ .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN2RYbbBEQ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2RYbbBEQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2RYbbBEQ .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .brand-text {
    margin-top: 45px;
  }
}
.cid-uN2RYbbBEQ .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uN2RYbbBEQ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN2RYbbBEQ .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uN2RYbbBEQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN2RYbbBEQ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN2RYbbBEQ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN2RYbbBEQ .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN2RYbbBEQ .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN2RYbbBEQ .col-link3 {
    padding-left: 0;
  }
}
.cid-uN2RYbbBEQ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uN2RYbbBEQ .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2RYbbBEQ .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uN2RYbbBEQ .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN2RYbbBEQ .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN2RYbbBEQ .copyright {
    text-align: center !important;
  }
}
.cid-uN2XmhMeW0 {
  z-index: 1000;
  width: 100%;
}
.cid-uN2XmhMeW0 nav.navbar {
  position: fixed;
}
.cid-uN2XmhMeW0 .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-uN2XmhMeW0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN2XmhMeW0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN2XmhMeW0 .dropdown-item:hover,
.cid-uN2XmhMeW0 .dropdown-item:focus {
  background: #a073ec !important;
  color: white !important;
}
.cid-uN2XmhMeW0 .dropdown-item:hover span {
  color: white;
}
.cid-uN2XmhMeW0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN2XmhMeW0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN2XmhMeW0 .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN2XmhMeW0 .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN2XmhMeW0 .nav-link {
  position: relative;
}
.cid-uN2XmhMeW0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN2XmhMeW0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uN2XmhMeW0 .dropdown-menu,
.cid-uN2XmhMeW0 .navbar.opened {
  background: #f77d06 !important;
}
.cid-uN2XmhMeW0 .nav-item:focus,
.cid-uN2XmhMeW0 .nav-link:focus {
  outline: none;
}
.cid-uN2XmhMeW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN2XmhMeW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN2XmhMeW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN2XmhMeW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN2XmhMeW0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN2XmhMeW0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN2XmhMeW0 .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uN2XmhMeW0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uN2XmhMeW0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN2XmhMeW0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uN2XmhMeW0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN2XmhMeW0 .navbar.collapsed {
  justify-content: center;
}
.cid-uN2XmhMeW0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN2XmhMeW0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uN2XmhMeW0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN2XmhMeW0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN2XmhMeW0 .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-uN2XmhMeW0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN2XmhMeW0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN2XmhMeW0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN2XmhMeW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN2XmhMeW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN2XmhMeW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN2XmhMeW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN2XmhMeW0 .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-uN2XmhMeW0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN2XmhMeW0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN2XmhMeW0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN2XmhMeW0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN2XmhMeW0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN2XmhMeW0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN2XmhMeW0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN2XmhMeW0 .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uN2XmhMeW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uN2XmhMeW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2XmhMeW0 .dropdown-item.active,
.cid-uN2XmhMeW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN2XmhMeW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN2XmhMeW0 .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN2XmhMeW0 .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN2XmhMeW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f77d06;
}
.cid-uN2XmhMeW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN2XmhMeW0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN2XmhMeW0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN2XmhMeW0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN2XmhMeW0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN2XmhMeW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uN2XmhMeW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN2XmhMeW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN2XmhMeW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN2XmhMeW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN2XmhMeW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN2XmhMeW0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN2XmhMeW0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN2XmhMeW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN2XmhMeW0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN2XmhMeW0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN2XmhMeW0 .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-uN2XmhMeW0 .navbar {
    height: 70px;
  }
  .cid-uN2XmhMeW0 .navbar.opened {
    height: auto;
  }
  .cid-uN2XmhMeW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN2XmhMeW0 .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uN2XmhMeW0 .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #f77d06;
}
.cid-uN2XmhMeW0 .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uN2XmhMeW0 .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uN2XmhMeW0 .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #f77d06 !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uN2XmhMeW0 .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uN2XmhMeW0 .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uN2XmhMeW0 .navbar {
    padding: 5px 0 !important;
  }
  .cid-uN2XmhMeW0 .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uN2XmhMeW0 .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #f77d06;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-uN2XmhMeW0 .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uN2XmhMeW0 .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uN2XmhMeW0 .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uN2XmhMeW0 .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uN2XmhMeW0 .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uN2XmhMeW0 .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uN2XmhMeW0 .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uN2XmhMeW0 .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uN2XmhMeW0 .btn-container {
    display: none;
  }
}
.cid-uN2Xmi2AkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cacaca;
}
.cid-uN2Xmi2AkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2Xmi2AkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2Xmi2AkA .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #3c2355;
  position: relative;
}
.cid-uN2Xmi2AkA .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #3c2355;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uN2Xmi2AkA .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uN2Xmi2AkA .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #3c2355;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uN2Xmi2AkA .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uN2Xmi2AkA .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uN2Xmi2AkA .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uN2Xmi2AkA .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uN2Xmi2AkA .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uN2Xmi2AkA .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uN2Xmi2AkA .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uN2Xmi2AkA .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uN2Xmi2AkA .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uN2Xmi2AkA .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uN2Xmi2AkA .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uN2Xmi2AkA .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uN2Xmi2AkA .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uN2Xmi2AkA .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uN2Xmi2AkA .mbr-text {
    width: 100%;
  }
}
.cid-uN2Xmi2AkA .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN31ZYxpWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uN31ZYxpWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN31ZYxpWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN31ZYxpWv .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uN31ZYxpWv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uN31ZYxpWv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN31ZYxpWv .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uN31ZYxpWv .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uN31ZYxpWv .panel-group .card {
    padding: 16px;
  }
}
.cid-uN31ZYxpWv .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uN31ZYxpWv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #bbd3d3;
  margin-left: 8px;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #7dabab;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uN31ZYxpWv .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uN31ZYxpWv .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uN31ZYxpWv .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uN31ZYxpWv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uN31ZYxpWv .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #b9b9b9;
}
@media (max-width: 992px) {
  .cid-uN31ZYxpWv .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uN31ZYxpWv .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uN31ZYxpWv .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uN31ZYxpWv .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uN31ZYxpWv .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uN31ZYxpWv .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uN31ZYxpWv .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uN31ZYxpWv .mbr-section-title {
  color: #272b2e;
}
.cid-uN31ZYxpWv .panel-title-edit {
  color: #272b2e;
}
.cid-uN31ZYxpWv .panel-text {
  color: #000000;
}
.cid-uN31ZYxpWv .card-title {
  color: #272b2e;
}
.cid-uN31ZYxpWv .card-title,
.cid-uN31ZYxpWv .icon-wrap,
.cid-uN31ZYxpWv .mbr-section-btn {
  text-align: center;
}
.cid-uN2XmiD5dG .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN2XmiD5dG .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .img-bg {
    display: none;
  }
}
.cid-uN2XmiD5dG .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .container {
    padding: 0 !important;
  }
}
.cid-uN2XmiD5dG .row {
  width: 100%;
  align-items: center;
}
.cid-uN2XmiD5dG .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uN2XmiD5dG .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN2XmiD5dG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN2XmiD5dG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN2XmiD5dG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN2XmiD5dG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2XmiD5dG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2XmiD5dG .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .brand-text {
    margin-top: 45px;
  }
}
.cid-uN2XmiD5dG .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uN2XmiD5dG .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN2XmiD5dG .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uN2XmiD5dG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN2XmiD5dG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN2XmiD5dG .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN2XmiD5dG .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN2XmiD5dG .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN2XmiD5dG .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN2XmiD5dG .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2XmiD5dG .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN2XmiD5dG .col-link3 {
    padding-left: 0;
  }
}
.cid-uN2XmiD5dG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uN2XmiD5dG .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2XmiD5dG .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN2XmiD5dG .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uN2XmiD5dG .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN2XmiD5dG .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN2XmiD5dG .copyright {
    text-align: center !important;
  }
}
.cid-uN31B7wSTO {
  z-index: 1000;
  width: 100%;
}
.cid-uN31B7wSTO nav.navbar {
  position: fixed;
}
.cid-uN31B7wSTO .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-uN31B7wSTO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN31B7wSTO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN31B7wSTO .dropdown-item:hover,
.cid-uN31B7wSTO .dropdown-item:focus {
  background: #a073ec !important;
  color: white !important;
}
.cid-uN31B7wSTO .dropdown-item:hover span {
  color: white;
}
.cid-uN31B7wSTO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN31B7wSTO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN31B7wSTO .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN31B7wSTO .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN31B7wSTO .nav-link {
  position: relative;
}
.cid-uN31B7wSTO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN31B7wSTO .container {
    flex-wrap: nowrap;
  }
}
.cid-uN31B7wSTO .dropdown-menu,
.cid-uN31B7wSTO .navbar.opened {
  background: #f77d06 !important;
}
.cid-uN31B7wSTO .nav-item:focus,
.cid-uN31B7wSTO .nav-link:focus {
  outline: none;
}
.cid-uN31B7wSTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN31B7wSTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN31B7wSTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN31B7wSTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN31B7wSTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN31B7wSTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN31B7wSTO .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uN31B7wSTO .navbar.opened {
  transition: all 0.3s;
}
.cid-uN31B7wSTO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN31B7wSTO .navbar .navbar-logo img {
  width: auto;
}
.cid-uN31B7wSTO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN31B7wSTO .navbar.collapsed {
  justify-content: center;
}
.cid-uN31B7wSTO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN31B7wSTO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uN31B7wSTO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN31B7wSTO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN31B7wSTO .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-uN31B7wSTO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN31B7wSTO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN31B7wSTO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN31B7wSTO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN31B7wSTO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN31B7wSTO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN31B7wSTO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN31B7wSTO .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-uN31B7wSTO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN31B7wSTO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN31B7wSTO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN31B7wSTO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN31B7wSTO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN31B7wSTO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN31B7wSTO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN31B7wSTO .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-uN31B7wSTO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uN31B7wSTO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN31B7wSTO .dropdown-item.active,
.cid-uN31B7wSTO .dropdown-item:active {
  background-color: transparent;
}
.cid-uN31B7wSTO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN31B7wSTO .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN31B7wSTO .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN31B7wSTO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f77d06;
}
.cid-uN31B7wSTO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN31B7wSTO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN31B7wSTO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN31B7wSTO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN31B7wSTO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN31B7wSTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uN31B7wSTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN31B7wSTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN31B7wSTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN31B7wSTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN31B7wSTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN31B7wSTO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN31B7wSTO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN31B7wSTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN31B7wSTO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN31B7wSTO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN31B7wSTO .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-uN31B7wSTO .navbar {
    height: 70px;
  }
  .cid-uN31B7wSTO .navbar.opened {
    height: auto;
  }
  .cid-uN31B7wSTO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN31B7wSTO .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uN31B7wSTO .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #f77d06;
}
.cid-uN31B7wSTO .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uN31B7wSTO .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uN31B7wSTO .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #f77d06 !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uN31B7wSTO .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uN31B7wSTO .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uN31B7wSTO .navbar {
    padding: 5px 0 !important;
  }
  .cid-uN31B7wSTO .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uN31B7wSTO .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #f77d06;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-uN31B7wSTO .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uN31B7wSTO .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uN31B7wSTO .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uN31B7wSTO .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uN31B7wSTO .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uN31B7wSTO .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uN31B7wSTO .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uN31B7wSTO .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uN31B7wSTO .btn-container {
    display: none;
  }
}
.cid-uN31B7NXtr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cacaca;
}
.cid-uN31B7NXtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN31B7NXtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN31B7NXtr .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #3c2355;
  position: relative;
}
.cid-uN31B7NXtr .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #3c2355;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uN31B7NXtr .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uN31B7NXtr .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #3c2355;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uN31B7NXtr .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uN31B7NXtr .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uN31B7NXtr .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uN31B7NXtr .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uN31B7NXtr .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uN31B7NXtr .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uN31B7NXtr .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uN31B7NXtr .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uN31B7NXtr .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uN31B7NXtr .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uN31B7NXtr .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uN31B7NXtr .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uN31B7NXtr .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uN31B7NXtr .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uN31B7NXtr .mbr-text {
    width: 100%;
  }
}
.cid-uN31B7NXtr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN31B87VO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uN31B87VO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN31B87VO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN31B87VO4 .mbr-section-title {
  color: #000000;
}
.cid-uN31B87VO4 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uN31B87VO4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uN31B8kEje .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uN31B8kEje .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .img-bg {
    display: none;
  }
}
.cid-uN31B8kEje .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .container {
    padding: 0 !important;
  }
}
.cid-uN31B8kEje .row {
  width: 100%;
  align-items: center;
}
.cid-uN31B8kEje .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uN31B8kEje .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uN31B8kEje .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uN31B8kEje .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uN31B8kEje .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uN31B8kEje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN31B8kEje .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN31B8kEje .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .brand-text {
    margin-top: 45px;
  }
}
.cid-uN31B8kEje .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uN31B8kEje .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uN31B8kEje .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uN31B8kEje .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uN31B8kEje .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN31B8kEje .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uN31B8kEje .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uN31B8kEje .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uN31B8kEje .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uN31B8kEje .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uN31B8kEje .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uN31B8kEje .col-link3 {
    padding-left: 0;
  }
}
.cid-uN31B8kEje .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uN31B8kEje .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN31B8kEje .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uN31B8kEje .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uN31B8kEje .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uN31B8kEje .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uN31B8kEje .copyright {
    text-align: center !important;
  }
}
