body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Source Sans Pro', 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #cfddbb !important;
}
.bg-success {
  background-color: #d9d8d6 !important;
}
.bg-info {
  background-color: #9594d2 !important;
}
.bg-warning {
  background-color: #cad1ea !important;
}
.bg-danger {
  background-color: #cfddbb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cfddbb !important;
  border-color: #cfddbb !important;
  color: #516633 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #516633 !important;
  background-color: #abc488 !important;
  border-color: #abc488 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #516633 !important;
  background-color: #abc488 !important;
  border-color: #abc488 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #636569 !important;
  border-color: #636569 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3e3f42 !important;
  border-color: #3e3f42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3e3f42 !important;
  border-color: #3e3f42 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9594d2 !important;
  border-color: #9594d2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #605ebb !important;
  border-color: #605ebb !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #605ebb !important;
  border-color: #605ebb !important;
}
.btn-success,
.btn-success:active {
  background-color: #d9d8d6 !important;
  border-color: #d9d8d6 !important;
  color: #5b5955 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #5b5955 !important;
  background-color: #b4b2ae !important;
  border-color: #b4b2ae !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5b5955 !important;
  background-color: #b4b2ae !important;
  border-color: #b4b2ae !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cad1ea !important;
  border-color: #cad1ea !important;
  color: #334482 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #334482 !important;
  background-color: #93a1d4 !important;
  border-color: #93a1d4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #334482 !important;
  background-color: #93a1d4 !important;
  border-color: #93a1d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cfddbb !important;
  border-color: #cfddbb !important;
  color: #516633 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #516633 !important;
  background-color: #abc488 !important;
  border-color: #abc488 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #516633 !important;
  background-color: #abc488 !important;
  border-color: #abc488 !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: #9fbb77;
  color: #9fbb77;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #516633;
  background-color: #cfddbb;
  border-color: #cfddbb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #516633 !important;
  background-color: #cfddbb !important;
  border-color: #cfddbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #323335;
  color: #323335;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #636569;
  border-color: #636569;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #636569 !important;
  border-color: #636569 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4e4cb4;
  color: #4e4cb4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #9594d2;
  border-color: #9594d2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9594d2 !important;
  border-color: #9594d2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a8a6a1;
  color: #a8a6a1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5b5955;
  background-color: #d9d8d6;
  border-color: #d9d8d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5b5955 !important;
  background-color: #d9d8d6 !important;
  border-color: #d9d8d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8192cd;
  color: #8192cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #334482;
  background-color: #cad1ea;
  border-color: #cad1ea;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #334482 !important;
  background-color: #cad1ea !important;
  border-color: #cad1ea !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #9fbb77;
  color: #9fbb77;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #516633;
  background-color: #cfddbb;
  border-color: #cfddbb;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #516633 !important;
  background-color: #cfddbb !important;
  border-color: #cfddbb !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: #cfddbb !important;
}
.text-secondary {
  color: #636569 !important;
}
.text-success {
  color: #d9d8d6 !important;
}
.text-info {
  color: #9594d2 !important;
}
.text-warning {
  color: #cad1ea !important;
}
.text-danger {
  color: #cfddbb !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9fbb77 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #323335 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a8a6a1 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4e4cb4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8192cd !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9fbb77 !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: #9594d2;
}
.alert-warning {
  background-color: #cad1ea;
}
.alert-danger {
  background-color: #cfddbb;
}
.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: #cfddbb;
  border-color: #cfddbb;
  color: #5f773b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cfddbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #cfddbb;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #cfddbb !important;
  -webkit-box-shadow: 0 6px 16px 0 #cfddbb !important;
  background-color: #cfddbb !important;
  border-color: #cfddbb !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #636569 !important;
  -webkit-box-shadow: 0 6px 16px 0 #636569 !important;
  background-color: #636569 !important;
  border-color: #636569 !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 #d9d8d6 !important;
  -webkit-box-shadow: 0 6px 16px 0 #d9d8d6 !important;
  background-color: #d9d8d6 !important;
  border-color: #d9d8d6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cfddbb;
  color: #000000;
}
.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: #cfddbb;
  border-bottom-color: #cfddbb;
}
.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: #cfddbb !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: #636569 !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='%23cfddbb' %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-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #CFDDBB;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #CFDDBB;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9594d2;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rx3MBLTRlI a,
.cid-rx3MBLTRlI a:hover {
  color: #9594D2;
}
.cid-s1ykfhk6d9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #efefef, #efefef);
}
.cid-s1ykfhk6d9 .mbr-overlay {
  background: linear-gradient(90deg, #636569, #efefef);
}
.cid-s1ykfhk6d9 .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s1ykfhk6d9 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s1ykfhk6d9 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s1ykfhk6d9 .mbr-section-subtitle,
.cid-s1ykfhk6d9 .mbr-section-btn {
  color: #636569;
}
.cid-s1ykfhk6d9 H1 {
  color: #636569;
}
.cid-s1yrdwTbvK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s1yrdwTbvK .mbr-text,
.cid-s1yrdwTbvK .mbr-section-subtitle {
  color: #767676;
}
.cid-s1yrdwTbvK .card-title {
  color: #66458e;
}
.cid-s1yrdwTbvK .card .card-img span {
  color: #9594d2;
  font-size: 60px;
  background: linear-gradient(45deg, #9594d2, #cad1ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s1yrdwTbvK .mbr-section-subtitle,
  .cid-s1yrdwTbvK .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1yrdwTbvK .card .card-img span {
    background: none;
  }
}
.cid-s1yrdwTbvK .mbr-text {
  color: #767676;
}
.cid-s1yrdwTbvK .card-title,
.cid-s1yrdwTbvK .card-img {
  color: #8672b9;
}
.cid-s1ysDz4h1U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1ysDz4h1U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1ysDz4h1U .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-s1ysDz4h1U .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-s1ysDz4h1U .btn-primary-outline:active {
  color: gray;
}
.cid-s1ysDz4h1U .btn-primary-outline:hover {
  color: white;
}
.cid-s1ysDz4h1U div {
  overflow: hidden;
}
.cid-s1ysDz4h1U .btn-primary-outline.active {
  color: white;
}
.cid-s1ysDz4h1U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1ysDz4h1U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1ysDz4h1U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1ysDz4h1U .mbr-gallery-item {
  overflow: hidden;
}
.cid-s1ysDz4h1U .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-s1ysDz4h1U .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-s1ysDz4h1U .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-s1ysDz4h1U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #636569;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s1ysDz4h1U .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1ysDz4h1U .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-s1ysDz4h1U .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s1ysDz4h1U .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #636569 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s0OWiMWDpY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s0OWiMWDpY .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-s0OWiMWDpY .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #636569;
  padding: 2rem;
}
.cid-s0OWiMWDpY h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s0OWiMWDpY h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-s0OWiMWDpY p {
  text-align: left;
}
.cid-s0OWiMWDpY img {
  transition: all 0.3s;
}
.cid-s0OWiMWDpY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-s0OWiMWDpY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s0OWiMWDpY .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-s0OWiMWDpY .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-s0OWiMWDpY .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-s0OWiMWDpY .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-s0OWiMWDpY .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-s0OWiMWDpY .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-s0OWiMWDpY .card-columns {
    column-gap: 4rem;
  }
}
.cid-s0OWiMWDpY .card-title {
  color: #767676;
}
.cid-rlqE3ytc5U {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rlqE3ytc5U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqE3ytc5U H1 {
  color: #9594d2;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .mbr-section-btn {
  color: #716c80;
}
.cid-rlqE3ytc5U H3 {
  color: #716c80;
}
.cid-rlqE3ytc5U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqE3ytc5U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqE3ytc5U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqE3ytc5U .link:hover {
  color: #cfddbb !important;
}
.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #cfddbb !important;
  padding-left: 10px;
}
.cid-rlqE3ytc5U DIV {
  color: #57468b;
}
.cid-s01Dd9ro4M {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s01Dd9ro4M li {
  list-style: none;
}
.cid-s01Dd9ro4M .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-s01Dd9ro4M .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-s01Dd9ro4M h4 {
  margin: 0;
}
.cid-s01Dd9ro4M .item {
  color: #57468b;
}
.cid-s01Dd9ro4M ul {
  padding: 0;
  margin: 0;
}
.cid-s01Dd9ro4M .col-title {
  color: #57468b;
}
.cid-s01Dd9ro4M .col-title1 {
  color: #9594d2;
}
.cid-s01Dd9ro4M .col-title2 {
  color: #9594d2;
}
.cid-s01Dd9ro4M .col-title3 {
  color: #9594d2;
}
.cid-s01Dd9ro4M .col-title4 {
  color: #9594d2;
}
.cid-s01Dd9ro4M .item1 {
  color: #636569;
}
.cid-s01Dd9ro4M .item2 {
  color: #716c80;
}
.cid-s01Dd9ro4M .item3 {
  color: #716c80;
}
.cid-s01Dd9ro4M .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s01Dd9ro4M .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s01ZuiyS88 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/reality-pattern-web-dk-gray-13opacity-2000x551.png");
}
.cid-s01ZuiyS88 .mbr-section-title,
.cid-s01ZuiyS88 .mbr-section-subtitle {
  color: #000000;
}
.cid-s01ZuiyS88 .mbr-section-text {
  color: #232323;
}
.cid-s01ZuiyS88 .mbr-text,
.cid-s01ZuiyS88 .typed-text,
.cid-s01ZuiyS88 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s01ZuiyS88 .btn {
  margin-left: 4px !important;
}
.cid-s01ZuiyS88 .animated-element {
  color: #ff3366;
}
.cid-s01ZuiyS88 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-s01ZuiyS88 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s01ZuiyS88 .typed-text,
  .cid-s01ZuiyS88 .mbr-section-subtitle,
  .cid-s01ZuiyS88 .mbr-section-text,
  .cid-s01ZuiyS88 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s01ZuiyS88 .mbr-section-subtitle,
