body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.125rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Karla', sans-serif;
  font-size: 1.0625rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.7rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #45206d !important;
}
.bg-success {
  background-color: #6e32ae !important;
}
.bg-info {
  background-color: #45206d !important;
}
.bg-warning {
  background-color: #fab41b !important;
}
.bg-danger {
  background-color: #5a298e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #45206d !important;
  border-color: #45206d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #200f32 !important;
  border-color: #200f32 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #200f32 !important;
  border-color: #200f32 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #45206d !important;
  border-color: #45206d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #200f32 !important;
  border-color: #200f32 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #200f32 !important;
  border-color: #200f32 !important;
}
.btn-info,
.btn-info:active {
  background-color: #45206d !important;
  border-color: #45206d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #200f32 !important;
  border-color: #200f32 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #200f32 !important;
  border-color: #200f32 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6e32ae !important;
  border-color: #6e32ae !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #482173 !important;
  border-color: #482173 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #482173 !important;
  border-color: #482173 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fab41b !important;
  border-color: #fab41b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c48804 !important;
  border-color: #c48804 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c48804 !important;
  border-color: #c48804 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5a298e !important;
  border-color: #5a298e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #341853 !important;
  border-color: #341853 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #341853 !important;
  border-color: #341853 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #45206d;
  color: #45206d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #45206d;
  border-color: #45206d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #45206d !important;
  border-color: #45206d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #45206d;
  color: #45206d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #45206d;
  border-color: #45206d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45206d !important;
  border-color: #45206d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #45206d;
  color: #45206d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #45206d;
  border-color: #45206d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #45206d !important;
  border-color: #45206d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #6e32ae;
  color: #6e32ae;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #6e32ae;
  border-color: #6e32ae;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6e32ae !important;
  border-color: #6e32ae !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fab41b;
  color: #fab41b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fab41b;
  border-color: #fab41b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fab41b !important;
  border-color: #fab41b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5a298e;
  color: #5a298e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5a298e;
  border-color: #5a298e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5a298e !important;
  border-color: #5a298e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #45206d !important;
}
.text-secondary {
  color: #45206d !important;
}
.text-success {
  color: #6e32ae !important;
}
.text-info {
  color: #45206d !important;
}
.text-warning {
  color: #fab41b !important;
}
.text-danger {
  color: #5a298e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #13091e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #13091e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3c1b5f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #13091e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ab7704 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #28123f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #45206d;
}
.alert-warning {
  background-color: #fab41b;
}
.alert-danger {
  background-color: #5a298e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #45206d;
  border-color: #45206d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #45206d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8444c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ae84dc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8444c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef6e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9a64d2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
blockquote {
  border-color: #45206d;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #45206d !important;
  border-color: #45206d !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #45206d !important;
  -webkit-box-shadow: 0 6px 16px 0 #45206d !important;
  background-color: #45206d !important;
  border-color: #45206d !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #6e32ae !important;
  -webkit-box-shadow: 0 6px 16px 0 #6e32ae !important;
  background-color: #6e32ae !important;
  border-color: #6e32ae !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #45206d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #45206d;
  border-bottom-color: #45206d;
}
.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: #45206d !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: #45206d !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%;
}
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='%2345206d' %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;
}
.cid-tAlpRNwThy {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAlpRNwThy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAlpRNwThy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAlpRNwThy .mbr-section-title,
.cid-tAlpRNwThy .mbr-text,
.cid-tAlpRNwThy .mbr-section-btn {
  text-align: center;
}
.cid-tAlpRNwThy .video-wrapper {
  margin: auto;
}
.cid-tAlpRNwThy .video-wrapper iframe {
  width: 100%;
}
.cid-tAlpRNwThy .mbr-section-title {
  color: #45206d;
  text-align: center;
}
.cid-tAlpRNwThy .mbr-section-title DIV {
  text-align: center;
}
.cid-tAlpRNwThy .mbr-text,
.cid-tAlpRNwThy .mbr-section-btn {
  color: #5a298e;
}
.cid-tJOHbxCyfz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJOHbxCyfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOHbxCyfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOHbxCyfz h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tJOHbxCyfz .row {
  justify-content: space-between;
}
.cid-tJOHbxCyfz .mbr-section-title {
  color: #45206d;
  text-align: left;
}
.cid-tK15bkXkSi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tK15bkXkSi h3 {
  text-align: center;
}
.cid-tK15bkXkSi .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tK15bkXkSi .mbr-content-text {
  color: #767676;
}
.cid-tK15bkXkSi .card {
  word-wrap: break-word;
}
.cid-tK15bkXkSi .mbr-iconfont {
  font-size: 80px;
  color: #45206d;
}
.cid-tK15bkXkSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK15bkXkSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK15bkXkSi H3 {
  color: #45206d;
}
.cid-tAr0wpApBF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tAr0wpApBF .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #45206d;
  text-align: center;
}
.cid-tAr0wpApBF .mbr-section-title {
  margin-bottom: 0;
  color: #5a298e;
  text-align: center;
}
.cid-tAr0wpApBF .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-tAr0wpApBF .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-tAr0wpApBF .card_wrapper:hover .card_title a {
  color: #45206d !important;
}
.cid-tAr0wpApBF .card_wrapper:hover .card_link .mbr-iconfont {
  color: #45206d !important;
}
.cid-tAr0wpApBF .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-tAr0wpApBF .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-tAr0wpApBF .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-tAr0wpApBF .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-tAr0wpApBF .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-tAr0wpApBF .icon_block {
  margin-bottom: 40px;
}
.cid-tAr0wpApBF .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #28123f 0%, rgba(90, 41, 142, 0.8) 100%);
}
.cid-tAr0wpApBF .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tAr0wpApBF .card_title {
  margin-bottom: 20px;
  color: #45206d;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tAr0wpApBF .card_text {
  margin-bottom: 50px;
}
.cid-tAr0wpApBF .card_link {
  display: block;
}
.cid-tAr0wpApBF .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-tAr0wpApBF .card_link a:hover {
  transform: translateX(6px);
}
.cid-tAr0wpApBF .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tAr0wpApBF .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-tAr0wpApBF .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #6e32ae;
  border-radius: 50%;
}
.cid-tAr0wpApBF .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #45206d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-tAr0wpApBF .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fab41b;
}
.cid-tAr0wpApBF .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #5a298e;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-tAr0wpApBF .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-tAr0wpApBF .card_title {
    margin-bottom: 15px;
  }
  .cid-tAr0wpApBF .card_text {
    margin-bottom: 20px;
  }
  .cid-tAr0wpApBF .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-tAr0wpApBF .card_title,
.cid-tAr0wpApBF .icon_block {
  color: #45206d;
}
.cid-tJ6OgoxYDD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJ6OgoxYDD .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #45206d;
  text-align: center;
}
.cid-tJ6OgoxYDD .mbr-section-title {
  margin-bottom: 0;
  color: #6e32ae;
  text-align: center;
}
.cid-tJ6OgoxYDD .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-tJ6OgoxYDD .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-tJ6OgoxYDD .card_wrapper:hover .card_title a {
  color: #45206d !important;
}
.cid-tJ6OgoxYDD .card_wrapper:hover .card_link .mbr-iconfont {
  color: #45206d !important;
}
.cid-tJ6OgoxYDD .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-tJ6OgoxYDD .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-tJ6OgoxYDD .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-tJ6OgoxYDD .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-tJ6OgoxYDD .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-tJ6OgoxYDD .icon_block {
  margin-bottom: 40px;
}
.cid-tJ6OgoxYDD .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #28123f 0%, rgba(90, 41, 142, 0.8) 100%);
}
.cid-tJ6OgoxYDD .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tJ6OgoxYDD .card_title {
  margin-bottom: 20px;
  color: #45206d;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tJ6OgoxYDD .card_text {
  margin-bottom: 50px;
}
.cid-tJ6OgoxYDD .card_link {
  display: block;
}
.cid-tJ6OgoxYDD .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-tJ6OgoxYDD .card_link a:hover {
  transform: translateX(6px);
}
.cid-tJ6OgoxYDD .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tJ6OgoxYDD .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-tJ6OgoxYDD .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #6e32ae;
  border-radius: 50%;
}
.cid-tJ6OgoxYDD .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #45206d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-tJ6OgoxYDD .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fab41b;
}
.cid-tJ6OgoxYDD .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #5a298e;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-tJ6OgoxYDD .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-tJ6OgoxYDD .card_title {
    margin-bottom: 15px;
  }
  .cid-tJ6OgoxYDD .card_text {
    margin-bottom: 20px;
  }
  .cid-tJ6OgoxYDD .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-tJ6OgoxYDD .card_title,
