body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #c2b2d6 !important;
}
.bg-success {
  background-color: #c2b2d6 !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c2b2d6 !important;
  border-color: #c2b2d6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9a80bb !important;
  border-color: #9a80bb !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a80bb !important;
  border-color: #9a80bb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b2d6 !important;
  border-color: #c2b2d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9a80bb !important;
  border-color: #9a80bb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9a80bb !important;
  border-color: #9a80bb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8d6fb3;
  color: #8d6fb3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c2b2d6;
  border-color: #c2b2d6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b2d6 !important;
  border-color: #c2b2d6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #8d6fb3;
  color: #8d6fb3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c2b2d6;
  border-color: #c2b2d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b2d6 !important;
  border-color: #c2b2d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c2b2d6 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #c2b2d6 !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8d6fb3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8d6fb3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c2b2d6;
  border-color: #c2b2d6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c2b2d6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #c2b2d6;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #c2b2d6 !important;
  -webkit-box-shadow: 0 6px 16px 0 #c2b2d6 !important;
  background-color: #c2b2d6 !important;
  border-color: #c2b2d6 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #c2b2d6 !important;
  -webkit-box-shadow: 0 6px 16px 0 #c2b2d6 !important;
  background-color: #c2b2d6 !important;
  border-color: #c2b2d6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c2b2d6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c2b2d6;
  border-bottom-color: #c2b2d6;
}
.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: #c2b2d6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c2b2d6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-v2ym1Lpyfp .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2ym1Lpyfp .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v2ym1Lpyfp .nav-item:focus,
.cid-v2ym1Lpyfp .nav-link:focus {
  outline: none;
}
.cid-v2ym1Lpyfp .text-white:hover,
.cid-v2ym1Lpyfp .text-white:active,
.cid-v2ym1Lpyfp .text-white:focus {
  color: white!important;
}
.cid-v2ym1Lpyfp .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-v2ym1Lpyfp .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-v2ym1Lpyfp .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-v2ym1Lpyfp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2ym1Lpyfp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v2ym1Lpyfp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2ym1Lpyfp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2ym1Lpyfp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2ym1Lpyfp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2ym1Lpyfp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2ym1Lpyfp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2ym1Lpyfp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2ym1Lpyfp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2ym1Lpyfp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2ym1Lpyfp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2ym1Lpyfp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2ym1Lpyfp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2ym1Lpyfp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2ym1Lpyfp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2ym1Lpyfp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2ym1Lpyfp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2ym1Lpyfp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2ym1Lpyfp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2ym1Lpyfp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2ym1Lpyfp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2ym1Lpyfp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2ym1Lpyfp .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-v2ym1Lpyfp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2ym1Lpyfp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2ym1Lpyfp .section {
  position: relative;
  overflow: visible!important;
}
.cid-v2ym1Lpyfp .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v2ym1Lpyfp .dropdown-item:hover {
  color: black!important;
}
.cid-v2ym1Lpyfp .dropdown-menu {
  background-color: white!important;
}
.cid-v2ym1Lpyfp .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-v2ym1Lpyfp .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2ym1Lpyfp .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v2ym1Lpyfp .nav-item .nav-link {
    position: relative;
  }
}
.cid-v2ym1Lpyfp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2ym1Lpyfp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2ym1Lpyfp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-v2ym1Lpyfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2ym1Lpyfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2ym1Lpyfp .collapsed {
  flex-direction: row!important;
}
.cid-v2ym1Lpyfp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2ym1Lpyfp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2ym1Lpyfp .navbar-caption {
  font-weight: 600!important;
}
.cid-v2ym1Lpyfp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2ym1Lpyfp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2ym1Lpyfp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2ym1Lpyfp .dropdown-item.active,
.cid-v2ym1Lpyfp .dropdown-item:active {
  background-color: transparent;
}
.cid-v2ym1Lpyfp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2ym1Lpyfp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2ym1Lpyfp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2ym1Lpyfp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v2ym1Lpyfp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2ym1Lpyfp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2ym1Lpyfp .navbar-buttons {
  text-align: center;
}
.cid-v2ym1Lpyfp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2ym1Lpyfp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-v2ym1Lpyfp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2ym1Lpyfp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2ym1Lpyfp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2ym1Lpyfp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2ym1Lpyfp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2ym1Lpyfp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2ym1Lpyfp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2ym1Lpyfp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2ym1Lpyfp .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v2ym1Lpyfp .nav-link {
  font-weight: 600!important;
}
.cid-v2ym1Lpyfp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2ym1Lpyfp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2ym1Lpyfp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2ym1Lpyfp .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2ym1Lpyfp .navbar {
    height: 77px;
  }
  .cid-v2ym1Lpyfp .navbar.opened {
    height: auto;
  }
  .cid-v2ym1Lpyfp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2t2XIRWR0 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2t2XIRWR0 H1 {
  color: #57468b;
}
.cid-v2t2XIRWR0 .mbr-text,
.cid-v2t2XIRWR0 .mbr-section-btn {
  color: #716c80;
}
.cid-v2t2XIRWR0 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v2t2XIRWR0 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v2t2XIRWR0 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-v2t2XIRWR0 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-v2t2XIRWR0 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-v2t2XIRWR0 h3,
.cid-v2t2XIRWR0 h4 {
  margin: 0;
  padding: 0;
}
.cid-v2t2XIRWR0 H3 {
  color: #57468b;
}
.cid-v2t2XIRWR0 H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-v2t2XIRWR0 .author-box {
    justify-content: center;
  }
}
.cid-uVZ4f7GPsy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffd96a;
}
.cid-uVZ4f7GPsy H1 {
  color: #57468b;
}
.cid-uVZ4f7GPsy .mbr-text,
.cid-uVZ4f7GPsy .mbr-section-btn {
  color: #232323;
}
.cid-uVz1GZgLRx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uVz1GZgLRx .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uVz1GZgLRx .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-uVz1GZgLRx .card-box {
  margin-left: -1rem;
}
.cid-uVz1GZgLRx .card-title {
  color: #c2b2d6;
}
.cid-uVz1GZgLRx .card-text {
  color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-uVz1GZgLRx .align-right,
  .cid-uVz1GZgLRx .align-left {
    text-align: center;
  }
  .cid-uVz1GZgLRx .card-wrapper {
    flex-direction: column;
  }
  .cid-uVz1GZgLRx .icon,
  .cid-uVz1GZgLRx .card-box {
    margin: 0rem;
  }
  .cid-uVz1GZgLRx .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uVyQMIHTvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-uVyQMIHTvF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVyQMIHTvF .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVyQMIHTvF img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-uVyQMIHTvF .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uVyQMIHTvF .image-wrap {
    width: 100%;
  }
}
.cid-uVyQMIHTvF .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-uVyQMIHTvF .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffd96a;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-uVyQMIHTvF .line {
    display: none;
  }
}
.cid-uVyQMIHTvF .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-uVyQMIHTvF .container {
    padding: 0 3rem;
  }
}
.cid-uVyQMIHTvF .content-wrap {
  padding: 2rem;
}
.cid-uVyQMIHTvF .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-uVyQMIHTvF .card1 {
  background: #6f5ad3;
  padding: 0;
}
.cid-uVyQMIHTvF .card2 {
  background: #27b7eb;
  padding: 0;
}
.cid-uVyQMIHTvF .card3 {
  background: #faaf3f;
  padding: 0;
}
.cid-uVyQMIHTvF .card4 {
  background: #59bb93;
  padding: 0;
}
.cid-uVyQMIHTvF .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVyQMIHTvF .card-wrap {
    flex-direction: column;
  }
}
.cid-uVyQMIHTvF .card-wrap:hover img {
  transform: scale(1);
}
.cid-uVyQMIHTvF .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-uVyQMIHTvF .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uVyQMIHTvF .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
}
.cid-uVyQMIHTvF .card-title,
.cid-uVyQMIHTvF .icon,
.cid-uVyQMIHTvF .icon-plus {
  color: #ffffff;
}
.cid-uVyQMIHTvF .mbr-role {
  color: #ffffff;
  text-align: right;
}
.cid-uVyOUbGhlo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyOUbGhlo .card-wrapper {
  display: flex;
  overflow: visible;
  max-width: 650px;
  margin: auto;
  padding: 4rem 2rem;
}
.cid-uVyOUbGhlo .container-fluid {
  padding: 0rem;
}
.cid-uVyOUbGhlo .icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-uVyOUbGhlo img {
  height: 100%;
  object-fit: cover;
}
.cid-uVyOUbGhlo .card-box {
  margin-left: -1rem;
}
.cid-uVyOUbGhlo .card-title {
  color: #57468b;
}
.cid-uVyOUbGhlo .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uVyOUbGhlo .align-right,
  .cid-uVyOUbGhlo .align-left {
    text-align: center;
  }
  .cid-uVyOUbGhlo .card-wrapper {
    flex-direction: column;
    padding: 4rem 1rem;
  }
  .cid-uVyOUbGhlo .icon,
  .cid-uVyOUbGhlo .card-box {
    margin: 0rem;
  }
  .cid-uVyOUbGhlo .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uULbAEukqL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uULbAEukqL img,