.cid-s01ZuiyS88 .typed-text {
  color: #9594d2;
}
.cid-s01ZuiyS88 .mbr-section-text,
.cid-s01ZuiyS88 .mbr-section-btn {
  color: #636569;
}
.cid-rlf1WWFKeE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlf1WWFKeE H1 {
  color: #9594d2;
}
.cid-rlf1WWFKeE .align-left {
  margin: auto;
}
.cid-rlf1WWFKeE .row {
  justify-content: space-between;
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .mbr-section-btn {
  color: #716c80;
}
.cid-rlf1WWFKeE .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlf1WWFKeE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf1WWFKeE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf1WWFKeE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf1WWFKeE .link:hover {
  color: #cfddbb !important;
}
.cid-rlf1WWFKeE .link:hover .link-ico {
  color: #cfddbb !important;
  padding-left: 10px;
}
.cid-rlf1WWFKeE DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlf1WWFKeE .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlf1WWFKeE h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf1zGD2zy {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rlf1zGD2zy .container {
  max-width: 1400px;
}
.cid-rlf1zGD2zy svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rlf1zGD2zy #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rlf1zGD2zy .mbr-text {
  color: #716c80;
}
.cid-rlf1zGD2zy .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf1zGD2zy .card-img .img1 {
  background-color: #cfddbb;
}
.cid-rlf1zGD2zy .card-img .img2 {
  background-color: #cfddbb;
}
.cid-rlf1zGD2zy .card-img .img3 {
  background-color: #cfddbb;
}
.cid-rlf1zGD2zy .card-img .img4 {
  background-color: #cfddbb;
}
.cid-rlf1zGD2zy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-rlf1zGD2zy .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf1zGD2zy .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rlf1zGD2zy .card-title,
.cid-rlf1zGD2zy .card-img {
  color: #57468b;
}
.cid-rlf1zGD2zy img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf1zGD2zy img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlf1zGD2zy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rlf1zGD2zy .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf1zGD2zy .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlf1zGD2zy .card-img span {
    margin-right: 0rem;
  }
  .cid-rlf1zGD2zy svg {
    top: -9rem;
  }
}
.cid-rlf1zGD2zy .card-title {
  color: #9594d2;
}
.cid-rlf2I9dzS2 .google-map {
  height: 34rem;
  position: relative;
}
.cid-rlf2I9dzS2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlf2I9dzS2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rlf2I9dzS2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlf2I9dzS2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rlf2Ljj53F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #636569;
  position: relative;
  overflow: hidden;
}
.cid-rlf2Ljj53F .container {
  max-width: 1400px;
}
.cid-rlf2Ljj53F .card-img2 span {
  padding-top: 6px;
}
.cid-rlf2Ljj53F .soc-item a {
  padding-top: 5px;
}
.cid-rlf2Ljj53F .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlf2Ljj53F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlf2Ljj53F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlf2Ljj53F .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlf2Ljj53F .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-rlf2Ljj53F .card-img2 {
  width: 45px;
  height: 45px;
  background: #cfddbb;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlf2Ljj53F .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlf2Ljj53F .soc-item span {
  font-size: 1.4rem;
}
.cid-rlf2Ljj53F .soc-item:hover span {
  color: #cfddbb !important;
}
.cid-rlf2Ljj53F .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlf2Ljj53F .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlf2Ljj53F .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlf2Ljj53F .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlf2Ljj53F img {
  height: 10rem;
}
@media (max-width: 576px) {
  .cid-rlf2Ljj53F .item {
    justify-content: center;
  }
  .cid-rlf2Ljj53F .quote::after {
    left: 60px;
  }
}
.cid-rlf2Ljj53F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlf2Ljj53F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlf2Ljj53F .text1 {
  color: #ffffff;
}
.cid-rlf2Ljj53F .item-title {
  color: #ffffff;
}
.cid-rlf2Ljj53F H5 {
  color: #ffffff;
}
.cid-rlf2Ljj53F .theme {
  color: #ffffff;
}
.cid-rlf2Ljj53F .copyright > p {
  color: #ff3366;
}
.cid-rlf2Ljj53F .text2 {
  color: #ffffff;
}
.cid-s01HxHQ2i0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #636569;
}
.cid-s01HxHQ2i0 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rx3MBLTRlI .collapsed {
  flex-direction: row!important;
}
.cid-rx3MBLTRlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3MBLTRlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3MBLTRlI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #CFDDBB;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3MBLTRlI .nav-item:focus,
.cid-rx3MBLTRlI .nav-link:focus {
  outline: none;
}
.cid-rx3MBLTRlI .text-white:hover,
.cid-rx3MBLTRlI .text-white:active,
.cid-rx3MBLTRlI .text-white:focus {
  color: white!important;
}
.cid-rx3MBLTRlI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-item:hover {
  color: black!important;
}
.cid-rx3MBLTRlI .dropdown-menu {
  background-color: white!important;
}
.cid-rx3MBLTRlI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3MBLTRlI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #CFDDBB;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3MBLTRlI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3MBLTRlI .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3MBLTRlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3MBLTRlI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3MBLTRlI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3MBLTRlI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rx3MBLTRlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3MBLTRlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3MBLTRlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3MBLTRlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3MBLTRlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3MBLTRlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3MBLTRlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3MBLTRlI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3MBLTRlI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3MBLTRlI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3MBLTRlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3MBLTRlI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3MBLTRlI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3MBLTRlI .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3MBLTRlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3MBLTRlI .dropdown-item.active,
.cid-rx3MBLTRlI .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3MBLTRlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3MBLTRlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3MBLTRlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3MBLTRlI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3MBLTRlI .navbar-buttons {
  text-align: center;
}
.cid-rx3MBLTRlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9594d2;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3MBLTRlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3MBLTRlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3MBLTRlI .nav-link {
  font-weight: 600!important;
}
.cid-rx3MBLTRlI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3MBLTRlI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3MBLTRlI .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-rx3MBLTRlI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3MBLTRlI .navbar {
    height: 77px;
  }
  .cid-rx3MBLTRlI .navbar.opened {
    height: auto;
  }
  .cid-rx3MBLTRlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rx3MBLTRlI a,