.cid-tJ6OgoxYDD .icon_block {
  color: #45206d;
}
.cid-tK18caJeo8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tK18caJeo8 .mbr-overlay {
  z-index: 1;
}
.cid-tK18caJeo8 .title-item {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tK18caJeo8 .title-item {
    margin-bottom: 30px;
  }
}
.cid-tK18caJeo8 .title-icon-box {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 32px;
}
.cid-tK18caJeo8 .title-icon-box .mbr-iconfont {
  color: #0057fc;
}
.cid-tK18caJeo8 .mbr-section-title {
  max-width: 660px;
  margin: 0 auto 12px;
}
.cid-tK18caJeo8 .mbr-text {
  max-width: 660px;
  margin: 0 auto;
  color: #555555;
}
.cid-tK18caJeo8 .carousel {
  margin-bottom: 80px;
}
.cid-tK18caJeo8 .carousel,
.cid-tK18caJeo8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tK18caJeo8 .item-wrapper {
  width: 100%;
}
.cid-tK18caJeo8 .carousel-caption {
  bottom: 40px;
  position: static;
  padding: 30px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tK18caJeo8 .carousel-caption {
    padding: 15px;
  }
}
.cid-tK18caJeo8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tK18caJeo8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tK18caJeo8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tK18caJeo8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tK18caJeo8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tK18caJeo8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tK18caJeo8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tK18caJeo8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK18caJeo8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tK18caJeo8 .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-tK18caJeo8 .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.cid-tK18caJeo8 .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tK18caJeo8 .carousel-indicators li.active,
.cid-tK18caJeo8 .carousel-indicators li:hover {
  background-color: #45206d;
  border: 2px solid #45206d;
}
.cid-tK18caJeo8 .carousel-indicators li::after,
.cid-tK18caJeo8 .carousel-indicators li::before {
  content: none;
}
.cid-tK18caJeo8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tK18caJeo8 .carousel-indicators {
    display: none !important;
  }
}
.cid-tK18caJeo8 .mbr-section-subtitle {
  color: #555555;
}
.cid-tK18caJeo8 .name-text {
  color: #111111;
}
.cid-tK18caJeo8 .prof-text {
  color: #555555;
  font-style: italic;
}
.cid-tK18caJeo8 .item-menu-overlay {
  display: none !important;
}
.cid-tK18caJeo8 .user-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tK18caJeo8 .user-container {
    padding-top: 15px;
  }
}
.cid-tK18caJeo8 .user-wrap {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.cid-tK18caJeo8 .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-tK18caJeo8 .avatar-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tK18caJeo8 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK18caJeo8 .icon-box .mbr-iconfont {
  color: #555555;
}
.cid-tK18caJeo8 .mbr-section-title,
.cid-tK18caJeo8 .title-icon-box {
  color: #45206d;
}
.cid-tK3nfIoP0C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tK3nfIoP0C img {
  width: 100%;
  border-radius: 15px;
}
.cid-tK2Tp7lwwu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tK2Tp7lwwu .row {
  align-items: center;
  width: 100%;
}
.cid-tK2Tp7lwwu .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tK2Tp7lwwu .title-text {
  width: 100%;
}
.cid-tK2Tp7lwwu .main-title {
  color: #45206d;
  text-align: center;
}
.cid-tK2Tp7lwwu .main-subtitle {
  color: #727272;
}
.cid-tK2Tp7lwwu form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tK2Tp7lwwu form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tK2Tp7lwwu form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tK2Tp7lwwu form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tK2Tp7lwwu form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tK2Tp7lwwu form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tK2Tp7lwwu form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form select {
  color: #000000 !important;
}
.cid-tK2Tp7lwwu form textarea {
  height: 100px;
}
.cid-tK2Tp7lwwu form input,
.cid-tK2Tp7lwwu form textarea {
  background-color: transparent !important;
}
.cid-tK2Tp7lwwu form input:active,
.cid-tK2Tp7lwwu form textarea:active,
.cid-tK2Tp7lwwu form input:focus,
.cid-tK2Tp7lwwu form textarea:focus {
  border-color: #45206d !important;
}
.cid-tK2Tp7lwwu form input:active::-webkit-input-placeholder,
.cid-tK2Tp7lwwu form textarea:active::-webkit-input-placeholder,
.cid-tK2Tp7lwwu form input:focus::-webkit-input-placeholder,
.cid-tK2Tp7lwwu form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form input:active::-moz-placeholder,
.cid-tK2Tp7lwwu form textarea:active::-moz-placeholder,
.cid-tK2Tp7lwwu form input:focus::-moz-placeholder,
.cid-tK2Tp7lwwu form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form input:active:-moz-placeholder,
.cid-tK2Tp7lwwu form textarea:active:-moz-placeholder,
.cid-tK2Tp7lwwu form input:focus:-moz-placeholder,
.cid-tK2Tp7lwwu form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form input:active:-ms-input-placeholder,
.cid-tK2Tp7lwwu form textarea:active:-ms-input-placeholder,
.cid-tK2Tp7lwwu form input:focus:-ms-input-placeholder,
.cid-tK2Tp7lwwu form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tK2Tp7lwwu form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tK2Tp7lwwu form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tK2Tp7lwwu form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tK2Tp7lwwu form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tK2Tp7lwwu form .form-check-input:focus,
.cid-tK2Tp7lwwu form .form-check-input:hover {
  border-color: #45206d !important;
}
.cid-tK2Tp7lwwu form .form-check-input:checked {
  border-color: #45206d !important;
  background-color: #45206d !important;
}
.cid-tK2Tp7lwwu LABEL {
  color: #45206d;
}
.cid-tJrLIyebDt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #45206d;
}
.cid-tJrLIyebDt .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffffff;
}
.cid-tJrLIyebDt .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-tJrLIyebDt .button-align {
  text-align: center;
}
.cid-tJrLIyebDt .mbr-section-btn {
  display: block;
}
.cid-tJrLIyebDt .container {
  max-width: 739px;
}
.cid-tJrLIyebDt .btn {
  margin-top: 20px;
}
.cid-tJrLIyebDt a.btn > span {
  margin-left: 0.5rem;
}
.cid-tK13c5oiTy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #45206d;
}
.cid-tK13c5oiTy .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffffff;
}
.cid-tK13c5oiTy .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-tK13c5oiTy .button-align {
  text-align: center;
}
.cid-tK13c5oiTy .mbr-section-btn {
  display: block;
}
.cid-tK13c5oiTy .container {
  max-width: 739px;
}
.cid-tK13c5oiTy .btn {
  margin-top: 20px;
}
.cid-tK13c5oiTy a.btn > span {
  margin-left: 0.5rem;
}
.cid-tJlu8W02CL {
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tJlu8W02CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlu8W02CL .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-tJlu8W02CL .container {
    padding: 0 20px;
  }
  .cid-tJlu8W02CL .container .row {
    padding: 0;
  }
}
.cid-tJlu8W02CL .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJlu8W02CL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJlu8W02CL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJlu8W02CL .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJlu8W02CL .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJlu8W02CL .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJlu8W02CL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJlu8W02CL .video-block .video-wrapper .app-video-wrapper:before {
  color: #45206d;
  text-shadow: none;
}
.cid-tJlu8W02CL .mbr-section-title {
  color: #222222;
}
.cid-tJlu8W02CL .mbr-text {
  color: #222222;
}
.cid-tJlu8W02CL .mbr-section-title,
.cid-tJlu8W02CL .mbr-section-btn {
  color: #45206d;
}
.cid-tJ3S9eW8of {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJ3S9eW8of .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ3S9eW8of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ3S9eW8of .text-wrapper {
  border-left: 4px solid #45206d;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ3S9eW8of .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tJ3S9eW8of .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ3S9eW8of .image-wrapper {
    padding: 1rem;
  }
}
.cid-tJ3S9eW8of .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45206d;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tJ3S9eW8of .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tJ3S9eW8of .row {
  flex-direction: row-reverse;
}
.cid-tJ3S9eW8of .row {
  align-items: center;
}
.cid-tJ3S9eW8of .mbr-section-title {
  color: #45206d;
}
.cid-tJ3S9eW8of .mbr-text,
.cid-tJ3S9eW8of .mbr-section-btn {
  color: #000000;
}
.cid-tJ3S9eW8of .mbr-section-subtitle {
  color: #491414;
}
.cid-tJ6qAGHBNO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJ6qAGHBNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ6qAGHBNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ6qAGHBNO .text-wrapper {
  border-left: 4px solid #45206d;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ6qAGHBNO .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tJ6qAGHBNO .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ6qAGHBNO .image-wrapper {
    padding: 1rem;
  }
}
.cid-tJ6qAGHBNO .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45206d;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tJ6qAGHBNO .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tJ6qAGHBNO .row {
  align-items: center;
}
.cid-tJ6qAGHBNO .mbr-section-title {
  color: #45206d;
}
.cid-tJ6qAGHBNO .mbr-text,
.cid-tJ6qAGHBNO .mbr-section-btn {
  color: #000000;
}
.cid-tJ6qAGHBNO .mbr-section-subtitle {
  color: #491414;
}
.cid-tJcAEU7oMM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJcAEU7oMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcAEU7oMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJcAEU7oMM .text-wrapper {
  border-left: 4px solid #45206d;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tJcAEU7oMM .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tJcAEU7oMM .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tJcAEU7oMM .image-wrapper {
    padding: 1rem;
  }
}
.cid-tJcAEU7oMM .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45206d;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tJcAEU7oMM .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tJcAEU7oMM .row {
  flex-direction: row-reverse;
}
.cid-tJcAEU7oMM .row {
  align-items: center;
}
.cid-tJcAEU7oMM .mbr-section-title {
  color: #45206d;
}
.cid-tJcAEU7oMM .mbr-text,
.cid-tJcAEU7oMM .mbr-section-btn {
  color: #000000;
}
.cid-tJcAEU7oMM .mbr-section-subtitle {
  color: #491414;
}
.cid-tJrCrCc5DH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJrCrCc5DH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrCrCc5DH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJrCrCc5DH .text-wrapper {
  border-left: 4px solid #45206d;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tJrCrCc5DH .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tJrCrCc5DH .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tJrCrCc5DH .image-wrapper {
    padding: 1rem;
  }
}
.cid-tJrCrCc5DH .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45206d;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tJrCrCc5DH .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tJrCrCc5DH .row {
  align-items: center;
}
.cid-tJrCrCc5DH .mbr-section-title {
  color: #45206d;
}
.cid-tJrCrCc5DH .mbr-text,
.cid-tJrCrCc5DH .mbr-section-btn {
  color: #000000;
}
.cid-tJrCrCc5DH .mbr-section-subtitle {
  color: #491414;
}
.cid-tAqWNICkp7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAqWNICkp7 .subicon-title {
  color: #45206d;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAqWNICkp7 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAqWNICkp7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tAqWNICkp7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #fab41b;
  display: inline-block;
}
.cid-tAqWNICkp7 .process-icon,
.cid-tAqWNICkp7 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tAqWNICkp7 .wrapper,
.cid-tAqWNICkp7 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tAqWNICkp7 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #45206d;
  opacity: .4;
}
.cid-tAqWNICkp7 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tAqWNICkp7 .icon-container a {
  display: inherit;
}
.cid-tAqWNICkp7 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-tAqWNICkp7 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tAqWNICkp7 .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-tAqWNICkp7 .icon-main:hover .icon-number {
  background-color: #45206d !important;
  color: #ffffff !important;
}
.cid-tAqWNICkp7 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-tAqWNICkp7 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-tAqWNICkp7 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tAqWNICkp7 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tAqWNICkp7 .mbr-section-title {
  margin: 0;
}
.cid-tAqWNICkp7 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tAqWNICkp7 .mbr-section-title,
.cid-tAqWNICkp7 .underline {
  color: #45206d;
}
.cid-tBxCq3dnII {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #45206d;
}
.cid-tBxCq3dnII .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBxCq3dnII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBxCq3dnII .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-tBxCq3dnII .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #ffffff;
  border-radius: 100vw;
}
.cid-tBxCq3dnII .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tBxCq3dnII .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-tBxCq3dnII .mbr-section-btn {
  margin-top: 50px;
}
.cid-tBxCq3dnII .mbr-section-subtitle,
.cid-tBxCq3dnII .mbr-section-btn {
  color: #ffffff;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2m p {
  font-size: 60px;
  color: #777;
}
.cid-tAXYWJEKis {
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tAXYWJEKis .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAXYWJEKis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAXYWJEKis .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-tAXYWJEKis .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tAXYWJEKis .mbr-section-title {
  color: #fab41b;
}
.cid-tAXYWJEKis .mbr-section-subtitle {
  color: #5a298e;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tAXYWJEKis .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tAXYWJEKis .card-row {
  align-items: stretch;
}
.cid-tAXYWJEKis .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tAXYWJEKis .card {
    flex-basis: 80% !important;
  }
}
.cid-tAXYWJEKis .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #45206d, #5a298e);
  box-shadow: 10px 10px 19px #6e32ae, -10px -10px 19px #6e32ae;
}
.cid-tAXYWJEKis .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tAXYWJEKis .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #45206d);
  opacity: 0;
  transition: .5s all;
}
.cid-tAXYWJEKis .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tAXYWJEKis .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-tAXYWJEKis .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-tAXYWJEKis .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.cid-tAXYWJEKis .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tAXYWJEKis .card-title a {
  transition: 0.4s all;
}
.cid-tAXYWJEKis .card-title a:hover {
  color: #45206d !important;
}
.cid-tAvncGlMuq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAvncGlMuq .row {
  align-items: center;
  width: 100%;
}
.cid-tAvncGlMuq .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tAvncGlMuq .title-text {
  width: 100%;
}
.cid-tAvncGlMuq .main-title {
  color: #45206d;
  text-align: center;
}
.cid-tAvncGlMuq .main-subtitle {
  color: #727272;
}
.cid-tAvncGlMuq form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tAvncGlMuq form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tAvncGlMuq form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tAvncGlMuq form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tAvncGlMuq form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tAvncGlMuq form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tAvncGlMuq form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form select {
  color: #000000 !important;
}
.cid-tAvncGlMuq form textarea {
  height: 100px;
}
.cid-tAvncGlMuq form input,
.cid-tAvncGlMuq form textarea {
  background-color: transparent !important;
}
.cid-tAvncGlMuq form input:active,
.cid-tAvncGlMuq form textarea:active,
.cid-tAvncGlMuq form input:focus,
.cid-tAvncGlMuq form textarea:focus {
  border-color: #45206d !important;
}
.cid-tAvncGlMuq form input:active::-webkit-input-placeholder,
.cid-tAvncGlMuq form textarea:active::-webkit-input-placeholder,
.cid-tAvncGlMuq form input:focus::-webkit-input-placeholder,
.cid-tAvncGlMuq form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form input:active::-moz-placeholder,
.cid-tAvncGlMuq form textarea:active::-moz-placeholder,
.cid-tAvncGlMuq form input:focus::-moz-placeholder,
.cid-tAvncGlMuq form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form input:active:-moz-placeholder,
.cid-tAvncGlMuq form textarea:active:-moz-placeholder,
.cid-tAvncGlMuq form input:focus:-moz-placeholder,
.cid-tAvncGlMuq form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form input:active:-ms-input-placeholder,
.cid-tAvncGlMuq form textarea:active:-ms-input-placeholder,
.cid-tAvncGlMuq form input:focus:-ms-input-placeholder,
.cid-tAvncGlMuq form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tAvncGlMuq form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tAvncGlMuq form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tAvncGlMuq form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tAvncGlMuq form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tAvncGlMuq form .form-check-input:focus,
.cid-tAvncGlMuq form .form-check-input:hover {
  border-color: #45206d !important;
}
.cid-tAvncGlMuq form .form-check-input:checked {
  border-color: #45206d !important;
  background-color: #45206d !important;
}
.cid-tAvncGlMuq LABEL {
  color: #45206d;
}
.cid-tAvdiyMRvw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 2
;
}
.cid-tAvdiyMRvw .nav-tabs .nav-item.open .nav-link:focus,
.cid-tAvdiyMRvw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tAvdiyMRvw .row {
  justify-content: space-between;
}
.cid-tAvdiyMRvw img {
  border-radius: 8px;
}
.cid-tAvdiyMRvw .tab-content {
  margin-bottom: 1rem;
}
.cid-tAvdiyMRvw .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}
.cid-tAvdiyMRvw .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-tAvdiyMRvw .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tAvdiyMRvw .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #45206d !important;
  transition: all .5s;
}
.cid-tAvdiyMRvw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #45206d !important;
}
.cid-tAvdiyMRvw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #45206d !important;
  font-style: normal;
}
.cid-tAvdiyMRvw .nav-link {
  border: none;
  border-bottom: 3px solid #fab41b !important;
}
.cid-tAvdiyMRvw .nav-link:hover {
  border: none;
  border-bottom: 3px solid #45206d !important;
}
.cid-tAvdiyMRvw .nav-link.active {
  border: none;
  border-bottom: 3px solid #45206d !important;
}
.cid-tAvdiyMRvw P {
  color: #45206d;
}
@media (max-width: 576px) {
  .cid-tAvdiyMRvw .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tAvdiyMRvw .mbr-text,
  .cid-tAvdiyMRvw .nav-link {
    text-align: center;
  }
}
.cid-tAvdiyMRvw .main-sub-title,
.cid-tAvdiyMRvw .align-wrapper {
  color: #6e32ae;
}
.cid-tAvdiyMRvw .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tAvdiyMRvw .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tAvdiyMRvw .inline-wrapper {
  display: inline-block;
}
.cid-tAvdiyMRvw .align-wrapper {
  width: 100%;
}
.cid-tAvdiyMRvw .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tAvdiyMRvw .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tAvdiyMRvw .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tAvdiyMRvw .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tAvdiyMRvw .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tAvdiyMRvw .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #a8aaf1;
}
.cid-tAvdiyMRvw .title,
.cid-tAvdiyMRvw .link-align-wrapper {
  color: #45206d;
}
.cid-tI9U9PJ8ur .navbar {
  padding: 0.5rem 0;
  background: #45206d;
  transition: none;
  min-height: 50px;
}
.cid-tI9U9PJ8ur .navbar-fixed-top {
  padding-top: 0;
}
.cid-tI9U9PJ8ur .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #45206d;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tI9U9PJ8ur .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-content-top {
  background: #45206d;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tI9U9PJ8ur .dropdown-item:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .nav-link,