.cid-uULbAEukqL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uULbAEukqL img,
  .cid-uULbAEukqL .item-img {
    max-height: 300px;
  }
}
.cid-uULbAEukqL .item:focus,
.cid-uULbAEukqL span:focus {
  outline: none;
}
.cid-uULbAEukqL .item-wrapper {
  position: relative;
}
.cid-uULbAEukqL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c2b2d6;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uULbAEukqL .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uULbAEukqL .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uULbAEukqL .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uULbAEukqL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uULbAEukqL .mbr-section-title {
  color: #c2b2d6;
}
.cid-uULbAEukqL .mbr-text,
.cid-uULbAEukqL .mbr-section-btn {
  text-align: left;
}
.cid-uULbAEukqL .item-title {
  text-align: left;
  color: #57468b;
}
.cid-uULbAEukqL .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uULbAEukqL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uULbAEukqL .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uULbAEukqL .embla__button--next,
.cid-uULbAEukqL .embla__button--prev {
  display: flex;
}
.cid-uULbAEukqL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uULbAEukqL .embla__button {
    display: none;
  }
}
.cid-uULbAEukqL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uULbAEukqL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uULbAEukqL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uULbAEukqL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uULbAEukqL .embla__button {
    top: auto;
  }
}
.cid-uULbAEukqL .embla {
  position: relative;
  width: 100%;
}
.cid-uULbAEukqL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uULbAEukqL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uULbAEukqL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uULbAEukqL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uULbAEukqL .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uULbAEukqL .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uULbAEukqL .content-head {
  max-width: 800px;
}
.cid-uVyOQnh68m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyOQnh68m img {
  width: 150px;
  margin: auto;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-uVyOQnh68m .container-fluid {
  padding: 0 1rem;
}
.cid-uVyOQnh68m .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 5rem 1rem;
  border-radius: 0;
}
.cid-uVyOQnh68m .card1 {
  background-color: #22a5e5;
}
.cid-uVyOQnh68m .card2 {
  background-color: #ffd96a;
}
.cid-uVyOQnh68m .card3 {
  background-color: #6f5ad3;
}
.cid-uVyOQnh68m .card4 {
  background-color: #f16f52;
}
.cid-uVyOQnh68m .card5 {
  background-color: #6f5ad3;
}
.cid-uVyOQnh68m .card6 {
  background-color: #f16f52;
}
.cid-uVyOQnh68m .card7 {
  background-color: #27b7eb;
}
.cid-uVyOQnh68m .card8 {
  background-color: #59bb93;
}
.cid-uULbDxcBYQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uULbDxcBYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uULbDxcBYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uULbDxcBYQ .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uULbDxcBYQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uULbDxcBYQ .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uULbDxcBYQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uULbDxcBYQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uULbDxcBYQ .mbr-section-title {
  color: #000000;
}
.cid-uULbDxcBYQ .mbr-text,
.cid-uULbDxcBYQ .mbr-section-btn {
  color: #000000;
}
.cid-uULbDxcBYQ img {
  width: 100%;
  height: 100%;
}
.cid-v2tdrC7zew {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}
.cid-v2tdrC7zew .container {
  max-width: 1400px;
}
.cid-v2tdrC7zew .card-img2 span {
  padding-top: 6px;
}
.cid-v2tdrC7zew .soc-item a {
  padding-top: 5px;
}
.cid-v2tdrC7zew .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-v2tdrC7zew .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-v2tdrC7zew .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-v2tdrC7zew .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v2tdrC7zew svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-v2tdrC7zew #e2_shape {
  fill: #343351 !important;
}
.cid-v2tdrC7zew .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-v2tdrC7zew .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-v2tdrC7zew .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2tdrC7zew .card-img {
  width: auto;
}
.cid-v2tdrC7zew .soc-item {
  width: 45px;
  height: 45px;
  background: #57468b;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-v2tdrC7zew .soc-item span {
  font-size: 1.4rem;
}
.cid-v2tdrC7zew .soc-item:hover span {
  color: #c2b2d6 !important;
}
.cid-v2tdrC7zew .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v2tdrC7zew .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v2tdrC7zew .media-wrap {
  margin-bottom: 1rem;
}
.cid-v2tdrC7zew .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v2tdrC7zew img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-v2tdrC7zew .item {
    justify-content: center;
  }
  .cid-v2tdrC7zew .quote::after {
    left: 60px;
  }
}
.cid-v2tdrC7zew .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-v2tdrC7zew .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2tdrC7zew .text1 {
  color: #ffffff;
}
.cid-v2tdrC7zew .item-title {
  color: #ffffff;
}
.cid-v2tdrC7zew H5 {
  color: #ffffff;
}
.cid-v2tdrC7zew .theme {
  color: #ffffff;
}
.cid-v2tdrC7zew .copyright > p {
  color: #ff3366;
}
.cid-v2tdrC7zew .text2 {
  color: #ffffff;
}