.cid-rx3MBLTRlI a:hover {
  color: #9594D2;
}
.cid-s022K21Qmq {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s022K21Qmq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s022K21Qmq H1 {
  color: #9594d2;
}
.cid-s022K21Qmq .mbr-text,
.cid-s022K21Qmq .mbr-section-btn {
  color: #716c80;
}
.cid-s022K21Qmq H3 {
  color: #716c80;
}
.cid-s022K21Qmq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s022K21Qmq .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s022K21Qmq .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s022K21Qmq .link:hover {
  color: #cfddbb !important;
}
.cid-s022K21Qmq .link:hover .link-ico {
  color: #cfddbb !important;
  padding-left: 10px;
}
.cid-s022K21Qmq DIV {
  color: #57468b;
}
.cid-s027aXDAgc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s027aXDAgc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s027aXDAgc H1 {
  color: #57468b;
  text-align: left;
}
.cid-s027aXDAgc .mbr-text,
.cid-s027aXDAgc .mbr-section-btn {
  color: #716c80;
}
.cid-s027aXDAgc H3 {
  color: #716c80;
}
.cid-s027aXDAgc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s027aXDAgc .btn-info-outline {
  border: none;
  color: #9594d2 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-s027aXDAgc .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s027aXDAgc .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-s027aXDAgc .btn-info-outline:hover {
  background-color: transparent!important;
  color: #cfddbb !important;
  box-shadow: none!important;
}
.cid-s027aXDAgc .btn-info-outline:active,
.cid-s027aXDAgc .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s027aXDAgc DIV {
  color: #57468b;
}
.cid-s01HxHQ2i0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #636569;
}
.cid-s01HxHQ2i0 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