.cid-tI9U9PJ8ur .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tI9U9PJ8ur .nav-link:hover,
.cid-tI9U9PJ8ur .brand-name:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .dropdown-menu {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .dropdown-item:active {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tI9U9PJ8ur .navbar-dropdown.bg-color.transparent.opened {
  background: #45206d;
}
.cid-tI9U9PJ8ur .nav-item {
  position: relative;
}
.cid-tI9U9PJ8ur .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tI9U9PJ8ur .nav-item .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .content-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #45206d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tI9U9PJ8ur .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI9U9PJ8ur .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tI9U9PJ8ur .content-right-side {
  text-align: center;
}
.cid-tI9U9PJ8ur .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tI9U9PJ8ur .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tI9U9PJ8ur .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tI9U9PJ8ur .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tI9U9PJ8ur .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .info-widget:first-child {
  margin-left: 0;
}
.cid-tI9U9PJ8ur .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tI9U9PJ8ur .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tI9U9PJ8ur .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tI9U9PJ8ur .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #6e32ae;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tI9U9PJ8ur .navbar {
    display: block;
    padding: 0;
  }
  .cid-tI9U9PJ8ur .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tI9U9PJ8ur .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tI9U9PJ8ur .navbar-toggler {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tI9U9PJ8ur .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tI9U9PJ8ur .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tI9U9PJ8ur .btn-sm {
  padding: 13px 29px;
}
.cid-tI9U9PJ8ur .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tI9U9PJ8ur .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI9U9PJ8ur .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler:focus {
  outline: none;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .btn {
  display: flex;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .collapsed button.navbar-toggler {
  display: block;
}
.cid-tI9U9PJ8ur .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tI9U9PJ8ur .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tI9U9PJ8ur .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tI9U9PJ8ur .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .menu-content-top {
    display: flex;
  }
  .cid-tI9U9PJ8ur .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tI9U9PJ8ur .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tI9U9PJ8ur .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tI9U9PJ8ur .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing,
  .cid-tI9U9PJ8ur .navbar-collapse.show {
    display: block !important;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #45206d;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tI9U9PJ8ur img {
    height: 3.8rem !important;
  }
  .cid-tI9U9PJ8ur .btn {
    display: flex;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tI9U9PJ8ur .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tI9U9PJ8ur .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .navbar-toggler {
  position: relative;
}
.cid-tI9U9PJ8ur .widget-title,
.cid-tI9U9PJ8ur .widget-icon {
  color: #e9e9e9;
}
.cid-tI9U9PJ8ur .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tI9U9PJ8ur .menu-content-top,
  .cid-tI9U9PJ8ur .menu-bottom {
    padding: 0 15px;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    align-self: center;
  }
  .cid-tI9U9PJ8ur .btn {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .widget-icon {
    padding-right: 0;
  }
}
.cid-tI9U9PJ8ur .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a298e;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:hover {
  color: #45206d;
  background-color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tI9U9PJ8ur .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tK3Ia2zPKP {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #45206d);
}
.cid-tK3Ia2zPKP .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tK3Ia2zPKP .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tK3Ia2zPKP .list-group-item {
  padding: .75rem 0rem;
}
.cid-tK3Ia2zPKP .plan-subtitle {
  color: #cccccc;
}
.cid-tK3Ia2zPKP .mbr-text {
  margin: 10px 0 0 0;
  color: #ffffff;
}
.cid-tK3Ia2zPKP .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tK3Ia2zPKP .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tK3Ia2zPKP .plan .mbr-overlay {
  background: #45206d;
  opacity: 1;
}
.cid-tK3Ia2zPKP .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tK3Ia2zPKP .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tK3Ia2zPKP .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tK3Ia2zPKP .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tK3Ia2zPKP .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tK3Ia2zPKP .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tK3Ia2zPKP .plan {
    margin-bottom: 30px;
  }
}
.cid-tK3Ia2zPKP .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tK3Ia2zPKP .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tK3Ia2zPKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK3Ia2zPKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtdSxiDUh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tGtdSxiDUh .container-fluid {
  padding: 0 3rem;
}
.cid-tGtdSxiDUh ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGtdSxiDUh ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tGtdSxiDUh ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tGtdSxiDUh ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tGtdSxiDUh .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGtdSxiDUh .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tGtdSxiDUh .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tGtdSxiDUh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #45206d, #45206d);
  display: inline-block;
}
.cid-tGF52pqE6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGF52pqE6U a.btn > span {
  margin-left: 0.5rem;
}
.cid-tGF52pqE6U .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tGF52pqE6U .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #45206d;
}
.cid-tGF52pqE6U .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tGF52pqE6U .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tGF52pqE6U .right-side {
  max-width: 554px;
}
.cid-tGF52pqE6U .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tGF52pqE6U .margin {
  margin-right: 14px;
}
.cid-tGF52pqE6U .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tGF52pqE6U img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tGF52pqE6U .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tGF52pqE6U .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tGF52pqE6U .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tGF52pqE6U .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #45206d;
  cursor: pointer;
}
.cid-tGF52pqE6U .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tGF52pqE6U .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tGF52pqE6U .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tGF52pqE6U .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tGF52pqE6U .mbr-social-likes.small {
  display: flex;
}
.cid-tGF52pqE6U .mbr-social-likes.big {
  display: block;
}
.cid-tGF52pqE6U .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #45206d;
  cursor: pointer;
}
.cid-tGF52pqE6U .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tGF52pqE6U .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tGF52pqE6U .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tGF52pqE6U .form-control,
.cid-tGF52pqE6U form .btn {
  min-height: initial;
}
.cid-tGF52pqE6U a.btn,
.cid-tGF52pqE6U button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tGF52pqE6U input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tGF52pqE6U textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tGF52pqE6U input:hover {
  border-color: #14142b !important;
}
.cid-tGF52pqE6U textarea:hover {
  border-color: #14142b !important;
}
.cid-tGF52pqE6U input:focus {
  border-color: #14142b !important;
}
.cid-tGF52pqE6U textarea:focus {
  border-color: #14142b !important;
}
.cid-tGF52pqE6U .form-group {
  margin-bottom: 0;
}
.cid-tGF52pqE6U .listen {
  margin-bottom: 24px;
}
.cid-tGF52pqE6U .phone {
  margin-bottom: 44px;
}
.cid-tGF52pqE6U .email {
  margin-bottom: 21px;
  color: #45206d;
}
.cid-tGF52pqE6U .listen,
.cid-tGF52pqE6U .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tGF52pqE6U .mbr-text,
.cid-tGF52pqE6U .button-align {
  color: #8c8c95;
}
.cid-tGF52pqE6U .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tGF52pqE6U .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tGF52pqE6U select.form-control:hover {
  border-color: #14142b;
}
.cid-tGF52pqE6U select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tGF52pqE6U .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tGF52pqE6U .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tGF52pqE6U .left-side,
  .cid-tGF52pqE6U .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tGF52pqE6U .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tGF52pqE6U .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tGF52pqE6U .shadow {
    padding: 25px;
  }
  .cid-tGF52pqE6U input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tGF52pqE6U .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tGF52pqE6U .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tGF52pqE6U .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tGF52pqE6U .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tGF52pqE6U .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tGF52pqE6U .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tGF52pqE6U .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tGF52pqE6U .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tGF52pqE6U .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tGF52pqE6U .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tGF52pqE6U .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tGF52pqE6U .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tGF52pqE6U .mbr-iconfont {
  margin-right: 8px;
}
.cid-tGF52pqE6U .mbr-section-subtitle,
.cid-tGF52pqE6U .email,
.cid-tGF52pqE6U .phone {
  color: #45206d;
}
.cid-tKcmbLZtg6 {
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-tKcmbLZtg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcmbLZtg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKcmbLZtg6 path {
  fill: #45206d;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-tKcmbLZtg6 b,
.cid-tKcmbLZtg6 strong {
  font-weight: 900;
}
.cid-tKcmbLZtg6 svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-tKcmbLZtg6 a {
  font-weight: 900;
  background: #45206d;
}
.cid-tKcmbLZtg6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tKcmbLZtg6 .mbr-text,
.cid-tKcmbLZtg6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tKcmbLZtg6 .mbr-section-title {
  text-align: center;
  color: #45206d;
}
.cid-tKGM5JWs2F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #45206d;
}
.cid-tKGM5JWs2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKGM5JWs2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKGM5JWs2F .col-title {
  margin-bottom: 32px;
}
.cid-tKGM5JWs2F .mbr-section-title {
  color: #FFFFFF;
}
.cid-tKGM5JWs2F .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tKGM5JWs2F .cards-row {
  row-gap: 32px;
}
.cid-tKGM5JWs2F .card {
  border-radius: 0;
}
@media (max-width: 767px) {
  .cid-tKGM5JWs2F .card {
    text-align: center;
  }
}
.cid-tKGM5JWs2F .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cid-tKGM5JWs2F .mbr-iconfont {
  flex-shrink: 0;
  display: block;
  font-size: 48px;
  color: #b79b6c;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tKGM5JWs2F .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tKGM5JWs2F .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tKGM5JWs2F .text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tKGM5JWs2F .text-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tKGM5JWs2F .card-title {
  flex-grow: 1;
  color: #FFFFFF;
}
.cid-tKGM5JWs2F .card-text {
  width: 100%;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tKGM5JWs2F .card-text {
    margin-top: 0.5rem;
  }
}
.cid-tKGJCJvQwf {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tKGJCJvQwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKGJCJvQwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKGJCJvQwf .mbr-section-title align-left {
  text-align: center;
}
.cid-tKGJCJvQwf .mbr-section-title {
  text-align: center;
  color: #45206d;
}
.cid-tKGJCJvQwf .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tKGJCJvQwf .mbr-text1 {
  background: #45206d;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tKGJCJvQwf .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tKGJCJvQwf .mbr-text2 {
  background: #5a298e;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tKGJCJvQwf .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tKGJCJvQwf .mbr-text3 {
  background: #45206d;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tKGJCJvQwf .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tKpt52eswS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tKpt52eswS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpt52eswS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpt52eswS .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tKpt52eswS .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpt52eswS .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tKpt52eswS .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tKpt52eswS .card-wrapper {
  width: 100%;
}
.cid-tKpt52eswS .card-box {
  width: 100%;
}
.cid-tKpt52eswS .card-title {
  color: #45206d;
  margin-bottom: 0;
}
.cid-tKpt52eswS .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tKpt52eswS .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tKpt52eswS .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tKpt52eswS .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tKpt52eswS .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tKpt52eswS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKpt52eswS .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tKpt52eswS .bg-img {
    width: 150%;
  }
}
.cid-tKpt52eswS .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tKpt52eswS .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tKpt52eswS .mbr-text,
.cid-tKpt52eswS .mbr-section-btn {
  color: #000000;
}
.cid-tKpsxl0VRp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tKpsxl0VRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpsxl0VRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpsxl0VRp .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tKpsxl0VRp .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpsxl0VRp .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tKpsxl0VRp .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tKpsxl0VRp .card-wrapper {
  width: 100%;
}
.cid-tKpsxl0VRp .card-box {
  width: 100%;
}
.cid-tKpsxl0VRp .card-title {
  color: #45206d;
  margin-bottom: 0;
}
.cid-tKpsxl0VRp .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tKpsxl0VRp .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tKpsxl0VRp .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-tKpsxl0VRp .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-tKpsxl0VRp .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tKpsxl0VRp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKpsxl0VRp .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-tKpsxl0VRp .bg-img {
    width: 150%;
  }
}
.cid-tKpsxl0VRp .mbr-text,
.cid-tKpsxl0VRp .mbr-section-btn {
  color: #000000;
}
.cid-tKpKC2A9xn {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #45206d;
  position: relative;
  overflow: hidden;
}
.cid-tKpKC2A9xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpKC2A9xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpKC2A9xn .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tKpKC2A9xn .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpKC2A9xn .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tKpKC2A9xn .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tKpKC2A9xn .card-wrapper {
  width: 100%;
}
.cid-tKpKC2A9xn .card-box {
  width: 100%;
}
.cid-tKpKC2A9xn .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tKpKC2A9xn .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tKpKC2A9xn .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tKpKC2A9xn .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (min-width: 768px) {
  .cid-tKpKC2A9xn .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-tKpKC2A9xn .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-tKpKC2A9xn .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.cid-tKpKC2A9xn .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tKpKC2A9xn .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKpKC2A9xn .bg-img {
  position: absolute;
  width: 100%;
  background-color: #45206d;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tKpKC2A9xn .bg-img {
    width: 150%;
  }
}
.cid-tKpKC2A9xn .mbr-text,
.cid-tKpKC2A9xn .mbr-section-btn {
  color: #ffffff;
}
.cid-tKGmsOPeG0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKGmsOPeG0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKGmsOPeG0 .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-tKGmsOPeG0 .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-tKGmsOPeG0 .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-tKGmsOPeG0 .form-control,
.cid-tKGmsOPeG0 .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKGmsOPeG0 .form-control::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .field-input::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .form-control::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tKGmsOPeG0 .form-control:-moz-placeholder,
.cid-tKGmsOPeG0 .field-input:-moz-placeholder,
.cid-tKGmsOPeG0 .form-control:-moz-placeholder,
.cid-tKGmsOPeG0 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tKGmsOPeG0 .form-control:hover,
.cid-tKGmsOPeG0 .field-input:hover,
.cid-tKGmsOPeG0 .form-control:focus,
.cid-tKGmsOPeG0 .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tKGmsOPeG0 .form-control:hover::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .field-input:hover::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .form-control:focus::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .field-input:focus::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .form-control:hover::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .field-input:hover::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .form-control:focus::-webkit-input-placeholder,
.cid-tKGmsOPeG0 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tKGmsOPeG0 .form-control:hover:-moz-placeholder,
.cid-tKGmsOPeG0 .field-input:hover:-moz-placeholder,
.cid-tKGmsOPeG0 .form-control:focus:-moz-placeholder,
.cid-tKGmsOPeG0 .field-input:focus:-moz-placeholder,
.cid-tKGmsOPeG0 .form-control:hover:-moz-placeholder,
.cid-tKGmsOPeG0 .field-input:hover:-moz-placeholder,
.cid-tKGmsOPeG0 .form-control:focus:-moz-placeholder,
.cid-tKGmsOPeG0 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tKGmsOPeG0 .jq-number__spin:hover,
.cid-tKGmsOPeG0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tKGmsOPeG0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKGmsOPeG0 .jq-selectbox li,
.cid-tKGmsOPeG0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tKGmsOPeG0 .jq-selectbox li:hover,
.cid-tKGmsOPeG0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tKGmsOPeG0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tKGmsOPeG0 .jq-number__spin.minus:hover:after,
.cid-tKGmsOPeG0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tKGmsOPeG0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tKGmsOPeG0 .jq-number__spin.minus:after,
.cid-tKGmsOPeG0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tKGmsOPeG0 input::-webkit-clear-button {
  display: none;
}
.cid-tKGmsOPeG0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tKGmsOPeG0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tKGmsOPeG0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tKGmsOPeG0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-tKGmsOPeG0 .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-tKptUcmB9q {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #45206d;
  position: relative;
  overflow: hidden;
}
.cid-tKptUcmB9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKptUcmB9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKptUcmB9q .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tKptUcmB9q .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKptUcmB9q .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tKptUcmB9q .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tKptUcmB9q .card-wrapper {
  width: 100%;
}
.cid-tKptUcmB9q .card-box {
  width: 100%;
}
.cid-tKptUcmB9q .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tKptUcmB9q .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tKptUcmB9q .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tKptUcmB9q .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (max-width: 767px) {
  .cid-tKptUcmB9q .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-tKptUcmB9q .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.cid-tKptUcmB9q .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tKptUcmB9q .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKptUcmB9q .bg-img {
  position: absolute;
  width: 100%;
  background-color: #45206d;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tKptUcmB9q .bg-img {
    width: 150%;
  }
}
.cid-tKptUcmB9q .mbr-text,
.cid-tKptUcmB9q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tKq7GPg3gp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tKq7GPg3gp .row {
  justify-content: center;
}
.cid-tKq7GPg3gp .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tKq7GPg3gp .col-title {
    margin-bottom: 72px;
  }
}
.cid-tKq7GPg3gp .mbr-section-title {
  color: #45206d;
}
.cid-tKq7GPg3gp .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tKq7GPg3gp .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tKq7GPg3gp .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tKq7GPg3gp .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tKq7GPg3gp .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #45206d;
  overflow: hidden;
}
.cid-tKq7GPg3gp .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tKq7GPg3gp .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tKq7GPg3gp .card-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.cid-tKq7GPg3gp .card-text {
  width: 100%;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tKpQsBUnw3 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #45206d;
  position: relative;
  overflow: hidden;
}
.cid-tKpQsBUnw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpQsBUnw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpQsBUnw3 .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tKpQsBUnw3 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpQsBUnw3 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tKpQsBUnw3 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tKpQsBUnw3 .card-wrapper {
  width: 100%;
}
.cid-tKpQsBUnw3 .card-box {
  width: 100%;
}
.cid-tKpQsBUnw3 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tKpQsBUnw3 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tKpQsBUnw3 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tKpQsBUnw3 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-tKpQsBUnw3 .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-tKpQsBUnw3 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-tKpQsBUnw3 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tKpQsBUnw3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKpQsBUnw3 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #45206d;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-tKpQsBUnw3 .bg-img {
    width: 150%;
  }
}
.cid-tKpQsBUnw3 .mbr-text,
.cid-tKpQsBUnw3 .mbr-section-btn {
  color: #ffffff;
}
.cid-rOc2sTuK9F {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOc2sTuK9F .card {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.cid-rOc2sTuK9F .card-outer-wrap {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.cid-rOc2sTuK9F .card-wrap {
  padding-top: 2.7rem !important;
  padding-bottom: 2.6rem !important;
}
.cid-rOc2sTuK9F .card-wrap .card-box {
  padding-top: 27px !important;
}
.cid-rOc2sTuK9F .media-container-row:nth-child(2) {
  margin-top: 45px !important;
}
@media (max-width: 767px) {
  .cid-rOc2sTuK9F .media-container-row:nth-child(2) {
    margin-top: 0px !important;
  }
}
.cid-rOc2sTuK9F .media-container-row:nth-child(2) {
  margin-top: 50px;
}
.cid-rOc2sTuK9F .mbr-text {
  color: #ffffff;
}
.cid-rOc2sTuK9F .card-img span {
  color: #149dcc;
}
.cid-rOc2sTuK9F .mbr-iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2.7rem !important;
  font-weight: bold;
}
.cid-rOc2sTuK9F .card {
  text-align: center;
  margin-left: -5rem;
  margin-right: -5rem;
}
.cid-rOc2sTuK9F .card-outer-wrap {
  padding-left: 88.5px;
  padding-right: 88.5px;
}
.cid-rOc2sTuK9F .card-wrap {
  background-color: #45206d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  padding-top: 3rem !important;
  padding-bottom: 2.9rem !important;
}
.cid-rOc2sTuK9F .card-wrap .card-box {
  padding-top: 27px;
}
.cid-rOc2sTuK9F .card-wrap:hover {
  background-color: #5a298e;
  cursor: crosshair;
  box-shadow: 0px 5px 20px 1px #5a298e;
}
.cid-rOc2sTuK9F .card-wrap:hover p,
.cid-rOc2sTuK9F .card-wrap:hover h4,
.cid-rOc2sTuK9F .card-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rOc2sTuK9F .card-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #45206d;
}
@media (max-width: 991px) {
  .cid-rOc2sTuK9F .card {
    margin-bottom: 1rem;
  }
  .cid-rOc2sTuK9F .media-container-row:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .cid-rOc2sTuK9F .card {
    padding: 2rem 0rem 0rem 0rem !important;
  }
}
.cid-tKpyPmxHro {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tKpyPmxHro .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpyPmxHro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpyPmxHro .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tKpyPmxHro .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpyPmxHro .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tKpyPmxHro .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .cid-tKpyPmxHro .col-text {
    order: -1;
  }
}
.cid-tKpyPmxHro .card-wrapper {
  width: 100%;
}
.cid-tKpyPmxHro .card-box {
  width: 100%;
}
.cid-tKpyPmxHro .card-title {
  color: #45206d;
  margin-bottom: 0;
}
.cid-tKpyPmxHro .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tKpyPmxHro .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tKpyPmxHro .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tKpyPmxHro .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tKpyPmxHro .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tKpyPmxHro .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKpyPmxHro .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tKpyPmxHro .bg-img {
    width: 150%;
  }
}
.cid-tKpyPmxHro .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tKpyPmxHro .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tKpyPmxHro .mbr-text,
.cid-tKpyPmxHro .mbr-section-btn {
  color: #000000;
}
.cid-tKcvcksexZ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKcvcksexZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcvcksexZ .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-tKcvcksexZ .container {
    padding: 0 16px;
  }
}
.cid-tKcvcksexZ .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper {
    padding: 0;
  }
}
.cid-tKcvcksexZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tKcvcksexZ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKcvcksexZ .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tKcvcksexZ .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tKcvcksexZ .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tKcvcksexZ .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper img {
    display: none;
  }
}
.cid-tKcvcksexZ .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tKcvcksexZ .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tKcvcksexZ .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tKcvcksexZ .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tKcvcksexZ .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tKcvcksexZ .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tKcvcksexZ .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tKcvcksexZ .mbr-section-title {
  color: #08323C;
}
.cid-tKcvcksexZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tKcvcksexZ .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tKcvcksexZ .mbr-section-title,
.cid-tKcvcksexZ .mbr-section-btn {
  text-align: center;
  color: #45206d;
}
.cid-tKpb9Gv66Y {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKpb9Gv66Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpb9Gv66Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpb9Gv66Y .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .row {
    flex-wrap: wrap;
  }
}
.cid-tKpb9Gv66Y .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .col-text {
    width: 100%;
  }
}
.cid-tKpb9Gv66Y .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .text-wrapper {
    padding: 0;
  }
}
.cid-tKpb9Gv66Y .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tKpb9Gv66Y .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tKpb9Gv66Y .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tKpb9Gv66Y .mbr-text {
    max-width: 100%;
  }
}
.cid-tKpb9Gv66Y .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKpb9Gv66Y .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tKpb9Gv66Y .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tKpb9Gv66Y .image-wrapper {
    width: 100%;
  }
}
.cid-tKpb9Gv66Y .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tKpb9Gv66Y .image-wrapper img {
    max-width: 100%;
  }
}
.cid-rOc2u6biIM {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #45206d);
}
.cid-rOc2u6biIM .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  border-radius: 20px;
}
.cid-rOc2u6biIM .card-wrap .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 0rem 5.8rem 0rem;
  background-color: #45206d;
  border-radius: 30px;
}
.cid-rOc2u6biIM .card-wrap .card-block .image-wrap {
  position: relative;
  height: 250px;
  width: 250px;
  background-color: #45206d;
  overflow: auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-rOc2u6biIM .card-wrap .card-block .image-wrap img {
  display: block;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rOc2u6biIM .card-wrap .card-bottom {
  background-color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: 0px;
  padding: 0 0.5rem;
  width: calc(100% - 30px);
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  border-radius: 20px;
}
.cid-rOc2u6biIM .card-wrap .card-bottom:hover {
  bottom: 0;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul {
  margin: 0;
  padding: 0.5rem 0 0;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul li .mbr-iconfont {
  color: #000000;
  font-size: 1rem;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .social-media ul li .mbr-iconfont:hover {
  color: #45206d;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .mbr-section-title {
  margin-bottom: 0;
}
.cid-rOc2u6biIM .card-wrap .card-bottom .mbr-role {
  padding-bottom: 0.5rem;
}
.cid-rOc2u6biIM .card-wrap .card-bottom:not(:hover) .social-media {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cid-rOc2u6biIM .card-wrap .card-bottom:hover .social-media {
  height: 2.5rem;
}
@media (max-width: 1199px) {
  .cid-rOc2u6biIM .card-wrap .image-wrap {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-rOc2u6biIM .card-wrap {
    height: auto;
  }
  .cid-rOc2u6biIM .card-wrap .image-wrap {
    height: 150px !important;
    width: 150px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rOc2u6biIM .card-wrap .image-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tKkMrTIYHE {
  background-image: url("../../../assets/images/background4.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tKkMrTIYHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKkMrTIYHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKkMrTIYHE .col-text {
  position: relative;
  width: 34vw;
}
@media (max-width: 991px) {
  .cid-tKkMrTIYHE .col-text {
    width: 62vw;
  }
}
@media (max-width: 767px) {
  .cid-tKkMrTIYHE .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tKkMrTIYHE .col-text {
    width: 100%;
  }
}
.cid-tKkMrTIYHE .text-wrap {
  position: relative;
  z-index: 3;
  padding: 3%;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .cid-tKkMrTIYHE .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tKkMrTIYHE .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
.cid-tKkMrTIYHE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 70px;
  color: #45206d;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.cid-tKkMrTIYHE .mbr-section-title {
  color: #000000;
  opacity: 0.8;
}
.cid-tKkMrTIYHE .mbr-section-subtitle {
  color: #45206d;
}
.cid-tKkMrTIYHE .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tKkMrTIYHE .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tKkMrTIYHE .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(69, 32, 109, 0.26);
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tKkMrTIYHE .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tKkMrTIYHE .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tKkMrTIYHE .mbr-text,
.cid-tKkMrTIYHE .mbr-section-btn {
  color: #000000;
}
.cid-tI9U9PJ8ur .navbar {
  padding: 0.5rem 0;
  background: #45206d;
  transition: none;
  min-height: 50px;
}
.cid-tI9U9PJ8ur .navbar-fixed-top {
  padding-top: 0;
}
.cid-tI9U9PJ8ur .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #45206d;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tI9U9PJ8ur .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-content-top {
  background: #45206d;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tI9U9PJ8ur .dropdown-item:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .nav-link,
.cid-tI9U9PJ8ur .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tI9U9PJ8ur .nav-link:hover,
.cid-tI9U9PJ8ur .brand-name:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .dropdown-menu {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .dropdown-item:active {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tI9U9PJ8ur .navbar-dropdown.bg-color.transparent.opened {
  background: #45206d;
}
.cid-tI9U9PJ8ur .nav-item {
  position: relative;
}
.cid-tI9U9PJ8ur .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tI9U9PJ8ur .nav-item .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .content-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #45206d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tI9U9PJ8ur .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI9U9PJ8ur .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tI9U9PJ8ur .content-right-side {
  text-align: center;
}
.cid-tI9U9PJ8ur .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tI9U9PJ8ur .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tI9U9PJ8ur .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tI9U9PJ8ur .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tI9U9PJ8ur .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .info-widget:first-child {
  margin-left: 0;
}
.cid-tI9U9PJ8ur .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tI9U9PJ8ur .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tI9U9PJ8ur .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tI9U9PJ8ur .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #6e32ae;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tI9U9PJ8ur .navbar {
    display: block;
    padding: 0;
  }
  .cid-tI9U9PJ8ur .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tI9U9PJ8ur .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tI9U9PJ8ur .navbar-toggler {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tI9U9PJ8ur .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tI9U9PJ8ur .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tI9U9PJ8ur .btn-sm {
  padding: 13px 29px;
}
.cid-tI9U9PJ8ur .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tI9U9PJ8ur .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI9U9PJ8ur .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler:focus {
  outline: none;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .btn {
  display: flex;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .collapsed button.navbar-toggler {
  display: block;
}
.cid-tI9U9PJ8ur .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tI9U9PJ8ur .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tI9U9PJ8ur .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tI9U9PJ8ur .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .menu-content-top {
    display: flex;
  }
  .cid-tI9U9PJ8ur .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tI9U9PJ8ur .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tI9U9PJ8ur .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tI9U9PJ8ur .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing,
  .cid-tI9U9PJ8ur .navbar-collapse.show {
    display: block !important;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #45206d;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tI9U9PJ8ur img {
    height: 3.8rem !important;
  }
  .cid-tI9U9PJ8ur .btn {
    display: flex;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tI9U9PJ8ur .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tI9U9PJ8ur .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .navbar-toggler {
  position: relative;
}
.cid-tI9U9PJ8ur .widget-title,
.cid-tI9U9PJ8ur .widget-icon {
  color: #e9e9e9;
}
.cid-tI9U9PJ8ur .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tI9U9PJ8ur .menu-content-top,
  .cid-tI9U9PJ8ur .menu-bottom {
    padding: 0 15px;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    align-self: center;
  }
  .cid-tI9U9PJ8ur .btn {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .widget-icon {
    padding-right: 0;
  }
}
.cid-tI9U9PJ8ur .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a298e;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:hover {
  color: #45206d;
  background-color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tI9U9PJ8ur .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tKHLjMNcCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKHLjMNcCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKHLjMNcCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKHLjMNcCJ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tKHLjMNcCJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tKHLjMNcCJ .container {
    padding: 0 26px;
  }
}
.cid-tKHLjMNcCJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKHLjMNcCJ .card {
    margin-bottom: 40px;
  }
  .cid-tKHLjMNcCJ .card:last-child {
    margin-bottom: 0;
  }
}
.cid-tKHLjMNcCJ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-tKHLjMNcCJ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tKHLjMNcCJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tKHLjMNcCJ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tKHLjMNcCJ .image-wrapper a {
  display: block;
  position: relative;
}
.cid-tKHLjMNcCJ .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-tKHLjMNcCJ .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-tKHLjMNcCJ .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-tKHLjMNcCJ .image-wrapper a img {
    height: 300px;
  }
}
.cid-tKHLjMNcCJ .mbr-section-title {
  color: #ffffff;
}
.cid-tKHLjMNcCJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKHLjMNcCJ .mbr-text {
  color: #cacaca;
}
.cid-tKHLkenFmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKHLkenFmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKHLkenFmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKHLkenFmH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tKHLkenFmH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tKHLkenFmH .container {
    padding: 0 26px;
  }
}
.cid-tKHLkenFmH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKHLkenFmH .card {
    margin-bottom: 40px;
  }
  .cid-tKHLkenFmH .card:last-child {
    margin-bottom: 0;
  }
}
.cid-tKHLkenFmH .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-tKHLkenFmH .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tKHLkenFmH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tKHLkenFmH .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tKHLkenFmH .image-wrapper a {
  display: block;
  position: relative;
}
.cid-tKHLkenFmH .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-tKHLkenFmH .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-tKHLkenFmH .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-tKHLkenFmH .image-wrapper a img {
    height: 300px;
  }
}
.cid-tKHLkenFmH .mbr-section-title {
  color: #ffffff;
}
.cid-tKHLkenFmH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKHLkenFmH .mbr-text {
  color: #cacaca;
}
.cid-tL9RMGZTrC {
  background-image: url("../../../assets/images/background5.jpg");
}
@media (min-width: 992px) {
  .cid-tL9RMGZTrC .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tL9RMGZTrC p {
  margin: 0;
}
.cid-tL9RMGZTrC .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tL9RMGZTrC .display-1 {
  line-height: 1;
}
.cid-tL9RMGZTrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL9RMGZTrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ3P2rYDg {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tHZ3P2rYDg h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tHZ3P2rYDg h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tHZ3P2rYDg .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tHZ3P2rYDg .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tHZ3P2rYDg .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tHZ3P2rYDg h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHZ3P2rYDg .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tHZ3P2rYDg h1 {
    margin-bottom: 8rem;
  }
}
.cid-tHZ3P2rYDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ3P2rYDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ3SYIJHl {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHZ3SYIJHl .mbr-text {
  color: #767676;
}
.cid-tHZ3SYIJHl .card-subtitle {
  margin: 0;
}
.cid-tHZ3SYIJHl img {
  object-fit: cover;
  height: 100%;
}
.cid-tHZ3SYIJHl h4 {
  margin: 0;
}
.cid-tHZ3SYIJHl .card-img {
  height: 300px;
}
.cid-tHZ3SYIJHl .row {
  justify-content: center;
}
.cid-tHZ3SYIJHl .card {
  margin-bottom: 2rem;
}
.cid-tHZ3SYIJHl .mbr-text,
.cid-tHZ3SYIJHl .link {
  color: #999999;
}
.cid-tHZ3SYIJHl h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ3SYIJHl h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ3SYIJHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ3SYIJHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ3UOQpA1 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tHZ3UOQpA1 .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-tHZ3UOQpA1 .container-fluid {
  padding: 0;
}
.cid-tHZ3UOQpA1 h5 {
  margin: 0;
}
.cid-tHZ3UOQpA1 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ3UOQpA1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ3UOQpA1 .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tHZ3UOQpA1 .card:hover {
  z-index: 99;
}
.cid-tHZ3UOQpA1 .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tHZ3UOQpA1 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tHZ3UOQpA1 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tHZ3UOQpA1 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tHZ3UOQpA1 .card-wrapper a {
  height: 100%;
}
.cid-tHZ3UOQpA1 .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-tHZ3UOQpA1 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tHZ3UOQpA1 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tHZ3UOQpA1 .card-box {
    text-align: center;
  }
}
.cid-tHZ3UOQpA1 .mbr-text {
  color: #cccccc;
}
.cid-tHZ3UOQpA1 .card-date {
  color: #cccccc;
}
.cid-tHZ3UOQpA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ3UOQpA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ401XPhz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHZ401XPhz li {
  list-style: none;
}
.cid-tHZ401XPhz .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-tHZ401XPhz .col-title {
  margin-bottom: 2rem;
}
.cid-tHZ401XPhz .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-tHZ401XPhz .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-tHZ401XPhz .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-tHZ401XPhz .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-tHZ401XPhz h4 {
  margin: 0;
}
.cid-tHZ401XPhz ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tHZ401XPhz .md-pb {
    padding-bottom: 1rem;
  }
  .cid-tHZ401XPhz .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-tHZ401XPhz .item-wrap {
    flex-direction: column;
  }
  .cid-tHZ401XPhz .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-tHZ401XPhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ401XPhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ42nTayE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tHZ42nTayE .mbr-text {
    text-align: center;
  }
}
.cid-tHZ42nTayE .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tHZ42nTayE .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-tHZ42nTayE .media-content {
  padding: 5rem 2rem;
}
.cid-tHZ42nTayE img {
  height: 100%;
  object-fit: cover;
}
.cid-tHZ42nTayE .mbr-figure {
  height: 100%;
}
.cid-tHZ42nTayE .col-lg-5,
.cid-tHZ42nTayE .col-lg-7 {
  padding: 0;
}
.cid-tHZ42nTayE .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHZ42nTayE .media-content {
    padding: 3rem 1rem;
  }
}
.cid-tHZ42nTayE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ42nTayE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ42SWMb1 {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tHZ42SWMb1 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ42SWMb1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ42SWMb1 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tHZ42SWMb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ42SWMb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ43W2xpX {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHZ43W2xpX h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ43W2xpX h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ43W2xpX li {
  list-style: none;
}
.cid-tHZ43W2xpX .location-wrap {
  min-width: 500px;
}
.cid-tHZ43W2xpX .btn {
  min-width: 230px;
}
.cid-tHZ43W2xpX .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-tHZ43W2xpX .col-title {
  margin-bottom: 2rem;
}
.cid-tHZ43W2xpX h3 {
  min-width: 110px;
}
.cid-tHZ43W2xpX .date-wrap {
  min-width: 260px;
}
.cid-tHZ43W2xpX .btn-primary-outline,
.cid-tHZ43W2xpX .btn-secondary-outline,
.cid-tHZ43W2xpX .btn-info-outline,
.cid-tHZ43W2xpX .btn-success-outline,
.cid-tHZ43W2xpX .btn-warning-outline,
.cid-tHZ43W2xpX .btn-danger-outline,
.cid-tHZ43W2xpX .btn-black-outline,
.cid-tHZ43W2xpX .btn-white-outline {
  border: none;
}
.cid-tHZ43W2xpX .btn-primary-outline:hover,
.cid-tHZ43W2xpX .btn-secondary-outline:hover,
.cid-tHZ43W2xpX .btn-info-outline:hover,
.cid-tHZ43W2xpX .btn-success-outline:hover,
.cid-tHZ43W2xpX .btn-warning-outline:hover,
.cid-tHZ43W2xpX .btn-danger-outline:hover,
.cid-tHZ43W2xpX .btn-black-outline:hover,
.cid-tHZ43W2xpX .btn-white-outline:hover,
.cid-tHZ43W2xpX .btn-primary-outline:focus,
.cid-tHZ43W2xpX .btn-secondary-outline:focus,
.cid-tHZ43W2xpX .btn-info-outline:focus,
.cid-tHZ43W2xpX .btn-success-outline:focus,
.cid-tHZ43W2xpX .btn-warning-outline:focus,
.cid-tHZ43W2xpX .btn-danger-outline:focus,
.cid-tHZ43W2xpX .btn-black-outline:focus,
.cid-tHZ43W2xpX .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-tHZ43W2xpX .list {
  padding: 0;
  margin: 0;
}
.cid-tHZ43W2xpX .icon-wrap,
.cid-tHZ43W2xpX .date-wrap {
  display: flex;
  align-items: center;
}
.cid-tHZ43W2xpX .btn span {
  font-size: 1rem;
}
.cid-tHZ43W2xpX h6 {
  margin: 0;
}
.cid-tHZ43W2xpX h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-tHZ43W2xpX .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-tHZ43W2xpX .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-tHZ43W2xpX .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-tHZ43W2xpX .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-tHZ43W2xpX .date-wrap {
    min-width: auto;
  }
  .cid-tHZ43W2xpX .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-tHZ43W2xpX h3 {
    min-width: auto;
  }
}
.cid-tHZ43W2xpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ43W2xpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ44kZ5Sk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHZ44kZ5Sk .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-tHZ44kZ5Sk .btn {
  border-radius: 0;
}
.cid-tHZ44kZ5Sk .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-tHZ44kZ5Sk .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-tHZ44kZ5Sk .icons-wrap {
  display: flex;
}
.cid-tHZ44kZ5Sk .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-tHZ44kZ5Sk h2 {
  margin: 0;
}
.cid-tHZ44kZ5Sk .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-tHZ44kZ5Sk .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-tHZ44kZ5Sk .card {
  overflow: hidden;
  height: 100%;
}
.cid-tHZ44kZ5Sk .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/03.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-tHZ44kZ5Sk H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tHZ44kZ5Sk .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-tHZ44kZ5Sk .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-tHZ44kZ5Sk .cover {
    width: 100%;
  }
}
.cid-tHZ44kZ5Sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ44kZ5Sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL9OCQdPvW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tL9OCQdPvW .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tL9OCQdPvW .modal-body .close {
  background: #1b1b1b;
}
.cid-tL9OCQdPvW .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-tL9OCQdPvW .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-tL9OCQdPvW .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-tL9OCQdPvW .container {
  max-width: 100%;
  padding: 0;
}
.cid-tL9OCQdPvW .content-slider-wrap {
  width: 100%;
}
.cid-tL9OCQdPvW .carousel-inner > .active,
.cid-tL9OCQdPvW .carousel-inner > .next,
.cid-tL9OCQdPvW .carousel-inner > .prev {
  display: flex;
}
.cid-tL9OCQdPvW .carousel-control .icon-next,
.cid-tL9OCQdPvW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tL9OCQdPvW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tL9OCQdPvW .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-tL9OCQdPvW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tL9OCQdPvW .boxed-slider > div {
  position: relative;
}
.cid-tL9OCQdPvW .container img {
  width: 100%;
}
.cid-tL9OCQdPvW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tL9OCQdPvW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tL9OCQdPvW .mbr-table-cell {
  padding: 0;
}
.cid-tL9OCQdPvW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tL9OCQdPvW .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tL9OCQdPvW .mbr-overlay {
  z-index: 1;
}
.cid-tL9OCQdPvW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tL9OCQdPvW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tL9OCQdPvW .carousel-item.active.right,
.cid-tL9OCQdPvW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tL9OCQdPvW .carousel-item.active.left,
.cid-tL9OCQdPvW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tL9OCQdPvW .carousel-item.active,
.cid-tL9OCQdPvW .carousel-item.next.left,
.cid-tL9OCQdPvW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-tL9OCQdPvW .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-tL9OCQdPvW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators li.active,
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators li::after,
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tL9OCQdPvW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tL9OCQdPvW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tL9OCQdPvW .mbr-slider > .container img {
  width: 100%;
}
.cid-tL9OCQdPvW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tL9OCQdPvW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tL9OCQdPvW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tL9OCQdPvW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tL9OCQdPvW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tL9OCQdPvW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tL9OCQdPvW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tL9OCQdPvW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tL9OCQdPvW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tL9OCQdPvW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tL9OCQdPvW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tL9OCQdPvW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tL9OCQdPvW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tL9OCQdPvW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tL9OCQdPvW .carousel-inner {
  height: 100%;
}
.cid-tL9OCQdPvW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tL9OCQdPvW .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tL9OCQdPvW .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tL9OCQdPvW .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tL9OCQdPvW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tL9OCQdPvW .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tL9OCQdPvW .image_wrapper {
    height: 570px;
  }
}
.cid-tHZ458axlB {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tHZ458axlB h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ458axlB h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ458axlB .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-tHZ458axlB .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-tHZ458axlB .card {
  overflow: hidden;
  height: 100%;
}
.cid-tHZ458axlB .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/02.jpg");
  filter: blur(10px);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tHZ458axlB .cover {
    width: 100%;
  }
}
.cid-tHZ458axlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ458axlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ47iGwX5 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHZ47iGwX5 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ47iGwX5 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ47iGwX5 .box {
  background-image: url("../../../assets/images/background3.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHZ47iGwX5 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tHZ47iGwX5 .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-tHZ47iGwX5 .icon-wrap span {
  padding-left: 8px;
}
.cid-tHZ47iGwX5 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-tHZ47iGwX5 .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-tHZ47iGwX5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tHZ47iGwX5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tHZ47iGwX5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tHZ47iGwX5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tHZ47iGwX5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tHZ47iGwX5 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tHZ47iGwX5 .box {
    height: 250px;
  }
}
.cid-tHZ47iGwX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ47iGwX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ4iSvKx4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tHZ4iSvKx4 .container-fluid {
  max-width: 1700px;
}
.cid-tHZ4iSvKx4 img {
  width: 90%;
  margin: auto;
  height: 900px;
  object-fit: cover;
}
.cid-tHZ4iSvKx4 p {
  padding: 2rem 4rem;
}
.cid-tHZ4iSvKx4 .col1 {
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-tHZ4iSvKx4 .col2 {
    padding-top: 1rem;
  }
  .cid-tHZ4iSvKx4 .row {
    padding: 2rem;
  }
  .cid-tHZ4iSvKx4 p {
    padding: 1rem 0rem;
  }
  .cid-tHZ4iSvKx4 img {
    height: 500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tHZ4iSvKx4 .row {
    padding: 0rem;
  }
}
.cid-tHZ4iSvKx4 .mbr-text,
.cid-tHZ4iSvKx4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tHZ4iSvKx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ4iSvKx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ4kuebRJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHZ4kuebRJ .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-tHZ4kuebRJ .btn {
  border-radius: 0;
}
.cid-tHZ4kuebRJ .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-tHZ4kuebRJ .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-tHZ4kuebRJ .icons-wrap {
  display: flex;
}
.cid-tHZ4kuebRJ .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-tHZ4kuebRJ h2 {
  margin: 0;
}
.cid-tHZ4kuebRJ .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-tHZ4kuebRJ .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-tHZ4kuebRJ .card {
  overflow: hidden;
  height: 100%;
}
.cid-tHZ4kuebRJ .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/02.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-tHZ4kuebRJ H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tHZ4kuebRJ .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-tHZ4kuebRJ .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-tHZ4kuebRJ .cover {
    width: 100%;
  }
}
.cid-tHZ4kuebRJ .mbr-text,
.cid-tHZ4kuebRJ .mbr-section-btn {
  color: #ff2d55;
}
.cid-tHZ4kuebRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ4kuebRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ4lzJAxT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tHZ4lzJAxT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-tHZ4lzJAxT .col-lg-3,
.cid-tHZ4lzJAxT .col-lg-6 {
  padding: 0 !important;
}
.cid-tHZ4lzJAxT .btn {
  border-radius: 30px;
}
.cid-tHZ4lzJAxT .card-wrapper {
  min-height: 700px;
  border-right: 1px solid white;
}
.cid-tHZ4lzJAxT .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-tHZ4lzJAxT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tHZ4lzJAxT .wrapper {
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tHZ4lzJAxT .image-element:hover .wrapper {
    padding-top: 0;
  }
  .cid-tHZ4lzJAxT .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.9s;
    opacity: 1;
    max-height: 999px;
  }
  .cid-tHZ4lzJAxT .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background: transparent;
  }
  .cid-tHZ4lzJAxT .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.3s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .cid-tHZ4lzJAxT .card-title,
  .cid-tHZ4lzJAxT .underline,
  .cid-tHZ4lzJAxT .mbr-text,
  .cid-tHZ4lzJAxT .mbr-section-btn,
  .cid-tHZ4lzJAxT .mbr-section-subtitle,
  .cid-tHZ4lzJAxT .mbr-section-title {
    text-align: center !important;
  }
  .cid-tHZ4lzJAxT .card-wrapper {
    align-items: center;
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid white;
  }
}
.cid-tHZ4lzJAxT .mbr-section-title {
  text-align: left;
}
.cid-tHZ4lzJAxT .mbr-section-title,
.cid-tHZ4lzJAxT .underline {
  text-align: center;
}
.cid-tHZ4lzJAxT H4 {
  color: #e1201d;
}
.cid-tHZ4lzJAxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHZ4lzJAxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHZ4qOZUI3 {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tHZ4qOZUI3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tHZ4qOZUI3 .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-tHZ4qOZUI3 .row2 {
  justify-content: space-between;
  border: 2px solid #ffffff !important;
  padding: 3rem;
}
.cid-tHZ4qOZUI3 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tHZ4qOZUI3 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tHZ4qOZUI3 form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-tHZ4qOZUI3 .form-control,
.cid-tHZ4qOZUI3 .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHZ4qOZUI3 .form-control::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .field-input::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .form-control::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tHZ4qOZUI3 .form-control:-moz-placeholder,
.cid-tHZ4qOZUI3 .field-input:-moz-placeholder,
.cid-tHZ4qOZUI3 .form-control:-moz-placeholder,
.cid-tHZ4qOZUI3 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tHZ4qOZUI3 .form-control:hover,
.cid-tHZ4qOZUI3 .field-input:hover,
.cid-tHZ4qOZUI3 .form-control:focus,
.cid-tHZ4qOZUI3 .field-input:focus {
  background-color: transparent;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tHZ4qOZUI3 .form-control:hover::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .field-input:hover::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .form-control:focus::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .field-input:focus::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .form-control:hover::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .field-input:hover::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .form-control:focus::-webkit-input-placeholder,
.cid-tHZ4qOZUI3 .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tHZ4qOZUI3 .form-control:hover:-moz-placeholder,
.cid-tHZ4qOZUI3 .field-input:hover:-moz-placeholder,
.cid-tHZ4qOZUI3 .form-control:focus:-moz-placeholder,
.cid-tHZ4qOZUI3 .field-input:focus:-moz-placeholder,
.cid-tHZ4qOZUI3 .form-control:hover:-moz-placeholder,
.cid-tHZ4qOZUI3 .field-input:hover:-moz-placeholder,
.cid-tHZ4qOZUI3 .form-control:focus:-moz-placeholder,
.cid-tHZ4qOZUI3 .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tHZ4qOZUI3 .jq-number__spin:hover,
.cid-tHZ4qOZUI3 .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tHZ4qOZUI3 .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tHZ4qOZUI3 input::-webkit-clear-button {
  display: none;
}
.cid-tHZ4qOZUI3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tHZ4qOZUI3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tHZ4qOZUI3 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tHZ4qOZUI3 .container {
    padding: 0 2rem;
  }
  .cid-tHZ4qOZUI3 .row2 {
    padding: 1rem 0;
  }
  .cid-tHZ4qOZUI3 .col-auto {
    text-align: center;
    width: 100%;
  }
}
.cid-tI9U9PJ8ur .navbar {
  padding: 0.5rem 0;
  background: #45206d;
  transition: none;
  min-height: 50px;
}
.cid-tI9U9PJ8ur .navbar-fixed-top {
  padding-top: 0;
}
.cid-tI9U9PJ8ur .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #45206d;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tI9U9PJ8ur .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-content-top {
  background: #45206d;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tI9U9PJ8ur .dropdown-item:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .nav-link,
.cid-tI9U9PJ8ur .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tI9U9PJ8ur .nav-link:hover,
.cid-tI9U9PJ8ur .brand-name:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .dropdown-menu {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .dropdown-item:active {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tI9U9PJ8ur .navbar-dropdown.bg-color.transparent.opened {
  background: #45206d;
}
.cid-tI9U9PJ8ur .nav-item {
  position: relative;
}
.cid-tI9U9PJ8ur .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tI9U9PJ8ur .nav-item .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .content-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #45206d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tI9U9PJ8ur .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI9U9PJ8ur .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tI9U9PJ8ur .content-right-side {
  text-align: center;
}
.cid-tI9U9PJ8ur .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tI9U9PJ8ur .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tI9U9PJ8ur .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tI9U9PJ8ur .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tI9U9PJ8ur .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .info-widget:first-child {
  margin-left: 0;
}
.cid-tI9U9PJ8ur .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tI9U9PJ8ur .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tI9U9PJ8ur .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tI9U9PJ8ur .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #6e32ae;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tI9U9PJ8ur .navbar {
    display: block;
    padding: 0;
  }
  .cid-tI9U9PJ8ur .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tI9U9PJ8ur .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tI9U9PJ8ur .navbar-toggler {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tI9U9PJ8ur .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tI9U9PJ8ur .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tI9U9PJ8ur .btn-sm {
  padding: 13px 29px;
}
.cid-tI9U9PJ8ur .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tI9U9PJ8ur .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI9U9PJ8ur .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler:focus {
  outline: none;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .btn {
  display: flex;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .collapsed button.navbar-toggler {
  display: block;
}
.cid-tI9U9PJ8ur .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tI9U9PJ8ur .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tI9U9PJ8ur .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tI9U9PJ8ur .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .menu-content-top {
    display: flex;
  }
  .cid-tI9U9PJ8ur .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tI9U9PJ8ur .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tI9U9PJ8ur .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tI9U9PJ8ur .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing,
  .cid-tI9U9PJ8ur .navbar-collapse.show {
    display: block !important;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #45206d;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tI9U9PJ8ur img {
    height: 3.8rem !important;
  }
  .cid-tI9U9PJ8ur .btn {
    display: flex;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tI9U9PJ8ur .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tI9U9PJ8ur .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .navbar-toggler {
  position: relative;
}
.cid-tI9U9PJ8ur .widget-title,
.cid-tI9U9PJ8ur .widget-icon {
  color: #e9e9e9;
}
.cid-tI9U9PJ8ur .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tI9U9PJ8ur .menu-content-top,
  .cid-tI9U9PJ8ur .menu-bottom {
    padding: 0 15px;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    align-self: center;
  }
  .cid-tI9U9PJ8ur .btn {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .widget-icon {
    padding-right: 0;
  }
}
.cid-tI9U9PJ8ur .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a298e;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:hover {
  color: #45206d;
  background-color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tI9U9PJ8ur .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tI9U9PJ8ur .navbar {
  padding: 0.5rem 0;
  background: #45206d;
  transition: none;
  min-height: 50px;
}
.cid-tI9U9PJ8ur .navbar-fixed-top {
  padding-top: 0;
}
.cid-tI9U9PJ8ur .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #45206d;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tI9U9PJ8ur .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-content-top {
  background: #45206d;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tI9U9PJ8ur .dropdown-item:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .nav-link,
.cid-tI9U9PJ8ur .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tI9U9PJ8ur .nav-link:hover,
.cid-tI9U9PJ8ur .brand-name:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .dropdown-menu {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .dropdown-item:active {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tI9U9PJ8ur .navbar-dropdown.bg-color.transparent.opened {
  background: #45206d;
}
.cid-tI9U9PJ8ur .nav-item {
  position: relative;
}
.cid-tI9U9PJ8ur .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tI9U9PJ8ur .nav-item .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .content-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #45206d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tI9U9PJ8ur .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI9U9PJ8ur .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tI9U9PJ8ur .content-right-side {
  text-align: center;
}
.cid-tI9U9PJ8ur .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tI9U9PJ8ur .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tI9U9PJ8ur .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tI9U9PJ8ur .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tI9U9PJ8ur .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .info-widget:first-child {
  margin-left: 0;
}
.cid-tI9U9PJ8ur .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tI9U9PJ8ur .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tI9U9PJ8ur .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tI9U9PJ8ur .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #6e32ae;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tI9U9PJ8ur .navbar {
    display: block;
    padding: 0;
  }
  .cid-tI9U9PJ8ur .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tI9U9PJ8ur .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tI9U9PJ8ur .navbar-toggler {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tI9U9PJ8ur .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tI9U9PJ8ur .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tI9U9PJ8ur .btn-sm {
  padding: 13px 29px;
}
.cid-tI9U9PJ8ur .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tI9U9PJ8ur .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI9U9PJ8ur .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler:focus {
  outline: none;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .btn {
  display: flex;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .collapsed button.navbar-toggler {
  display: block;
}
.cid-tI9U9PJ8ur .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tI9U9PJ8ur .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tI9U9PJ8ur .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tI9U9PJ8ur .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .menu-content-top {
    display: flex;
  }
  .cid-tI9U9PJ8ur .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tI9U9PJ8ur .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tI9U9PJ8ur .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tI9U9PJ8ur .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing,
  .cid-tI9U9PJ8ur .navbar-collapse.show {
    display: block !important;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #45206d;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tI9U9PJ8ur img {
    height: 3.8rem !important;
  }
  .cid-tI9U9PJ8ur .btn {
    display: flex;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tI9U9PJ8ur .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tI9U9PJ8ur .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .navbar-toggler {
  position: relative;
}
.cid-tI9U9PJ8ur .widget-title,
.cid-tI9U9PJ8ur .widget-icon {
  color: #e9e9e9;
}
.cid-tI9U9PJ8ur .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tI9U9PJ8ur .menu-content-top,
  .cid-tI9U9PJ8ur .menu-bottom {
    padding: 0 15px;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    align-self: center;
  }
  .cid-tI9U9PJ8ur .btn {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .widget-icon {
    padding-right: 0;
  }
}
.cid-tI9U9PJ8ur .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a298e;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:hover {
  color: #45206d;
  background-color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tI9U9PJ8ur .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tJLYkaryah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #45494e;
}
.cid-tJLYkaryah .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLYkaryah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJLYkaryah .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tJLXLV1BUs {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tJLXLV1BUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLXLV1BUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJLXLV1BUs .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-tJLXLV1BUs .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tJLXLV1BUs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tJLXLV1BUs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tJLXLV1BUs .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tJLXLV1BUs .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #eafa72;
}
.cid-tJLXLV1BUs .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-tJLXLV1BUs .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-tJLXLV1BUs .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-tJLXLV1BUs .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-tJLXLV1BUs .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-tJLXLV1BUs .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tJLXLV1BUs .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-tJLXLV1BUs .image-wrapper::after {
    display: none;
  }
}
.cid-tJLXLV1BUs .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #6e32ae;
}
.cid-tJLXLV1BUs .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tJLXLV1BUs .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tJLXLV1BUs .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-tJLXLV1BUs .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-tJLXLV1BUs .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-tJLXLV1BUs .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tJLXLV1BUs .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-tJLXLV1BUs .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-tJLXLV1BUs .mbr-section-title {
  color: #101511;
}
.cid-tJLXLV1BUs .mbr-text {
  color: #6e716f;
}
.cid-tI9U9PJ8ur .navbar {
  padding: 0.5rem 0;
  background: #45206d;
  transition: none;
  min-height: 50px;
}
.cid-tI9U9PJ8ur .navbar-fixed-top {
  padding-top: 0;
}
.cid-tI9U9PJ8ur .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #45206d;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tI9U9PJ8ur .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tI9U9PJ8ur .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .menu-content-top {
  background: #45206d;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tI9U9PJ8ur .dropdown-item:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .nav-link,
.cid-tI9U9PJ8ur .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tI9U9PJ8ur .nav-link:hover,
.cid-tI9U9PJ8ur .brand-name:hover {
  color: #f3f4ef !important;
}
.cid-tI9U9PJ8ur .dropdown-menu {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .dropdown-item:active {
  background-color: #45206d;
}
.cid-tI9U9PJ8ur .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tI9U9PJ8ur .navbar-dropdown.bg-color.transparent.opened {
  background: #45206d;
}
.cid-tI9U9PJ8ur .nav-item {
  position: relative;
}
.cid-tI9U9PJ8ur .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tI9U9PJ8ur .nav-item .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .content-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #45206d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tI9U9PJ8ur .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tI9U9PJ8ur .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI9U9PJ8ur .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tI9U9PJ8ur .content-right-side {
  text-align: center;
}
.cid-tI9U9PJ8ur .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tI9U9PJ8ur .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tI9U9PJ8ur .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tI9U9PJ8ur .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tI9U9PJ8ur .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .info-widget:first-child {
  margin-left: 0;
}
.cid-tI9U9PJ8ur .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tI9U9PJ8ur .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tI9U9PJ8ur .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tI9U9PJ8ur .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tI9U9PJ8ur .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tI9U9PJ8ur .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #6e32ae;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tI9U9PJ8ur .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tI9U9PJ8ur .navbar {
    display: block;
    padding: 0;
  }
  .cid-tI9U9PJ8ur .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tI9U9PJ8ur .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tI9U9PJ8ur .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tI9U9PJ8ur .navbar-toggler {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tI9U9PJ8ur .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tI9U9PJ8ur .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tI9U9PJ8ur .btn-sm {
  padding: 13px 29px;
}
.cid-tI9U9PJ8ur .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tI9U9PJ8ur .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tI9U9PJ8ur .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tI9U9PJ8ur .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI9U9PJ8ur .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tI9U9PJ8ur .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tI9U9PJ8ur button.navbar-toggler:focus {
  outline: none;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI9U9PJ8ur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI9U9PJ8ur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI9U9PJ8ur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .btn {
  display: flex;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tI9U9PJ8ur .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tI9U9PJ8ur .collapsed button.navbar-toggler {
  display: block;
}
.cid-tI9U9PJ8ur .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tI9U9PJ8ur .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tI9U9PJ8ur .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tI9U9PJ8ur .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tI9U9PJ8ur .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tI9U9PJ8ur .menu-content-top {
    display: flex;
  }
  .cid-tI9U9PJ8ur .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tI9U9PJ8ur .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tI9U9PJ8ur .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tI9U9PJ8ur .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tI9U9PJ8ur .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing,
  .cid-tI9U9PJ8ur .navbar-collapse.show {
    display: block !important;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #45206d;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tI9U9PJ8ur .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tI9U9PJ8ur .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tI9U9PJ8ur img {
    height: 3.8rem !important;
  }
  .cid-tI9U9PJ8ur .btn {
    display: flex;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tI9U9PJ8ur .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tI9U9PJ8ur .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tI9U9PJ8ur .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tI9U9PJ8ur .nav-link:focus {
  outline: none;
}
.cid-tI9U9PJ8ur .navbar-toggler {
  position: relative;
}
.cid-tI9U9PJ8ur .widget-title,
.cid-tI9U9PJ8ur .widget-icon {
  color: #e9e9e9;
}
.cid-tI9U9PJ8ur .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tI9U9PJ8ur .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tI9U9PJ8ur .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tI9U9PJ8ur .menu-content-top,
  .cid-tI9U9PJ8ur .menu-bottom {
    padding: 0 15px;
  }
  .cid-tI9U9PJ8ur button.navbar-toggler {
    align-self: center;
  }
  .cid-tI9U9PJ8ur .btn {
    margin-left: 0;
  }
  .cid-tI9U9PJ8ur .widget-icon {
    padding-right: 0;
  }
}
.cid-tI9U9PJ8ur .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a298e;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tI9U9PJ8ur .icons-menu .mbr-iconfont:hover {
  color: #45206d;
  background-color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tI9U9PJ8ur .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tJLPVpTIeB {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tJLPVpTIeB .mbr-text,
.cid-tJLPVpTIeB .mbr-section-btn {
  color: #716c80;
}
.cid-tJLPVpTIeB .title {
  color: #45206d;
}
@-webkit-keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.cid-tJLPVpTIeB .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: -30px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/03.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-tJLPVpTIeB .img1 > div {
  border-radius: 30px !important;
}
.cid-tJLPVpTIeB .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-tJLPVpTIeB .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -41px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/04.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-tJLPVpTIeB .img2 > div {
  border-radius: 30px !important;
}
.cid-tJLPVpTIeB .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  left: 0px !important;
}
.cid-tJLPVpTIeB .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/05.jpg");
}
.cid-tJLPVpTIeB .img3 > div {
  border-radius: 30px !important;
}
.cid-tJLPVpTIeB .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30px !important;
}
.cid-tJLPVpTIeB .wrap {
  height: 450px;
}
@media (max-width: 991px) {
  .cid-tJLPVpTIeB .img3 div[id^="jarallax-container"] > * {
    margin-top: 0% !important;
  }
  .cid-tJLPVpTIeB .text-wrap > * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tJLPVpTIeB .img3 {
    position: relative !important;
    margin: 0 auto;
    right: 0px;
  }
}
.cid-tJLPVpTIeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLPVpTIeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJLP14jA8y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJLP14jA8y .first,
.cid-tJLP14jA8y .second,
.cid-tJLP14jA8y .third {
  display: inline-block;
}
.cid-tJLP14jA8y img {
  max-width: 350px;
  height: auto;
}
.cid-tJLP14jA8y .mbr-section-title {
  color: #45206d;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-tJLP14jA8y .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cid-tJLP14jA8y .row {
  align-items: flex-end;
}
.cid-tJLP14jA8y .padd {
  padding: 0 15px;
  margin: 0;
}
