.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cfaa0b !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #821fc4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cfaa0b !important;
  border-color: #cfaa0b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9f8208 !important;
  border-color: #9f8208 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f8208 !important;
  border-color: #9f8208 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #821fc4 !important;
  border-color: #821fc4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #651898 !important;
  border-color: #651898 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #651898 !important;
  border-color: #651898 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cfaa0b;
  color: #cfaa0b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7d6607 !important;
  background-color: transparent!important;
  border-color: #7d6607 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cfaa0b !important;
  border-color: #cfaa0b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6c758f;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: #474d5e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #821fc4;
  color: #821fc4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #501379 !important;
  background-color: transparent!important;
  border-color: #501379 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #821fc4 !important;
  border-color: #821fc4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cfaa0b !important;
}
.text-secondary {
  color: #ffe161 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #821fc4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6e5a06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #facb00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #48116c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #cfaa0b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #821fc4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cfaa0b;
  border-color: #cfaa0b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cfaa0b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbecab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bd79ea;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #cfaa0b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #cfaa0b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cfaa0b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cfaa0b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cfaa0b;
  border-bottom-color: #cfaa0b;
}
.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: #000000 !important;
  background-color: #cfaa0b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe161 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cfaa0b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGZR3ZApP .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sP3RbvDySv {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-sP3RbvDySv .mbr-section-title {
  color: #ffffff;
}
.cid-sP3RbvDySv .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sP3RbvDySv .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sP3RbvDySv .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sP3RbvDySv .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sP3RbvDySv .text-col {
  align-items: center;
  display: flex;
}
.cid-sP3RbvDySv .mbr-section-subtitle,
.cid-sP3RbvDySv .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sP3MSRByA9 {
  background-image: url("../../../assets/images/paints3.jpg");
}
.cid-sP3MSRByA9 h4 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.cid-sP3MSRByA9 a {
  text-decoration: none;
  font-weight: 300;
  line-height: 1.72;
}
.cid-sP3MSRByA9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1400px) {
  .cid-sP3MSRByA9 .mbr-section-title {
    margin-bottom: 120px;
  }
}
.cid-sP3MSRByA9 .mbr-section-btn {
  margin-right: 13px;
}
.cid-sP3MSRByA9 .btn-white-outline {
  color: white;
}
.cid-sP3MSRByA9 .btn-white-outline:hover {
  color: #000 !important;
  background-color: #fff !important;
  transition: .3s;
}
.cid-sP3MSRByA9 .info {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .cid-sP3MSRByA9 .info {
    margin-top: 70px;
  }
}
.cid-sP3MSRByA9 .mbr-text {
  color: #fff;
}
.cid-sP3MSRByA9 .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sP3MSRByA9 .mbr-section-subtitle {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
  }
}
.cid-sP3MSRByA9 .mbr-section-subtitle::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #ffffff;
  width: 50%;
  top: 35px;
}
@media (max-width: 768px) {
  .cid-sP3MSRByA9 .mbr-section-subtitle::before {
    content: none;
  }
}
.cid-sP3MSRByA9 .add-info {
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-sP3MSRByA9 .add-info {
    width: 50%;
  }
}
.cid-sP3MSRByA9 .add-info-text {
  line-height: 1.72;
}
.cid-sP3MSRByA9 .mobi-mbri-down {
  font-size: 11px;
  margin-left: 10px;
}
.cid-sP3MSRByA9 .main-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sAI9xCkcmT {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #aa77cc;
}
@media (max-width: 767px) {
  .cid-sAI9xCkcmT {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-sAI9xCkcmT img {
  width: 100%;
  border-radius: 30px;
}
.cid-sAI9xCkcmT .mbr-section-title {
  color: #ffffff;
}
.cid-sAI9xCkcmT .mbr-section-subtitle {
  background-color: #ffe161;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Bellota Text', display;
  font-weight: 900;
  color: #ffffff;
}
.cid-sAI9xCkcmT .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sAI9xCkcmT .svg-1 path {
  fill: #ffffff;
}
.cid-sAI9xCkcmT .container-fluid {
  max-width: 1200px;
}
.cid-sAI9xCkcmT .mbr-arrow {
  z-index: 1;
}
.cid-sAI9xCkcmT .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sAI9xCkcmT .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sAI9xCkcmT .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sAI9xCkcmT .container-fluid {
    padding: 0 1rem;
  }
  .cid-sAI9xCkcmT .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-sAI9xCkcmT .row > div,
.cid-sAI9xCkcmT .mbr-section-subtitle {
  color: #36187d;
}
.cid-t2ln7tFE4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-t2ln7tFE4U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t2ln7tFE4U .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2ln7tFE4U .col-text {
    padding: 30px;
  }
}
.cid-t2ln7tFE4U .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t2ln7tFE4U .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2ln7tFE4U .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-t2ln7tFE4U .col-form {
    max-height: 440px;
  }
}
.cid-t2ln7tFE4U .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t2ln7tFE4U .text-wrapper {
    text-align: center !important;
  }
}
.cid-t2ln7tFE4U .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t2ln7tFE4U .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t2ln7tFE4U .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t2ln7tFE4U .mbr-text {
    text-align: center !important;
  }
}
.cid-t2ln7tFE4U .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-t2ln7tFE4U .name-text {
  color: #222222;
  width: 100%;
}
.cid-t2ln7tFE4U .prof-text {
  color: #555555;
  width: 100%;
}
.cid-t2ln7tFE4U .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-t2ln7tFE4U .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t2ln7tFE4U .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t2ln7tFE4U .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t2lnKCASc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2lnKCASc7 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t2lnKCASc7 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2lnKCASc7 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-t2lnKCASc7 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t2lnKCASc7 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t2lnKCASc7 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-t2lnKCASc7 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-t2lnKCASc7 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-t2lnKCASc7 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t2lnKCASc7 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2lnKCASc7 .col-text {
    text-align: center;
  }
}
.cid-t2lnKCASc7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2lnKCASc7 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t2lnKCASc7 .label-text {
    text-align: center !important;
  }
}
.cid-t2lnKCASc7 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-t2lnKCASc7 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t2lnKCASc7 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-t2lnKCASc7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t2lnKCASc7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sAI3lC85nY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sAI3lC85nY .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sAI3lC85nY .mbr-section-title {
  margin: 0;
}
.cid-sAI3lC85nY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sAI3lC85nY .card-img {
  text-align: center;
}
.cid-sAI3lC85nY .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sAI3lC85nY .row-item.card1 {
  background: #1dcb86;
}
.cid-sAI3lC85nY .row-item.card2 {
  background: #36187d;
}
.cid-sAI3lC85nY .row-item.card3 {
  background: #821fc4;
}
.cid-sAI3lC85nY .row-item.card4 {
  background: #2bdc9d;
}
.cid-sAI3lC85nY .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sAI3lC85nY .card-img,
  .cid-sAI3lC85nY .mbr-text,
  .cid-sAI3lC85nY .mbr-card-title,
  .cid-sAI3lC85nY .mbr-section-subtitle,
  .cid-sAI3lC85nY .mbr-section-title,
  .cid-sAI3lC85nY .underline {
    text-align: center !important;
  }
}
.cid-sIxpgp2MF9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIxpgp2MF9 .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIxpgp2MF9 .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sIxpgp2MF9 .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sIxpgp2MF9 .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sIxpgp2MF9 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sIxpgp2MF9 .circle_animation .circle {
  width: 3.85rem;
  height: 3.85rem;
  border-radius: 50%;
}
.cid-sIxpgp2MF9 .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #cfaa0b;
}
.cid-sIxpgp2MF9 .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #cfaa0b;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-sIxpgp2MF9 .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sIxpgp2MF9 .mbr-section-title,
.cid-sIxpgp2MF9 .linkBtn,
.cid-sIxpgp2MF9 .date_wrap {
  color: #821fc4;
}
.cid-sIUJWr7F4a {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIUJWr7F4a .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sIUJWr7F4a img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sIUJWr7F4a img {
    transform: scale(1) translateX(0);
  }
}
.cid-sIUJWr7F4a .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sIUJWr7F4a .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sIUJWr7F4a .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sIUJWr7F4a .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIUJWr7F4a .col-12 {
  position: relative;
}
.cid-sIUJWr7F4a .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sIUJWr7F4a .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sIUJWr7F4a .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sIUJWr7F4a .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sIUJWr7F4a .mbr-section-title {
  color: #263d5a;
}
.cid-sIUJWr7F4a .mbr-text,
.cid-sIUJWr7F4a .mbr-section-btn {
  color: #263d5a;
}
.cid-sIUJWr7F4a .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sIxk1LGDD2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIxk1LGDD2 .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-sIxk1LGDD2 .card .card-box {
    border-left: 1px dotted rgba(154, 35, 234, 0.5);
  }
  .cid-sIxk1LGDD2 .card:last-child .card-box {
    border-right: 1px dotted rgba(154, 35, 234, 0.5);
  }
  .cid-sIxk1LGDD2 .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-sIxk1LGDD2 .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-sIxk1LGDD2 .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-sIxk1LGDD2 .card .card-box {
    border-bottom: 1px dotted rgba(154, 35, 234, 0.5);
  }
  .cid-sIxk1LGDD2 .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-sIxk1LGDD2 .card:nth-child(1) .circle_fill {
  background-color: #821fc4;
}
.cid-sIxk1LGDD2 .card:nth-child(2) .circle_fill {
  background-color: #35b8fc;
}
.cid-sIxk1LGDD2 .card:nth-child(3) .circle_fill {
  background-color: #47b5ed;
}
.cid-sIxk1LGDD2 .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-sIxk1LGDD2 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sIxk1LGDD2 .card-title {
  margin-bottom: 3rem;
  color: #821fc4;
}
.cid-sIxk1LGDD2 .card-text {
  margin-bottom: 1.5rem;
}
.cid-sIxk1LGDD2 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-sIxk1LGDD2 .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-sIxk1LGDD2 .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-sIxk1LGDD2 .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #cfaa0b;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-sIxk1LGDD2 .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-sIxk1LGDD2 .card-text {
    margin-bottom: 1rem;
  }
  .cid-sIxk1LGDD2 .card-wrapper {
    padding: 0;
  }
  .cid-sIxk1LGDD2 .card-box {
    padding: 2rem 0;
  }
  .cid-sIxk1LGDD2 .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-sIxk1LGDD2 .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-sIxk1LGDD2 .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-sIxkYlryI9 {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sIxkYlryI9 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIxkYlryI9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIxkYlryI9 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIxkYlryI9 .card-box {
  margin: auto;
}
.cid-sIxkYlryI9 img,
.cid-sIxkYlryI9 .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sIxkYlryI9 img,
  .cid-sIxkYlryI9 .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIxkYlryI9 .mbr-section-title {
  border-top: 1px solid #821fc4;
  padding-top: 1rem;
  color: #6c758f;
}
.cid-sIxkYlryI9 .card-text {
  color: #a6a6a6;
}
.cid-sIxkYlryI9 .card-title {
  color: #821fc4;
}
.cid-sAI7zU929l {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e4d2f0;
  position: relative;
  overflow: hidden;
}
.cid-sAI7zU929l .container {
  max-width: 1400px;
}
.cid-sAI7zU929l svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-sAI7zU929l #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sAI7zU929l .mbr-text {
  color: #716c80;
}
.cid-sAI7zU929l .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sAI7zU929l .card-img .img1 {
  background-color: #821fc4;
}
.cid-sAI7zU929l .card-img .img2 {
  background-color: #5580ff;
}
.cid-sAI7zU929l .card-img .img3 {
  background-color: #ff8a73;
}
.cid-sAI7zU929l .card-img .img4 {
  background-color: #1dcb86;
}
.cid-sAI7zU929l .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sAI7zU929l .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sAI7zU929l .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-sAI7zU929l .card-title,
.cid-sAI7zU929l .card-img {
  color: #57468b;
}
.cid-sAI7zU929l img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sAI7zU929l img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sAI7zU929l .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-sAI7zU929l .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sAI7zU929l .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-sAI7zU929l .card-img span {
    margin-right: 0rem;
  }
  .cid-sAI7zU929l svg {
    top: -9rem;
  }
}
.cid-sAI7zU929l .card-img {
  width: auto;
}
.cid-sAI7bBLhV3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4d2f0;
}
.cid-sAI7bBLhV3 .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-sAI7bBLhV3 a {
  text-decoration: underline;
}
.cid-sAI7bBLhV3 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-sAI7bBLhV3 .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-sAI7bBLhV3 img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-sAI7bBLhV3 .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-sAI7bBLhV3 .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-sAI7bBLhV3 .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sAI7bBLhV3 .img1,
  .cid-sAI7bBLhV3 .img2,
  .cid-sAI7bBLhV3 .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sAI7bBLhV3 .img1,
  .cid-sAI7bBLhV3 .img2,
  .cid-sAI7bBLhV3 .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-sAI7bBLhV3 .wrapper {
    height: 400px;
  }
  .cid-sAI7bBLhV3 .overlay {
    opacity: 0.5;
  }
}
.cid-sAI7bBLhV3 .mbr-text,
.cid-sAI7bBLhV3 .mbr-section-btn {
  color: #36187d;
}
.cid-sAI7bBLhV3 H2 {
  color: #36187d;
}
.cid-sAI8kccrgO {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #e4d2f0;
  z-index: 0;
}
.cid-sAI8kccrgO .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sAI8kccrgO img {
  width: 235px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sAI8kccrgO .icon1 {
  background: #a8aaf1;
}
.cid-sAI8kccrgO .icon2 {
  background: #ff9083;
}
.cid-sAI8kccrgO .icon3 {
  background: #72dfe9;
}
.cid-sAI8kccrgO .card-box {
  padding-left: 1rem;
}
.cid-sAI8kccrgO .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sAI8kccrgO .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sAI8kccrgO .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sAI8kccrgO .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sAI8kccrgO .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sAI8kccrgO .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sAI8kccrgO .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sAI8kccrgO .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sAI8kccrgO .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sAI8kccrgO .card-text {
  color: #6c758f;
}
.cid-sAI8kccrgO .title {
  color: #ffffff;
}
.cid-sAI8kccrgO .title,
.cid-sAI8kccrgO .img-col {
  color: #821fc4;
}
.cid-tjdzDgHPVj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tjdzDgHPVj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjdzDgHPVj textarea {
  min-height: 200px;
}
.cid-tjdzDgHPVj .btn {
  padding: 1rem 3rem;
}
.cid-tjdzDgHPVj .form-control,
.cid-tjdzDgHPVj .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tjdzDgHPVj .form-control::-webkit-input-placeholder,
.cid-tjdzDgHPVj .field-input::-webkit-input-placeholder,
.cid-tjdzDgHPVj .form-control::-webkit-input-placeholder,
.cid-tjdzDgHPVj .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjdzDgHPVj .form-control:-moz-placeholder,
.cid-tjdzDgHPVj .field-input:-moz-placeholder,
.cid-tjdzDgHPVj .form-control:-moz-placeholder,
.cid-tjdzDgHPVj .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjdzDgHPVj .form-control:hover,
.cid-tjdzDgHPVj .field-input:hover,
.cid-tjdzDgHPVj .form-control:focus,
.cid-tjdzDgHPVj .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjdzDgHPVj .form-control:hover::-webkit-input-placeholder,
.cid-tjdzDgHPVj .field-input:hover::-webkit-input-placeholder,
.cid-tjdzDgHPVj .form-control:focus::-webkit-input-placeholder,
.cid-tjdzDgHPVj .field-input:focus::-webkit-input-placeholder,
.cid-tjdzDgHPVj .form-control:hover::-webkit-input-placeholder,
.cid-tjdzDgHPVj .field-input:hover::-webkit-input-placeholder,
.cid-tjdzDgHPVj .form-control:focus::-webkit-input-placeholder,
.cid-tjdzDgHPVj .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjdzDgHPVj .form-control:hover:-moz-placeholder,
.cid-tjdzDgHPVj .field-input:hover:-moz-placeholder,
.cid-tjdzDgHPVj .form-control:focus:-moz-placeholder,
.cid-tjdzDgHPVj .field-input:focus:-moz-placeholder,
.cid-tjdzDgHPVj .form-control:hover:-moz-placeholder,
.cid-tjdzDgHPVj .field-input:hover:-moz-placeholder,
.cid-tjdzDgHPVj .form-control:focus:-moz-placeholder,
.cid-tjdzDgHPVj .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjdzDgHPVj .jq-number__spin:hover,
.cid-tjdzDgHPVj .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tjdzDgHPVj .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjdzDgHPVj .jq-selectbox li,
.cid-tjdzDgHPVj .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjdzDgHPVj .jq-selectbox li:hover,
.cid-tjdzDgHPVj .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjdzDgHPVj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjdzDgHPVj .jq-number__spin.minus:hover:after,
.cid-tjdzDgHPVj .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjdzDgHPVj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjdzDgHPVj .jq-number__spin.minus:after,
.cid-tjdzDgHPVj .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjdzDgHPVj input::-webkit-clear-button {
  display: none;
}
.cid-tjdzDgHPVj input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjdzDgHPVj input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjdzDgHPVj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjdzDgHPVj .mbr-section-title {
  color: #ffffff;
}
.cid-sKZwrHFESn {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #233668;
}
.cid-sKZwrHFESn .media-container-row {
  justify-content: space-between;
}
.cid-sKZwrHFESn .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sKZwrHFESn .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-sKZwrHFESn .icons {
    justify-content: center !important;
  }
  .cid-sKZwrHFESn .text-content * {
    text-align: center;
  }
}
.cid-sKZwrHFESn .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-sKZwrHFESn .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-sKZwrHFESn .mbr-section-title {
  color: #f2f3f7;
}
.cid-sKZwrHFESn P {
  color: #6c758f;
}
.cid-svGYderUVq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #f2f3f7;
}
.cid-svGYderUVq .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-svGYderUVq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svGYderUVq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-svGYderUVq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svGYderUVq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP9iJdtH3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP9iJdtH3h .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 30px;
  }
}
.cid-sP9iJdtH3h .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sP9iJdtH3h .copyright {
  color: #868c90;
}
.cid-sP9iJdtH3h .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sP9iJdtH3h .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sP9iJdtH3h .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sP9iJdtH3h .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .footer-logo {
    margin: 0 auto;
  }
}
.cid-sP6NQjqGij {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sBVTVoHRtX {
  z-index: 1000;
  width: 100%;
}
.cid-sBVTVoHRtX .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBVTVoHRtX .container {
    padding: 0 ;
  }
}
.cid-sBVTVoHRtX .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sBVTVoHRtX .navbar.opened {
  transition: all 0.3s;
}
.cid-sBVTVoHRtX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBVTVoHRtX .navbar .navbar-logo img {
  width: auto;
}
.cid-sBVTVoHRtX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVTVoHRtX .navbar.collapsed {
  justify-content: center;
}
.cid-sBVTVoHRtX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVTVoHRtX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVTVoHRtX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sBVTVoHRtX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVTVoHRtX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBVTVoHRtX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBVTVoHRtX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBVTVoHRtX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBVTVoHRtX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBVTVoHRtX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVTVoHRtX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVTVoHRtX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVTVoHRtX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBVTVoHRtX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBVTVoHRtX .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-sBVTVoHRtX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBVTVoHRtX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBVTVoHRtX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBVTVoHRtX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBVTVoHRtX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sBVTVoHRtX .navbar.navbar-short {
  min-height: 110px;
}
.cid-sBVTVoHRtX .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sBVTVoHRtX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBVTVoHRtX .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sBVTVoHRtX nav.navbar {
  position: fixed;
}
.cid-sBVTVoHRtX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBVTVoHRtX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sBVTVoHRtX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBVTVoHRtX .dropdown-item:hover,
.cid-sBVTVoHRtX .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-sBVTVoHRtX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBVTVoHRtX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBVTVoHRtX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBVTVoHRtX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBVTVoHRtX .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBVTVoHRtX .dropdown-menu,
.cid-sBVTVoHRtX .navbar.opened {
  background: #ffffff !important;
}
.cid-sBVTVoHRtX .nav-item:focus,
.cid-sBVTVoHRtX .nav-link:focus {
  outline: none;
}
.cid-sBVTVoHRtX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBVTVoHRtX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBVTVoHRtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBVTVoHRtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBVTVoHRtX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVTVoHRtX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBVTVoHRtX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVTVoHRtX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBVTVoHRtX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVTVoHRtX .dropdown-item.active,
.cid-sBVTVoHRtX .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVTVoHRtX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBVTVoHRtX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVTVoHRtX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBVTVoHRtX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVTVoHRtX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBVTVoHRtX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBVTVoHRtX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVTVoHRtX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBVTVoHRtX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBVTVoHRtX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-sBVTVoHRtX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBVTVoHRtX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBVTVoHRtX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBVTVoHRtX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBVTVoHRtX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBVTVoHRtX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBVTVoHRtX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBVTVoHRtX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBVTVoHRtX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBVTVoHRtX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVTVoHRtX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVTVoHRtX .navbar {
    height: 70px;
  }
  .cid-sBVTVoHRtX .navbar.opened {
    height: auto;
  }
  .cid-sBVTVoHRtX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVTVoHRtX .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBVTVoHRtX .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sP48gBBkYw {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-sP48gBBkYw .mbr-section-title {
  color: #ffffff;
}
.cid-sP48gBBkYw .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sP48gBBkYw .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sP48gBBkYw .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sP48gBBkYw .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sP48gBBkYw .text-col {
  align-items: center;
  display: flex;
}
.cid-sP48gBBkYw .mbr-section-subtitle,
.cid-sP48gBBkYw .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sIxvT0YRPR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-sIxvT0YRPR .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sIxvT0YRPR .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #cfaa0b;
}
.cid-sIxvT0YRPR .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #821fc4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sIxvT0YRPR .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sIxvT0YRPR .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sIxvT0YRPR .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sIxvT0YRPR .main_title {
  margin-bottom: 2.5rem;
}
.cid-sIxvT0YRPR .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sIxvT0YRPR .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sIxvT0YRPR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIxvT0YRPR .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sIxvT0YRPR .row {
    flex-direction: column-reverse;
  }
  .cid-sIxvT0YRPR .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sIxvT0YRPR .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sIxvT0YRPR .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sIxvT0YRPR .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sIxvT0YRPR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIxvT0YRPR .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sIxvT0YRPR .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sIxvT0YRPR .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sIxvT0YRPR .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sIxvT0YRPR .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sIxvT0YRPR .card:hover .square_fill {
    transform: none;
  }
  .cid-sIxvT0YRPR .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sIxvT0YRPR .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sIxvT0YRPR .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sIxvT0YRPR .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sIxvT0YRPR .card-title {
  color: #821fc4;
}
.cid-sIxvT0YRPR .mbr-text,
.cid-sIxvT0YRPR .linkBtn {
  color: #6c758f;
}
.cid-sIxxuekyJY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sIxxuekyJY {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sIxxuekyJY {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sIxxuekyJY .title {
  padding: 2rem 4rem;
  background-color: #ffffff;
}
.cid-sIxxuekyJY .mbr-section-title {
  color: #aa77cc;
}
.cid-sIxwQKmsx2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sIxwQKmsx2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sIxwQKmsx2 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sIxwQKmsx2 .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-sIxwQKmsx2 .f-row {
    flex-direction: column;
  }
}
.cid-sIxwQKmsx2 .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-sIxwQKmsx2 .f-item {
    flex: 1 1 100%;
  }
}
.cid-sIxwQKmsx2 .text-wrapper,
.cid-sIxwQKmsx2 .number-wrapper {
  padding: 0 3.25rem;
}
@media (max-width: 1400px) {
  .cid-sIxwQKmsx2 .text-wrapper,
  .cid-sIxwQKmsx2 .number-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sIxwQKmsx2 .text-wrapper,
  .cid-sIxwQKmsx2 .number-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sIxwQKmsx2 .number-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .cid-sIxwQKmsx2 .number-wrapper {
    justify-content: center;
  }
}
.cid-sIxwQKmsx2 .number-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  background-color: #d7bbde;
}
@media (max-width: 500px) {
  .cid-sIxwQKmsx2 .number-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-sIxwQKmsx2 .number-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-sIxwQKmsx2 .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-sIxwQKmsx2 .f-row {
    flex-direction: column;
  }
}
.cid-sIxwQKmsx2 .number-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .cid-sIxwQKmsx2 .number-wrapper {
    justify-content: center;
  }
}
.cid-sIxwQKmsx2 .number {
  color: #9a23ea;
}
.cid-sIxwQKmsx2 .mbr-text,
.cid-sIxwQKmsx2 .mbr-section-btn {
  color: #6c758f;
}
.cid-sIxwQKmsx2 .card-title {
  color: #9a23ea;
}
.cid-sIxwRIHVqW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sIxwRIHVqW {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sIxwRIHVqW {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sIxwRIHVqW .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-sIxwRIHVqW .f-row {
    flex-direction: column;
  }
}
.cid-sIxwRIHVqW .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-sIxwRIHVqW .f-item {
    flex: 1 1 100%;
  }
}
.cid-sIxwRIHVqW .text-wrapper,
.cid-sIxwRIHVqW .number-wrapper {
  padding: 0 3.25rem;
}
@media (max-width: 1400px) {
  .cid-sIxwRIHVqW .text-wrapper,
  .cid-sIxwRIHVqW .number-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sIxwRIHVqW .text-wrapper,
  .cid-sIxwRIHVqW .number-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sIxwRIHVqW .number-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .cid-sIxwRIHVqW .number-wrapper {
    justify-content: center;
  }
}
.cid-sIxwRIHVqW .number-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  background-color: #8b59ac;
}
@media (max-width: 500px) {
  .cid-sIxwRIHVqW .number-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-sIxwRIHVqW .number-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-sIxwRIHVqW .number {
  color: #ffb5b5;
}
.cid-sIxwRIHVqW .mbr-text,
.cid-sIxwRIHVqW .mbr-section-btn {
  color: #6c758f;
}
.cid-sIxwRIHVqW .card-title {
  color: #ff8a8a;
}
.cid-sIxwStuqGu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sIxwStuqGu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sIxwStuqGu {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sIxwStuqGu .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-sIxwStuqGu .f-row {
    flex-direction: column;
  }
}
.cid-sIxwStuqGu .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-sIxwStuqGu .f-item {
    flex: 1 1 100%;
  }
}
.cid-sIxwStuqGu .text-wrapper,
.cid-sIxwStuqGu .number-wrapper {
  padding: 0 3.25rem;
}
@media (max-width: 1400px) {
  .cid-sIxwStuqGu .text-wrapper,
  .cid-sIxwStuqGu .number-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sIxwStuqGu .text-wrapper,
  .cid-sIxwStuqGu .number-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sIxwStuqGu .number-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .cid-sIxwStuqGu .number-wrapper {
    justify-content: center;
  }
}
.cid-sIxwStuqGu .number-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  background-color: #9a23ea;
}
@media (max-width: 500px) {
  .cid-sIxwStuqGu .number-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-sIxwStuqGu .number-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-sIxwStuqGu .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-sIxwStuqGu .f-row {
    flex-direction: column;
  }
}
.cid-sIxwStuqGu .number-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .cid-sIxwStuqGu .number-wrapper {
    justify-content: center;
  }
}
.cid-sIxwStuqGu .number {
  color: #d7bbde;
}
.cid-sIxwStuqGu .mbr-text,
.cid-sIxwStuqGu .mbr-section-btn {
  color: #6c758f;
}
.cid-sIxwStuqGu .card-title {
  color: #cca2d6;
}
.cid-sP2WSI4dHw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sP2WSI4dHw {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sP2WSI4dHw {
    padding-top: 0rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sP2WSI4dHw .f-row {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 991px) {
  .cid-sP2WSI4dHw .flex-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 990px) {
  .cid-sP2WSI4dHw .f-row {
    flex-direction: column;
  }
  .cid-sP2WSI4dHw .flex-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 991px) {
  .cid-sP2WSI4dHw .image-wrapper {
    padding: 1rem;
  }
}
.cid-sP2WSI4dHw .text-wrapper {
  background-color: #4f2e53;
  padding: 6rem 1.5rem 1rem;
}
@media (min-width: 1200px) {
  .cid-sP2WSI4dHw .text-wrapper {
    padding: 8rem 3rem 2rem;
    margin: 1rem;
  }
}
.cid-sP2WSI4dHw .title {
  transform: translateY(8rem);
  padding: 1rem;
}
@media (max-width: 1200px) {
  .cid-sP2WSI4dHw .title {
    transform: translateY(7rem);
  }
}
@media (max-width: 1000px) {
  .cid-sP2WSI4dHw .title {
    transform: translateY(6rem);
  }
}
.cid-sP2WSI4dHw .mbr-section-title {
  color: #a478aa;
  text-align: left;
}
.cid-sP2WSI4dHw .mbr-text,
.cid-sP2WSI4dHw .mbr-section-btn {
  color: #ffd8db;
}
.cid-sP2WSI4dHw .z-100 {
  z-index: 100;
}
.cid-sP2WSI4dHw .mbr-text {
  text-align: left;
  color: #ffd8db;
}
.cid-sEzXrDkdA0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sEzXrDkdA0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-sEzXrDkdA0 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sEzXrDkdA0 .text-box {
  text-align: center;
}
.cid-sEzXrDkdA0 span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-sEzXrDkdA0 .card {
    margin-bottom: 2rem;
  }
  .cid-sEzXrDkdA0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sEzXrDkdA0 span {
    font-size: 21vw;
  }
}
.cid-sEzXrDkdA0 .item .icon-box .step-number {
  color: #9a23ea;
}
.cid-sCv00S8IgW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCv00S8IgW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sCv00S8IgW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sCv00S8IgW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sCv00S8IgW P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sCv00S8IgW img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sCv00S8IgW .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sCv00S8IgW .top,
  .cid-sCv00S8IgW .top-2 {
    margin-top: 0;
  }
}
.cid-t2lqCAC2Pm {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-t2lqCAC2Pm {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-t2lqCAC2Pm {
    padding-top: 0.9rem;
    padding-bottom: 2.4rem;
  }
}
.cid-t2lqCAC2Pm .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t2lqCAC2Pm .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t2lqCAC2Pm .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t2lqCAC2Pm .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2lqCAC2Pm .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-t2lqCAC2Pm .text-wrapper {
  background: #eeff42;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t2lqCAC2Pm .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-t2lqCAC2Pm .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-t2lqCAC2Pm .display-1 {
    font-size: 65px;
  }
  .cid-t2lqCAC2Pm .display-5 {
    font-size: 29px;
  }
}
.cid-t2lqCAC2Pm .mbr-section-btn {
  background: #eeff42;
  margin-left: 0;
  margin-right: 0;
}
.cid-t2lqCAC2Pm .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t2lqCAC2Pm .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-sIxz8AUCcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/antes-monoposte-oleo-1-2000x1675.jpeg");
}
.cid-sIxz8AUCcx .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-sIxz8AUCcx .linkBtn {
  margin-top: 2.5rem;
  color: #9a23ea;
}
.cid-sIxz8AUCcx b,
.cid-sIxz8AUCcx strong {
  font-weight: 500;
  color: #ffe161;
}
@media (max-width: 767px) {
  .cid-sIxz8AUCcx .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-sIxz8AUCcx .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-sIxz8AUCcx H4 {
  color: #7522ac;
}
.cid-sCuZLJzV29 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
  z-index: 0;
}
.cid-sCuZLJzV29 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sCuZLJzV29 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sCuZLJzV29 .icon1 {
  background: #a8aaf1;
}
.cid-sCuZLJzV29 .icon2 {
  background: #ff9083;
}
.cid-sCuZLJzV29 .icon3 {
  background: #72dfe9;
}
.cid-sCuZLJzV29 .card-box {
  padding-left: 1rem;
}
.cid-sCuZLJzV29 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sCuZLJzV29 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sCuZLJzV29 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sCuZLJzV29 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sCuZLJzV29 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCuZLJzV29 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sCuZLJzV29 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sCuZLJzV29 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sCuZLJzV29 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sCuZLJzV29 .card-text {
  color: #ffffff;
}
.cid-sCuZLJzV29 .title {
  color: #ffffff;
}
.cid-tjecSoWGX5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tjecSoWGX5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjecSoWGX5 textarea {
  min-height: 200px;
}
.cid-tjecSoWGX5 .btn {
  padding: 1rem 3rem;
}
.cid-tjecSoWGX5 .form-control,
.cid-tjecSoWGX5 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tjecSoWGX5 .form-control::-webkit-input-placeholder,
.cid-tjecSoWGX5 .field-input::-webkit-input-placeholder,
.cid-tjecSoWGX5 .form-control::-webkit-input-placeholder,
.cid-tjecSoWGX5 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecSoWGX5 .form-control:-moz-placeholder,
.cid-tjecSoWGX5 .field-input:-moz-placeholder,
.cid-tjecSoWGX5 .form-control:-moz-placeholder,
.cid-tjecSoWGX5 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecSoWGX5 .form-control:hover,
.cid-tjecSoWGX5 .field-input:hover,
.cid-tjecSoWGX5 .form-control:focus,
.cid-tjecSoWGX5 .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjecSoWGX5 .form-control:hover::-webkit-input-placeholder,
.cid-tjecSoWGX5 .field-input:hover::-webkit-input-placeholder,
.cid-tjecSoWGX5 .form-control:focus::-webkit-input-placeholder,
.cid-tjecSoWGX5 .field-input:focus::-webkit-input-placeholder,
.cid-tjecSoWGX5 .form-control:hover::-webkit-input-placeholder,
.cid-tjecSoWGX5 .field-input:hover::-webkit-input-placeholder,
.cid-tjecSoWGX5 .form-control:focus::-webkit-input-placeholder,
.cid-tjecSoWGX5 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecSoWGX5 .form-control:hover:-moz-placeholder,
.cid-tjecSoWGX5 .field-input:hover:-moz-placeholder,
.cid-tjecSoWGX5 .form-control:focus:-moz-placeholder,
.cid-tjecSoWGX5 .field-input:focus:-moz-placeholder,
.cid-tjecSoWGX5 .form-control:hover:-moz-placeholder,
.cid-tjecSoWGX5 .field-input:hover:-moz-placeholder,
.cid-tjecSoWGX5 .form-control:focus:-moz-placeholder,
.cid-tjecSoWGX5 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecSoWGX5 .jq-number__spin:hover,
.cid-tjecSoWGX5 .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tjecSoWGX5 .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjecSoWGX5 .jq-selectbox li,
.cid-tjecSoWGX5 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecSoWGX5 .jq-selectbox li:hover,
.cid-tjecSoWGX5 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecSoWGX5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjecSoWGX5 .jq-number__spin.minus:hover:after,
.cid-tjecSoWGX5 .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecSoWGX5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjecSoWGX5 .jq-number__spin.minus:after,
.cid-tjecSoWGX5 .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecSoWGX5 input::-webkit-clear-button {
  display: none;
}
.cid-tjecSoWGX5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjecSoWGX5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjecSoWGX5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjecSoWGX5 .mbr-section-title {
  color: #ffffff;
}
.cid-sP9bl8k2oj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP9bl8k2oj img {
  width: 150px;
  margin: auto;
  margin-top: 5rem;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-sP9bl8k2oj .container-fluid {
  padding: 0 1rem;
}
.cid-sP9bl8k2oj .card {
  transition: all 0.3s;
  height: auto;
  padding: 3rem 1rem;
  opacity: 1;
  border-radius: 0;
}
.cid-sP9bl8k2oj .card1 {
  background-color: #7522ac;
}
.cid-sP9bl8k2oj .card2 {
  background-color: #233668;
}
.cid-sP9bl8k2oj .card3 {
  background-color: #e6c63b;
}
.cid-sP9bl8k2oj .card4 {
  background-color: #ea2396;
}
.cid-sP9bl8k2oj .card-title {
  color: #ffffff;
}
.cid-sBVTVsi6eB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sBVTVsi6eB .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sBVTVsi6eB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBVTVsi6eB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBVTVsi6eB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBVTVsi6eB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP9iJdtH3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP9iJdtH3h .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 30px;
  }
}
.cid-sP9iJdtH3h .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sP9iJdtH3h .copyright {
  color: #868c90;
}
.cid-sP9iJdtH3h .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sP9iJdtH3h .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sP9iJdtH3h .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sP9iJdtH3h .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .footer-logo {
    margin: 0 auto;
  }
}
.cid-sP9iDTu54w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sBW9G9LeCr {
  z-index: 1000;
  width: 100%;
}
.cid-sBW9G9LeCr .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBW9G9LeCr .container {
    padding: 0 ;
  }
}
.cid-sBW9G9LeCr .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sBW9G9LeCr .navbar.opened {
  transition: all 0.3s;
}
.cid-sBW9G9LeCr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBW9G9LeCr .navbar .navbar-logo img {
  width: auto;
}
.cid-sBW9G9LeCr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBW9G9LeCr .navbar.collapsed {
  justify-content: center;
}
.cid-sBW9G9LeCr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBW9G9LeCr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBW9G9LeCr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sBW9G9LeCr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBW9G9LeCr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBW9G9LeCr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBW9G9LeCr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBW9G9LeCr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBW9G9LeCr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBW9G9LeCr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBW9G9LeCr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBW9G9LeCr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBW9G9LeCr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBW9G9LeCr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBW9G9LeCr .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-sBW9G9LeCr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBW9G9LeCr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBW9G9LeCr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBW9G9LeCr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBW9G9LeCr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sBW9G9LeCr .navbar.navbar-short {
  min-height: 110px;
}
.cid-sBW9G9LeCr .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sBW9G9LeCr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBW9G9LeCr .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sBW9G9LeCr nav.navbar {
  position: fixed;
}
.cid-sBW9G9LeCr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBW9G9LeCr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sBW9G9LeCr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBW9G9LeCr .dropdown-item:hover,
.cid-sBW9G9LeCr .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-sBW9G9LeCr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBW9G9LeCr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBW9G9LeCr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBW9G9LeCr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBW9G9LeCr .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBW9G9LeCr .dropdown-menu,
.cid-sBW9G9LeCr .navbar.opened {
  background: #ffffff !important;
}
.cid-sBW9G9LeCr .nav-item:focus,
.cid-sBW9G9LeCr .nav-link:focus {
  outline: none;
}
.cid-sBW9G9LeCr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBW9G9LeCr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBW9G9LeCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBW9G9LeCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBW9G9LeCr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBW9G9LeCr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBW9G9LeCr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBW9G9LeCr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBW9G9LeCr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBW9G9LeCr .dropdown-item.active,
.cid-sBW9G9LeCr .dropdown-item:active {
  background-color: transparent;
}
.cid-sBW9G9LeCr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBW9G9LeCr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBW9G9LeCr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBW9G9LeCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBW9G9LeCr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBW9G9LeCr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBW9G9LeCr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBW9G9LeCr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBW9G9LeCr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBW9G9LeCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-sBW9G9LeCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBW9G9LeCr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBW9G9LeCr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBW9G9LeCr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBW9G9LeCr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBW9G9LeCr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBW9G9LeCr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBW9G9LeCr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBW9G9LeCr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBW9G9LeCr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBW9G9LeCr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBW9G9LeCr .navbar {
    height: 70px;
  }
  .cid-sBW9G9LeCr .navbar.opened {
    height: auto;
  }
  .cid-sBW9G9LeCr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBW9G9LeCr .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBW9G9LeCr .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sP47UdMHm8 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-sP47UdMHm8 .mbr-section-title {
  color: #ffffff;
}
.cid-sP47UdMHm8 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sP47UdMHm8 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sP47UdMHm8 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sP47UdMHm8 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sP47UdMHm8 .text-col {
  align-items: center;
  display: flex;
}
.cid-sP47UdMHm8 .mbr-section-subtitle,
.cid-sP47UdMHm8 .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sBW9Gafgsd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/carretera-vallas-publicitarias-2000x1333.jpg");
}
.cid-sBW9Gafgsd .text-block {
  z-index: 2;
}
.cid-sBW9Gafgsd .content-panel {
  width: 110%;
  background: #821fc4;
  padding: 3rem;
}
.cid-sBW9Gafgsd .menu-box {
  display: -webkit-flex;
  align-items: baseline;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -webkit-flex-wrap: wrap;
}
.cid-sBW9Gafgsd .menu-box .box-price {
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
  -webkit-flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-sBW9Gafgsd .text-block {
    padding-bottom: 2rem;
  }
  .cid-sBW9Gafgsd .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-sBW9Gafgsd .mbr-section-title {
  color: #ffffff;
}
.cid-sBW9Gafgsd .box-text {
  color: #ffffff;
}
.cid-sIxqV1WQAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIxqV1WQAJ .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sIxqV1WQAJ .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sIxqV1WQAJ .card .square_fill {
  background-color: #35b8fc;
  transform: translate(-2.5rem, 0rem);
}
.cid-sIxqV1WQAJ .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sIxqV1WQAJ .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sIxqV1WQAJ .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sIxqV1WQAJ .square_animation .square_null {
  z-index: 1;
  border: 1px solid #cfaa0b;
}
.cid-sIxqV1WQAJ .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sIxqV1WQAJ .main_title {
  margin-bottom: 2.5rem;
}
.cid-sIxqV1WQAJ .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sIxqV1WQAJ .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sIxqV1WQAJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIxqV1WQAJ .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sIxqV1WQAJ .row {
    flex-direction: column-reverse;
  }
  .cid-sIxqV1WQAJ .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sIxqV1WQAJ .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sIxqV1WQAJ .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sIxqV1WQAJ .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sIxqV1WQAJ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sIxqV1WQAJ .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sIxqV1WQAJ .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sIxqV1WQAJ .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sIxqV1WQAJ .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sIxqV1WQAJ .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sIxqV1WQAJ .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sIxqV1WQAJ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sIxqV1WQAJ .card:hover .square_fill {
    transform: none;
  }
  .cid-sIxqV1WQAJ .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sIxqV1WQAJ .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sIxqV1WQAJ .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sIxqV1WQAJ .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sIxqV1WQAJ .card-title {
  color: #821fc4;
}
.cid-sIxqV1WQAJ .mbr-text,
.cid-sIxqV1WQAJ .linkBtn {
  color: #6c758f;
}
.cid-sFNFSc9kJa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFNFSc9kJa h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sFNFSc9kJa .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sFNFSc9kJa .mbr-section-subtitle {
  color: #767676;
}
.cid-sFNFSc9kJa .pie_progress__number {
  text-align: center !important;
}
.cid-sFNFSc9kJa .card-title {
  margin-bottom: 0;
}
.cid-sFNFSc9kJa .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sFNFSc9kJa .svg-gradient {
  position: absolute;
}
.cid-sFNFSc9kJa ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFNFSc9kJa .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sFNFSc9kJa .mbr-section-title {
  color: #821fc4;
}
.cid-t2lsrUdvBD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6870d1;
}
.cid-t2lsrUdvBD .row {
  align-items: center;
  background-color: #ffffff;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-t2lsrUdvBD .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-t2lsrUdvBD .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-t2lsrUdvBD .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-t2lsrUdvBD .image-wrapper {
    padding: 1rem;
  }
}
.cid-t2lsrUdvBD .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-t2lsrUdvBD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t2lsrUdvBD .mbr-section-title {
  margin-bottom: 3rem;
  color: #6870d1;
  text-align: justify;
}
.cid-t2lsrUdvBD .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-t2lsrUdvBD .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-t2lsrUdvBD .mbr-text,
.cid-t2lsrUdvBD .mbr-section-btn {
  text-align: left;
}
.cid-sFNGKlDeML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sFNGKlDeML img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-sFNGKlDeML .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-sFNGKlDeML .mbr-section-title {
  color: #821fc4;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sFNGKlDeML .date {
  text-transform: uppercase;
  color: #cfaa0b;
  text-align: left;
  padding-top: 1rem;
}
.cid-sFNGKlDeML .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sFNGKlDeML .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sFNGKlDeML img {
    padding-top: 1rem;
  }
}
.cid-sH68KC4Hg7 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-sH68KC4Hg7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sH68KC4Hg7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sH68KC4Hg7 .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-sH68KC4Hg7 .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-sH68KC4Hg7 .icon-big:hover {
  color: #cfaa0b !important;
}
.cid-sH68KC4Hg7 .content-col {
  margin: auto 0;
}
.cid-sH68KC4Hg7 img {
  width: 90%;
  margin: auto;
}
.cid-sH68KC4Hg7 h6 {
  margin: 0;
}
.cid-sH68KC4Hg7 h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sH68KC4Hg7 h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sH68KC4Hg7 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-sH68KC4Hg7 .icon-wrap,
.cid-sH68KC4Hg7 .date-wrap {
  display: flex;
  align-items: center;
}
.cid-sH68KC4Hg7 .tabs-col {
  overflow: hidden;
}
.cid-sH68KC4Hg7 .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link {
  color: #31363b;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #31363b;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link.active:before {
  background: #31363b;
}
.cid-sH68KC4Hg7 .nav-tabs .nav-link.active:after {
  background: #31363b;
}
@media (max-width: 992px) {
  .cid-sH68KC4Hg7 img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sH68KC4Hg7 .nav-tabs {
    flex-direction: row;
  }
  .cid-sH68KC4Hg7 .mbr-text,
  .cid-sH68KC4Hg7 .nav-link {
    text-align: center;
  }
  .cid-sH68KC4Hg7 .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-sH68KC4Hg7 .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-sH68KC4Hg7 .nav-item {
    min-width: 100px;
  }
  .cid-sH68KC4Hg7 .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-sH68KC4Hg7 .mbr-section-subtitle,
.cid-sH68KC4Hg7 .title-align {
  color: #9a23ea;
}
.cid-sH68KC4Hg7 H2 {
  color: #6c758f;
}
.cid-sH68KC4Hg7 H3 {
  color: #232323;
}
.cid-sH68KC4Hg7 H1 {
  color: #6c758f;
}
.cid-sH68KC4Hg7 H4 {
  color: #31363b;
}
.cid-sIxtlyX3kc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sIxtlyX3kc .main_header {
  margin-bottom: 8rem;
}
.cid-sIxtlyX3kc .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sIxtlyX3kc .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sIxtlyX3kc .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sIxtlyX3kc .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sIxtlyX3kc .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sIxtlyX3kc .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-sIxtlyX3kc .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sIxtlyX3kc .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-sIxtlyX3kc .item-wrapper {
  padding: 0 1rem;
}
.cid-sIxtlyX3kc .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sIxtlyX3kc .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sIxtlyX3kc .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sIxtlyX3kc .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-sIxtlyX3kc .card-text {
  margin-bottom: 1.25rem;
}
.cid-sIxtlyX3kc .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sIxtlyX3kc .card-descr {
    margin-right: -1rem;
  }
}
.cid-sIxtlyX3kc img,
.cid-sIxtlyX3kc .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sIxtlyX3kc .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sIxtlyX3kc .main_header {
    margin-bottom: 4rem;
  }
  .cid-sIxtlyX3kc .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sIxtlyX3kc .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sIxtlyX3kc .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sIxtlyX3kc .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sIxtlyX3kc .card-text {
    margin-bottom: .75rem;
  }
  .cid-sIxtlyX3kc .item-img {
    padding-right: 1rem;
  }
  .cid-sIxtlyX3kc .card-descr {
    right: 1rem;
  }
}
.cid-sIxtlyX3kc .mbr-section-title {
  text-align: left;
  color: #6c758f;
}
.cid-sKZgkt4d0t {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
  z-index: 0;
}
.cid-sKZgkt4d0t .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sKZgkt4d0t img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sKZgkt4d0t .icon1 {
  background: #a8aaf1;
}
.cid-sKZgkt4d0t .icon2 {
  background: #ff9083;
}
.cid-sKZgkt4d0t .icon3 {
  background: #72dfe9;
}
.cid-sKZgkt4d0t .card-box {
  padding-left: 1rem;
}
.cid-sKZgkt4d0t .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sKZgkt4d0t .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sKZgkt4d0t .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sKZgkt4d0t .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sKZgkt4d0t .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKZgkt4d0t .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sKZgkt4d0t .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sKZgkt4d0t .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sKZgkt4d0t .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sKZgkt4d0t .card-text {
  color: #6c758f;
}
.cid-sKZgkt4d0t .title {
  color: #ffffff;
}
.cid-sKZgkt4d0t .title,
.cid-sKZgkt4d0t .img-col {
  color: #821fc4;
}
.cid-tjecOODsNT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tjecOODsNT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjecOODsNT textarea {
  min-height: 200px;
}
.cid-tjecOODsNT .btn {
  padding: 1rem 3rem;
}
.cid-tjecOODsNT .form-control,
.cid-tjecOODsNT .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tjecOODsNT .form-control::-webkit-input-placeholder,
.cid-tjecOODsNT .field-input::-webkit-input-placeholder,
.cid-tjecOODsNT .form-control::-webkit-input-placeholder,
.cid-tjecOODsNT .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecOODsNT .form-control:-moz-placeholder,
.cid-tjecOODsNT .field-input:-moz-placeholder,
.cid-tjecOODsNT .form-control:-moz-placeholder,
.cid-tjecOODsNT .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecOODsNT .form-control:hover,
.cid-tjecOODsNT .field-input:hover,
.cid-tjecOODsNT .form-control:focus,
.cid-tjecOODsNT .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjecOODsNT .form-control:hover::-webkit-input-placeholder,
.cid-tjecOODsNT .field-input:hover::-webkit-input-placeholder,
.cid-tjecOODsNT .form-control:focus::-webkit-input-placeholder,
.cid-tjecOODsNT .field-input:focus::-webkit-input-placeholder,
.cid-tjecOODsNT .form-control:hover::-webkit-input-placeholder,
.cid-tjecOODsNT .field-input:hover::-webkit-input-placeholder,
.cid-tjecOODsNT .form-control:focus::-webkit-input-placeholder,
.cid-tjecOODsNT .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecOODsNT .form-control:hover:-moz-placeholder,
.cid-tjecOODsNT .field-input:hover:-moz-placeholder,
.cid-tjecOODsNT .form-control:focus:-moz-placeholder,
.cid-tjecOODsNT .field-input:focus:-moz-placeholder,
.cid-tjecOODsNT .form-control:hover:-moz-placeholder,
.cid-tjecOODsNT .field-input:hover:-moz-placeholder,
.cid-tjecOODsNT .form-control:focus:-moz-placeholder,
.cid-tjecOODsNT .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecOODsNT .jq-number__spin:hover,
.cid-tjecOODsNT .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tjecOODsNT .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjecOODsNT .jq-selectbox li,
.cid-tjecOODsNT .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecOODsNT .jq-selectbox li:hover,
.cid-tjecOODsNT .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecOODsNT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjecOODsNT .jq-number__spin.minus:hover:after,
.cid-tjecOODsNT .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecOODsNT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjecOODsNT .jq-number__spin.minus:after,
.cid-tjecOODsNT .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecOODsNT input::-webkit-clear-button {
  display: none;
}
.cid-tjecOODsNT input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjecOODsNT input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjecOODsNT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjecOODsNT .mbr-section-title {
  color: #ffffff;
}
.cid-sP9bgjgI46 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP9bgjgI46 img {
  width: 150px;
  margin: auto;
  margin-top: 5rem;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-sP9bgjgI46 .container-fluid {
  padding: 0 1rem;
}
.cid-sP9bgjgI46 .card {
  transition: all 0.3s;
  height: auto;
  padding: 3rem 1rem;
  opacity: 1;
  border-radius: 0;
}
.cid-sP9bgjgI46 .card1 {
  background-color: #7522ac;
}
.cid-sP9bgjgI46 .card2 {
  background-color: #233668;
}
.cid-sP9bgjgI46 .card3 {
  background-color: #e6c63b;
}
.cid-sP9bgjgI46 .card4 {
  background-color: #ea2396;
}
.cid-sP9bgjgI46 .card-title {
  color: #ffffff;
}
.cid-sBW9GdBSWD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sBW9GdBSWD .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sBW9GdBSWD .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBW9GdBSWD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBW9GdBSWD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBW9GdBSWD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP9iJdtH3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP9iJdtH3h .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 30px;
  }
}
.cid-sP9iJdtH3h .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sP9iJdtH3h .copyright {
  color: #868c90;
}
.cid-sP9iJdtH3h .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sP9iJdtH3h .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sP9iJdtH3h .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sP9iJdtH3h .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .footer-logo {
    margin: 0 auto;
  }
}
.cid-sP6NQjqGij {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sBVXsGeqZO {
  z-index: 1000;
  width: 100%;
}
.cid-sBVXsGeqZO .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBVXsGeqZO .container {
    padding: 0 ;
  }
}
.cid-sBVXsGeqZO .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sBVXsGeqZO .navbar.opened {
  transition: all 0.3s;
}
.cid-sBVXsGeqZO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBVXsGeqZO .navbar .navbar-logo img {
  width: auto;
}
.cid-sBVXsGeqZO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVXsGeqZO .navbar.collapsed {
  justify-content: center;
}
.cid-sBVXsGeqZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVXsGeqZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVXsGeqZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sBVXsGeqZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVXsGeqZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBVXsGeqZO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBVXsGeqZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBVXsGeqZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBVXsGeqZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBVXsGeqZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVXsGeqZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVXsGeqZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVXsGeqZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBVXsGeqZO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBVXsGeqZO .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-sBVXsGeqZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBVXsGeqZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBVXsGeqZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBVXsGeqZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBVXsGeqZO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sBVXsGeqZO .navbar.navbar-short {
  min-height: 110px;
}
.cid-sBVXsGeqZO .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sBVXsGeqZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBVXsGeqZO .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sBVXsGeqZO nav.navbar {
  position: fixed;
}
.cid-sBVXsGeqZO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBVXsGeqZO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sBVXsGeqZO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBVXsGeqZO .dropdown-item:hover,
.cid-sBVXsGeqZO .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-sBVXsGeqZO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBVXsGeqZO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBVXsGeqZO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBVXsGeqZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBVXsGeqZO .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBVXsGeqZO .dropdown-menu,
.cid-sBVXsGeqZO .navbar.opened {
  background: #ffffff !important;
}
.cid-sBVXsGeqZO .nav-item:focus,
.cid-sBVXsGeqZO .nav-link:focus {
  outline: none;
}
.cid-sBVXsGeqZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBVXsGeqZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBVXsGeqZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBVXsGeqZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBVXsGeqZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVXsGeqZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBVXsGeqZO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVXsGeqZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBVXsGeqZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVXsGeqZO .dropdown-item.active,
.cid-sBVXsGeqZO .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVXsGeqZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBVXsGeqZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVXsGeqZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBVXsGeqZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVXsGeqZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBVXsGeqZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBVXsGeqZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVXsGeqZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBVXsGeqZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBVXsGeqZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-sBVXsGeqZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBVXsGeqZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBVXsGeqZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBVXsGeqZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBVXsGeqZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBVXsGeqZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBVXsGeqZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBVXsGeqZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBVXsGeqZO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBVXsGeqZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVXsGeqZO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVXsGeqZO .navbar {
    height: 70px;
  }
  .cid-sBVXsGeqZO .navbar.opened {
    height: auto;
  }
  .cid-sBVXsGeqZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVXsGeqZO .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBVXsGeqZO .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sP48xEkqCN {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-sP48xEkqCN .mbr-section-title {
  color: #ffffff;
}
.cid-sP48xEkqCN .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sP48xEkqCN .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sP48xEkqCN .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sP48xEkqCN .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sP48xEkqCN .text-col {
  align-items: center;
  display: flex;
}
.cid-sP48xEkqCN .mbr-section-subtitle,
.cid-sP48xEkqCN .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sBVXsGHL21 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sBVXsGHL21 .text-block {
  z-index: 2;
}
.cid-sBVXsGHL21 .content-panel {
  width: 110%;
  background: #000000;
  padding: 3rem;
}
.cid-sBVXsGHL21 .menu-box {
  display: -webkit-flex;
  align-items: baseline;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -webkit-flex-wrap: wrap;
}
.cid-sBVXsGHL21 .menu-box .box-price {
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
  -webkit-flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-sBVXsGHL21 .text-block {
    padding-bottom: 2rem;
  }
  .cid-sBVXsGHL21 .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-sBVXsGHL21 .mbr-section-title {
  color: #fff0b0;
}
.cid-sBVXsGHL21 .box-text {
  color: #ffb5b5;
}
.cid-sIUO5mlTyS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIUO5mlTyS .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sIUO5mlTyS .row {
  align-items: center;
}
.cid-sIUO5mlTyS .mbr-section-title {
  margin: 0 15px 10px;
  color: #8b59ac;
}
@media (max-width: 690px) {
  .cid-sIUO5mlTyS .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sIUO5mlTyS .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-sIUO5mlTyS .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sIUO5mlTyS .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-sIUO5mlTyS .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-sIUO5mlTyS .desc {
  padding: 0 15px 30px;
  color: #6c758f;
}
.cid-sIUO5mlTyS .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-sIUO5mlTyS .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-sIUO5mlTyS .desc1,
.cid-sIUO5mlTyS .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-sIUO5mlTyS .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-sIUO5mlTyS .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-sIUO5mlTyS .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-sIUO5mlTyS .desc1 {
    padding-right: 0;
  }
  .cid-sIUO5mlTyS .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sIUO5mlTyS .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-sIUO5mlTyS .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-sIUO5mlTyS .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-sIUO5mlTyS .desc {
    text-align: left;
  }
  .cid-sIUO5mlTyS .desc1 {
    padding-right: 0;
  }
  .cid-sIUO5mlTyS .mbr-iconfont {
    font-size: 60px;
  }
  .cid-sIUO5mlTyS .container-fluid {
    padding: 0 15px;
  }
  .cid-sIUO5mlTyS .mbr-section-title {
    text-align: left;
  }
}
.cid-sEX0utQFBK {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sEX0utQFBK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEX0utQFBK .container {
  max-width: 1400px;
}
.cid-sEX0utQFBK .row {
  flex-direction: row-reverse;
}
.cid-sEX0utQFBK img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-sEX0utQFBK .mbr-text {
  color: #818181;
}
.cid-sKZur3iWjQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKZur3iWjQ .left-side {
  text-align: center;
  padding: 30px;
}
.cid-sKZur3iWjQ .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-sKZur3iWjQ .container-fluid {
  padding: 0;
}
.cid-sKZur3iWjQ .right-side {
  padding: 0;
}
.cid-sKZur3iWjQ .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-sKZur3iWjQ .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
}
.cid-sKZur3iWjQ .mbr-section-subtitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.cid-sKZur3iWjQ .mbr-section-title {
  padding-bottom: 36px;
}
.cid-sKZur3iWjQ .l1 {
  color: #ffffff;
}
.cid-sKZur3iWjQ .l2,
.cid-sKZur3iWjQ .lin {
  color: #ffffff;
}
.cid-sKZur3iWjQ a {
  transition: color .3s;
}
.cid-sCvsg7gZZZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCvsg7gZZZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCvsg7gZZZ .row {
  flex-direction: row-reverse;
}
.cid-sCvsg7gZZZ img {
  width: 100%;
  border-radius: 10px;
}
.cid-sCvsg7gZZZ .mbr-section-subtitle {
  text-align: right;
  color: #8b59ac;
}
.cid-sCvsg7gZZZ .mbr-section-title {
  color: #8b59ac;
  text-align: right;
}
.cid-sP2Y6KyETt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sP2Y6KyETt .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sP2Y6KyETt .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sP2Y6KyETt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sP2Y6KyETt .underline .line {
  width: 3rem;
  height: 2px;
  background: #7522ac;
  display: inline-block;
}
.cid-sP2Y6KyETt .process-icon,
.cid-sP2Y6KyETt .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sP2Y6KyETt .wrapper,
.cid-sP2Y6KyETt .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sP2Y6KyETt .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: 0.4;
}
.cid-sP2Y6KyETt .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sP2Y6KyETt .icon-container a {
  display: inherit;
}
.cid-sP2Y6KyETt .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: #8b59ac !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sP2Y6KyETt .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-sP2Y6KyETt .icon-main:hover .icon-wrapper {
  background-color: #8b59ac !important;
}
.cid-sP2Y6KyETt .icon-main:hover .icon-number {
  background-color: #cca2d6 !important;
  color: #000000 !important;
}
.cid-sP2Y6KyETt .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-sP2Y6KyETt .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sP2Y6KyETt .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sP2Y6KyETt .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sP2Y6KyETt .mbr-section-title {
  margin: 0;
}
.cid-sP2Y6KyETt .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-t2ltk6Duel {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #002549;
}
.cid-t2ltk6Duel .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t2ltk6Duel .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-t2ltk6Duel .row {
  align-items: center;
}
.cid-t2ltk6Duel .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t2ltk6Duel .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2ltk6Duel .img-wrap {
    right: 0;
  }
}
.cid-t2ltk6Duel .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-t2ltk6Duel .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-t2ltk6Duel .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-t2ltk6Duel .col-text {
    padding-right: 4rem;
  }
}
.cid-t2ltk6Duel .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-t2ltk6Duel .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-t2ltk6Duel .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-t2ltk6Duel .text-wrapper:hover {
  color: #cfaa0b;
}
.cid-t2ltk6Duel .text-wrapper:hover .mbr-section-title {
  color: #cfaa0b;
}
.cid-t2ltk6Duel .text-wrapper:hover .mbr-text {
  color: #cfaa0b;
}
.cid-t2ltk6Duel .text-wrapper:hover a {
  color: #cfaa0b !important;
}
.cid-t2ltk6Duel .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-t2ltk6Duel .text-wrapper a:hover {
  background-image: none !important;
  color: #cfaa0b !important;
}
.cid-t2ltk6Duel .icon-box {
  margin-top: 1rem;
}
.cid-t2ltk6Duel .icon-box span {
  color: #cfaa0b;
}
.cid-sCvsJHguy6 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
  z-index: 0;
}
.cid-sCvsJHguy6 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sCvsJHguy6 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sCvsJHguy6 .icon1 {
  background: #a8aaf1;
}
.cid-sCvsJHguy6 .icon2 {
  background: #ff9083;
}
.cid-sCvsJHguy6 .icon3 {
  background: #72dfe9;
}
.cid-sCvsJHguy6 .card-box {
  padding-left: 1rem;
}
.cid-sCvsJHguy6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sCvsJHguy6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sCvsJHguy6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sCvsJHguy6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sCvsJHguy6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCvsJHguy6 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sCvsJHguy6 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sCvsJHguy6 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sCvsJHguy6 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sCvsJHguy6 .card-text {
  color: #ffffff;
}
.cid-sCvsJHguy6 .title {
  color: #ffffff;
}
.cid-tjecVJNcuk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tjecVJNcuk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjecVJNcuk textarea {
  min-height: 200px;
}
.cid-tjecVJNcuk .btn {
  padding: 1rem 3rem;
}
.cid-tjecVJNcuk .form-control,
.cid-tjecVJNcuk .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tjecVJNcuk .form-control::-webkit-input-placeholder,
.cid-tjecVJNcuk .field-input::-webkit-input-placeholder,
.cid-tjecVJNcuk .form-control::-webkit-input-placeholder,
.cid-tjecVJNcuk .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecVJNcuk .form-control:-moz-placeholder,
.cid-tjecVJNcuk .field-input:-moz-placeholder,
.cid-tjecVJNcuk .form-control:-moz-placeholder,
.cid-tjecVJNcuk .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecVJNcuk .form-control:hover,
.cid-tjecVJNcuk .field-input:hover,
.cid-tjecVJNcuk .form-control:focus,
.cid-tjecVJNcuk .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjecVJNcuk .form-control:hover::-webkit-input-placeholder,
.cid-tjecVJNcuk .field-input:hover::-webkit-input-placeholder,
.cid-tjecVJNcuk .form-control:focus::-webkit-input-placeholder,
.cid-tjecVJNcuk .field-input:focus::-webkit-input-placeholder,
.cid-tjecVJNcuk .form-control:hover::-webkit-input-placeholder,
.cid-tjecVJNcuk .field-input:hover::-webkit-input-placeholder,
.cid-tjecVJNcuk .form-control:focus::-webkit-input-placeholder,
.cid-tjecVJNcuk .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecVJNcuk .form-control:hover:-moz-placeholder,
.cid-tjecVJNcuk .field-input:hover:-moz-placeholder,
.cid-tjecVJNcuk .form-control:focus:-moz-placeholder,
.cid-tjecVJNcuk .field-input:focus:-moz-placeholder,
.cid-tjecVJNcuk .form-control:hover:-moz-placeholder,
.cid-tjecVJNcuk .field-input:hover:-moz-placeholder,
.cid-tjecVJNcuk .form-control:focus:-moz-placeholder,
.cid-tjecVJNcuk .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecVJNcuk .jq-number__spin:hover,
.cid-tjecVJNcuk .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tjecVJNcuk .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjecVJNcuk .jq-selectbox li,
.cid-tjecVJNcuk .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecVJNcuk .jq-selectbox li:hover,
.cid-tjecVJNcuk .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecVJNcuk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjecVJNcuk .jq-number__spin.minus:hover:after,
.cid-tjecVJNcuk .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecVJNcuk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjecVJNcuk .jq-number__spin.minus:after,
.cid-tjecVJNcuk .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecVJNcuk input::-webkit-clear-button {
  display: none;
}
.cid-tjecVJNcuk input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjecVJNcuk input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjecVJNcuk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjecVJNcuk .mbr-section-title {
  color: #ffffff;
}
.cid-sP9bo5zHNG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP9bo5zHNG img {
  width: 150px;
  margin: auto;
  margin-top: 5rem;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-sP9bo5zHNG .container-fluid {
  padding: 0 1rem;
}
.cid-sP9bo5zHNG .card {
  transition: all 0.3s;
  height: auto;
  padding: 3rem 1rem;
  opacity: 1;
  border-radius: 0;
}
.cid-sP9bo5zHNG .card1 {
  background-color: #7522ac;
}
.cid-sP9bo5zHNG .card2 {
  background-color: #233668;
}
.cid-sP9bo5zHNG .card3 {
  background-color: #e6c63b;
}
.cid-sP9bo5zHNG .card4 {
  background-color: #ea2396;
}
.cid-sP9bo5zHNG .card-title {
  color: #ffffff;
}
.cid-sBVXsJIaVx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sBVXsJIaVx .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sBVXsJIaVx .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBVXsJIaVx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBVXsJIaVx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBVXsJIaVx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP9iJdtH3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP9iJdtH3h .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 30px;
  }
}
.cid-sP9iJdtH3h .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sP9iJdtH3h .copyright {
  color: #868c90;
}
.cid-sP9iJdtH3h .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sP9iJdtH3h .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sP9iJdtH3h .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sP9iJdtH3h .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .footer-logo {
    margin: 0 auto;
  }
}
.cid-sP6NQjqGij {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sP6XpcCq80 {
  z-index: 1000;
  width: 100%;
}
.cid-sP6XpcCq80 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sP6XpcCq80 .container {
    padding: 0 ;
  }
}
.cid-sP6XpcCq80 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sP6XpcCq80 .navbar.opened {
  transition: all 0.3s;
}
.cid-sP6XpcCq80 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sP6XpcCq80 .navbar .navbar-logo img {
  width: auto;
}
.cid-sP6XpcCq80 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sP6XpcCq80 .navbar.collapsed {
  justify-content: center;
}
.cid-sP6XpcCq80 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sP6XpcCq80 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sP6XpcCq80 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sP6XpcCq80 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sP6XpcCq80 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sP6XpcCq80 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sP6XpcCq80 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sP6XpcCq80 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sP6XpcCq80 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sP6XpcCq80 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sP6XpcCq80 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sP6XpcCq80 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sP6XpcCq80 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sP6XpcCq80 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sP6XpcCq80 .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-sP6XpcCq80 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sP6XpcCq80 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sP6XpcCq80 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sP6XpcCq80 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sP6XpcCq80 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sP6XpcCq80 .navbar.navbar-short {
  min-height: 110px;
}
.cid-sP6XpcCq80 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sP6XpcCq80 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sP6XpcCq80 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sP6XpcCq80 nav.navbar {
  position: fixed;
}
.cid-sP6XpcCq80 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP6XpcCq80 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sP6XpcCq80 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sP6XpcCq80 .dropdown-item:hover,
.cid-sP6XpcCq80 .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-sP6XpcCq80 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sP6XpcCq80 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sP6XpcCq80 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sP6XpcCq80 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sP6XpcCq80 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sP6XpcCq80 .dropdown-menu,
.cid-sP6XpcCq80 .navbar.opened {
  background: #ffffff !important;
}
.cid-sP6XpcCq80 .nav-item:focus,
.cid-sP6XpcCq80 .nav-link:focus {
  outline: none;
}
.cid-sP6XpcCq80 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sP6XpcCq80 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sP6XpcCq80 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sP6XpcCq80 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP6XpcCq80 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sP6XpcCq80 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sP6XpcCq80 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sP6XpcCq80 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sP6XpcCq80 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sP6XpcCq80 .dropdown-item.active,
.cid-sP6XpcCq80 .dropdown-item:active {
  background-color: transparent;
}
.cid-sP6XpcCq80 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sP6XpcCq80 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sP6XpcCq80 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sP6XpcCq80 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sP6XpcCq80 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sP6XpcCq80 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sP6XpcCq80 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sP6XpcCq80 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sP6XpcCq80 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sP6XpcCq80 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-sP6XpcCq80 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sP6XpcCq80 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP6XpcCq80 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP6XpcCq80 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sP6XpcCq80 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP6XpcCq80 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sP6XpcCq80 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sP6XpcCq80 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP6XpcCq80 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sP6XpcCq80 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sP6XpcCq80 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sP6XpcCq80 .navbar {
    height: 70px;
  }
  .cid-sP6XpcCq80 .navbar.opened {
    height: auto;
  }
  .cid-sP6XpcCq80 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP6XpcCq80 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sP6XpcCq80 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sP6Xpd9MxP {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-sP6Xpd9MxP .mbr-section-title {
  color: #ffffff;
}
.cid-sP6Xpd9MxP .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sP6Xpd9MxP .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sP6Xpd9MxP .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sP6Xpd9MxP .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sP6Xpd9MxP .text-col {
  align-items: center;
  display: flex;
}
.cid-sP6Xpd9MxP .mbr-section-subtitle,
.cid-sP6Xpd9MxP .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sP73ascKM9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sP73ascKM9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #cfaa0b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sP73ascKM9 .panel-group {
  border: none;
}
.cid-sP73ascKM9 .panel-collapse {
  padding: 0 2rem;
}
.cid-sP73ascKM9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sP73ascKM9 .panel-body,
.cid-sP73ascKM9 .card-header {
  padding: 1rem 0;
}
.cid-sP73ascKM9 .panel-title-edit {
  color: #6c758f;
}
.cid-sP73ascKM9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sP73ascKM9 .card {
  overflow: visible;
}
.cid-sP73ascKM9 .panel-text {
  color: #6c758f;
}
.cid-sP73ascKM9 H3 {
  color: #36187d;
}
.cid-sP9b32e2sG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP9b32e2sG img {
  width: 150px;
  margin: auto;
  margin-top: 5rem;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-sP9b32e2sG .container-fluid {
  padding: 0 1rem;
}
.cid-sP9b32e2sG .card {
  transition: all 0.3s;
  height: auto;
  padding: 3rem 1rem;
  opacity: 1;
  border-radius: 0;
}
.cid-sP9b32e2sG .card1 {
  background-color: #7522ac;
}
.cid-sP9b32e2sG .card2 {
  background-color: #233668;
}
.cid-sP9b32e2sG .card3 {
  background-color: #e6c63b;
}
.cid-sP9b32e2sG .card4 {
  background-color: #ea2396;
}
.cid-sP9b32e2sG .card-title {
  color: #ffffff;
}
.cid-sP6XpfGcA1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sP9iJdtH3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP9iJdtH3h .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 30px;
  }
}
.cid-sP9iJdtH3h .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sP9iJdtH3h .copyright {
  color: #868c90;
}
.cid-sP9iJdtH3h .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sP9iJdtH3h .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sP9iJdtH3h .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sP9iJdtH3h .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .footer-logo {
    margin: 0 auto;
  }
}
.cid-sBVXRr4SUu {
  z-index: 1000;
  width: 100%;
}
.cid-sBVXRr4SUu .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sBVXRr4SUu .container {
    padding: 0 ;
  }
}
.cid-sBVXRr4SUu .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-sBVXRr4SUu .navbar.opened {
  transition: all 0.3s;
}
.cid-sBVXRr4SUu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBVXRr4SUu .navbar .navbar-logo img {
  width: auto;
}
.cid-sBVXRr4SUu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBVXRr4SUu .navbar.collapsed {
  justify-content: center;
}
.cid-sBVXRr4SUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBVXRr4SUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBVXRr4SUu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sBVXRr4SUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBVXRr4SUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBVXRr4SUu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBVXRr4SUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBVXRr4SUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBVXRr4SUu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBVXRr4SUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBVXRr4SUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBVXRr4SUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBVXRr4SUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBVXRr4SUu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBVXRr4SUu .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-sBVXRr4SUu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBVXRr4SUu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBVXRr4SUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBVXRr4SUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBVXRr4SUu .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sBVXRr4SUu .navbar.navbar-short {
  min-height: 110px;
}
.cid-sBVXRr4SUu .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-sBVXRr4SUu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBVXRr4SUu .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sBVXRr4SUu nav.navbar {
  position: fixed;
}
.cid-sBVXRr4SUu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBVXRr4SUu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sBVXRr4SUu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBVXRr4SUu .dropdown-item:hover,
.cid-sBVXRr4SUu .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-sBVXRr4SUu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBVXRr4SUu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBVXRr4SUu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBVXRr4SUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBVXRr4SUu .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBVXRr4SUu .dropdown-menu,
.cid-sBVXRr4SUu .navbar.opened {
  background: #ffffff !important;
}
.cid-sBVXRr4SUu .nav-item:focus,
.cid-sBVXRr4SUu .nav-link:focus {
  outline: none;
}
.cid-sBVXRr4SUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBVXRr4SUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBVXRr4SUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBVXRr4SUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBVXRr4SUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBVXRr4SUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBVXRr4SUu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBVXRr4SUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBVXRr4SUu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBVXRr4SUu .dropdown-item.active,
.cid-sBVXRr4SUu .dropdown-item:active {
  background-color: transparent;
}
.cid-sBVXRr4SUu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBVXRr4SUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBVXRr4SUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBVXRr4SUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBVXRr4SUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBVXRr4SUu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBVXRr4SUu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBVXRr4SUu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBVXRr4SUu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBVXRr4SUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-sBVXRr4SUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBVXRr4SUu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBVXRr4SUu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBVXRr4SUu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBVXRr4SUu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBVXRr4SUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBVXRr4SUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBVXRr4SUu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBVXRr4SUu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBVXRr4SUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBVXRr4SUu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBVXRr4SUu .navbar {
    height: 70px;
  }
  .cid-sBVXRr4SUu .navbar.opened {
    height: auto;
  }
  .cid-sBVXRr4SUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVXRr4SUu .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBVXRr4SUu .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sP48Gh5SUH {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-sP48Gh5SUH .mbr-section-title {
  color: #ffffff;
}
.cid-sP48Gh5SUH .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sP48Gh5SUH .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sP48Gh5SUH .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sP48Gh5SUH .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sP48Gh5SUH .text-col {
  align-items: center;
  display: flex;
}
.cid-sP48Gh5SUH .mbr-section-subtitle,
.cid-sP48Gh5SUH .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sP94MnXIZb {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background5.jpg");
  overflow: hidden;
}
.cid-sP94MnXIZb svg {
  fill: #f9fafb !important;
  pointer-events: none;
}
.cid-sP94MnXIZb #e2_shape {
  fill: #f9fafb !important;
}
.cid-sP94MnXIZb .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sP94MnXIZb .mbr-text {
  font-weight: 300;
}
.cid-sP94MnXIZb .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sP94MnXIZb .btn-white {
  color: #404040 !important;
}
.cid-sP94MnXIZb .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sP94MnXIZb .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sP94MnXIZb .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sP94MnXIZb {
    padding: 30px;
  }
  .cid-sP94MnXIZb svg {
    display: none;
  }
}
.cid-sIUZoiC4Tn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sIUZoiC4Tn .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sIUZoiC4Tn .row {
  align-items: center;
  background: #6c758f;
  padding: 0px;
  margin: 0;
}
.cid-sIUZoiC4Tn .mbr-section-title {
  margin: 0 0 12px;
  color: #f2f3f7;
}
.cid-sIUZoiC4Tn .desc {
  padding: 0 0px 20px;
  color: #f2f3f7;
}
.cid-sIUZoiC4Tn .col-auto {
  display: inline-block;
}
.cid-sIUZoiC4Tn .container-fluid {
  padding: 0;
}
.cid-sIUZoiC4Tn .mbr-section-subtitle {
  color: #cca2d6;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sIUZoiC4Tn .right-side {
  padding: 0;
}
.cid-sIUZoiC4Tn .row {
  flex-direction: row-reverse;
}
.cid-sIUZoiC4Tn .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sIUZoiC4Tn .left-side {
    padding: 25px 15px;
  }
}
.cid-sBVXRrS0VW {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sBVXRrS0VW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sBVXRrS0VW .row {
    flex-direction: column-reverse;
  }
  .cid-sBVXRrS0VW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sBVXRrS0VW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sBVXRrS0VW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sBVXRrS0VW .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sBVXRrS0VW .card-title {
  color: #2e2f30;
}
.cid-sBVXRrS0VW .mbr-text,
.cid-sBVXRrS0VW .mbr-section-btn {
  color: #6c758f;
}
.cid-sIV0mC3Pne {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sIV0mC3Pne .nav {
  border: 2px dashed #7522ac;
  border-radius: 30px;
}
.cid-sIV0mC3Pne .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-sIV0mC3Pne .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sIV0mC3Pne .nav-tabs .nav-link {
  display: block;
  color: #ffe161;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  border: none;
  text-align: center;
  transition: all .3s;
}
.cid-sIV0mC3Pne .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #6c758f;
}
.cid-sIV0mC3Pne .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #7522ac;
}
.cid-sIV0mC3Pne .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-sIV0mC3Pne .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sIV0mC3Pne .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
.cid-sIV0mC3Pne .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: calc(2rem + 5%);
}
.cid-sIV0mC3Pne .imageContainer img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sIV0mC3Pne .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #6c758f;
  border-radius: 30px;
  z-index: -1;
}
.cid-sIV0mC3Pne .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sIV0mC3Pne .mbr-text {
  margin-bottom: 0;
}
.cid-sIV0mC3Pne .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-sIV0mC3Pne .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-sIV0mC3Pne .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sIV0mC3Pne .mbr-section-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sIV0mC3Pne .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIV0mC3Pne {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-sIV0mC3Pne .mbr-section-title {
    text-align: center;
  }
  .cid-sIV0mC3Pne .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sIV0mC3Pne .nav-tabs {
    width: 100%;
  }
  .cid-sIV0mC3Pne .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-sIV0mC3Pne .container-fluid {
    padding: 0;
  }
  .cid-sIV0mC3Pne .imageContainer {
    margin-left: 1rem;
  }
}
.cid-sIV0mC3Pne .mbr-section-title {
  color: #821fc4;
}
.cid-sIV1yYvrWw {
  background-color: #ffffff;
}
.cid-sIV1yYvrWw .description_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  color: #e6ca69;
  cursor: default;
  text-align: left;
}
.cid-sIV1yYvrWw .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sIV1yYvrWw .mbr-section-title {
  margin-bottom: 2rem;
  color: #8b59ac;
  text-align: right;
}
.cid-sIV1yYvrWw .mbr-text {
  margin-bottom: 2rem;
}
.cid-sIV1yYvrWw .image-wrapper,
.cid-sIV1yYvrWw img {
  width: 100%;
}
.cid-sIV1yYvrWw .image-wrapper,
.cid-sIV1yYvrWw .content_box {
  position: relative;
}
.cid-sIV1yYvrWw .content_box {
  z-index: 5;
}
@media (max-width: 767px) {
  .cid-sIV1yYvrWw .row {
    flex-direction: column-reverse;
  }
  .cid-sIV1yYvrWw .content_box,
  .cid-sIV1yYvrWw .mbr-text {
    padding: 0;
  }
  .cid-sIV1yYvrWw .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sIV1yYvrWw .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-sIV1yYvrWw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIV1yYvrWw .description_box {
    top: auto;
    bottom: 5%;
    left: 50%;
    width: 100%;
    padding: 0 .75rem;
    text-align: center;
    transform: translate(-50%, -5%);
  }
}
.cid-sIV1yYvrWw .mbr-text,
.cid-sIV1yYvrWw .linkBtn {
  color: #6c758f;
  text-align: right;
}
.cid-sKZftxh6jF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sKZftxh6jF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sKZftxh6jF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sKZftxh6jF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sKZftxh6jF P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sKZftxh6jF img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-sKZftxh6jF .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sKZftxh6jF .top,
  .cid-sKZftxh6jF .top-2 {
    margin-top: 0;
  }
}
.cid-sEWZyV2Er2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sEWZyV2Er2 .mbr-section-subtitle {
  color: #821fc4;
}
.cid-sEWZyV2Er2 .mbr-text {
  color: #6c758f;
}
.cid-tjecYFAm2F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-tjecYFAm2F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjecYFAm2F textarea {
  min-height: 200px;
}
.cid-tjecYFAm2F .btn {
  padding: 1rem 3rem;
}
.cid-tjecYFAm2F .form-control,
.cid-tjecYFAm2F .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-tjecYFAm2F .form-control::-webkit-input-placeholder,
.cid-tjecYFAm2F .field-input::-webkit-input-placeholder,
.cid-tjecYFAm2F .form-control::-webkit-input-placeholder,
.cid-tjecYFAm2F .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecYFAm2F .form-control:-moz-placeholder,
.cid-tjecYFAm2F .field-input:-moz-placeholder,
.cid-tjecYFAm2F .form-control:-moz-placeholder,
.cid-tjecYFAm2F .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecYFAm2F .form-control:hover,
.cid-tjecYFAm2F .field-input:hover,
.cid-tjecYFAm2F .form-control:focus,
.cid-tjecYFAm2F .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjecYFAm2F .form-control:hover::-webkit-input-placeholder,
.cid-tjecYFAm2F .field-input:hover::-webkit-input-placeholder,
.cid-tjecYFAm2F .form-control:focus::-webkit-input-placeholder,
.cid-tjecYFAm2F .field-input:focus::-webkit-input-placeholder,
.cid-tjecYFAm2F .form-control:hover::-webkit-input-placeholder,
.cid-tjecYFAm2F .field-input:hover::-webkit-input-placeholder,
.cid-tjecYFAm2F .form-control:focus::-webkit-input-placeholder,
.cid-tjecYFAm2F .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tjecYFAm2F .form-control:hover:-moz-placeholder,
.cid-tjecYFAm2F .field-input:hover:-moz-placeholder,
.cid-tjecYFAm2F .form-control:focus:-moz-placeholder,
.cid-tjecYFAm2F .field-input:focus:-moz-placeholder,
.cid-tjecYFAm2F .form-control:hover:-moz-placeholder,
.cid-tjecYFAm2F .field-input:hover:-moz-placeholder,
.cid-tjecYFAm2F .form-control:focus:-moz-placeholder,
.cid-tjecYFAm2F .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tjecYFAm2F .jq-number__spin:hover,
.cid-tjecYFAm2F .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tjecYFAm2F .jq-number__spin {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjecYFAm2F .jq-selectbox li,
.cid-tjecYFAm2F .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecYFAm2F .jq-selectbox li:hover,
.cid-tjecYFAm2F .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tjecYFAm2F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjecYFAm2F .jq-number__spin.minus:hover:after,
.cid-tjecYFAm2F .jq-number__spin.plus:hover:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecYFAm2F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjecYFAm2F .jq-number__spin.minus:after,
.cid-tjecYFAm2F .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-tjecYFAm2F input::-webkit-clear-button {
  display: none;
}
.cid-tjecYFAm2F input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjecYFAm2F input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjecYFAm2F input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjecYFAm2F .mbr-section-title {
  color: #ffffff;
}
.cid-sP9bsQgRyC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP9bsQgRyC img {
  width: 150px;
  margin: auto;
  margin-top: 5rem;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-sP9bsQgRyC .container-fluid {
  padding: 0 1rem;
}
.cid-sP9bsQgRyC .card {
  transition: all 0.3s;
  height: auto;
  padding: 3rem 1rem;
  opacity: 1;
  border-radius: 0;
}
.cid-sP9bsQgRyC .card1 {
  background-color: #7522ac;
}
.cid-sP9bsQgRyC .card2 {
  background-color: #233668;
}
.cid-sP9bsQgRyC .card3 {
  background-color: #e6c63b;
}
.cid-sP9bsQgRyC .card4 {
  background-color: #ea2396;
}
.cid-sP9bsQgRyC .card-title {
  color: #ffffff;
}
.cid-sKZha2Ptql {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #000000;
  z-index: 0;
}
.cid-sKZha2Ptql .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-sKZha2Ptql img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-sKZha2Ptql .icon1 {
  background: #a8aaf1;
}
.cid-sKZha2Ptql .icon2 {
  background: #ff9083;
}
.cid-sKZha2Ptql .icon3 {
  background: #72dfe9;
}
.cid-sKZha2Ptql .card-box {
  padding-left: 1rem;
}
.cid-sKZha2Ptql .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sKZha2Ptql .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sKZha2Ptql .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sKZha2Ptql .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sKZha2Ptql .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKZha2Ptql .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-sKZha2Ptql .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-sKZha2Ptql .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-sKZha2Ptql .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-sKZha2Ptql .card-text {
  color: #6c758f;
}
.cid-sKZha2Ptql .title {
  color: #ffffff;
}
.cid-sKZha2Ptql .title,
.cid-sKZha2Ptql .img-col {
  color: #821fc4;
}
.cid-sBVXRuIQxK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sBVXRuIQxK .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sBVXRuIQxK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sBVXRuIQxK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sBVXRuIQxK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBVXRuIQxK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP9iJdtH3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-sP9iJdtH3h .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .list {
    margin-bottom: 30px;
  }
}
.cid-sP9iJdtH3h .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sP9iJdtH3h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sP9iJdtH3h .copyright {
  color: #868c90;
}
.cid-sP9iJdtH3h .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-sP9iJdtH3h .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-sP9iJdtH3h .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sP9iJdtH3h .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-sP9iJdtH3h .footer-logo {
    margin: 0 auto;
  }
}
.cid-sP6NQjqGij {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tGjeeNyDoN {
  z-index: 1000;
  width: 100%;
}
.cid-tGjeeNyDoN .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tGjeeNyDoN .container {
    padding: 0 ;
  }
}
.cid-tGjeeNyDoN .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tGjeeNyDoN .navbar.opened {
  transition: all 0.3s;
}
.cid-tGjeeNyDoN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGjeeNyDoN .navbar .navbar-logo img {
  width: auto;
}
.cid-tGjeeNyDoN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGjeeNyDoN .navbar.collapsed {
  justify-content: center;
}
.cid-tGjeeNyDoN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGjeeNyDoN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGjeeNyDoN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGjeeNyDoN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGjeeNyDoN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGjeeNyDoN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGjeeNyDoN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGjeeNyDoN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGjeeNyDoN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGjeeNyDoN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGjeeNyDoN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGjeeNyDoN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGjeeNyDoN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGjeeNyDoN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGjeeNyDoN .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tGjeeNyDoN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGjeeNyDoN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGjeeNyDoN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGjeeNyDoN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGjeeNyDoN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tGjeeNyDoN .navbar.navbar-short {
  min-height: 110px;
}
.cid-tGjeeNyDoN .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tGjeeNyDoN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGjeeNyDoN .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tGjeeNyDoN nav.navbar {
  position: fixed;
}
.cid-tGjeeNyDoN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjeeNyDoN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tGjeeNyDoN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjeeNyDoN .dropdown-item:hover,
.cid-tGjeeNyDoN .dropdown-item:focus {
  background: #cfaa0b !important;
  color: white !important;
}
.cid-tGjeeNyDoN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGjeeNyDoN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGjeeNyDoN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGjeeNyDoN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGjeeNyDoN .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGjeeNyDoN .dropdown-menu,
.cid-tGjeeNyDoN .navbar.opened {
  background: #ffffff !important;
}
.cid-tGjeeNyDoN .nav-item:focus,
.cid-tGjeeNyDoN .nav-link:focus {
  outline: none;
}
.cid-tGjeeNyDoN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGjeeNyDoN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjeeNyDoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGjeeNyDoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjeeNyDoN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGjeeNyDoN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGjeeNyDoN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGjeeNyDoN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGjeeNyDoN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGjeeNyDoN .dropdown-item.active,
.cid-tGjeeNyDoN .dropdown-item:active {
  background-color: transparent;
}
.cid-tGjeeNyDoN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGjeeNyDoN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGjeeNyDoN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGjeeNyDoN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGjeeNyDoN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGjeeNyDoN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjeeNyDoN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGjeeNyDoN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGjeeNyDoN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGjeeNyDoN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8b59ac;
}
.cid-tGjeeNyDoN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGjeeNyDoN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGjeeNyDoN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGjeeNyDoN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGjeeNyDoN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGjeeNyDoN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGjeeNyDoN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGjeeNyDoN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGjeeNyDoN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGjeeNyDoN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGjeeNyDoN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGjeeNyDoN .navbar {
    height: 70px;
  }
  .cid-tGjeeNyDoN .navbar.opened {
    height: auto;
  }
  .cid-tGjeeNyDoN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjeeNyDoN .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGjeeNyDoN .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tGjeeO5KzA {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #cca2d6;
}
.cid-tGjeeO5KzA .mbr-section-title {
  color: #ffffff;
}
.cid-tGjeeO5KzA .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tGjeeO5KzA .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tGjeeO5KzA .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tGjeeO5KzA .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tGjeeO5KzA .text-col {
  align-items: center;
  display: flex;
}
.cid-tGjeeO5KzA .mbr-section-subtitle,
.cid-tGjeeO5KzA .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tGjg4DX6DP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tGjg4DX6DP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGjg4DX6DP .row {
    flex-direction: column-reverse;
  }
  .cid-tGjg4DX6DP .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tGjg4DX6DP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGjg4DX6DP .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tGjg4DX6DP .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tGjg4DX6DP .card-title {
  color: #36187d;
}
.cid-tGjg4DX6DP .mbr-text,
.cid-tGjg4DX6DP .mbr-section-btn {
  color: #6c758f;
}
.cid-tGjg4DX6DP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjg4DX6DP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjeeP6kAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tGjeeP6kAh .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-tGjeeP6kAh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGjeeP6kAh .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tGjeeP6kAh .list {
    margin-bottom: 30px;
  }
}
.cid-tGjeeP6kAh .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-tGjeeP6kAh .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tGjeeP6kAh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGjeeP6kAh .copyright {
  color: #868c90;
}
.cid-tGjeeP6kAh .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-tGjeeP6kAh .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tGjeeP6kAh .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-tGjeeP6kAh .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-tGjeeP6kAh .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-tGjeeP6kAh .footer-logo {
    margin: 0 auto;
  }
}
.cid-tGjeeOWTfX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
