body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffcc00 !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #ffd633 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ffcc00 !important;
  color: #ffffff !important;
  color: #ffcc00 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ffcc00 !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !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: #ffcc00 !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !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: #ffe066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffcc00;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.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: #c0c0c0;
}
.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: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #ffcc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcc00;
  border-bottom-color: #ffcc00;
}
.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: #ffcc00 !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: #4a4c70 !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='%23ffcc00' %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-rUTpFezVg4 {
  min-height: 80px !important;
  position: static;
}
.cid-rUTpFezVg4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #626494;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #626494 !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #626494;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Oleo Script', display;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #ffcc00 !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffcc00 !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #ffcc00 !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFkX2kndiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFkX2kndiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkX2kndiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkX2kndiS .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFkX2kndiS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFkX2kndiS .container {
    padding: 0 20px;
  }
}
.cid-uFkX2kndiS .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFkX2kndiS .row {
    padding: 50px 16px;
  }
}
.cid-uFkX2kndiS .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffcc00;
  filter: blur(120px);
}
.cid-uFkX2kndiS .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uFkX2kndiS .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uFkX2kndiS .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uFkX2kndiS .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFkX2kndiS .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFkX2kndiS .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFkX2kndiS .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFkX2kndiS .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFkX2kndiS .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFkX2kndiS .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFkX2kndiS .mbr-desc {
  color: #ffffff;
}
.cid-uFkX2kndiS .mbr-section-title {
  color: #ffffff;
}
.cid-uFkX2kndiS .mbr-text {
  color: #ffffff;
}
.cid-uFkX2kndiS .mbr-section-title,
.cid-uFkX2kndiS .mbr-section-btn {
  color: #f9f295;
}
.cid-uFkZuON0LL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7f82c1;
}
.cid-uFkZuON0LL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFkZuON0LL .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFkZuON0LL .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcc00;
  background-color: #3d3e5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFkZuON0LL .mbr-section-title {
  text-align: center;
  color: #f9f295;
}
.cid-uFkZuON0LL .mbr-text {
  color: #eff0ff;
}
.cid-uFkZuON0LL .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uFl2dQp7um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #626494;
}
.cid-uFl2dQp7um .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl2dQp7um .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl2dQp7um .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFl2dQp7um .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFl2dQp7um .content-wrapper {
    padding: 0;
  }
}
.cid-uFl2dQp7um .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFl2dQp7um .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFl2dQp7um .mbr-section-title,
.cid-uFl2dQp7um .title-wrapper {
  color: #ffffff;
}
.cid-uFl2dQp7um .mbr-section-title,
.cid-uFl2dQp7um .mbr-section-btn,
.cid-uFl2dQp7um .title-wrapper {
  text-align: center;
}
.cid-uFl2VyTmUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFl2VyTmUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl2VyTmUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl2VyTmUh .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFl2VyTmUh .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFl2VyTmUh .content-wrapper {
    padding: 0;
  }
}
.cid-uFl2VyTmUh .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uFl2VyTmUh .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #4a4c70;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFl2VyTmUh .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uFl2VyTmUh .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFl2VyTmUh .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uFl2VyTmUh .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uFl2VyTmUh .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFl2VyTmUh .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFl2VyTmUh .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uFl2VyTmUh .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uFl2VyTmUh .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFl2VyTmUh .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFl2VyTmUh .mbr-section-title {
  color: #2C2625;
}
.cid-uFl2VyTmUh .mbr-date {
  color: #2C2625;
}
.cid-uFl2VyTmUh .mbr-tag {
  color: #ffffff;
}
.cid-uFl2VyTmUh .mbr-section-title,
.cid-uFl2VyTmUh .mbr-section-btn {
  color: #f9f295;
}
.cid-rUTpGhQLS4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rUTpGhQLS4 img {
  filter: grayscale(1);
}
.cid-rUTpGhQLS4 .image-wrap {
  position: relative;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-rUTpGhQLS4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rUTpGhQLS4 .card-wrap {
  background: #626494;
}
.cid-rUTpGhQLS4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTpGhQLS4 .mbr-role {
  margin-bottom: 1rem;
  color: #f9f295;
}
.cid-rUTpGhQLS4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTpGhQLS4 .btn {
  margin-top: 3rem;
}
.cid-rUTpGhQLS4 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-rUTpGhQLS4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpGhQLS4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpGhQLS4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-rUTpGhQLS4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-rUTpGhQLS4 .btn-2 {
  color: #ffcc00 !important;
}
.cid-rUTpGhQLS4 .main-title {
  color: #303030;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFl3UbyZZy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFl3UbyZZy .mbr-text {
  color: #221b35;
}
.cid-uFl3UbyZZy .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uFl3UbyZZy h5,
.cid-uFl3UbyZZy h6 {
  background: #ffcc00;
  display: inline;
}
.cid-uFl3UbyZZy h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uFl3UbyZZy h6 {
  line-height: 1.3 !important;
}
.cid-uFl3UbyZZy h6 span {
  padding-right: 2rem;
}
.cid-uFl3UbyZZy .mbr-section-title,
.cid-uFl3UbyZZy .align {
  color: #ffffff;
}
.cid-uFl3UbyZZy .mbr-section-subtitle,
.cid-uFl3UbyZZy .align {
  color: #111111;
  text-align: left;
}
.cid-uFhjhVfCXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFhjhVfCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhjhVfCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhjhVfCXp .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFhjhVfCXp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFhjhVfCXp .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .panel-group .card {
    padding: 16px;
  }
}
.cid-uFhjhVfCXp .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFhjhVfCXp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #626494;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #9e9fbe;
  margin-left: 8px;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #626494;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e1ffec;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFhjhVfCXp .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFhjhVfCXp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhjhVfCXp .card-wrapper {
  background-color: #626494;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #626494;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFhjhVfCXp .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFhjhVfCXp .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFhjhVfCXp .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFhjhVfCXp .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFhjhVfCXp .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFhjhVfCXp .mbr-section-title {
  color: #f9f295;
  text-align: center;
}
.cid-uFhjhVfCXp .panel-title-edit {
  color: #272b2e;
}
.cid-uFhjhVfCXp .panel-text {
  color: #15171a;
}
.cid-uFhjhVfCXp .card-title {
  color: #272b2e;
}
.cid-uFhjhVfCXp .card-title,
.cid-uFhjhVfCXp .icon-wrap,
.cid-uFhjhVfCXp .mbr-section-btn {
  text-align: center;
}
.cid-uFhjhVfCXp .panel-title-edit,
.cid-uFhjhVfCXp .icon-wrapper {
  color: #ffffff;
}
.cid-uFl4a5Tecu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFl4a5Tecu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl4a5Tecu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFl4a5Tecu .container {
    padding: 0 16px;
  }
}
.cid-uFl4a5Tecu .card {
  justify-content: center;
}
.cid-uFl4a5Tecu .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4a4c70;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFl4a5Tecu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFl4a5Tecu .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFl4a5Tecu .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFl4a5Tecu .mbr-section-title {
  color: #000000;
}
.cid-uFl4a5Tecu .mbr-text {
  color: #000000;
}
.cid-uFl4a5Tecu .mbr-desc {
  color: #000000;
}
.cid-uFl4a5Tecu .mbr-section-title,
.cid-uFl4a5Tecu .title-wrapper {
  color: #f9f295;
}
.cid-uFfWJcPizP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #626494;
  background: linear-gradient(45deg, #626494, #4a4c70);
}
.cid-uFfWJcPizP .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFfWJcPizP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFfWJcPizP img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFfWJcPizP .mbr-figure {
  height: 100%;
}
.cid-uFfWJcPizP .row {
  margin: 0;
  align-items: center;
}
.cid-uFfWJcPizP .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFfWJcPizP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFfWJcPizP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFfWJcPizP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFfWJcPizP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFfWJcPizP .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFfWJcPizP .img-block {
    padding-left: 6rem;
  }
}
.cid-uFfWJcPizP .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFfWJcPizP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfWJcPizP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFfWJcPizP H4 {
  color: #f9f295;
}
.cid-uFfWJcPizP .mbr-text,
.cid-uFfWJcPizP .mbr-section-btn {
  color: #ffffff;
}
.cid-uFl4lAHTmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFl4lAHTmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl4lAHTmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl4lAHTmL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .container {
    padding: 0 26px;
  }
}
.cid-uFl4lAHTmL .row {
  justify-content: center;
}
.cid-uFl4lAHTmL .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #4a4c70;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uFl4lAHTmL .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uFl4lAHTmL .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFl4lAHTmL .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFl4lAHTmL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFl4lAHTmL .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFl4lAHTmL .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFl4lAHTmL .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFl4lAHTmL .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFl4lAHTmL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFl4lAHTmL .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFl4lAHTmL .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFl4lAHTmL .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFl4lAHTmL .mbr-section-title {
  color: #f9f295;
}
.cid-uFl4lAHTmL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFl4lAHTmL .mbr-desc {
  color: #ffffff;
}
.cid-uFl4lAHTmL .mbr-text {
  color: #ffffff;
}
.cid-uFl4lAHTmL .mbr-link {
  color: #ffffff;
}
.cid-uFltGWKiKG {
  background-image: url("../../../assets/images/how-private-investigate-help-attorneys-1024x683-1-1024x683.jpg");
}
.cid-uFltGWKiKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFltGWKiKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFltGWKiKG .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uFltGWKiKG .content-wrap {
    height: 350px;
  }
}
.cid-uFutUsxHJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFutUsxHJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFutUsxHJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFutUsxHJL b,
.cid-uFutUsxHJL strong {
  font-weight: 900;
}
.cid-uFutUsxHJL .mbr-section-title {
  color: #f9f295;
}
.cid-uFutUsxHJL .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFl4ypyGe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f82c1;
}
.cid-uFl4ypyGe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl4ypyGe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFl4ypyGe1 .container {
    padding: 0 15px;
  }
}
.cid-uFl4ypyGe1 .content-wrapper {
  position: relative;
}
.cid-uFl4ypyGe1 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFl4ypyGe1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFl4ypyGe1 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFl4ypyGe1 .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFl4ypyGe1 .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #f9f295;
  transform: skewX(-20deg);
}
.cid-uFl4ypyGe1 .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFl4ypyGe1 .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFl4ypyGe1 .mbr-text {
  color: #f7f5f6;
}
.cid-uFl4ypyGe1 .mbr-section-title {
  color: #f9f295;
}
.cid-uFlcpSXTge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFlcpSXTge .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFlcpSXTge .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFlcpSXTge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlcpSXTge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFlcpSXTge .container {
    padding: 0 30px;
  }
}
.cid-uFlcpSXTge .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFlcpSXTge .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlcpSXTge .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlcpSXTge .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFlcpSXTge .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uFlcpSXTge .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlcpSXTge .mbr-section-title {
  color: #000000;
}
.cid-uFlcpSXTge .mbr-text {
  color: #000000;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .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-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #3d3e5c;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #ffcc00 !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #cca300 !important;
}
.cid-rUTpKPo1ae foot-menu-item {
  text-align: center;
}
.cid-rUTpL6oEdG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhmlC3Vmy {
  min-height: 80px !important;
  position: static;
}
.cid-uFhmlC3Vmy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uFhmlC3Vmy .nav-item:focus,
.cid-uFhmlC3Vmy .nav-link:focus {
  outline: none;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhmlC3Vmy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhmlC3Vmy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #626494;
}
.cid-uFhmlC3Vmy .navbar.opened {
  transition: all .3s;
  background: #626494 !important;
}
.cid-uFhmlC3Vmy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhmlC3Vmy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhmlC3Vmy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhmlC3Vmy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhmlC3Vmy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhmlC3Vmy .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-uFhmlC3Vmy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhmlC3Vmy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhmlC3Vmy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhmlC3Vmy .navbar.navbar-short {
  background: #626494;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhmlC3Vmy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhmlC3Vmy .dropdown-item.active,
.cid-uFhmlC3Vmy .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhmlC3Vmy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhmlC3Vmy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhmlC3Vmy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhmlC3Vmy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhmlC3Vmy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhmlC3Vmy .navbar-nav {
  margin: auto;
}
.cid-uFhmlC3Vmy .navbar-buttons {
  text-align: center;
}
.cid-uFhmlC3Vmy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmlC3Vmy .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhmlC3Vmy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhmlC3Vmy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhmlC3Vmy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhmlC3Vmy .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhmlC3Vmy .navbar {
    height: 77px;
  }
  .cid-uFhmlC3Vmy .navbar.opened {
    height: auto;
  }
}
.cid-uFhmlC3Vmy .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhmlC3Vmy .text-btn {
  transition: transform 0.3s;
}
.cid-uFhmlC3Vmy .btn:hover {
  transform: scale(0.8);
}
.cid-uFhmlC3Vmy .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhmlC3Vmy .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhmlC3Vmy .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhmlC3Vmy .nav-link:hover::before {
  width: 100%;
}
.cid-uFhmlC3Vmy .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhmlC3Vmy .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhmlC3Vmy .link {
  margin: 0rem 1.2rem;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhmlC3Vmy .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhmlC3Vmy .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhmlC3Vmy .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhmlC3Vmy .navbar-caption {
  font-family: 'Oleo Script', display;
}
@media (max-width: 992px) {
  .cid-uFhmlC3Vmy .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhmlC3Vmy .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhmlC3Vmy .btn:hover {
    background-color: #ffcc00 !important;
    color: #cccccc !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhmlC3Vmy .nav-link::before {
    display: none;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a {
    color: #ffcc00 !important;
  }
  .cid-uFhmlC3Vmy .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhmlC3Vmy .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhmlC3Vmy .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:focus,
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhmlC3Vmy .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhmlC3Vmy .btn:hover {
    background-color: #cccccc !important;
    color: #ffcc00 !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:focus,
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhmlC3Vmy .btn-primary {
  color: #cccccc !important;
}
.cid-uFhmlC3Vmy .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhmlC3Vmy .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhmlC3Vmy .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFjRTXXN1y {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFjRTXXN1y .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFjRTXXN1y .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFjRTXXN1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjRTXXN1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjRTXXN1y .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFjRTXXN1y .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
  margin-right: 0;
  margin-left: 36px;
}
@media (max-width: 1440px) {
  .cid-uFjRTXXN1y .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFjRTXXN1y .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uFjRTXXN1y .content-wrapper {
    margin-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFjRTXXN1y .content-wrapper {
    margin: 0;
  }
}
.cid-uFjRTXXN1y .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4a4c70;
  opacity: 1;
  pointer-events: none;
}
.cid-uFjRTXXN1y .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFjRTXXN1y .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFjRTXXN1y .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFjRTXXN1y .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFjRTXXN1y .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFjRTXXN1y .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFjRTXXN1y .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFjRTXXN1y .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFjRTXXN1y .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFjRTXXN1y .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFjRTXXN1y .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFjRTXXN1y .mbr-section-title {
  color: #191c25;
}
.cid-uFjRTXXN1y .mbr-text,
.cid-uFjRTXXN1y .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFjRTXXN1y .mbr-section-title,
.cid-uFjRTXXN1y .mbr-section-btn,
.cid-uFjRTXXN1y .social-wrapper {
  text-align: left;
  color: #f9f295;
}
.cid-uFjRTXXN1y .mbr-text {
  text-align: left;
  color: #f9f295;
}
.cid-uFjScECS9w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #3d3e5c;
}
.cid-uFjScECS9w .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFjScECS9w .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFjScECS9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjScECS9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjScECS9w .mbr-text,
.cid-uFjScECS9w .mbr-section-btn {
  color: #f9f295;
}
.cid-uFhom9f5hp .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uFhom9f5hp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhom9f5hp .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-uFhom9f5hp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhom9f5hp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhoj5iYzN {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhoj5iYzN a {
  transition: 0.3s;
}
.cid-uFhoj5iYzN h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhoj5iYzN .card-img2 span {
  padding-top: 6px;
}
.cid-uFhoj5iYzN .soc-item a {
  padding-top: 5px;
}
.cid-uFhoj5iYzN .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhoj5iYzN .link:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uFhoj5iYzN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhoj5iYzN .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhoj5iYzN .soc-item span {
  font-size: 1rem;
}
.cid-uFhoj5iYzN .soc-item:hover span {
  color: #ffcc00 !important;
}
.cid-uFhoj5iYzN .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhoj5iYzN .item h4 {
  margin: 0;
}
.cid-uFhoj5iYzN .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhoj5iYzN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhoj5iYzN img {
  width: 80%;
}
.cid-uFhoj5iYzN .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhoj5iYzN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhoj5iYzN .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhoj5iYzN .container {
  padding: 0;
}
.cid-uFhoj5iYzN .btn-primary:hover {
  background-color: #cca300 !important;
}
.cid-uFhoj5iYzN foot-menu-item {
  text-align: center;
}
.cid-uFhmlIIPJD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhmlIIPJD .media-container-row {
  align-items: center;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhmlIIPJD .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhmlIIPJD .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhmlIIPJD .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhmlIIPJD .foot-menu {
    justify-content: center;
  }
  .cid-uFhmlIIPJD .mbr-text {
    text-align: center;
  }
  .cid-uFhmlIIPJD .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlIIPJD .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhmlIIPJD .link:hover {
  text-decoration: underline;
}
.cid-uFhmlIIPJD .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhmlIIPJD .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhmlIIPJD .container {
    padding: 0;
  }
}
.cid-uFhmlIIPJD .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhoEiHxon {
  min-height: 80px !important;
  position: static;
}
.cid-uFhoEiHxon .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uFhoEiHxon .nav-item:focus,
.cid-uFhoEiHxon .nav-link:focus {
  outline: none;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhoEiHxon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhoEiHxon .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #626494;
}
.cid-uFhoEiHxon .navbar.opened {
  transition: all .3s;
  background: #626494 !important;
}
.cid-uFhoEiHxon .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhoEiHxon .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhoEiHxon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhoEiHxon .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhoEiHxon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhoEiHxon .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-uFhoEiHxon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhoEiHxon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhoEiHxon .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhoEiHxon .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhoEiHxon .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhoEiHxon .navbar.navbar-short {
  background: #626494;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhoEiHxon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhoEiHxon .dropdown-item.active,
.cid-uFhoEiHxon .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhoEiHxon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhoEiHxon .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhoEiHxon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhoEiHxon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhoEiHxon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhoEiHxon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhoEiHxon ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhoEiHxon .navbar-nav {
  margin: auto;
}
.cid-uFhoEiHxon .navbar-buttons {
  text-align: center;
}
.cid-uFhoEiHxon button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhoEiHxon .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhoEiHxon a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhoEiHxon .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhoEiHxon .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhoEiHxon .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhoEiHxon .navbar {
    height: 77px;
  }
  .cid-uFhoEiHxon .navbar.opened {
    height: auto;
  }
}
.cid-uFhoEiHxon .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhoEiHxon .text-btn {
  transition: transform 0.3s;
}
.cid-uFhoEiHxon .btn:hover {
  transform: scale(0.8);
}
.cid-uFhoEiHxon .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhoEiHxon .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhoEiHxon .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhoEiHxon .nav-link:hover::before {
  width: 100%;
}
.cid-uFhoEiHxon .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhoEiHxon .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhoEiHxon .link {
  margin: 0rem 1.2rem;
}
.cid-uFhoEiHxon .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhoEiHxon .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhoEiHxon .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhoEiHxon .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhoEiHxon .navbar-caption {
  font-family: 'Oleo Script', display;
}
@media (max-width: 992px) {
  .cid-uFhoEiHxon .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhoEiHxon .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhoEiHxon .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhoEiHxon .btn:hover {
    background-color: #ffcc00 !important;
    color: #cccccc !important;
  }
  .cid-uFhoEiHxon .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhoEiHxon .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhoEiHxon .nav-link::before {
    display: none;
  }
  .cid-uFhoEiHxon .dropdown-menu > a {
    color: #ffcc00 !important;
  }
  .cid-uFhoEiHxon .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhoEiHxon .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhoEiHxon .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:focus,
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhoEiHxon .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhoEiHxon .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhoEiHxon .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhoEiHxon .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhoEiHxon .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhoEiHxon .btn:hover {
    background-color: #cccccc !important;
    color: #ffcc00 !important;
  }
  .cid-uFhoEiHxon .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhoEiHxon .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhoEiHxon .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:focus,
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhoEiHxon .btn-primary {
  color: #cccccc !important;
}
.cid-uFhoEiHxon .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhoEiHxon .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhoEiHxon .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFjTBhcf00 {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uFjTBhcf00 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFjTBhcf00 .image-wrap {
    padding: 16px;
  }
}
.cid-uFjTBhcf00 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFjTBhcf00 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFjTBhcf00 .image-overlay {
    padding: 16px;
  }
}
.cid-uFjTBhcf00 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFjTBhcf00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjTBhcf00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjTBhcf00 .row {
  justify-content: center;
}
.cid-uFjTBhcf00 .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uFjTBhcf00 .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uFjTBhcf00 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFjTBhcf00 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFjTBhcf00 .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFjTBhcf00 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFjTBhcf00 .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFjTBhcf00 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFjTBhcf00 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFjTBhcf00 .mbr-label,
.cid-uFjTBhcf00 .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFjTBhcf00 .mbr-section-title {
  color: #fff7ee;
}
.cid-uFjTBhcf00 .mbr-text,
.cid-uFjTBhcf00 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFjTBhcf00 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFjTBhcf00 .mbr-section-title,
.cid-uFjTBhcf00 .mbr-section-btn {
  text-align: center;
}
.cid-uFhr2Rw1bF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #4a4c70;
}
.cid-uFhr2Rw1bF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhr2Rw1bF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhr2Rw1bF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .container {
    padding: 0 16px;
  }
}
.cid-uFhr2Rw1bF .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .row {
    margin: 0 10px;
  }
}
.cid-uFhr2Rw1bF .row .card {
  position: relative;
  padding: 0;
}
.cid-uFhr2Rw1bF .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFhr2Rw1bF .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFhr2Rw1bF .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #000000;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFhr2Rw1bF .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .row .card .icon-decor {
    display: none;
  }
}
.cid-uFhr2Rw1bF .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .title-wrapper {
    width: 100%;
  }
}
.cid-uFhr2Rw1bF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhr2Rw1bF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhr2Rw1bF .mbr-section-title {
  color: #000000;
}
.cid-uFhr2Rw1bF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFhoEjT8KZ .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uFhoEjT8KZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhoEjT8KZ .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-uFhoEjT8KZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhoEjT8KZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhoEko5dV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhoEko5dV a {
  transition: 0.3s;
}
.cid-uFhoEko5dV h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhoEko5dV .card-img2 span {
  padding-top: 6px;
}
.cid-uFhoEko5dV .soc-item a {
  padding-top: 5px;
}
.cid-uFhoEko5dV .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhoEko5dV .link:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uFhoEko5dV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhoEko5dV .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhoEko5dV .soc-item span {
  font-size: 1rem;
}
.cid-uFhoEko5dV .soc-item:hover span {
  color: #ffcc00 !important;
}
.cid-uFhoEko5dV .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhoEko5dV .item h4 {
  margin: 0;
}
.cid-uFhoEko5dV .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhoEko5dV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhoEko5dV img {
  width: 80%;
}
.cid-uFhoEko5dV .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhoEko5dV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhoEko5dV .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhoEko5dV .container {
  padding: 0;
}
.cid-uFhoEko5dV .btn-primary:hover {
  background-color: #cca300 !important;
}
.cid-uFhoEko5dV foot-menu-item {
  text-align: center;
}
.cid-uFhoEl0XtA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhoEl0XtA .media-container-row {
  align-items: center;
}
.cid-uFhoEl0XtA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhoEl0XtA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhoEl0XtA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhoEl0XtA .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhoEl0XtA .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhoEl0XtA .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhoEl0XtA .foot-menu {
    justify-content: center;
  }
  .cid-uFhoEl0XtA .mbr-text {
    text-align: center;
  }
  .cid-uFhoEl0XtA .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhoEl0XtA .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhoEl0XtA .link:hover {
  text-decoration: underline;
}
.cid-uFhoEl0XtA .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhoEl0XtA .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhoEl0XtA .container {
    padding: 0;
  }
}
.cid-uFhoEl0XtA .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFleXUGT7Q {
  min-height: 80px !important;
  position: static;
}
.cid-uFleXUGT7Q .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uFleXUGT7Q .nav-item:focus,
.cid-uFleXUGT7Q .nav-link:focus {
  outline: none;
}
.cid-uFleXUGT7Q .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-uFleXUGT7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFleXUGT7Q .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-uFleXUGT7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFleXUGT7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFleXUGT7Q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #626494;
}
.cid-uFleXUGT7Q .navbar.opened {
  transition: all .3s;
  background: #626494 !important;
}
.cid-uFleXUGT7Q .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFleXUGT7Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFleXUGT7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFleXUGT7Q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFleXUGT7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFleXUGT7Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFleXUGT7Q .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-uFleXUGT7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFleXUGT7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFleXUGT7Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFleXUGT7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFleXUGT7Q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFleXUGT7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFleXUGT7Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFleXUGT7Q .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-uFleXUGT7Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFleXUGT7Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFleXUGT7Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFleXUGT7Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFleXUGT7Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFleXUGT7Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFleXUGT7Q .navbar.navbar-short {
  background: #626494;
}
.cid-uFleXUGT7Q .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-uFleXUGT7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFleXUGT7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFleXUGT7Q .dropdown-item.active,
.cid-uFleXUGT7Q .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFleXUGT7Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFleXUGT7Q .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFleXUGT7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFleXUGT7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFleXUGT7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFleXUGT7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFleXUGT7Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFleXUGT7Q .navbar-nav {
  margin: auto;
}
.cid-uFleXUGT7Q .navbar-buttons {
  text-align: center;
}
.cid-uFleXUGT7Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFleXUGT7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFleXUGT7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFleXUGT7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFleXUGT7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFleXUGT7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFleXUGT7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFleXUGT7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFleXUGT7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFleXUGT7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFleXUGT7Q .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFleXUGT7Q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFleXUGT7Q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFleXUGT7Q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFleXUGT7Q .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFleXUGT7Q .navbar {
    height: 77px;
  }
  .cid-uFleXUGT7Q .navbar.opened {
    height: auto;
  }
}
.cid-uFleXUGT7Q .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFleXUGT7Q .text-btn {
  transition: transform 0.3s;
}
.cid-uFleXUGT7Q .btn:hover {
  transform: scale(0.8);
}
.cid-uFleXUGT7Q .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFleXUGT7Q .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFleXUGT7Q .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFleXUGT7Q .nav-link:hover::before {
  width: 100%;
}
.cid-uFleXUGT7Q .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFleXUGT7Q .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFleXUGT7Q .link {
  margin: 0rem 1.2rem;
}
.cid-uFleXUGT7Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFleXUGT7Q .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFleXUGT7Q .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFleXUGT7Q .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFleXUGT7Q .navbar-caption {
  font-family: 'Oleo Script', display;
}
@media (max-width: 992px) {
  .cid-uFleXUGT7Q .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFleXUGT7Q .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFleXUGT7Q .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFleXUGT7Q .btn:hover {
    background-color: #ffcc00 !important;
    color: #cccccc !important;
  }
  .cid-uFleXUGT7Q .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFleXUGT7Q .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFleXUGT7Q .nav-link::before {
    display: none;
  }
  .cid-uFleXUGT7Q .dropdown-menu > a {
    color: #ffcc00 !important;
  }
  .cid-uFleXUGT7Q .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFleXUGT7Q .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFleXUGT7Q .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFleXUGT7Q .nav-dropdown .dropdown-item:focus,
  .cid-uFleXUGT7Q .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFleXUGT7Q .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFleXUGT7Q .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFleXUGT7Q .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFleXUGT7Q .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFleXUGT7Q .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFleXUGT7Q .btn:hover {
    background-color: #cccccc !important;
    color: #ffcc00 !important;
  }
  .cid-uFleXUGT7Q .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFleXUGT7Q .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFleXUGT7Q .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFleXUGT7Q .nav-dropdown .dropdown-item:focus,
  .cid-uFleXUGT7Q .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFleXUGT7Q .btn-primary {
  color: #cccccc !important;
}
.cid-uFleXUGT7Q .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFleXUGT7Q .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFleXUGT7Q .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFleXVjR8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFleXVjR8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleXVjR8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleXVjR8E .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFleXVjR8E .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFleXVjR8E .container {
    padding: 0 20px;
  }
}
.cid-uFleXVjR8E .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFleXVjR8E .row {
    padding: 50px 16px;
  }
}
.cid-uFleXVjR8E .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffcc00;
  filter: blur(120px);
}
.cid-uFleXVjR8E .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uFleXVjR8E .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uFleXVjR8E .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uFleXVjR8E .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFleXVjR8E .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFleXVjR8E .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFleXVjR8E .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFleXVjR8E .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFleXVjR8E .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFleXVjR8E .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFleXVjR8E .mbr-desc {
  color: #ffffff;
}
.cid-uFleXVjR8E .mbr-section-title {
  color: #ffffff;
}
.cid-uFleXVjR8E .mbr-text {
  color: #ffffff;
}
.cid-uFleXVjR8E .mbr-section-title,
.cid-uFleXVjR8E .mbr-section-btn {
  color: #f9f295;
}
.cid-uFleXVTIFm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7f82c1;
}
.cid-uFleXVTIFm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFleXVTIFm .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFleXVTIFm .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcc00;
  background-color: #3d3e5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFleXVTIFm .mbr-section-title {
  text-align: center;
  color: #f9f295;
}
.cid-uFleXVTIFm .mbr-text {
  color: #eff0ff;
}
.cid-uFleXVTIFm .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uFleXWjtr8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #626494;
}
.cid-uFleXWjtr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleXWjtr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleXWjtr8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFleXWjtr8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFleXWjtr8 .content-wrapper {
    padding: 0;
  }
}
.cid-uFleXWjtr8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFleXWjtr8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFleXWjtr8 .mbr-section-title,
.cid-uFleXWjtr8 .title-wrapper {
  color: #ffffff;
}
.cid-uFleXWjtr8 .mbr-section-title,
.cid-uFleXWjtr8 .mbr-section-btn,
.cid-uFleXWjtr8 .title-wrapper {
  text-align: center;
}
.cid-uFleXWK8Nc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFleXWK8Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleXWK8Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleXWK8Nc .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFleXWK8Nc .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFleXWK8Nc .content-wrapper {
    padding: 0;
  }
}
.cid-uFleXWK8Nc .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uFleXWK8Nc .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #4a4c70;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFleXWK8Nc .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uFleXWK8Nc .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFleXWK8Nc .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uFleXWK8Nc .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uFleXWK8Nc .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFleXWK8Nc .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFleXWK8Nc .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uFleXWK8Nc .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uFleXWK8Nc .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFleXWK8Nc .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFleXWK8Nc .mbr-section-title {
  color: #2C2625;
}
.cid-uFleXWK8Nc .mbr-date {
  color: #2C2625;
}
.cid-uFleXWK8Nc .mbr-tag {
  color: #ffffff;
}
.cid-uFleXWK8Nc .mbr-section-title,
.cid-uFleXWK8Nc .mbr-section-btn {
  color: #f9f295;
}
.cid-uFleXXjS5o {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFleXXjS5o img {
  filter: grayscale(1);
}
.cid-uFleXXjS5o .image-wrap {
  position: relative;
}
.cid-uFleXXjS5o .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uFleXXjS5o .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFleXXjS5o .card-wrap {
  background: #626494;
}
.cid-uFleXXjS5o .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uFleXXjS5o .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFleXXjS5o .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFleXXjS5o .mbr-role {
  margin-bottom: 1rem;
  color: #f9f295;
}
.cid-uFleXXjS5o .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uFleXXjS5o .btn {
  margin-top: 3rem;
}
.cid-uFleXXjS5o .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uFleXXjS5o .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uFleXXjS5o .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFleXXjS5o .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uFleXXjS5o .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uFleXXjS5o .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uFleXXjS5o .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uFleXXjS5o .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uFleXXjS5o .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uFleXXjS5o .btn-2 {
  color: #ffcc00 !important;
}
.cid-uFleXXjS5o .main-title {
  color: #303030;
}
.cid-uFleXXjS5o .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFleXYORh8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFleXYORh8 .mbr-text {
  color: #221b35;
}
.cid-uFleXYORh8 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uFleXYORh8 h5,
.cid-uFleXYORh8 h6 {
  background: #ffcc00;
  display: inline;
}
.cid-uFleXYORh8 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uFleXYORh8 h6 {
  line-height: 1.3 !important;
}
.cid-uFleXYORh8 h6 span {
  padding-right: 2rem;
}
.cid-uFleXYORh8 .mbr-section-title,
.cid-uFleXYORh8 .align {
  color: #ffffff;
}
.cid-uFleXYORh8 .mbr-section-subtitle,
.cid-uFleXYORh8 .align {
  color: #111111;
  text-align: left;
}
.cid-uFleXZg8Op {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFleXZg8Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleXZg8Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleXZg8Op .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleXZg8Op .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFleXZg8Op .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFleXZg8Op .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFleXZg8Op .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFleXZg8Op .panel-group .card {
    padding: 16px;
  }
}
.cid-uFleXZg8Op .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFleXZg8Op .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #626494;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #9e9fbe;
  margin-left: 8px;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #626494;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e1ffec;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFleXZg8Op .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFleXZg8Op .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFleXZg8Op .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFleXZg8Op .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFleXZg8Op .card-wrapper {
  background-color: #626494;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #626494;
}
@media (max-width: 992px) {
  .cid-uFleXZg8Op .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFleXZg8Op .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFleXZg8Op .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFleXZg8Op .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFleXZg8Op .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFleXZg8Op .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFleXZg8Op .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFleXZg8Op .mbr-section-title {
  color: #f9f295;
  text-align: center;
}
.cid-uFleXZg8Op .panel-title-edit {
  color: #272b2e;
}
.cid-uFleXZg8Op .panel-text {
  color: #15171a;
}
.cid-uFleXZg8Op .card-title {
  color: #272b2e;
}
.cid-uFleXZg8Op .card-title,
.cid-uFleXZg8Op .icon-wrap,
.cid-uFleXZg8Op .mbr-section-btn {
  text-align: center;
}
.cid-uFleXZg8Op .panel-title-edit,
.cid-uFleXZg8Op .icon-wrapper {
  color: #ffffff;
}
.cid-uFleY03bmo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFleY03bmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleY03bmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFleY03bmo .container {
    padding: 0 16px;
  }
}
.cid-uFleY03bmo .card {
  justify-content: center;
}
.cid-uFleY03bmo .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4a4c70;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFleY03bmo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFleY03bmo .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFleY03bmo .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFleY03bmo .mbr-section-title {
  color: #000000;
}
.cid-uFleY03bmo .mbr-text {
  color: #000000;
}
.cid-uFleY03bmo .mbr-desc {
  color: #000000;
}
.cid-uFleY03bmo .mbr-section-title,
.cid-uFleY03bmo .title-wrapper {
  color: #f9f295;
}
.cid-uFleY0xjVJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #626494;
  background: linear-gradient(45deg, #626494, #4a4c70);
}
.cid-uFleY0xjVJ .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFleY0xjVJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFleY0xjVJ img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFleY0xjVJ .mbr-figure {
  height: 100%;
}
.cid-uFleY0xjVJ .row {
  margin: 0;
  align-items: center;
}
.cid-uFleY0xjVJ .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFleY0xjVJ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFleY0xjVJ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFleY0xjVJ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFleY0xjVJ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFleY0xjVJ .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFleY0xjVJ .img-block {
    padding-left: 6rem;
  }
}
.cid-uFleY0xjVJ .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFleY0xjVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleY0xjVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleY0xjVJ H4 {
  color: #f9f295;
}
.cid-uFleY0xjVJ .mbr-text,
.cid-uFleY0xjVJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uFleY18Y1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFleY18Y1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleY18Y1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleY18Y1h .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .container {
    padding: 0 26px;
  }
}
.cid-uFleY18Y1h .row {
  justify-content: center;
}
.cid-uFleY18Y1h .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #4a4c70;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uFleY18Y1h .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uFleY18Y1h .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFleY18Y1h .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFleY18Y1h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFleY18Y1h .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFleY18Y1h .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFleY18Y1h .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFleY18Y1h .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFleY18Y1h .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFleY18Y1h .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFleY18Y1h .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFleY18Y1h .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFleY18Y1h .mbr-section-title {
  color: #f9f295;
}
.cid-uFleY18Y1h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFleY18Y1h .mbr-desc {
  color: #ffffff;
}
.cid-uFleY18Y1h .mbr-text {
  color: #ffffff;
}
.cid-uFleY18Y1h .mbr-link {
  color: #ffffff;
}
.cid-uFliAmSubm {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #7f82c1;
}
.cid-uFliAmSubm .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uFliAmSubm .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFliAmSubm .video-block {
    width: 100% !important;
  }
}
.cid-uFliAmSubm .mbr-section-title {
  color: #fafafa;
}
.cid-uFuu6odxyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFuu6odxyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuu6odxyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuu6odxyS b,
.cid-uFuu6odxyS strong {
  font-weight: 900;
}
.cid-uFuu6odxyS .mbr-section-title {
  color: #f9f295;
}
.cid-uFuu6odxyS .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFleY30T0R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f82c1;
}
.cid-uFleY30T0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleY30T0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFleY30T0R .container {
    padding: 0 15px;
  }
}
.cid-uFleY30T0R .content-wrapper {
  position: relative;
}
.cid-uFleY30T0R .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFleY30T0R .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFleY30T0R .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFleY30T0R .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFleY30T0R .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFleY30T0R .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFleY30T0R .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFleY30T0R .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFleY30T0R .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleY30T0R .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFleY30T0R .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFleY30T0R .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #f9f295;
  transform: skewX(-20deg);
}
.cid-uFleY30T0R .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFleY30T0R .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFleY30T0R .mbr-text {
  color: #f7f5f6;
}
.cid-uFleY30T0R .mbr-section-title {
  color: #ffffff;
}
.cid-uFleY30T0R .mbr-text,
.cid-uFleY30T0R .icon-wrapper {
  color: #ffffff;
}
.cid-uFleY3yEIr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFleY3yEIr .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFleY3yEIr .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFleY3yEIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleY3yEIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFleY3yEIr .container {
    padding: 0 30px;
  }
}
.cid-uFleY3yEIr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFleY3yEIr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleY3yEIr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFleY3yEIr .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFleY3yEIr .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uFleY3yEIr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleY3yEIr .mbr-section-title {
  color: #000000;
}
.cid-uFleY3yEIr .mbr-text {
  color: #000000;
}
.cid-uFlwOZdyaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a4c70;
}
.cid-uFlwOZdyaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlwOZdyaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlwOZdyaB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFlwOZdyaB .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFlwOZdyaB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlwOZdyaB .container {
    padding: 0 16px;
  }
}
.cid-uFlwOZdyaB .row {
  justify-content: space-between;
}
.cid-uFlwOZdyaB .title-wrapper {
  position: sticky;
}
.cid-uFlwOZdyaB .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFlwOZdyaB .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uFlwOZdyaB .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #ffcc00, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFlwOZdyaB .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uFlwOZdyaB .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ffcc00, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uFlwOZdyaB .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlwOZdyaB .mbr-section-title {
  color: #ffcc00;
}
.cid-uFlwOZdyaB .panel-title-edit {
  color: #080808;
}
.cid-uFlwOZdyaB .panel-text {
  color: #333333;
}
.cid-uFleY42y1I .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uFleY42y1I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFleY42y1I .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-uFleY42y1I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFleY42y1I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFleY4BCc4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #3d3e5c;
  position: relative;
  overflow: hidden;
}
.cid-uFleY4BCc4 a {
  transition: 0.3s;
}
.cid-uFleY4BCc4 h5 {
  margin-bottom: 1.6rem;
}
.cid-uFleY4BCc4 .card-img2 span {
  padding-top: 6px;
}
.cid-uFleY4BCc4 .soc-item a {
  padding-top: 5px;
}
.cid-uFleY4BCc4 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFleY4BCc4 .link:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uFleY4BCc4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFleY4BCc4 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFleY4BCc4 .soc-item span {
  font-size: 1rem;
}
.cid-uFleY4BCc4 .soc-item:hover span {
  color: #ffcc00 !important;
}
.cid-uFleY4BCc4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFleY4BCc4 .item h4 {
  margin: 0;
}
.cid-uFleY4BCc4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFleY4BCc4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFleY4BCc4 img {
  width: 80%;
}
.cid-uFleY4BCc4 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFleY4BCc4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFleY4BCc4 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFleY4BCc4 .container {
  padding: 0;
}
.cid-uFleY4BCc4 .btn-primary:hover {
  background-color: #cca300 !important;
}
.cid-uFleY4BCc4 foot-menu-item {
  text-align: center;
}
.cid-uFleY5o6El {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFleY5o6El .media-container-row {
  align-items: center;
}
.cid-uFleY5o6El .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFleY5o6El .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFleY5o6El .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFleY5o6El .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFleY5o6El .foot-menu-item {
  transform: 0.2s;
}
.cid-uFleY5o6El .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFleY5o6El .foot-menu {
    justify-content: center;
  }
  .cid-uFleY5o6El .mbr-text {
    text-align: center;
  }
  .cid-uFleY5o6El .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFleY5o6El .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFleY5o6El .link:hover {
  text-decoration: underline;
}
.cid-uFleY5o6El .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFleY5o6El .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFleY5o6El .container {
    padding: 0;
  }
}
.cid-uFleY5o6El .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFleYJCC8Z {
  min-height: 80px !important;
  position: static;
}
.cid-uFleYJCC8Z .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uFleYJCC8Z .nav-item:focus,
.cid-uFleYJCC8Z .nav-link:focus {
  outline: none;
}
.cid-uFleYJCC8Z .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-uFleYJCC8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFleYJCC8Z .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-uFleYJCC8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFleYJCC8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFleYJCC8Z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #626494;
}
.cid-uFleYJCC8Z .navbar.opened {
  transition: all .3s;
  background: #626494 !important;
}
.cid-uFleYJCC8Z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFleYJCC8Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFleYJCC8Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFleYJCC8Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFleYJCC8Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFleYJCC8Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFleYJCC8Z .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-uFleYJCC8Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFleYJCC8Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFleYJCC8Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFleYJCC8Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFleYJCC8Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFleYJCC8Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFleYJCC8Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFleYJCC8Z .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-uFleYJCC8Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFleYJCC8Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFleYJCC8Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFleYJCC8Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFleYJCC8Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFleYJCC8Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFleYJCC8Z .navbar.navbar-short {
  background: #626494;
}
.cid-uFleYJCC8Z .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-uFleYJCC8Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFleYJCC8Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFleYJCC8Z .dropdown-item.active,
.cid-uFleYJCC8Z .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFleYJCC8Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFleYJCC8Z .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFleYJCC8Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFleYJCC8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFleYJCC8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFleYJCC8Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFleYJCC8Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFleYJCC8Z .navbar-nav {
  margin: auto;
}
.cid-uFleYJCC8Z .navbar-buttons {
  text-align: center;
}
.cid-uFleYJCC8Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFleYJCC8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFleYJCC8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFleYJCC8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFleYJCC8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFleYJCC8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFleYJCC8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFleYJCC8Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFleYJCC8Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFleYJCC8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFleYJCC8Z .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFleYJCC8Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFleYJCC8Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFleYJCC8Z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFleYJCC8Z .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFleYJCC8Z .navbar {
    height: 77px;
  }
  .cid-uFleYJCC8Z .navbar.opened {
    height: auto;
  }
}
.cid-uFleYJCC8Z .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFleYJCC8Z .text-btn {
  transition: transform 0.3s;
}
.cid-uFleYJCC8Z .btn:hover {
  transform: scale(0.8);
}
.cid-uFleYJCC8Z .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFleYJCC8Z .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFleYJCC8Z .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFleYJCC8Z .nav-link:hover::before {
  width: 100%;
}
.cid-uFleYJCC8Z .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFleYJCC8Z .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFleYJCC8Z .link {
  margin: 0rem 1.2rem;
}
.cid-uFleYJCC8Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFleYJCC8Z .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFleYJCC8Z .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFleYJCC8Z .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFleYJCC8Z .navbar-caption {
  font-family: 'Oleo Script', display;
}
@media (max-width: 992px) {
  .cid-uFleYJCC8Z .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFleYJCC8Z .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFleYJCC8Z .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFleYJCC8Z .btn:hover {
    background-color: #ffcc00 !important;
    color: #cccccc !important;
  }
  .cid-uFleYJCC8Z .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFleYJCC8Z .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFleYJCC8Z .nav-link::before {
    display: none;
  }
  .cid-uFleYJCC8Z .dropdown-menu > a {
    color: #ffcc00 !important;
  }
  .cid-uFleYJCC8Z .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFleYJCC8Z .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFleYJCC8Z .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFleYJCC8Z .nav-dropdown .dropdown-item:focus,
  .cid-uFleYJCC8Z .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFleYJCC8Z .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFleYJCC8Z .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFleYJCC8Z .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFleYJCC8Z .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFleYJCC8Z .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFleYJCC8Z .btn:hover {
    background-color: #cccccc !important;
    color: #ffcc00 !important;
  }
  .cid-uFleYJCC8Z .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFleYJCC8Z .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFleYJCC8Z .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFleYJCC8Z .nav-dropdown .dropdown-item:focus,
  .cid-uFleYJCC8Z .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFleYJCC8Z .btn-primary {
  color: #cccccc !important;
}
.cid-uFleYJCC8Z .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFleYJCC8Z .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFleYJCC8Z .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFleYKmZvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFleYKmZvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYKmZvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleYKmZvx .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFleYKmZvx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFleYKmZvx .container {
    padding: 0 20px;
  }
}
.cid-uFleYKmZvx .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFleYKmZvx .row {
    padding: 50px 16px;
  }
}
.cid-uFleYKmZvx .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffcc00;
  filter: blur(120px);
}
.cid-uFleYKmZvx .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uFleYKmZvx .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uFleYKmZvx .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uFleYKmZvx .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFleYKmZvx .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFleYKmZvx .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFleYKmZvx .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFleYKmZvx .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFleYKmZvx .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFleYKmZvx .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFleYKmZvx .mbr-desc {
  color: #ffffff;
}
.cid-uFleYKmZvx .mbr-section-title {
  color: #ffffff;
}
.cid-uFleYKmZvx .mbr-text {
  color: #ffffff;
}
.cid-uFleYKmZvx .mbr-section-title,
.cid-uFleYKmZvx .mbr-section-btn {
  color: #f9f295;
}
.cid-uFleYKTPX1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7f82c1;
}
.cid-uFleYKTPX1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFleYKTPX1 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFleYKTPX1 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcc00;
  background-color: #3d3e5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFleYKTPX1 .mbr-section-title {
  text-align: center;
  color: #f9f295;
}
.cid-uFleYKTPX1 .mbr-text {
  color: #eff0ff;
}
.cid-uFleYKTPX1 .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uFleYLsqyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #626494;
}
.cid-uFleYLsqyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYLsqyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleYLsqyH .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFleYLsqyH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFleYLsqyH .content-wrapper {
    padding: 0;
  }
}
.cid-uFleYLsqyH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFleYLsqyH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFleYLsqyH .mbr-section-title,
.cid-uFleYLsqyH .title-wrapper {
  color: #ffffff;
}
.cid-uFleYLsqyH .mbr-section-title,
.cid-uFleYLsqyH .mbr-section-btn,
.cid-uFleYLsqyH .title-wrapper {
  text-align: center;
}
.cid-uFleYLSelO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFleYLSelO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYLSelO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleYLSelO .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFleYLSelO .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFleYLSelO .content-wrapper {
    padding: 0;
  }
}
.cid-uFleYLSelO .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uFleYLSelO .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #4a4c70;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFleYLSelO .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uFleYLSelO .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFleYLSelO .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uFleYLSelO .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uFleYLSelO .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFleYLSelO .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFleYLSelO .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uFleYLSelO .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uFleYLSelO .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFleYLSelO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFleYLSelO .mbr-section-title {
  color: #2C2625;
}
.cid-uFleYLSelO .mbr-date {
  color: #2C2625;
}
.cid-uFleYLSelO .mbr-tag {
  color: #ffffff;
}
.cid-uFleYLSelO .mbr-section-title,
.cid-uFleYLSelO .mbr-section-btn {
  color: #f9f295;
}
.cid-uFleYMm92N {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFleYMm92N img {
  filter: grayscale(1);
}
.cid-uFleYMm92N .image-wrap {
  position: relative;
}
.cid-uFleYMm92N .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uFleYMm92N .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFleYMm92N .card-wrap {
  background: #626494;
}
.cid-uFleYMm92N .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uFleYMm92N .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFleYMm92N .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFleYMm92N .mbr-role {
  margin-bottom: 1rem;
  color: #f9f295;
}
.cid-uFleYMm92N .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uFleYMm92N .btn {
  margin-top: 3rem;
}
.cid-uFleYMm92N .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uFleYMm92N .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uFleYMm92N .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFleYMm92N .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uFleYMm92N .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uFleYMm92N .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uFleYMm92N .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uFleYMm92N .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uFleYMm92N .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uFleYMm92N .btn-2 {
  color: #ffcc00 !important;
}
.cid-uFleYMm92N .main-title {
  color: #303030;
}
.cid-uFleYMm92N .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFleYNc1sJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFleYNc1sJ .mbr-text {
  color: #221b35;
}
.cid-uFleYNc1sJ .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uFleYNc1sJ h5,
.cid-uFleYNc1sJ h6 {
  background: #ffcc00;
  display: inline;
}
.cid-uFleYNc1sJ h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uFleYNc1sJ h6 {
  line-height: 1.3 !important;
}
.cid-uFleYNc1sJ h6 span {
  padding-right: 2rem;
}
.cid-uFleYNc1sJ .mbr-section-title,
.cid-uFleYNc1sJ .align {
  color: #ffffff;
}
.cid-uFleYNc1sJ .mbr-section-subtitle,
.cid-uFleYNc1sJ .align {
  color: #111111;
  text-align: left;
}
.cid-uFleYNBdAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFleYNBdAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYNBdAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleYNBdAW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleYNBdAW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFleYNBdAW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFleYNBdAW .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFleYNBdAW .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFleYNBdAW .panel-group .card {
    padding: 16px;
  }
}
.cid-uFleYNBdAW .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFleYNBdAW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #626494;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #9e9fbe;
  margin-left: 8px;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #626494;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e1ffec;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFleYNBdAW .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFleYNBdAW .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFleYNBdAW .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFleYNBdAW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFleYNBdAW .card-wrapper {
  background-color: #626494;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #626494;
}
@media (max-width: 992px) {
  .cid-uFleYNBdAW .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFleYNBdAW .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFleYNBdAW .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFleYNBdAW .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFleYNBdAW .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFleYNBdAW .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFleYNBdAW .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFleYNBdAW .mbr-section-title {
  color: #f9f295;
  text-align: center;
}
.cid-uFleYNBdAW .panel-title-edit {
  color: #272b2e;
}
.cid-uFleYNBdAW .panel-text {
  color: #15171a;
}
.cid-uFleYNBdAW .card-title {
  color: #272b2e;
}
.cid-uFleYNBdAW .card-title,
.cid-uFleYNBdAW .icon-wrap,
.cid-uFleYNBdAW .mbr-section-btn {
  text-align: center;
}
.cid-uFleYNBdAW .panel-title-edit,
.cid-uFleYNBdAW .icon-wrapper {
  color: #ffffff;
}
.cid-uFleYOy1uM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFleYOy1uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYOy1uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFleYOy1uM .container {
    padding: 0 16px;
  }
}
.cid-uFleYOy1uM .card {
  justify-content: center;
}
.cid-uFleYOy1uM .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4a4c70;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFleYOy1uM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFleYOy1uM .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFleYOy1uM .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFleYOy1uM .mbr-section-title {
  color: #000000;
}
.cid-uFleYOy1uM .mbr-text {
  color: #000000;
}
.cid-uFleYOy1uM .mbr-desc {
  color: #000000;
}
.cid-uFleYOy1uM .mbr-section-title,
.cid-uFleYOy1uM .title-wrapper {
  color: #f9f295;
}
.cid-uFleYOZbLP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #626494;
  background: linear-gradient(45deg, #626494, #4a4c70);
}
.cid-uFleYOZbLP .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFleYOZbLP .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFleYOZbLP img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFleYOZbLP .mbr-figure {
  height: 100%;
}
.cid-uFleYOZbLP .row {
  margin: 0;
  align-items: center;
}
.cid-uFleYOZbLP .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFleYOZbLP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFleYOZbLP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFleYOZbLP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFleYOZbLP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFleYOZbLP .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFleYOZbLP .img-block {
    padding-left: 6rem;
  }
}
.cid-uFleYOZbLP .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFleYOZbLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYOZbLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleYOZbLP H4 {
  color: #f9f295;
}
.cid-uFleYOZbLP .mbr-text,
.cid-uFleYOZbLP .mbr-section-btn {
  color: #ffffff;
}
.cid-uFleYPBkGw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFleYPBkGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYPBkGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFleYPBkGw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .container {
    padding: 0 26px;
  }
}
.cid-uFleYPBkGw .row {
  justify-content: center;
}
.cid-uFleYPBkGw .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #4a4c70;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uFleYPBkGw .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uFleYPBkGw .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFleYPBkGw .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFleYPBkGw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFleYPBkGw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFleYPBkGw .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFleYPBkGw .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFleYPBkGw .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFleYPBkGw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFleYPBkGw .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFleYPBkGw .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFleYPBkGw .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFleYPBkGw .mbr-section-title {
  color: #f9f295;
}
.cid-uFleYPBkGw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFleYPBkGw .mbr-desc {
  color: #ffffff;
}
.cid-uFleYPBkGw .mbr-text {
  color: #ffffff;
}
.cid-uFleYPBkGw .mbr-link {
  color: #ffffff;
}
.cid-uFuunRuaPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFuunRuaPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuunRuaPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuunRuaPp b,
.cid-uFuunRuaPp strong {
  font-weight: 900;
}
.cid-uFuunRuaPp .mbr-section-title {
  color: #f9f295;
}
.cid-uFuunRuaPp .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFleYQQkoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f82c1;
}
.cid-uFleYQQkoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYQQkoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFleYQQkoQ .container {
    padding: 0 15px;
  }
}
.cid-uFleYQQkoQ .content-wrapper {
  position: relative;
}
.cid-uFleYQQkoQ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFleYQQkoQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFleYQQkoQ .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFleYQQkoQ .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFleYQQkoQ .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #f9f295;
  transform: skewX(-20deg);
}
.cid-uFleYQQkoQ .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFleYQQkoQ .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFleYQQkoQ .mbr-text {
  color: #f7f5f6;
}
.cid-uFleYQQkoQ .mbr-section-title {
  color: #f9f295;
}
.cid-uFleYRkLP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFleYRkLP0 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFleYRkLP0 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFleYRkLP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFleYRkLP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFleYRkLP0 .container {
    padding: 0 30px;
  }
}
.cid-uFleYRkLP0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFleYRkLP0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFleYRkLP0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFleYRkLP0 .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFleYRkLP0 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uFleYRkLP0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFleYRkLP0 .mbr-section-title {
  color: #000000;
}
.cid-uFleYRkLP0 .mbr-text {
  color: #000000;
}
.cid-uFlx7NyhU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a4c70;
}
.cid-uFlx7NyhU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlx7NyhU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlx7NyhU3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFlx7NyhU3 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFlx7NyhU3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlx7NyhU3 .container {
    padding: 0 16px;
  }
}
.cid-uFlx7NyhU3 .row {
  justify-content: space-between;
}
.cid-uFlx7NyhU3 .title-wrapper {
  position: sticky;
}
.cid-uFlx7NyhU3 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFlx7NyhU3 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uFlx7NyhU3 .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #ffcc00, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFlx7NyhU3 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uFlx7NyhU3 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ffcc00, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uFlx7NyhU3 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlx7NyhU3 .mbr-section-title {
  color: #ffcc00;
}
.cid-uFlx7NyhU3 .panel-title-edit {
  color: #080808;
}
.cid-uFlx7NyhU3 .panel-text {
  color: #333333;
}
.cid-uFlx4N741d .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uFlx4N741d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFlx4N741d .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-uFlx4N741d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFlx4N741d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFleYSnQSg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #3d3e5c;
  position: relative;
  overflow: hidden;
}
.cid-uFleYSnQSg a {
  transition: 0.3s;
}
.cid-uFleYSnQSg h5 {
  margin-bottom: 1.6rem;
}
.cid-uFleYSnQSg .card-img2 span {
  padding-top: 6px;
}
.cid-uFleYSnQSg .soc-item a {
  padding-top: 5px;
}
.cid-uFleYSnQSg .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFleYSnQSg .link:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uFleYSnQSg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFleYSnQSg .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFleYSnQSg .soc-item span {
  font-size: 1rem;
}
.cid-uFleYSnQSg .soc-item:hover span {
  color: #ffcc00 !important;
}
.cid-uFleYSnQSg .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFleYSnQSg .item h4 {
  margin: 0;
}
.cid-uFleYSnQSg .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFleYSnQSg .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFleYSnQSg img {
  width: 80%;
}
.cid-uFleYSnQSg .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFleYSnQSg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFleYSnQSg .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFleYSnQSg .container {
  padding: 0;
}
.cid-uFleYSnQSg .btn-primary:hover {
  background-color: #cca300 !important;
}
.cid-uFleYSnQSg foot-menu-item {
  text-align: center;
}
.cid-uFleYSZRqj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFleYSZRqj .media-container-row {
  align-items: center;
}
.cid-uFleYSZRqj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFleYSZRqj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFleYSZRqj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFleYSZRqj .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFleYSZRqj .foot-menu-item {
  transform: 0.2s;
}
.cid-uFleYSZRqj .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFleYSZRqj .foot-menu {
    justify-content: center;
  }
  .cid-uFleYSZRqj .mbr-text {
    text-align: center;
  }
  .cid-uFleYSZRqj .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFleYSZRqj .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFleYSZRqj .link:hover {
  text-decoration: underline;
}
.cid-uFleYSZRqj .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFleYSZRqj .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFleYSZRqj .container {
    padding: 0;
  }
}
.cid-uFleYSZRqj .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFlohlH5R4 {
  min-height: 80px !important;
  position: static;
}
.cid-uFlohlH5R4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uFlohlH5R4 .nav-item:focus,
.cid-uFlohlH5R4 .nav-link:focus {
  outline: none;
}
.cid-uFlohlH5R4 .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-uFlohlH5R4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFlohlH5R4 .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-uFlohlH5R4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlohlH5R4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFlohlH5R4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #626494;
}
.cid-uFlohlH5R4 .navbar.opened {
  transition: all .3s;
  background: #626494 !important;
}
.cid-uFlohlH5R4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFlohlH5R4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlohlH5R4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFlohlH5R4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFlohlH5R4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlohlH5R4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlohlH5R4 .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-uFlohlH5R4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlohlH5R4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFlohlH5R4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFlohlH5R4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlohlH5R4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFlohlH5R4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlohlH5R4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlohlH5R4 .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-uFlohlH5R4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFlohlH5R4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlohlH5R4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFlohlH5R4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFlohlH5R4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFlohlH5R4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFlohlH5R4 .navbar.navbar-short {
  background: #626494;
}
.cid-uFlohlH5R4 .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-uFlohlH5R4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFlohlH5R4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlohlH5R4 .dropdown-item.active,
.cid-uFlohlH5R4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFlohlH5R4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlohlH5R4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFlohlH5R4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFlohlH5R4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFlohlH5R4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFlohlH5R4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlohlH5R4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFlohlH5R4 .navbar-nav {
  margin: auto;
}
.cid-uFlohlH5R4 .navbar-buttons {
  text-align: center;
}
.cid-uFlohlH5R4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFlohlH5R4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFlohlH5R4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFlohlH5R4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFlohlH5R4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFlohlH5R4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFlohlH5R4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFlohlH5R4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFlohlH5R4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFlohlH5R4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFlohlH5R4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFlohlH5R4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFlohlH5R4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFlohlH5R4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFlohlH5R4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlohlH5R4 .navbar {
    height: 77px;
  }
  .cid-uFlohlH5R4 .navbar.opened {
    height: auto;
  }
}
.cid-uFlohlH5R4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFlohlH5R4 .text-btn {
  transition: transform 0.3s;
}
.cid-uFlohlH5R4 .btn:hover {
  transform: scale(0.8);
}
.cid-uFlohlH5R4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFlohlH5R4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFlohlH5R4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFlohlH5R4 .nav-link:hover::before {
  width: 100%;
}
.cid-uFlohlH5R4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFlohlH5R4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFlohlH5R4 .link {
  margin: 0rem 1.2rem;
}
.cid-uFlohlH5R4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFlohlH5R4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFlohlH5R4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFlohlH5R4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFlohlH5R4 .navbar-caption {
  font-family: 'Oleo Script', display;
}
@media (max-width: 992px) {
  .cid-uFlohlH5R4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFlohlH5R4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFlohlH5R4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFlohlH5R4 .btn:hover {
    background-color: #ffcc00 !important;
    color: #cccccc !important;
  }
  .cid-uFlohlH5R4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFlohlH5R4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFlohlH5R4 .nav-link::before {
    display: none;
  }
  .cid-uFlohlH5R4 .dropdown-menu > a {
    color: #ffcc00 !important;
  }
  .cid-uFlohlH5R4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFlohlH5R4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFlohlH5R4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFlohlH5R4 .nav-dropdown .dropdown-item:focus,
  .cid-uFlohlH5R4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFlohlH5R4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFlohlH5R4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlohlH5R4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFlohlH5R4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFlohlH5R4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFlohlH5R4 .btn:hover {
    background-color: #cccccc !important;
    color: #ffcc00 !important;
  }
  .cid-uFlohlH5R4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFlohlH5R4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFlohlH5R4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFlohlH5R4 .nav-dropdown .dropdown-item:focus,
  .cid-uFlohlH5R4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFlohlH5R4 .btn-primary {
  color: #cccccc !important;
}
.cid-uFlohlH5R4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFlohlH5R4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFlohlH5R4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFlohmiI4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFlohmiI4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohmiI4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlohmiI4n .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFlohmiI4n .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFlohmiI4n .container {
    padding: 0 20px;
  }
}
.cid-uFlohmiI4n .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFlohmiI4n .row {
    padding: 50px 16px;
  }
}
.cid-uFlohmiI4n .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffcc00;
  filter: blur(120px);
}
.cid-uFlohmiI4n .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uFlohmiI4n .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uFlohmiI4n .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uFlohmiI4n .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uFlohmiI4n .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uFlohmiI4n .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFlohmiI4n .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFlohmiI4n .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFlohmiI4n .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFlohmiI4n .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFlohmiI4n .mbr-desc {
  color: #ffffff;
}
.cid-uFlohmiI4n .mbr-section-title {
  color: #ffffff;
}
.cid-uFlohmiI4n .mbr-text {
  color: #ffffff;
}
.cid-uFlohmiI4n .mbr-section-title,
.cid-uFlohmiI4n .mbr-section-btn {
  color: #f9f295;
}
.cid-uFlohn4StC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7f82c1;
}
.cid-uFlohn4StC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFlohn4StC .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFlohn4StC .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffcc00;
  background-color: #3d3e5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFlohn4StC .mbr-section-title {
  text-align: center;
  color: #f9f295;
}
.cid-uFlohn4StC .mbr-text {
  color: #eff0ff;
}
.cid-uFlohn4StC .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uFlohnvQDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #626494;
}
.cid-uFlohnvQDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohnvQDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlohnvQDk .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFlohnvQDk .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFlohnvQDk .content-wrapper {
    padding: 0;
  }
}
.cid-uFlohnvQDk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFlohnvQDk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFlohnvQDk .mbr-section-title,
.cid-uFlohnvQDk .title-wrapper {
  color: #ffffff;
}
.cid-uFlohnvQDk .mbr-section-title,
.cid-uFlohnvQDk .mbr-section-btn,
.cid-uFlohnvQDk .title-wrapper {
  text-align: center;
}
.cid-uFlohogOu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFlohogOu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohogOu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlohogOu7 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFlohogOu7 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFlohogOu7 .content-wrapper {
    padding: 0;
  }
}
.cid-uFlohogOu7 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uFlohogOu7 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #4a4c70;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlohogOu7 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uFlohogOu7 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFlohogOu7 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uFlohogOu7 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uFlohogOu7 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFlohogOu7 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFlohogOu7 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uFlohogOu7 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uFlohogOu7 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFlohogOu7 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlohogOu7 .mbr-section-title {
  color: #2C2625;
}
.cid-uFlohogOu7 .mbr-date {
  color: #2C2625;
}
.cid-uFlohogOu7 .mbr-tag {
  color: #ffffff;
}
.cid-uFlohogOu7 .mbr-section-title,
.cid-uFlohogOu7 .mbr-section-btn {
  color: #f9f295;
}
.cid-uFlohoZP6C {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFlohoZP6C img {
  filter: grayscale(1);
}
.cid-uFlohoZP6C .image-wrap {
  position: relative;
}
.cid-uFlohoZP6C .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uFlohoZP6C .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFlohoZP6C .card-wrap {
  background: #626494;
}
.cid-uFlohoZP6C .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uFlohoZP6C .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFlohoZP6C .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFlohoZP6C .mbr-role {
  margin-bottom: 1rem;
  color: #f9f295;
}
.cid-uFlohoZP6C .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uFlohoZP6C .btn {
  margin-top: 3rem;
}
.cid-uFlohoZP6C .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uFlohoZP6C .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uFlohoZP6C .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFlohoZP6C .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uFlohoZP6C .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlohoZP6C .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uFlohoZP6C .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uFlohoZP6C .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uFlohoZP6C .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uFlohoZP6C .btn-2 {
  color: #ffcc00 !important;
}
.cid-uFlohoZP6C .main-title {
  color: #303030;
}
.cid-uFlohoZP6C .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFlohpUH1a {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFlohpUH1a .mbr-text {
  color: #221b35;
}
.cid-uFlohpUH1a .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uFlohpUH1a h5,
.cid-uFlohpUH1a h6 {
  background: #ffcc00;
  display: inline;
}
.cid-uFlohpUH1a h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uFlohpUH1a h6 {
  line-height: 1.3 !important;
}
.cid-uFlohpUH1a h6 span {
  padding-right: 2rem;
}
.cid-uFlohpUH1a .mbr-section-title,
.cid-uFlohpUH1a .align {
  color: #ffffff;
}
.cid-uFlohpUH1a .mbr-section-subtitle,
.cid-uFlohpUH1a .align {
  color: #111111;
  text-align: left;
}
.cid-uFlohqnSTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFlohqnSTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohqnSTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlohqnSTW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlohqnSTW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFlohqnSTW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlohqnSTW .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFlohqnSTW .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFlohqnSTW .panel-group .card {
    padding: 16px;
  }
}
.cid-uFlohqnSTW .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFlohqnSTW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #626494;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #9e9fbe;
  margin-left: 8px;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #626494;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e1ffec;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFlohqnSTW .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFlohqnSTW .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFlohqnSTW .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFlohqnSTW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFlohqnSTW .card-wrapper {
  background-color: #626494;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #626494;
}
@media (max-width: 992px) {
  .cid-uFlohqnSTW .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFlohqnSTW .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFlohqnSTW .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFlohqnSTW .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFlohqnSTW .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFlohqnSTW .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFlohqnSTW .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFlohqnSTW .mbr-section-title {
  color: #f9f295;
  text-align: center;
}
.cid-uFlohqnSTW .panel-title-edit {
  color: #272b2e;
}
.cid-uFlohqnSTW .panel-text {
  color: #15171a;
}
.cid-uFlohqnSTW .card-title {
  color: #272b2e;
}
.cid-uFlohqnSTW .card-title,
.cid-uFlohqnSTW .icon-wrap,
.cid-uFlohqnSTW .mbr-section-btn {
  text-align: center;
}
.cid-uFlohqnSTW .panel-title-edit,
.cid-uFlohqnSTW .icon-wrapper {
  color: #ffffff;
}
.cid-uFlohrdcBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlohrdcBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohrdcBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFlohrdcBz .container {
    padding: 0 16px;
  }
}
.cid-uFlohrdcBz .card {
  justify-content: center;
}
.cid-uFlohrdcBz .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4a4c70;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFlohrdcBz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFlohrdcBz .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFlohrdcBz .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFlohrdcBz .mbr-section-title {
  color: #000000;
}
.cid-uFlohrdcBz .mbr-text {
  color: #000000;
}
.cid-uFlohrdcBz .mbr-desc {
  color: #000000;
}
.cid-uFlohrdcBz .mbr-section-title,
.cid-uFlohrdcBz .title-wrapper {
  color: #f9f295;
}
.cid-uFlohrJGcG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #626494;
  background: linear-gradient(45deg, #626494, #4a4c70);
}
.cid-uFlohrJGcG .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFlohrJGcG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFlohrJGcG img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFlohrJGcG .mbr-figure {
  height: 100%;
}
.cid-uFlohrJGcG .row {
  margin: 0;
  align-items: center;
}
.cid-uFlohrJGcG .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFlohrJGcG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFlohrJGcG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFlohrJGcG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFlohrJGcG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFlohrJGcG .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFlohrJGcG .img-block {
    padding-left: 6rem;
  }
}
.cid-uFlohrJGcG .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFlohrJGcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohrJGcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlohrJGcG H4 {
  color: #f9f295;
}
.cid-uFlohrJGcG .mbr-text,
.cid-uFlohrJGcG .mbr-section-btn {
  color: #ffffff;
}
.cid-uFlohsjXSf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlohsjXSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohsjXSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlohsjXSf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .container {
    padding: 0 26px;
  }
}
.cid-uFlohsjXSf .row {
  justify-content: center;
}
.cid-uFlohsjXSf .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #4a4c70;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uFlohsjXSf .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uFlohsjXSf .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFlohsjXSf .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFlohsjXSf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFlohsjXSf .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFlohsjXSf .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFlohsjXSf .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFlohsjXSf .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFlohsjXSf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFlohsjXSf .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFlohsjXSf .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFlohsjXSf .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFlohsjXSf .mbr-section-title {
  color: #f9f295;
}
.cid-uFlohsjXSf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFlohsjXSf .mbr-desc {
  color: #ffffff;
}
.cid-uFlohsjXSf .mbr-text {
  color: #ffffff;
}
.cid-uFlohsjXSf .mbr-link {
  color: #ffffff;
}
.cid-uFuugOg3Rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d3e5c;
}
.cid-uFuugOg3Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuugOg3Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuugOg3Rr b,
.cid-uFuugOg3Rr strong {
  font-weight: 900;
}
.cid-uFuugOg3Rr .mbr-section-title {
  color: #f9f295;
}
.cid-uFuugOg3Rr .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFlohtX9eN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7f82c1;
}
.cid-uFlohtX9eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohtX9eN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFlohtX9eN .container {
    padding: 0 15px;
  }
}
.cid-uFlohtX9eN .content-wrapper {
  position: relative;
}
.cid-uFlohtX9eN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFlohtX9eN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFlohtX9eN .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlohtX9eN .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFlohtX9eN .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFlohtX9eN .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #f9f295;
  transform: skewX(-20deg);
}
.cid-uFlohtX9eN .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFlohtX9eN .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlohtX9eN .mbr-text {
  color: #f7f5f6;
}
.cid-uFlohtX9eN .mbr-section-title {
  color: #f9f295;
}
.cid-uFlohuu3i2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFlohuu3i2 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFlohuu3i2 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #3d3e5c 0, #4a4c70 43%, #354463 100%);
}
.cid-uFlohuu3i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlohuu3i2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFlohuu3i2 .container {
    padding: 0 30px;
  }
}
.cid-uFlohuu3i2 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFlohuu3i2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlohuu3i2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlohuu3i2 .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFlohuu3i2 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uFlohuu3i2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlohuu3i2 .mbr-section-title {
  color: #000000;
}
.cid-uFlohuu3i2 .mbr-text {
  color: #000000;
}
.cid-uFlAbzkp44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4a4c70;
}
.cid-uFlAbzkp44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlAbzkp44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlAbzkp44 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFlAbzkp44 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFlAbzkp44 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFlAbzkp44 .container {
    padding: 0 16px;
  }
}
.cid-uFlAbzkp44 .row {
  justify-content: space-between;
}
.cid-uFlAbzkp44 .title-wrapper {
  position: sticky;
}
.cid-uFlAbzkp44 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFlAbzkp44 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uFlAbzkp44 .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #ffcc00, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFlAbzkp44 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uFlAbzkp44 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ffcc00, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uFlAbzkp44 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFlAbzkp44 .mbr-section-title {
  color: #ffcc00;
}
.cid-uFlAbzkp44 .panel-title-edit {
  color: #080808;
}
.cid-uFlAbzkp44 .panel-text {
  color: #333333;
}
.cid-uFlohuYZOQ .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uFlohuYZOQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFlohuYZOQ .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-uFlohuYZOQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFlohuYZOQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFlohvqkY4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #3d3e5c;
  position: relative;
  overflow: hidden;
}
.cid-uFlohvqkY4 a {
  transition: 0.3s;
}
.cid-uFlohvqkY4 h5 {
  margin-bottom: 1.6rem;
}
.cid-uFlohvqkY4 .card-img2 span {
  padding-top: 6px;
}
.cid-uFlohvqkY4 .soc-item a {
  padding-top: 5px;
}
.cid-uFlohvqkY4 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFlohvqkY4 .link:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uFlohvqkY4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFlohvqkY4 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFlohvqkY4 .soc-item span {
  font-size: 1rem;
}
.cid-uFlohvqkY4 .soc-item:hover span {
  color: #ffcc00 !important;
}
.cid-uFlohvqkY4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFlohvqkY4 .item h4 {
  margin: 0;
}
.cid-uFlohvqkY4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFlohvqkY4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFlohvqkY4 img {
  width: 80%;
}
.cid-uFlohvqkY4 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFlohvqkY4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFlohvqkY4 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFlohvqkY4 .container {
  padding: 0;
}
.cid-uFlohvqkY4 .btn-primary:hover {
  background-color: #cca300 !important;
}
.cid-uFlohvqkY4 foot-menu-item {
  text-align: center;
}
.cid-uFlohw8F6d {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFlohw8F6d .media-container-row {
  align-items: center;
}
.cid-uFlohw8F6d .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlohw8F6d .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlohw8F6d .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlohw8F6d .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFlohw8F6d .foot-menu-item {
  transform: 0.2s;
}
.cid-uFlohw8F6d .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFlohw8F6d .foot-menu {
    justify-content: center;
  }
  .cid-uFlohw8F6d .mbr-text {
    text-align: center;
  }
  .cid-uFlohw8F6d .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFlohw8F6d .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFlohw8F6d .link:hover {
  text-decoration: underline;
}
.cid-uFlohw8F6d .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFlohw8F6d .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFlohw8F6d .container {
    padding: 0;
  }
}
.cid-uFlohw8F6d .media-container-row .mbr-text {
  color: #a3a3a3;
}
