@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=cyrillic);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff8a73;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff8a73;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff8a73;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff8a73;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff8a73;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white!important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white!important;
}
.btn-success:hover,
.btn-success:focus {
  color: white!important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.cid-rlrmYgaRJA .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrmYgaRJA .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrmYgaRJA .nav-item:focus,
.cid-rlrmYgaRJA .nav-link:focus {
  outline: none;
}
.cid-rlrmYgaRJA .text-white:hover,
.cid-rlrmYgaRJA .text-white:active,
.cid-rlrmYgaRJA .text-white:focus {
  color: white!important;
}
.cid-rlrmYgaRJA .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrmYgaRJA .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrmYgaRJA .dropdown-item:hover {
  color: black!important;
}
.cid-rlrmYgaRJA .dropdown-menu {
  background-color: white!important;
}
.cid-rlrmYgaRJA .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrmYgaRJA .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrmYgaRJA .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrmYgaRJA .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrmYgaRJA .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-rlrmYgaRJA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrmYgaRJA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrmYgaRJA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrmYgaRJA .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-rlrmYgaRJA .collapsed {
  flex-direction: row!important;
}
.cid-rlrmYgaRJA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrmYgaRJA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrmYgaRJA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrmYgaRJA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrmYgaRJA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrmYgaRJA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrmYgaRJA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrmYgaRJA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrmYgaRJA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrmYgaRJA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrmYgaRJA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrmYgaRJA .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-rlrmYgaRJA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrmYgaRJA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrmYgaRJA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrmYgaRJA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrmYgaRJA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrmYgaRJA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrmYgaRJA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrmYgaRJA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrmYgaRJA .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-rlrmYgaRJA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrmYgaRJA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrmYgaRJA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrmYgaRJA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrmYgaRJA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrmYgaRJA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrmYgaRJA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrmYgaRJA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrmYgaRJA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrmYgaRJA .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrmYgaRJA .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-rlrmYgaRJA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrmYgaRJA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrmYgaRJA .dropdown-item.active,
.cid-rlrmYgaRJA .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrmYgaRJA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrmYgaRJA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrmYgaRJA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrmYgaRJA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrmYgaRJA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrmYgaRJA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrmYgaRJA .navbar-buttons {
  text-align: center;
}
.cid-rlrmYgaRJA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrmYgaRJA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrmYgaRJA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrmYgaRJA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrmYgaRJA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrmYgaRJA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrmYgaRJA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrmYgaRJA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrmYgaRJA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrmYgaRJA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrmYgaRJA .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrmYgaRJA .nav-link {
  font-weight: 600!important;
}
.cid-rlrmYgaRJA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrmYgaRJA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrmYgaRJA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrmYgaRJA .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrmYgaRJA .navbar {
    height: 77px;
  }
  .cid-rlrmYgaRJA .navbar.opened {
    height: auto;
  }
  .cid-rlrmYgaRJA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlaoOCpCEI {
  padding-top: 210px;
  padding-bottom: 105px;
  background-color: #f2f6ff;
}
.cid-rlaoOCpCEI section {
  position: relative;
}
.cid-rlaoOCpCEI .svg1 {
  position: absolute;
  bottom: -22rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rlaoOCpCEI #e1_circle,
.cid-rlaoOCpCEI #e3_circle,
.cid-rlaoOCpCEI #e4_circle,
.cid-rlaoOCpCEI #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rlaoOCpCEI #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rlaoOCpCEI .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rlaoOCpCEI .rev {
  animation: rev 4s linear infinite;
}
.cid-rlaoOCpCEI .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rlaoOCpCEI .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rlaoOCpCEI .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rlaoOCpCEI .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 10%;
}
.cid-rlaoOCpCEI .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rlaoOCpCEI .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 25%;
}
.cid-rlaoOCpCEI .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rlaoOCpCEI .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rlaoOCpCEI .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rlaoOCpCEI .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 15%;
}
.cid-rlaoOCpCEI .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rlaoOCpCEI H1 {
  color: #57468b;
}
.cid-rlaoOCpCEI .mbr-text,
.cid-rlaoOCpCEI .mbr-section-btn {
  color: #716c80;
}
.cid-rlaoOCpCEI H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rlaoOCpCEI .round9,
  .cid-rlaoOCpCEI .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rlaoOCpCEI .round {
    display: none;
  }
}
.cid-rlaKejKWG7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlaKejKWG7 img {
  height: 100%;
}
.cid-rlaKejKWG7 .container-fluid {
  padding: 0;
}
.cid-rlapy2ZQ9U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlapy2ZQ9U h4 {
  margin-bottom: 0;
}
.cid-rlapy2ZQ9U p {
  color: #767676;
}
.cid-rlapy2ZQ9U .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlapy2ZQ9U .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlapy2ZQ9U .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlapy2ZQ9U .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rlapy2ZQ9U .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rlapy2ZQ9U .btn-info-outline:active,
.cid-rlapy2ZQ9U .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlapy2ZQ9U .card-box {
  padding-top: 1rem;
}
.cid-rlapy2ZQ9U .card-wrapper {
  height: 100%;
}
.cid-rlapy2ZQ9U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlapy2ZQ9U img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlapy2ZQ9U .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rlapy2ZQ9U .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rlapy2ZQ9U DIV {
  color: #57468b;
}
.cid-rlapy2ZQ9U P {
  text-align: center;
}
.cid-rlapy2ZQ9U .mbr-text,
.cid-rlapy2ZQ9U .mbr-section-btn {
  text-align: center;
}
.cid-rlaoKHfwlc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../images/background10.jpg");
}
@media (max-width: 992px) {
  .cid-rlaoKHfwlc {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .cid-rlaoKHfwlc {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.cid-rlaoKHfwlc .icon-wrap {
  background-color: #ff8a73 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rlaoKHfwlc .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rlaoKHfwlc .icon-wrap span {
  padding-left: 8px;
}
.cid-rlaoKHfwlc .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rlaoKHfwlc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rlaoKHfwlc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rlaoKHfwlc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rlaoKHfwlc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rlaoKHfwlc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rlaoKHfwlc a.close:hover {
  color: #ffffff;
}
.cid-rlaoKHfwlc H1 {
  color: #57468b;
}
.cid-rlamcTMYaB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rlamcTMYaB h4 {
  margin-bottom: 0;
}
.cid-rlamcTMYaB p {
  color: #767676;
}
.cid-rlamcTMYaB .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlamcTMYaB .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlamcTMYaB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlamcTMYaB .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rlamcTMYaB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rlamcTMYaB .btn-info-outline:active,
.cid-rlamcTMYaB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlamcTMYaB .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rlamcTMYaB .card-wrapper {
  height: 100%;
}
.cid-rlamcTMYaB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlamcTMYaB img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlamcTMYaB .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rlamcTMYaB .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rlamcTMYaB DIV {
  color: #57468b;
}
.cid-rlamcTMYaB .mbr-text,
.cid-rlamcTMYaB .mbr-section-btn {
  text-align: center;
}
.cid-rlaqefVumu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrqZlorS7 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrqZlorS7 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrqZlorS7 .nav-item:focus,
.cid-rlrqZlorS7 .nav-link:focus {
  outline: none;
}
.cid-rlrqZlorS7 .text-white:hover,
.cid-rlrqZlorS7 .text-white:active,
.cid-rlrqZlorS7 .text-white:focus {
  color: white!important;
}
.cid-rlrqZlorS7 .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrqZlorS7 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrqZlorS7 .dropdown-item:hover {
  color: black!important;
}
.cid-rlrqZlorS7 .dropdown-menu {
  background-color: white!important;
}
.cid-rlrqZlorS7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrqZlorS7 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrqZlorS7 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrqZlorS7 .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrqZlorS7 .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-rlrqZlorS7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrqZlorS7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrqZlorS7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrqZlorS7 .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-rlrqZlorS7 .collapsed {
  flex-direction: row!important;
}
.cid-rlrqZlorS7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrqZlorS7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrqZlorS7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrqZlorS7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrqZlorS7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrqZlorS7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrqZlorS7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrqZlorS7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrqZlorS7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrqZlorS7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrqZlorS7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrqZlorS7 .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-rlrqZlorS7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrqZlorS7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrqZlorS7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrqZlorS7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrqZlorS7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrqZlorS7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrqZlorS7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrqZlorS7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrqZlorS7 .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-rlrqZlorS7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrqZlorS7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrqZlorS7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrqZlorS7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrqZlorS7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrqZlorS7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrqZlorS7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrqZlorS7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrqZlorS7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrqZlorS7 .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrqZlorS7 .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-rlrqZlorS7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrqZlorS7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrqZlorS7 .dropdown-item.active,
.cid-rlrqZlorS7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrqZlorS7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrqZlorS7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrqZlorS7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrqZlorS7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrqZlorS7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrqZlorS7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrqZlorS7 .navbar-buttons {
  text-align: center;
}
.cid-rlrqZlorS7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrqZlorS7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrqZlorS7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrqZlorS7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrqZlorS7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrqZlorS7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrqZlorS7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrqZlorS7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrqZlorS7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrqZlorS7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrqZlorS7 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrqZlorS7 .nav-link {
  font-weight: 600!important;
}
.cid-rlrqZlorS7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrqZlorS7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrqZlorS7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrqZlorS7 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrqZlorS7 .navbar {
    height: 77px;
  }
  .cid-rlrqZlorS7 .navbar.opened {
    height: auto;
  }
  .cid-rlrqZlorS7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYoazBcD {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYoazBcD H1 {
  color: #57468b;
}
.cid-rlbYoazBcD .mbr-text,
.cid-rlbYoazBcD .mbr-section-btn {
  color: #716c80;
}
.cid-rleH9L6rxL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rleH9L6rxL H1 {
  color: #57468b;
}
.cid-rleH9L6rxL .mbr-text,
.cid-rleH9L6rxL .mbr-section-btn {
  color: #716c80;
}
.cid-rleHaduPQ7 {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-rleHaduPQ7 section {
  position: relative;
}
.cid-rleHaduPQ7 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rleHaduPQ7 #e1_circle,
.cid-rleHaduPQ7 #e3_circle,
.cid-rleHaduPQ7 #e4_circle,
.cid-rleHaduPQ7 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rleHaduPQ7 #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleHaduPQ7 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rleHaduPQ7 .rev {
  animation: rev 4s linear infinite;
}
.cid-rleHaduPQ7 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rleHaduPQ7 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rleHaduPQ7 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rleHaduPQ7 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rleHaduPQ7 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rleHaduPQ7 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rleHaduPQ7 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rleHaduPQ7 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rleHaduPQ7 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rleHaduPQ7 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rleHaduPQ7 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rleHaduPQ7 H1 {
  color: #57468b;
}
.cid-rleHaduPQ7 .mbr-text,
.cid-rleHaduPQ7 .mbr-section-btn {
  color: #716c80;
}
.cid-rleHaduPQ7 H3 {
  color: #716c80;
}
.cid-rleHaduPQ7 img {
  height: 100%;
  margin: 0 auto;
}
.cid-rleHapsUo0 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../images/background10.jpg");
}
.cid-rleHazpa08 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
}
.cid-rleHazpa08 section {
  position: relative;
}
.cid-rleHazpa08 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rleHazpa08 .mbr-text,
.cid-rleHazpa08 .mbr-section-btn {
  color: #716c80;
}
.cid-rleHazpa08 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rleHazpa08 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rleHazpa08 H1 {
  color: #57468b;
}
.cid-rleHazpa08 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleHazpa08 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rleHazpa08 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rleHazpa08 img {
    width: 100%;
  }
}
.cid-rleHaMPoDe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #feede6;
}
.cid-rleHaMPoDe img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleHaMPoDe .mbr-text,
.cid-rleHaMPoDe .mbr-section-btn {
  color: #57468b;
}
.cid-rleHaMPoDe H3 {
  color: #57468b;
}
.cid-rleHaMPoDe H1 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rleHaMPoDe img {
    width: 100%!important;
  }
}
.cid-rleHb9y9xM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rleHb9y9xM section {
  position: relative;
}
.cid-rleHb9y9xM svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rleHb9y9xM H1 {
  color: #57468b;
}
.cid-rleHb9y9xM .mbr-text,
.cid-rleHb9y9xM .mbr-section-btn {
  color: #716c80;
}
.cid-rleHb9y9xM #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-rleHb9y9xM img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleHb9y9xM img {
    width: 100%;
  }
}
.cid-rleHblMztG {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f2f6ff;
}
.cid-rleHblMztG section {
  position: relative;
}
.cid-rleHblMztG .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rleHblMztG #e1_circle,
.cid-rleHblMztG #e3_circle,
.cid-rleHblMztG #e4_circle,
.cid-rleHblMztG #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rleHblMztG #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleHblMztG .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rleHblMztG .rev {
  animation: rev 4s linear infinite;
}
.cid-rleHblMztG .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rleHblMztG .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rleHblMztG .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rleHblMztG .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rleHblMztG .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rleHblMztG .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rleHblMztG .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rleHblMztG .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rleHblMztG .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rleHblMztG .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rleHblMztG .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rleHblMztG H1 {
  color: #57468b;
}
.cid-rleHblMztG .mbr-text,
.cid-rleHblMztG .mbr-section-btn {
  color: #716c80;
}
.cid-rleHblMztG H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rleHblMztG .round9,
  .cid-rleHblMztG .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rleHblMztG .round {
    display: none;
  }
}
.cid-rleHbBWIoI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../images/background21.jpg");
}
.cid-rleHbBWIoI section {
  position: relative;
}
.cid-rleHbBWIoI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleHbBWIoI #e2_shape {
  fill: #ffffff !important;
}
.cid-rleHbBWIoI img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleHbBWIoI img {
    width: 90%!important;
  }
}
.cid-rleHbNMybe {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rleHbNMybe H1 {
  color: #57468b;
}
.cid-rleHbNMybe .mbr-text,
.cid-rleHbNMybe .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rleHbNMybe .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rleHbNMybe .relative {
  position: relative;
}
.cid-rleHbNMybe .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rleHbNMybe .img1 {
    width: 100%;
  }
}
.cid-rleHci7nY1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rleHci7nY1 H1 {
  color: #57468b;
}
.cid-rleHci7nY1 .mbr-text,
.cid-rleHci7nY1 .mbr-section-btn {
  color: #716c80;
}
.cid-rleHci7nY1 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleHci7nY1 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rleHdecGrO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleHdecGrO .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rleHdecGrO h4 {
  text-align: center;
}
.cid-rleHdecGrO p {
  text-align: center;
}
.cid-rleHdecGrO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rleHdecGrO .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rleHdecGrO .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rleHdecGrO .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleHdecGrO .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-rleHdecGrO .card-title,
.cid-rleHdecGrO .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleHdecGrO .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rleHdecGrO .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rleHdnJvJw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/background32.jpg");
  background-size: cover;
}
.cid-rleHdnJvJw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-rleHdnJvJw h4 {
  text-align: center;
}
.cid-rleHdnJvJw p {
  text-align: center;
}
.cid-rleHdnJvJw .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rleHdnJvJw .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 5rem !important;
}
.cid-rleHdnJvJw .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rleHdnJvJw .card:hover .card-title {
  color: #57468b !important;
  cursor: pointer;
}
.cid-rleHdnJvJw .card-title {
  transition: color 0.3s;
}
.cid-rleHdnJvJw .card-title,
.cid-rleHdnJvJw .card-img {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rleHdnJvJw .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-rleHdzV1Dl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleHdzV1Dl .mbr-text {
  color: #716c80;
}
.cid-rleHdzV1Dl .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rleHdzV1Dl .card-img .img1 {
  background-color: #bfceff;
}
.cid-rleHdzV1Dl .card-img .img2 {
  background-color: #5580ff;
}
.cid-rleHdzV1Dl .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rleHdzV1Dl .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rleHdzV1Dl .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rleHdzV1Dl .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rleHdzV1Dl .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleHdzV1Dl .card-title,
.cid-rleHdzV1Dl .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleHdzV1Dl .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rleHdzV1Dl .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rleHdzV1Dl .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rleHdzV1Dl .card-img span {
    margin-right: 0rem;
  }
}
.cid-rleHdKIPtW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rleHdKIPtW .mbr-text {
  color: #716c80;
}
.cid-rleHdKIPtW .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rleHdKIPtW p {
  margin: 0;
}
.cid-rleHdKIPtW .card-img .img1 {
  background-color: #bfceff;
}
.cid-rleHdKIPtW .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rleHdKIPtW .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rleHdKIPtW .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rleHdKIPtW .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rleHdKIPtW .card-title,
.cid-rleHdKIPtW .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rleHdKIPtW .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rleHdKIPtW .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rleHdKIPtW .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rleHdKIPtW .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rleHdKIPtW .card-img span {
    margin-right: 0rem;
  }
  .cid-rleHdKIPtW .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rleHe64nrf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e1e8ff;
}
.cid-rleHe64nrf .container {
  max-width: 1400px;
}
.cid-rleHe64nrf section {
  position: relative;
}
.cid-rleHe64nrf svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rleHe64nrf #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rleHe64nrf .mbr-text {
  color: #716c80;
}
.cid-rleHe64nrf .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rleHe64nrf .card-img .img1 {
  background-color: #bfceff;
}
.cid-rleHe64nrf .card-img .img2 {
  background-color: #5580ff;
}
.cid-rleHe64nrf .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rleHe64nrf .card-img .img4 {
  background-color: #bfceff;
}
.cid-rleHe64nrf .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rleHe64nrf .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rleHe64nrf .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rleHe64nrf .card-title,
.cid-rleHe64nrf .card-img {
  color: #57468b;
}
.cid-rleHe64nrf img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleHe64nrf img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rleHe64nrf .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rleHe64nrf .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rleHe64nrf .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rleHe64nrf .card-img span {
    margin-right: 0rem;
  }
  .cid-rleHe64nrf svg {
    top: -9rem;
  }
}
.cid-rleHegrKHo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleHegrKHo p {
  line-height: 1.6;
}
.cid-rleHegrKHo .card-box {
  width: -webkit-fill-available;
}
.cid-rleHegrKHo .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rleHegrKHo .card-img .img1 {
  color: #57468b !important;
}
.cid-rleHegrKHo .card-img .img2 {
  color: #5580ff !important;
}
.cid-rleHegrKHo .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-rleHegrKHo .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-rleHegrKHo .card-img .img5 {
  color: #bfceff !important;
}
.cid-rleHegrKHo .card-img .img6 {
  color: #57468b !important;
}
.cid-rleHegrKHo .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rleHegrKHo .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rleHegrKHo .card {
  height: 100%;
  margin: auto;
}
.cid-rleHegrKHo img {
  width: 100%;
  heigth: auto;
}
.cid-rleHegrKHo .card-title1 {
  color: #57468b;
}
.cid-rleHegrKHo .mbr-text1 {
  color: #716c80;
}
.cid-rleHegrKHo .card-title2 {
  color: #57468b;
}
.cid-rleHegrKHo .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleHegrKHo .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rleHegrKHo .card-img {
    order: 1;
  }
  .cid-rleHegrKHo .card-box {
    order: 2;
  }
}
.cid-rleHes0CVn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleHes0CVn h4 {
  margin-bottom: 0;
}
.cid-rleHes0CVn p {
  color: #767676;
}
.cid-rleHes0CVn .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleHes0CVn .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleHes0CVn .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rleHes0CVn .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleHes0CVn .btn-info-outline:active,
.cid-rleHes0CVn .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleHes0CVn .card-box {
  padding-top: 2rem;
}
.cid-rleHes0CVn .card-wrapper {
  height: 100%;
}
.cid-rleHes0CVn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHes0CVn img {
  border-radius: 8px;
}
.cid-rleHes0CVn .card-title {
  color: #57468b;
}
.cid-rleHes0CVn .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleHes0CVn DIV {
  color: #57468b;
}
.cid-rleHeDiWip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleHeDiWip h4 {
  margin-bottom: 0;
}
.cid-rleHeDiWip p {
  color: #767676;
}
.cid-rleHeDiWip .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleHeDiWip .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleHeDiWip .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleHeDiWip .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rleHeDiWip .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleHeDiWip .btn-info-outline:active,
.cid-rleHeDiWip .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleHeDiWip .card-box {
  padding-top: 2rem;
}
.cid-rleHeDiWip .card-wrapper {
  height: 100%;
}
.cid-rleHeDiWip .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHeDiWip img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleHeDiWip .card-title {
  color: #57468b;
}
.cid-rleHeDiWip .main-title {
  color: #57468b;
}
.cid-rleHeDiWip DIV {
  color: #57468b;
}
.cid-rleHeOQFX0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rleHeOQFX0 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rleHeOQFX0 .card-box {
  padding-top: 3rem;
}
.cid-rleHeOQFX0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rleHeOQFX0 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleHeOQFX0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHeOQFX0 .link {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding-top: 8px;
  transition: all 0.3s;
  align-items: center;
}
.cid-rleHeOQFX0 .link .link-ico {
  padding-top: 2px;
  transition: margin 0.3s;
}
.cid-rleHeOQFX0 .link:hover {
  color: #ff8a73 !important;
}
.cid-rleHeOQFX0 .link:hover .link-ico {
  color: #ff8a73 !important;
  margin-right: -3px;
}
.cid-rleHeOQFX0 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rleHeOQFX0 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rleHeOQFX0 .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleHeOQFX0 .row {
  justify-content: center;
}
.cid-rleHeOQFX0 .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rleHeOQFX0 P {
  text-align: center;
}
.cid-rleHeOQFX0 .mbr-text,
.cid-rleHeOQFX0 .link {
  text-align: center;
  color: #716c80;
}
.cid-rleHeOQFX0 DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleHeOQFX0 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rleHfl6KWy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleHfl6KWy H1 {
  color: #57468b;
}
.cid-rleHfl6KWy .mbr-text,
.cid-rleHfl6KWy .mbr-section-btn {
  color: #716c80;
}
.cid-rleHfl6KWy .img-box {
  position: relative;
}
.cid-rleHfl6KWy .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rleHfl6KWy .card-ico .ico1 {
  background-color: #ff8a73;
}
.cid-rleHfl6KWy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rleHfl6KWy .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rleHfl6KWy .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rleHfl6KWy .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rleHfl6KWy img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleHfl6KWy .img-box {
    height: 500px;
  }
  .cid-rleHfl6KWy .img1 {
    left: 1rem;
  }
  .cid-rleHfl6KWy .img2 {
    right: 1rem;
  }
  .cid-rleHfl6KWy img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rleHfl6KWy img {
    width: 60%;
  }
  .cid-rleHfl6KWy .img-box {
    height: 300px;
  }
  .cid-rleHfl6KWy .author-box {
    justify-content: center;
  }
  .cid-rleHfl6KWy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rleHfl6KWy .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rleHfl6KWy .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rleHfl6KWy .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rleHfl6KWy .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleHfl6KWy .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleHfl6KWy .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleHfl6KWy h3,
.cid-rleHfl6KWy h4 {
  margin: 0;
  padding: 0;
}
.cid-rleHfl6KWy H3 {
  color: #57468b;
}
.cid-rleHfl6KWy H4 {
  color: #716c80;
}
.cid-rleHfl6KWy .card-title {
  color: #57468b;
}
.cid-rleHfySYWa {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f2f6ff;
}
.cid-rleHfySYWa section {
  position: relative;
}
.cid-rleHfySYWa .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-rleHfySYWa #e1_circle,
.cid-rleHfySYWa #e3_circle,
.cid-rleHfySYWa #e4_circle,
.cid-rleHfySYWa #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rleHfySYWa #e6_circle {
  fill: #bfceff !important;
}
.cid-rleHfySYWa .mbr-text {
  color: #716c80;
}
.cid-rleHfySYWa h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleHfySYWa .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-rleHfySYWa .card-img .img1 {
  background-color: #bfceff;
}
.cid-rleHfySYWa .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-rleHfySYWa .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rleHfySYWa .rev {
  animation: rev 4s linear infinite;
}
.cid-rleHfySYWa .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-rleHfySYWa .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-rleHfySYWa .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-rleHfySYWa .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-rleHfySYWa .card-title,
.cid-rleHfySYWa .card-img {
  color: #57468b;
}
.cid-rleHfySYWa img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-rleHfySYWa svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-rleHfySYWa img {
    margin-top: 1rem;
  }
  .cid-rleHfySYWa svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-rleHfySYWa .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rleHfySYWa svg {
    bottom: -3rem !important;
  }
  .cid-rleHfySYWa .round1 {
    display: none;
  }
}
.cid-rleHfySYWa .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-rlquV1xrXG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlquV1xrXG .mbr-text {
  color: #716c80;
}
.cid-rlquV1xrXG .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlquV1xrXG .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlquV1xrXG .card-wrapper:hover .ico2 {
  color: #ff8a73 !important;
}
.cid-rlquV1xrXG .text-info:hover {
  color: inherit!important;
}
.cid-rlquV1xrXG .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-rlquV1xrXG .card-box {
  padding: 0rem 1rem;
}
.cid-rlquV1xrXG .ico1 {
  font-size: 3rem !important;
}
.cid-rlquV1xrXG h3,
.cid-rlquV1xrXG h4 {
  padding: 0;
  margin: 0;
}
.cid-rlquV1xrXG .card-title,
.cid-rlquV1xrXG .card-img {
  color: #57468b;
}
.cid-rlquV1xrXG .card-title {
  color: #57468b;
}
.cid-rlquV1xrXG H1 {
  color: #57468b;
}
.cid-rlquV1xrXG .text,
.cid-rlquV1xrXG .mbr-section-btn {
  color: #716c80;
}
.cid-rleHfUHi37 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c2b2d6;
  background: linear-gradient(to top right, #c2b2d6, #ffffff);
}
.cid-rleHfUHi37 .mbr-text {
  color: #716c80;
}
.cid-rleHfUHi37 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rleHfUHi37 p {
  margin: 0;
}
.cid-rleHfUHi37 .mbr-iconfont {
  transition: all 0.3s;
  color: #86affe !important;
  font-size: 2.8rem !important;
}
.cid-rleHfUHi37 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rleHfUHi37 .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-rleHfUHi37 .card-title,
.cid-rleHfUHi37 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rleHfUHi37 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rleHfUHi37 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rleHfUHi37 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rleHfUHi37 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rleHfUHi37 .card-img span {
    margin-right: 0rem;
  }
  .cid-rleHfUHi37 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rlquVIF35H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rlquVIF35H .mbr-text {
  color: #716c80;
}
.cid-rlquVIF35H .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlquVIF35H .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlquVIF35H .card-wrapper:hover .ico2 {
  color: #ff8a73 !important;
}
.cid-rlquVIF35H .text-info:hover {
  color: inherit!important;
}
.cid-rlquVIF35H .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-rlquVIF35H .card-box {
  padding: 0rem 1rem;
}
.cid-rlquVIF35H .ico1 {
  font-size: 3rem !important;
}
.cid-rlquVIF35H h3,
.cid-rlquVIF35H h4 {
  padding: 0;
  margin: 0;
}
.cid-rlquVIF35H .card-title,
.cid-rlquVIF35H .card-img {
  color: #57468b;
}
.cid-rlquVIF35H .card-title {
  color: #57468b;
}
.cid-rlquVIF35H H3 {
  color: #716c80;
}
.cid-rlquVIF35H H1 {
  color: #57468b;
}
.cid-rleHgy2ZgV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHgy2ZgV h4 {
  margin-bottom: 0;
}
.cid-rleHgy2ZgV p {
  color: #767676;
}
.cid-rleHgy2ZgV .cardcenter {
  background-color: #ff8a73;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rleHgy2ZgV .cardcenter:hover {
  background-color: #57468b;
}
.cid-rleHgy2ZgV .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rleHgy2ZgV .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-rleHgy2ZgV .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleHgy2ZgV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleHgy2ZgV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rleHgy2ZgV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleHgy2ZgV .btn-info-outline:active,
.cid-rleHgy2ZgV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleHgy2ZgV .card-box {
  padding-top: 2rem;
}
.cid-rleHgy2ZgV .card-wrapper {
  height: 100%;
}
.cid-rleHgy2ZgV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHgy2ZgV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleHgy2ZgV .card-title {
  color: #57468b;
}
.cid-rleHgy2ZgV .main-title {
  color: #57468b;
}
.cid-rleHgy2ZgV DIV {
  color: #57468b;
}
.cid-rleHgy2ZgV .text {
  color: #ffffff;
}
.cid-rleHgy2ZgV .card-subtitle {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rleHgy2ZgV .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rleHgy2ZgV .link {
    margin: auto;
  }
}
.cid-rleHgSW2wY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rleHgSW2wY .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-rleHgSW2wY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rleHgSW2wY .btn:hover,
.cid-rleHgSW2wY .btn:active {
  box-shadow: none!important;
}
.cid-rleHgSW2wY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rleHgSW2wY .mbr-section-subtitle {
  color: #716c80;
}
.cid-rleHgSW2wY .img-col {
  padding: 0;
}
.cid-rleHgSW2wY img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rleHgSW2wY .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rleHgSW2wY .box {
    padding: 1rem;
  }
}
.cid-rleHgSW2wY .mbr-section-title {
  color: #57468b;
}
.cid-rleHhlKNSI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rleHhlKNSI H1 {
  color: #57468b;
}
.cid-rleHhlKNSI .mbr-text,
.cid-rleHhlKNSI .mbr-section-btn {
  color: #716c80;
}
.cid-rleHhlKNSI H3 {
  color: #716c80;
}
.cid-rleHhxKJiV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleHhxKJiV H1 {
  color: #57468b;
}
.cid-rleHhxKJiV .mbr-text,
.cid-rleHhxKJiV .mbr-section-btn {
  color: #716c80;
}
.cid-rleHhxKJiV H3 {
  color: #716c80;
}
.cid-rleHhT2bys {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleHhT2bys H1 {
  color: #57468b;
}
.cid-rleHhT2bys .mbr-text,
.cid-rleHhT2bys .mbr-section-btn {
  color: #716c80;
}
.cid-rleHhT2bys H3 {
  color: #716c80;
}
.cid-rleHhT2bys .row {
  justify-content: space-between;
}
.cid-rleHhT2bys .col-lg-6 {
  max-width: 500px;
}
.cid-rleHjusraq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleHjusraq h4 {
  margin-bottom: 0;
}
.cid-rleHjusraq p {
  color: #767676;
}
.cid-rleHjusraq .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleHjusraq .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleHjusraq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleHjusraq .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleHjusraq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleHjusraq .btn-info-outline:active,
.cid-rleHjusraq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleHjusraq .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleHjusraq .card-wrapper {
  height: 100%;
}
.cid-rleHjusraq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHjusraq img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleHjusraq .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleHjusraq .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleHjusraq DIV {
  color: #57468b;
}
.cid-rleHjusraq .mbr-text,
.cid-rleHjusraq .mbr-section-btn {
  text-align: center;
}
.cid-rleHk0vkyE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrr9fp1CJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrr9fp1CJ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrr9fp1CJ .nav-item:focus,
.cid-rlrr9fp1CJ .nav-link:focus {
  outline: none;
}
.cid-rlrr9fp1CJ .text-white:hover,
.cid-rlrr9fp1CJ .text-white:active,
.cid-rlrr9fp1CJ .text-white:focus {
  color: white!important;
}
.cid-rlrr9fp1CJ .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrr9fp1CJ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrr9fp1CJ .dropdown-item:hover {
  color: black!important;
}
.cid-rlrr9fp1CJ .dropdown-menu {
  background-color: white!important;
}
.cid-rlrr9fp1CJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrr9fp1CJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrr9fp1CJ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrr9fp1CJ .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrr9fp1CJ .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-rlrr9fp1CJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrr9fp1CJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrr9fp1CJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrr9fp1CJ .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-rlrr9fp1CJ .collapsed {
  flex-direction: row!important;
}
.cid-rlrr9fp1CJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrr9fp1CJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrr9fp1CJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrr9fp1CJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrr9fp1CJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrr9fp1CJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrr9fp1CJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrr9fp1CJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrr9fp1CJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrr9fp1CJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrr9fp1CJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrr9fp1CJ .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-rlrr9fp1CJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrr9fp1CJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrr9fp1CJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrr9fp1CJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrr9fp1CJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrr9fp1CJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrr9fp1CJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrr9fp1CJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrr9fp1CJ .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-rlrr9fp1CJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrr9fp1CJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrr9fp1CJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrr9fp1CJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrr9fp1CJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrr9fp1CJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrr9fp1CJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrr9fp1CJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrr9fp1CJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrr9fp1CJ .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrr9fp1CJ .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-rlrr9fp1CJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrr9fp1CJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrr9fp1CJ .dropdown-item.active,
.cid-rlrr9fp1CJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrr9fp1CJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrr9fp1CJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrr9fp1CJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrr9fp1CJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrr9fp1CJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrr9fp1CJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrr9fp1CJ .navbar-buttons {
  text-align: center;
}
.cid-rlrr9fp1CJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrr9fp1CJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrr9fp1CJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrr9fp1CJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrr9fp1CJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrr9fp1CJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrr9fp1CJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrr9fp1CJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrr9fp1CJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrr9fp1CJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrr9fp1CJ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrr9fp1CJ .nav-link {
  font-weight: 600!important;
}
.cid-rlrr9fp1CJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrr9fp1CJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrr9fp1CJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrr9fp1CJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrr9fp1CJ .navbar {
    height: 77px;
  }
  .cid-rlrr9fp1CJ .navbar.opened {
    height: auto;
  }
  .cid-rlrr9fp1CJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYHIiwhh {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYHIiwhh H1 {
  color: #57468b;
}
.cid-rlbYHIiwhh .mbr-text,
.cid-rlbYHIiwhh .mbr-section-btn {
  color: #716c80;
}
.cid-rleHs38Iqj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHs38Iqj img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rleHs38Iqj H1 {
  color: #57468b;
}
.cid-rleHs38Iqj .mbr-text,
.cid-rleHs38Iqj .mbr-section-btn {
  color: #716c80;
}
.cid-rleHs38Iqj H3 {
  color: #716c80;
}
.cid-rleHs38Iqj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHs38Iqj .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleHs38Iqj .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleHs38Iqj .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rleHs38Iqj .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleHs38Iqj .btn-info-outline:active,
.cid-rleHs38Iqj .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleHs38Iqj DIV {
  color: #57468b;
}
.cid-rleHruEmNs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHruEmNs img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rleHruEmNs H1 {
  color: #57468b;
}
.cid-rleHruEmNs .mbr-text,
.cid-rleHruEmNs .mbr-section-btn {
  color: #716c80;
}
.cid-rleHruEmNs H3 {
  color: #716c80;
}
.cid-rleHruEmNs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHruEmNs .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rleHruEmNs .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rleHruEmNs .link:hover {
  color: #ff8a73 !important;
}
.cid-rleHruEmNs .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rleHruEmNs DIV {
  color: #57468b;
}
.cid-rleHEs69tV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleHEs69tV H1 {
  color: #57468b;
}
.cid-rleHEs69tV .mbr-text,
.cid-rleHEs69tV .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rleHEs69tV img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rleHEs69tV img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rleHEs69tV H3 {
  color: #716c80;
}
.cid-rlhIjrnd0q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlhIjrnd0q li {
  list-style: none;
}
.cid-rlhIjrnd0q .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rlhIjrnd0q .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rlhIjrnd0q h4 {
  margin: 0;
}
.cid-rlhIjrnd0q .item {
  color: #57468b;
}
.cid-rlhIjrnd0q ul {
  padding: 0;
  margin: 0;
}
.cid-rlhIjrnd0q .col-title {
  color: #57468b;
}
.cid-rlhIjrnd0q .col-title1 {
  color: #57468b;
}
.cid-rlhIjrnd0q .col-title2 {
  color: #57468b;
}
.cid-rlhIjrnd0q .col-title3 {
  color: #57468b;
}
.cid-rlhIjrnd0q .col-title4 {
  color: #57468b;
}
.cid-rlhIjrnd0q .item1 {
  color: #716c80;
}
.cid-rlhIjrnd0q .item2 {
  color: #716c80;
}
.cid-rlhIjrnd0q .item3 {
  color: #716c80;
}
.cid-rlhIjrnd0q .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rlhIjrnd0q .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rleHto1qRi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHto1qRi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rleHto1qRi H1 {
  color: #57468b;
}
.cid-rleHto1qRi .mbr-text,
.cid-rleHto1qRi .mbr-section-btn {
  color: #716c80;
}
.cid-rleHto1qRi H3 {
  color: #716c80;
}
.cid-rleHto1qRi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHto1qRi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rleHto1qRi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rleHto1qRi .link:hover {
  color: #ff8a73 !important;
}
.cid-rleHto1qRi .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rleHto1qRi DIV {
  color: #57468b;
}
.cid-rleHrkB1uX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHrkB1uX H1 {
  color: #57468b;
}
.cid-rleHrkB1uX .align-left {
  margin: auto;
}
.cid-rleHrkB1uX .row {
  justify-content: space-between;
}
.cid-rleHrkB1uX .mbr-text,
.cid-rleHrkB1uX .mbr-section-btn {
  color: #716c80;
}
.cid-rleHrkB1uX .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rleHrkB1uX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHrkB1uX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rleHrkB1uX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rleHrkB1uX .link:hover {
  color: #ff8a73 !important;
}
.cid-rleHrkB1uX .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rleHrkB1uX DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rleHrkB1uX .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rleHrkB1uX h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlhIkk9nVL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlhIkk9nVL li {
  list-style: none;
}
.cid-rlhIkk9nVL .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rlhIkk9nVL .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rlhIkk9nVL h4 {
  margin: 0;
}
.cid-rlhIkk9nVL .item {
  color: #57468b;
}
.cid-rlhIkk9nVL ul {
  padding: 0;
  margin: 0;
}
.cid-rlhIkk9nVL .col-title {
  color: #57468b;
}
.cid-rlhIkk9nVL .col-title1 {
  color: #bfceff;
}
.cid-rlhIkk9nVL .col-title2 {
  color: #5580ff;
}
.cid-rlhIkk9nVL .col-title3 {
  color: #ff8a73;
}
.cid-rlhIkk9nVL .col-title4 {
  color: #57468b;
}
.cid-rlhIkk9nVL .item1 {
  color: #716c80;
}
.cid-rlhIkk9nVL .item2 {
  color: #716c80;
}
.cid-rlhIkk9nVL .item3 {
  color: #716c80;
}
.cid-rlhIkk9nVL .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rlhIkk9nVL .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rleHzPnKtb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHzPnKtb H1 {
  color: #57468b;
}
.cid-rleHzPnKtb .mbr-text,
.cid-rleHzPnKtb .mbr-section-btn {
  color: #716c80;
}
.cid-rleHzPnKtb img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rleHzPnKtb .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rleHzPnKtb img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlqvTuwleb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqvTuwleb .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqvTuwleb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqvTuwleb .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rlqvTuwleb .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqvTuwleb .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-rlqvTuwleb .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-rlqvTuwleb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-rlqvTuwleb .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-rlqvTuwleb P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rlqvTuwleb .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqvTuwleb .mbr-text,
  .cid-rlqvTuwleb .nav-link {
    text-align: center;
  }
}
.cid-rlqvU0yg4F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqvU0yg4F .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqvU0yg4F .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqvU0yg4F .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-rlqvU0yg4F .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqvU0yg4F .first {
  margin-left: -24px;
}
.cid-rlqvU0yg4F .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rlqvU0yg4F .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b;
}
.cid-rlqvU0yg4F .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b;
  font-style: normal;
}
.cid-rlqvU0yg4F P {
  color: #716c80;
}
.cid-rlqvU0yg4F H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlqvU0yg4F .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqvU0yg4F .mbr-text,
  .cid-rlqvU0yg4F .nav-link {
    text-align: center;
  }
}
.cid-rleHJSYtxx {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rleHJSYtxx .card-header {
  background: transparent;
}
.cid-rleHJSYtxx .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rleHJSYtxx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rleHJSYtxx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rleHJSYtxx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rleHJSYtxx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rleHJSYtxx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rleHJSYtxx .card .panel-body {
  color: #767676;
}
.cid-rleHJSYtxx h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rleHJSYtxx H4 {
  color: #57468b;
}
.cid-rleHJSYtxx H2 {
  color: #57468b;
}
.cid-rlqvUqESQC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqvUqESQC .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqvUqESQC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqvUqESQC .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid lightgray;
  border-bottom: none;
  padding-right: 4rem;
  flex-direction: column;
}
.cid-rlqvUqESQC .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqvUqESQC p {
  padding-left: 2rem;
}
.cid-rlqvUqESQC .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-rlqvUqESQC .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rlqvUqESQC .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b;
}
.cid-rlqvUqESQC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b;
  font-style: normal;
}
.cid-rlqvUqESQC P {
  color: #716c80;
}
.cid-rlqvUqESQC H2 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqvUqESQC .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-rlqvUqESQC .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rlqvUqESQC p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rlqvUqESQC .mbr-text,
  .cid-rlqvUqESQC .nav-link {
    text-align: center;
  }
  .cid-rlqvUqESQC .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rlqvUqESQC .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-rlqvUqESQC p {
    padding-left: 0rem;
  }
}
.cid-rleHK2vw6b {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rleHK2vw6b .card-header {
  background: transparent;
}
.cid-rleHK2vw6b .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rleHK2vw6b .panel-group {
  border-top: 1px solid #efefef;
}
.cid-rleHK2vw6b .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rleHK2vw6b .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rleHK2vw6b .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rleHK2vw6b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rleHK2vw6b .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rleHK2vw6b .card .panel-body {
  color: #767676;
}
.cid-rleHK2vw6b h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-rleHK2vw6b H4 {
  color: #57468b;
}
.cid-rleHK2vw6b H2 {
  color: #57468b;
}
.cid-rleHQRciUV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleHQRciUV h4 {
  margin-bottom: 0;
}
.cid-rleHQRciUV p {
  color: #767676;
}
.cid-rleHQRciUV .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleHQRciUV .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleHQRciUV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleHQRciUV .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleHQRciUV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleHQRciUV .btn-info-outline:active,
.cid-rleHQRciUV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleHQRciUV .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleHQRciUV .card-wrapper {
  height: 100%;
}
.cid-rleHQRciUV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleHQRciUV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleHQRciUV .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleHQRciUV .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleHQRciUV DIV {
  color: #57468b;
}
.cid-rleHQRciUV .mbr-text,
.cid-rleHQRciUV .mbr-section-btn {
  text-align: center;
}
.cid-rleHR52xpv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrdfEhv3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrdfEhv3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrdfEhv3 .nav-item:focus,
.cid-rlrrdfEhv3 .nav-link:focus {
  outline: none;
}
.cid-rlrrdfEhv3 .text-white:hover,
.cid-rlrrdfEhv3 .text-white:active,
.cid-rlrrdfEhv3 .text-white:focus {
  color: white!important;
}
.cid-rlrrdfEhv3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrdfEhv3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrdfEhv3 .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrdfEhv3 .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrdfEhv3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrdfEhv3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrdfEhv3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrdfEhv3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrdfEhv3 .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-rlrrdfEhv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrdfEhv3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrdfEhv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrdfEhv3 .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-rlrrdfEhv3 .collapsed {
  flex-direction: row!important;
}
.cid-rlrrdfEhv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrdfEhv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrdfEhv3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrdfEhv3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrdfEhv3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrdfEhv3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrdfEhv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrdfEhv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrdfEhv3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrdfEhv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrdfEhv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrdfEhv3 .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-rlrrdfEhv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrdfEhv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrdfEhv3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrdfEhv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrdfEhv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrdfEhv3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrdfEhv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrdfEhv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrdfEhv3 .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-rlrrdfEhv3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrdfEhv3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrdfEhv3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrdfEhv3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrdfEhv3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrdfEhv3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrdfEhv3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrdfEhv3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrdfEhv3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrdfEhv3 .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrdfEhv3 .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-rlrrdfEhv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrdfEhv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrdfEhv3 .dropdown-item.active,
.cid-rlrrdfEhv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrdfEhv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrdfEhv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrdfEhv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrdfEhv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrdfEhv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrdfEhv3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrdfEhv3 .navbar-buttons {
  text-align: center;
}
.cid-rlrrdfEhv3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrdfEhv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrdfEhv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrdfEhv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrdfEhv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrdfEhv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrdfEhv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrdfEhv3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrdfEhv3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrdfEhv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrdfEhv3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrdfEhv3 .nav-link {
  font-weight: 600!important;
}
.cid-rlrrdfEhv3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrdfEhv3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrdfEhv3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrdfEhv3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrdfEhv3 .navbar {
    height: 77px;
  }
  .cid-rlrrdfEhv3 .navbar.opened {
    height: auto;
  }
  .cid-rlrrdfEhv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYLzDY2R {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYLzDY2R H1 {
  color: #57468b;
}
.cid-rlbYLzDY2R .mbr-text,
.cid-rlbYLzDY2R .mbr-section-btn {
  color: #716c80;
}
.cid-rleHUUpOqC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHUUpOqC .progress {
  width: 100%;
}
.cid-rleHUUpOqC .mbr-flex {
  display: flex;
}
.cid-rleHUUpOqC .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rleHUUpOqC progress {
  height: 6px;
}
.cid-rleHUUpOqC .mbr-section-subtitle {
  color: #767676;
}
.cid-rleHUUpOqC .progress_value {
  position: relative;
}
.cid-rleHUUpOqC .progress_elements {
  margin: 0 auto;
}
.cid-rleHUUpOqC .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rleHUUpOqC .progress1 .progressbar-number:before,
.cid-rleHUUpOqC .progress2 .progressbar-number:before,
.cid-rleHUUpOqC .progress3 .progressbar-number:before,
.cid-rleHUUpOqC .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rleHUUpOqC progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rleHUUpOqC .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleHUUpOqC .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-rleHUUpOqC .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-rleHUUpOqC .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleHUUpOqC .progress1 .progressbar-number:before {
  content: '73';
}
.cid-rleHUUpOqC .progress2 .progressbar-number:before {
  content: '89';
}
.cid-rleHUUpOqC .progress3 .progressbar-number:before {
  content: '78';
}
.cid-rleHUUpOqC .progress4 .progressbar-number:before {
  content: '53';
}
.cid-rleHUUpOqC .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rleHUUpOqC .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rleHUUpOqC .progress_value span {
  padding-left: 30px;
}
.cid-rleHUUpOqC .mbr-section-title {
  color: #57468b;
}
.cid-rleHUUpOqC .progressbar-title p,
.cid-rleHUUpOqC .progress_value {
  color: #57468b;
}
.cid-rleHUUpOqC p {
  margin-bottom: 0.5rem;
}
.cid-rleHUUpOqC img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleHUUpOqC img {
    width: 100%;
  }
}
.cid-rleHVbQXSL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rleHVbQXSL h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rleHVbQXSL .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rleHVbQXSL .mbr-section-subtitle {
  color: #767676;
}
.cid-rleHVbQXSL .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rleHVbQXSL ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rleHVbQXSL .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rleHVbQXSL .progress1 path {
  stroke: #57468b;
}
.cid-rleHVbQXSL .progress2 path {
  stroke: #5580ff;
}
.cid-rleHVbQXSL .progress3 path {
  stroke: #ff8a73;
}
.cid-rleHVbQXSL .progress4 path {
  stroke: #bfceff;
}
.cid-rleHVbQXSL H4 {
  color: #57468b;
}
.cid-rleHVbQXSL card-text {
  color: #ff3366;
}
.cid-rleHVbQXSL .card-text {
  color: #716c80;
}
.cid-rleHVbQXSL .number {
  color: #716c80;
}
.cid-rleHVDylTJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHVDylTJ .progress {
  width: 100%;
}
.cid-rleHVDylTJ .mbr-flex {
  display: flex;
}
.cid-rleHVDylTJ .col-lg-6 {
  padding: 0;
  margin: auto;
}
.cid-rleHVDylTJ .text {
  max-width: 460px;
  margin: auto;
}
.cid-rleHVDylTJ progress {
  height: 6px;
}
.cid-rleHVDylTJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rleHVDylTJ .progress_value {
  position: relative;
}
.cid-rleHVDylTJ .progress_elements {
  margin: 0 auto;
}
.cid-rleHVDylTJ .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rleHVDylTJ .progress1 .progressbar-number:before,
.cid-rleHVDylTJ .progress2 .progressbar-number:before,
.cid-rleHVDylTJ .progress3 .progressbar-number:before,
.cid-rleHVDylTJ .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rleHVDylTJ progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rleHVDylTJ .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleHVDylTJ .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-rleHVDylTJ .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-rleHVDylTJ .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleHVDylTJ .progress1 .progressbar-number:before {
  content: '73';
}
.cid-rleHVDylTJ .progress2 .progressbar-number:before {
  content: '89';
}
.cid-rleHVDylTJ .progress3 .progressbar-number:before {
  content: '78';
}
.cid-rleHVDylTJ .progress4 .progressbar-number:before {
  content: '53';
}
.cid-rleHVDylTJ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rleHVDylTJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rleHVDylTJ .progress_value span {
  padding-left: 30px;
}
.cid-rleHVDylTJ .mbr-section-title {
  color: #57468b;
}
.cid-rleHVDylTJ .progressbar-title p,
.cid-rleHVDylTJ .progress_value {
  color: #57468b;
}
.cid-rleHVDylTJ p {
  margin-bottom: 0.5rem;
}
.cid-rleHVDylTJ img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rleHVDylTJ .order {
    order: 2;
  }
  .cid-rleHVDylTJ .text {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rleHVDylTJ img {
    width: 100%;
  }
  .cid-rleHVDylTJ .col-lg-6 {
    padding: 1rem;
  }
}
.cid-rleHVN37cT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rleHVN37cT .progress {
  width: 100%;
}
.cid-rleHVN37cT .box {
  max-width: 650px;
  margin: auto;
  padding: 0 3rem;
}
.cid-rleHVN37cT .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rleHVN37cT progress {
  height: 6px;
}
.cid-rleHVN37cT .mbr-section-subtitle {
  color: #767676;
}
.cid-rleHVN37cT .progress_value {
  position: relative;
}
.cid-rleHVN37cT .img-col {
  padding: 0;
}
.cid-rleHVN37cT .progress_elements {
  margin: 0 auto;
}
.cid-rleHVN37cT .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rleHVN37cT .progress1 .progressbar-number:before,
.cid-rleHVN37cT .progress2 .progressbar-number:before,
.cid-rleHVN37cT .progress3 .progressbar-number:before,
.cid-rleHVN37cT .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rleHVN37cT progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rleHVN37cT .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleHVN37cT .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-rleHVN37cT .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-rleHVN37cT .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleHVN37cT .progress1 .progressbar-number:before {
  content: '73';
}
.cid-rleHVN37cT .progress2 .progressbar-number:before {
  content: '89';
}
.cid-rleHVN37cT .progress3 .progressbar-number:before {
  content: '78';
}
.cid-rleHVN37cT .progress4 .progressbar-number:before {
  content: '53';
}
.cid-rleHVN37cT .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rleHVN37cT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rleHVN37cT .progress_value span {
  padding-left: 30px;
}
.cid-rleHVN37cT .mbr-section-title {
  color: #57468b;
}
.cid-rleHVN37cT .progressbar-title p,
.cid-rleHVN37cT .progress_value {
  color: #57468b;
}
.cid-rleHVN37cT p {
  margin-bottom: 0.5rem;
}
.cid-rleHVN37cT img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rleHVN37cT .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rleHVN37cT .box {
    padding: 1rem;
  }
}
.cid-rleHXQ7D9Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHXQ7D9Q .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rleHXQ7D9Q .mbr-shop .row {
  margin: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rleHXQ7D9Q .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rleHXQ7D9Q .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rleHXQ7D9Q .btn {
  padding: 0.6rem 2rem;
}
.cid-rleHXQ7D9Q .mbr-section-btn {
  text-align: left;
}
.cid-rleHXQ7D9Q .img_wraper img {
  border-radius: 8px!important;
}
.cid-rleHXQ7D9Q .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rleHXQ7D9Q .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rleHXQ7D9Q .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rleHXQ7D9Q .mbr-shop .hide-modal {
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHXQ7D9Q .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rleHXQ7D9Q .mbr-shop .filter-by-pu,
.cid-rleHXQ7D9Q .mbr-shop .filter-by-pd,
.cid-rleHXQ7D9Q .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rleHXQ7D9Q .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rleHXQ7D9Q .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem h4,
.cid-rleHXQ7D9Q .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem h5,
.cid-rleHXQ7D9Q .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem p,
.cid-rleHXQ7D9Q .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rleHXQ7D9Q .mbr-shop .item-button {
  text-align: center;
}
.cid-rleHXQ7D9Q .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rleHXQ7D9Q .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rleHXQ7D9Q .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rleHXQ7D9Q .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rleHXQ7D9Q .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rleHXQ7D9Q .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item__hided h4,
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item__hided h5,
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ff8a73;
}
.cid-rleHXQ7D9Q .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rleHXQ7D9Q .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rleHXQ7D9Q .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ff8a73;
  font-weight: bold;
}
.cid-rleHXQ7D9Q .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ff8a73;
  border-radius: 2px;
  font-size: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ff8a73;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ff8a73;
}
.cid-rleHXQ7D9Q .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rleHXQ7D9Q .mbr-shop .range-controls {
  position: relative;
}
.cid-rleHXQ7D9Q .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rleHXQ7D9Q .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8a73;
}
.cid-rleHXQ7D9Q .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ff8a73;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ff8a73;
  cursor: pointer;
}
.cid-rleHXQ7D9Q .mbr-shop .toggle:hover,
.cid-rleHXQ7D9Q .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rleHXQ7D9Q .mbr-shop .min-toggle {
  left: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .max-toggle {
  right: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .hided-by-price {
  display: none;
}
.cid-rleHXQ7D9Q .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rleHXQ7D9Q .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rleHXQ7D9Q .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHXQ7D9Q .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rleHXQ7D9Q .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rleHXQ7D9Q .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rleHXQ7D9Q .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rleHXQ7D9Q .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHXQ7D9Q .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHXQ7D9Q .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHXQ7D9Q .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rleHXQ7D9Q .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rleHXQ7D9Q .mbr-shop .shop-items .onsale,
.cid-rleHXQ7D9Q .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rleHXQ7D9Q .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rleHXQ7D9Q .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rleHXQ7D9Q .mbr-shop .price-range {
  display: inline-block;
}
.cid-rleHXQ7D9Q .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rleHXQ7D9Q .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rleHXQ7D9Q .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rleHXQ7D9Q .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rleHXQ7D9Q .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rleHXQ7D9Q .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rleHXQ7D9Q .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rleHXQ7D9Q .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rleHXQ7D9Q .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rleHXQ7D9Q .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rleHXQ7D9Q .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rleHXQ7D9Q .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rleHXQ7D9Q .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rleHXQ7D9Q .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rleHXQ7D9Q .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rleHXQ7D9Q .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rleHXQ7D9Q .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rleHXQ7D9Q .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rleHXQ7D9Q .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rleHXQ7D9Q .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rleHXQ7D9Q .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rleHXQ7D9Q .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rleHXQ7D9Q .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rleHXQ7D9Q .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-rleHXQ7D9Q .range-controls {
  display: block !important;
}
.cid-rleHXQ7D9Q .sort-buttons {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rleHXQ7D9Q .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rleHXQ7D9Q LI {
  color: #57468b;
}
.cid-rleHXQ7D9Q .sidebar-title {
  color: #57468b;
}
.cid-rleHXQ7D9Q .item-title {
  text-align: left;
  color: #57468b;
}
.cid-rleHXQ7D9Q .shop-item-price,
.cid-rleHXQ7D9Q .price-block {
  text-align: left;
  color: #c1c1c1;
}
@media (max-width: 576px) {
  .cid-rleHXQ7D9Q .mbr-shop .mbr-gallery-item,
  .cid-rleHXQ7D9Q .wrapper-shop-items,
  .cid-rleHXQ7D9Q .sidebar-block,
  .cid-rleHXQ7D9Q .sidebar-title,
  .cid-rleHXQ7D9Q .sidebar,
  .cid-rleHXQ7D9Q .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rleHXQ7D9Q .filter-cost {
    max-width: 100%!important;
  }
  .cid-rleHXQ7D9Q .range-slider,
  .cid-rleHXQ7D9Q .categories,
  .cid-rleHXQ7D9Q .bestseller-block {
    text-align: center;
  }
}
.cid-rleHVm1ie4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleHVm1ie4 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rleHVm1ie4 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rleHVm1ie4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rleHVm1ie4 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
  padding: 2rem 0!important;
  transition: all 0.3s;
}
.cid-rleHVm1ie4 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleHVm1ie4 ellipse {
  stroke: whitesmoke;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rleHVm1ie4 .card {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
  }
}
.cid-rleHVm1ie4 .progress1 path {
  stroke: #57468b;
}
.cid-rleHVm1ie4 .progress2 path {
  stroke: #5580ff;
}
.cid-rleHVm1ie4 .progress3 path {
  stroke: #ff8a73;
}
.cid-rleHVm1ie4 .progress4 path {
  stroke: #bfceff;
}
.cid-rleHVm1ie4 H4 {
  color: #57468b;
}
.cid-rleHVm1ie4 .card-text {
  color: #716c80;
}
.cid-rleHVm1ie4 .number {
  color: #716c80;
}
.cid-rleHY2uT2K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHY2uT2K .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rleHY2uT2K .mbr-shop .row {
  margin: 0;
}
.cid-rleHY2uT2K .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rleHY2uT2K .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rleHY2uT2K .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rleHY2uT2K .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rleHY2uT2K .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rleHY2uT2K .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rleHY2uT2K .mbr-shop .hide-modal {
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHY2uT2K .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rleHY2uT2K .mbr-shop .filter-by-pu,
.cid-rleHY2uT2K .mbr-shop .filter-by-pd,
.cid-rleHY2uT2K .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rleHY2uT2K .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rleHY2uT2K .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem h4,
.cid-rleHY2uT2K .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 10px;
  transition: color 0.5s;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem h5,
.cid-rleHY2uT2K .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem p,
.cid-rleHY2uT2K .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rleHY2uT2K .mbr-shop .item-button {
  text-align: center;
}
.cid-rleHY2uT2K .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rleHY2uT2K .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rleHY2uT2K .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rleHY2uT2K .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rleHY2uT2K .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rleHY2uT2K .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #5580ff;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-item__hided h4,
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-item__hided h5,
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ff8a73;
}
.cid-rleHY2uT2K .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rleHY2uT2K .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rleHY2uT2K .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ff8a73;
  font-weight: bold;
}
.cid-rleHY2uT2K .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ff8a73;
  border-radius: 2px;
  font-size: 0;
}
.cid-rleHY2uT2K .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ff8a73;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rleHY2uT2K .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ff8a73;
}
.cid-rleHY2uT2K .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rleHY2uT2K .mbr-shop .range-controls {
  position: relative;
}
.cid-rleHY2uT2K .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rleHY2uT2K .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8a73;
}
.cid-rleHY2uT2K .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ff8a73;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ff8a73;
  cursor: pointer;
}
.cid-rleHY2uT2K .mbr-shop .toggle:hover,
.cid-rleHY2uT2K .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rleHY2uT2K .mbr-shop .min-toggle {
  left: 0;
}
.cid-rleHY2uT2K .mbr-shop .max-toggle {
  right: 0;
}
.cid-rleHY2uT2K .mbr-shop .hided-by-price {
  display: none;
}
.cid-rleHY2uT2K .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rleHY2uT2K .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rleHY2uT2K .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHY2uT2K .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rleHY2uT2K .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-rleHY2uT2K .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rleHY2uT2K .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rleHY2uT2K .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rleHY2uT2K .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHY2uT2K .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHY2uT2K .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHY2uT2K .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHY2uT2K .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rleHY2uT2K .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rleHY2uT2K .mbr-shop .shop-items .onsale,
.cid-rleHY2uT2K .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rleHY2uT2K .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rleHY2uT2K .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rleHY2uT2K .mbr-shop .price-range {
  display: inline-block;
}
.cid-rleHY2uT2K .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rleHY2uT2K .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rleHY2uT2K .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rleHY2uT2K .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rleHY2uT2K .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rleHY2uT2K .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rleHY2uT2K .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rleHY2uT2K .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rleHY2uT2K .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rleHY2uT2K .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rleHY2uT2K .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rleHY2uT2K .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rleHY2uT2K .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rleHY2uT2K .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rleHY2uT2K .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rleHY2uT2K .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rleHY2uT2K .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rleHY2uT2K .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rleHY2uT2K .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rleHY2uT2K .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rleHY2uT2K .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rleHY2uT2K .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rleHY2uT2K .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rleHY2uT2K .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rleHY2uT2K .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rleHY2uT2K .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rleHY2uT2K .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
}
.cid-rleHY2uT2K .item-title {
  color: #57468b;
}
.cid-rleHY2uT2K .mbr-gallery-item .img_wraper img {
  border-radius: 8px;
}
.cid-rleHY2uT2K .mbr-gallery-item .sidebar_wraper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #57468b;
}
.cid-rleHY2uT2K .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: right;
}
.cid-rleHY2uT2K .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: right;
}
.cid-rleHY2uT2K .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: right;
}
.cid-rleHY2uT2K .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: right;
}
.cid-rleHY2uT2K .mbr-gallery-item:hover .style_overlay {
  background: #bfceff;
  opacity: 0.5;
  transition: all .5s;
}
.cid-rleHY2uT2K .mbr-gallery-item:hover .img_wraper img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
}
.cid-rleHY2uT2K .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rleHY2uT2K .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rleHY2uT2K LI {
  color: #57468b;
}
.cid-rleHY2uT2K .sidebar-title {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleHY2uT2K .mbr-shop .mbr-gallery-item,
  .cid-rleHY2uT2K .wrapper-shop-items,
  .cid-rleHY2uT2K .sidebar-block,
  .cid-rleHY2uT2K .sidebar-title,
  .cid-rleHY2uT2K .sidebar,
  .cid-rleHY2uT2K .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rleHY2uT2K .filter-cost {
    max-width: 100%!important;
  }
  .cid-rleHY2uT2K .range-slider,
  .cid-rleHY2uT2K .categories,
  .cid-rleHY2uT2K .bestseller-block {
    text-align: center;
  }
}
.cid-rleHX9FgKB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleHX9FgKB .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-rleHX9FgKB .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-rleHX9FgKB .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-rleHX9FgKB .card-img {
  padding-right: 2rem;
}
.cid-rleHX9FgKB .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-rleHX9FgKB .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleHX9FgKB .align-right,
  .cid-rleHX9FgKB .align-left {
    text-align: center;
  }
  .cid-rleHX9FgKB .card-title {
    padding-top: 0rem;
  }
  .cid-rleHX9FgKB .price {
    margin-bottom: 0;
  }
  .cid-rleHX9FgKB .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-rleHX9FgKB .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-rleHX9FgKB .card:hover {
    transform: none;
  }
  .cid-rleHX9FgKB .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-rleHX9FgKB .card:hover {
    box-shadow: none;
  }
}
.cid-rleHX9FgKB .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-rleHX9FgKB .price {
  color: #57468b;
}
.cid-rleHX9FgKB .card-title B {
  color: #57468b;
}
.cid-rleHYs2Fiz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHYs2Fiz .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rleHYs2Fiz .mbr-shop .row {
  margin: 0;
}
.cid-rleHYs2Fiz .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rleHYs2Fiz .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rleHYs2Fiz .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rleHYs2Fiz .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rleHYs2Fiz .btn {
  padding: 0.8rem 2rem;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rleHYs2Fiz .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rleHYs2Fiz .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rleHYs2Fiz .mbr-shop .hide-modal {
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHYs2Fiz .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rleHYs2Fiz .mbr-shop .filter-by-pu,
.cid-rleHYs2Fiz .mbr-shop .filter-by-pd,
.cid-rleHYs2Fiz .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rleHYs2Fiz .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rleHYs2Fiz .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem h4,
.cid-rleHYs2Fiz .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem h5,
.cid-rleHYs2Fiz .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem p,
.cid-rleHYs2Fiz .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rleHYs2Fiz .mbr-shop .item-button {
  text-align: center;
}
.cid-rleHYs2Fiz .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rleHYs2Fiz .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rleHYs2Fiz .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rleHYs2Fiz .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rleHYs2Fiz .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rleHYs2Fiz .mbr-shop .onsale {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  line-height: 30px;
  padding: 7.5px 15px;
  background: #fe525b;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item__hided h4,
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item__hided h5,
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rleHYs2Fiz .mbr-gallery-item {
  border: 0!important;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.cid-rleHYs2Fiz .mbr-gallery-item .sidebar_wraper {
  padding: .5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #232323;
}
.cid-rleHYs2Fiz .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: center !important;
}
.cid-rleHYs2Fiz .mbr-gallery-item .sidebar_wraper .item-title {
  padding-bottom: .5rem;
  text-align: center !important;
  opacity: 0;
  margin-top: -1rem;
}
.cid-rleHYs2Fiz .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: center !important;
  opacity: 0;
  margin-top: -1rem;
}
.cid-rleHYs2Fiz .mbr-gallery-item .sidebar_wraper .mbr-section-btn,
.cid-rleHYs2Fiz .mbr-gallery-item .sidebar_wraper .price-block {
  opacity: 0;
  margin-bottom: -1rem;
}
.cid-rleHYs2Fiz .mbr-gallery-item:hover .style_overlay {
  background: #ffffff;
  opacity: 0.7;
  transition: all .5s;
}
.cid-rleHYs2Fiz .mbr-gallery-item:hover .sidebar_wraper {
  transition: all .5s;
}
.cid-rleHYs2Fiz .mbr-gallery-item:hover .sidebar_wraper .item-title {
  transition: all .5s;
  opacity: 1 ;
  margin-top: 0;
}
.cid-rleHYs2Fiz .mbr-gallery-item:hover .sidebar_wraper .item-subtitle {
  transition: all .5s;
  opacity: 1 ;
  margin-top: 0;
}
.cid-rleHYs2Fiz .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn,
.cid-rleHYs2Fiz .mbr-gallery-item:hover .sidebar_wraper .price-block {
  transition: all .5s;
  opacity: 1 ;
  margin-bottom: 0;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ff8a73;
}
.cid-rleHYs2Fiz .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rleHYs2Fiz .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rleHYs2Fiz .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ff8a73;
  font-weight: bold;
}
.cid-rleHYs2Fiz .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ff8a73;
  border-radius: 2px;
  font-size: 0;
}
.cid-rleHYs2Fiz .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ff8a73;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rleHYs2Fiz .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ff8a73;
}
.cid-rleHYs2Fiz .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rleHYs2Fiz .mbr-shop .range-controls {
  position: relative;
}
.cid-rleHYs2Fiz .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rleHYs2Fiz .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8a73;
}
.cid-rleHYs2Fiz .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ff8a73;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ff8a73;
  cursor: pointer;
}
.cid-rleHYs2Fiz .mbr-shop .toggle:hover,
.cid-rleHYs2Fiz .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rleHYs2Fiz .mbr-shop .min-toggle {
  left: 0;
}
.cid-rleHYs2Fiz .mbr-shop .max-toggle {
  right: 0;
}
.cid-rleHYs2Fiz .mbr-shop .hided-by-price {
  display: none;
}
.cid-rleHYs2Fiz .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rleHYs2Fiz .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rleHYs2Fiz .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHYs2Fiz .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rleHYs2Fiz .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
.cid-rleHYs2Fiz .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rleHYs2Fiz .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rleHYs2Fiz .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rleHYs2Fiz .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHYs2Fiz .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHYs2Fiz .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHYs2Fiz .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHYs2Fiz .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rleHYs2Fiz .mbr-shop .shopItemsModal .onsale {
  border: 1px solid #e7e7e7;
}
.cid-rleHYs2Fiz .mbr-shop .shop-items .onsale,
.cid-rleHYs2Fiz .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rleHYs2Fiz .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rleHYs2Fiz .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rleHYs2Fiz .mbr-shop .price-range {
  display: inline-block;
}
.cid-rleHYs2Fiz .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rleHYs2Fiz .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rleHYs2Fiz .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rleHYs2Fiz .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rleHYs2Fiz .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rleHYs2Fiz .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rleHYs2Fiz .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rleHYs2Fiz .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rleHYs2Fiz .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rleHYs2Fiz .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rleHYs2Fiz .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rleHYs2Fiz .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rleHYs2Fiz .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rleHYs2Fiz .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rleHYs2Fiz .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rleHYs2Fiz .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rleHYs2Fiz .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rleHYs2Fiz .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rleHYs2Fiz .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rleHYs2Fiz .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rleHYs2Fiz .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rleHYs2Fiz .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rleHYs2Fiz .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rleHYs2Fiz .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rleHYs2Fiz .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rleHYs2Fiz .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-rleHYs2Fiz .mbr-gallery-row {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.cid-rleHYs2Fiz .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rleHYs2Fiz .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rleHYs2Fiz .item-title {
  color: #57468b;
}
.cid-rleHYs2Fiz .shop-item-price,
.cid-rleHYs2Fiz .price-block {
  color: #57468b;
}
.cid-rleHYs2Fiz .oldprice,
.cid-rleHYs2Fiz .price-block {
  color: #716c80;
}
.cid-rleHYs2Fiz .sidebar-title {
  color: #57468b;
}
.cid-rleHYs2Fiz LI {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleHYs2Fiz .mbr-shop .mbr-gallery-item,
  .cid-rleHYs2Fiz .wrapper-shop-items,
  .cid-rleHYs2Fiz .sidebar-block,
  .cid-rleHYs2Fiz .sidebar-title,
  .cid-rleHYs2Fiz .sidebar,
  .cid-rleHYs2Fiz .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rleHYs2Fiz .filter-cost {
    max-width: 100%!important;
  }
  .cid-rleHYs2Fiz .range-slider,
  .cid-rleHYs2Fiz .categories,
  .cid-rleHYs2Fiz .bestseller-block {
    text-align: center;
  }
}
.cid-rleHXuyjJ9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleHXuyjJ9 .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-rleHXuyjJ9 .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-rleHXuyjJ9 .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-rleHXuyjJ9 .card-img {
  padding-right: 2rem;
}
.cid-rleHXuyjJ9 .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-rleHXuyjJ9 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleHXuyjJ9 .align-right,
  .cid-rleHXuyjJ9 .align-left {
    text-align: center;
  }
  .cid-rleHXuyjJ9 .card-title {
    padding-top: 0rem;
  }
  .cid-rleHXuyjJ9 .price {
    margin-bottom: 0;
  }
  .cid-rleHXuyjJ9 .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-rleHXuyjJ9 .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-rleHXuyjJ9 .card:hover {
    transform: none;
  }
  .cid-rleHXuyjJ9 .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-rleHXuyjJ9 .card:hover {
    box-shadow: none;
  }
}
.cid-rleHXuyjJ9 .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-rleHXuyjJ9 .price {
  color: #57468b;
}
.cid-rleHXuyjJ9 .card-title B {
  color: #57468b;
}
.cid-rleHYOpxOB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleHYOpxOB .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rleHYOpxOB .mbr-shop .row {
  margin: 0;
}
.cid-rleHYOpxOB .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rleHYOpxOB .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rleHYOpxOB .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rleHYOpxOB .btn {
  padding: 0.6rem 2rem;
}
.cid-rleHYOpxOB .mbr-section-btn {
  text-align: left;
}
.cid-rleHYOpxOB .img_wraper img {
  border-radius: 8px!important;
}
.cid-rleHYOpxOB .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rleHYOpxOB .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rleHYOpxOB .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rleHYOpxOB .mbr-shop .hide-modal {
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHYOpxOB .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rleHYOpxOB .mbr-shop .filter-by-pu,
.cid-rleHYOpxOB .mbr-shop .filter-by-pd,
.cid-rleHYOpxOB .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rleHYOpxOB .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rleHYOpxOB .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem h4,
.cid-rleHYOpxOB .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem h5,
.cid-rleHYOpxOB .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem p,
.cid-rleHYOpxOB .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rleHYOpxOB .mbr-shop .item-button {
  text-align: center;
}
.cid-rleHYOpxOB .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rleHYOpxOB .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rleHYOpxOB .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rleHYOpxOB .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rleHYOpxOB .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rleHYOpxOB .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-item__hided h4,
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-item__hided h5,
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ff8a73;
}
.cid-rleHYOpxOB .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rleHYOpxOB .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rleHYOpxOB .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ff8a73;
  font-weight: bold;
}
.cid-rleHYOpxOB .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ff8a73;
  border-radius: 2px;
  font-size: 0;
}
.cid-rleHYOpxOB .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ff8a73;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rleHYOpxOB .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ff8a73;
}
.cid-rleHYOpxOB .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rleHYOpxOB .mbr-shop .range-controls {
  position: relative;
}
.cid-rleHYOpxOB .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rleHYOpxOB .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8a73;
}
.cid-rleHYOpxOB .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ff8a73;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ff8a73;
  cursor: pointer;
}
.cid-rleHYOpxOB .mbr-shop .toggle:hover,
.cid-rleHYOpxOB .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rleHYOpxOB .mbr-shop .min-toggle {
  left: 0;
}
.cid-rleHYOpxOB .mbr-shop .max-toggle {
  right: 0;
}
.cid-rleHYOpxOB .mbr-shop .hided-by-price {
  display: none;
}
.cid-rleHYOpxOB .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rleHYOpxOB .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rleHYOpxOB .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rleHYOpxOB .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rleHYOpxOB .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rleHYOpxOB .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rleHYOpxOB .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rleHYOpxOB .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rleHYOpxOB .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHYOpxOB .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHYOpxOB .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rleHYOpxOB .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rleHYOpxOB .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rleHYOpxOB .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rleHYOpxOB .mbr-shop .shop-items .onsale,
.cid-rleHYOpxOB .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rleHYOpxOB .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rleHYOpxOB .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rleHYOpxOB .mbr-shop .price-range {
  display: inline-block;
}
.cid-rleHYOpxOB .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rleHYOpxOB .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rleHYOpxOB .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rleHYOpxOB .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rleHYOpxOB .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rleHYOpxOB .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rleHYOpxOB .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rleHYOpxOB .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rleHYOpxOB .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rleHYOpxOB .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rleHYOpxOB .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rleHYOpxOB .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rleHYOpxOB .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rleHYOpxOB .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rleHYOpxOB .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rleHYOpxOB .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rleHYOpxOB .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rleHYOpxOB .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rleHYOpxOB .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rleHYOpxOB .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rleHYOpxOB .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rleHYOpxOB .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rleHYOpxOB .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rleHYOpxOB .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rleHYOpxOB .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rleHYOpxOB .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rleHYOpxOB .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-rleHYOpxOB .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rleHYOpxOB .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rleHYOpxOB LI {
  color: #57468b;
}
.cid-rleHYOpxOB .sidebar-title {
  color: #57468b;
}
.cid-rleHYOpxOB .item-title {
  text-align: left;
  color: #57468b;
}
.cid-rleHYOpxOB .shop-item-price,
.cid-rleHYOpxOB .price-block {
  text-align: left;
  color: #c1c1c1;
}
@media (max-width: 576px) {
  .cid-rleHYOpxOB .mbr-shop .mbr-gallery-item,
  .cid-rleHYOpxOB .wrapper-shop-items,
  .cid-rleHYOpxOB .sidebar-block,
  .cid-rleHYOpxOB .sidebar-title,
  .cid-rleHYOpxOB .sidebar,
  .cid-rleHYOpxOB .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rleHYOpxOB .filter-cost {
    max-width: 100%!important;
  }
  .cid-rleHYOpxOB .range-slider,
  .cid-rleHYOpxOB .categories,
  .cid-rleHYOpxOB .bestseller-block {
    text-align: center;
  }
}
.cid-rleI9YVZPQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleI9YVZPQ h4 {
  margin-bottom: 0;
}
.cid-rleI9YVZPQ p {
  color: #767676;
}
.cid-rleI9YVZPQ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleI9YVZPQ .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleI9YVZPQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleI9YVZPQ .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleI9YVZPQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleI9YVZPQ .btn-info-outline:active,
.cid-rleI9YVZPQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleI9YVZPQ .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleI9YVZPQ .card-wrapper {
  height: 100%;
}
.cid-rleI9YVZPQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleI9YVZPQ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleI9YVZPQ .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleI9YVZPQ .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleI9YVZPQ DIV {
  color: #57468b;
}
.cid-rleI9YVZPQ .mbr-text,
.cid-rleI9YVZPQ .mbr-section-btn {
  text-align: center;
}
.cid-rleIao1tjC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrgawbP9 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrgawbP9 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrgawbP9 .nav-item:focus,
.cid-rlrrgawbP9 .nav-link:focus {
  outline: none;
}
.cid-rlrrgawbP9 .text-white:hover,
.cid-rlrrgawbP9 .text-white:active,
.cid-rlrrgawbP9 .text-white:focus {
  color: white!important;
}
.cid-rlrrgawbP9 .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrgawbP9 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrgawbP9 .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrgawbP9 .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrgawbP9 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrgawbP9 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrgawbP9 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrgawbP9 .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrgawbP9 .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-rlrrgawbP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrgawbP9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrgawbP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrgawbP9 .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-rlrrgawbP9 .collapsed {
  flex-direction: row!important;
}
.cid-rlrrgawbP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrgawbP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrgawbP9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrgawbP9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrgawbP9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrgawbP9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrgawbP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrgawbP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrgawbP9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrgawbP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrgawbP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrgawbP9 .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-rlrrgawbP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrgawbP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrgawbP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrgawbP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrgawbP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrgawbP9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrgawbP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrgawbP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrgawbP9 .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-rlrrgawbP9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrgawbP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrgawbP9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrgawbP9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrgawbP9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrgawbP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrgawbP9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrgawbP9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrgawbP9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrgawbP9 .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrgawbP9 .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-rlrrgawbP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrgawbP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrgawbP9 .dropdown-item.active,
.cid-rlrrgawbP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrgawbP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrgawbP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrgawbP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrgawbP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrgawbP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrgawbP9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrgawbP9 .navbar-buttons {
  text-align: center;
}
.cid-rlrrgawbP9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrgawbP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrgawbP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrgawbP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrgawbP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrgawbP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrgawbP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrgawbP9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrgawbP9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrgawbP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrgawbP9 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrgawbP9 .nav-link {
  font-weight: 600!important;
}
.cid-rlrrgawbP9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrgawbP9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrgawbP9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrgawbP9 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrgawbP9 .navbar {
    height: 77px;
  }
  .cid-rlrrgawbP9 .navbar.opened {
    height: auto;
  }
  .cid-rlrrgawbP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYQz7aIl {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYQz7aIl H1 {
  color: #57468b;
}
.cid-rlbYQz7aIl .mbr-text,
.cid-rlbYQz7aIl .mbr-section-btn {
  color: #716c80;
}
.cid-rleIfh0x66 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleIfh0x66 H1 {
  color: #57468b;
}
.cid-rleIfh0x66 .mbr-text,
.cid-rleIfh0x66 .mbr-section-btn {
  color: #716c80;
}
.cid-rleIfh0x66 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleIfh0x66 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rleIfh0x66 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIfh0x66 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleIfh0x66 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleIfh0x66 h3,
.cid-rleIfh0x66 h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIfh0x66 H3 {
  color: #57468b;
}
.cid-rleIfh0x66 H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleIfh0x66 .author-box {
    justify-content: center;
  }
}
.cid-rleIfGiBjK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleIfGiBjK H1 {
  color: #57468b;
}
.cid-rleIfGiBjK .mbr-text,
.cid-rleIfGiBjK .mbr-section-btn {
  color: #716c80;
}
.cid-rleIfGiBjK .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIfGiBjK .item {
  max-width: 450px;
  margin: auto;
}
.cid-rleIfGiBjK .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleIfGiBjK .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleIfGiBjK h3,
.cid-rleIfGiBjK h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIfGiBjK H3 {
  color: #57468b;
}
.cid-rleIfGiBjK H4 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rleIfGiBjK .mdpb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rleIfGiBjK .author-box {
    justify-content: center;
  }
}
.cid-rleIfO85Y1 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../images/background10.jpg");
}
.cid-rleIfO85Y1 H1 {
  color: #ffffff;
}
.cid-rleIfO85Y1 .mbr-text,
.cid-rleIfO85Y1 .mbr-section-btn {
  color: #ffffff;
}
.cid-rleIfO85Y1 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIfO85Y1 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleIfO85Y1 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleIfO85Y1 h3,
.cid-rleIfO85Y1 h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIfO85Y1 H3 {
  color: #ffffff;
}
.cid-rleIfO85Y1 H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rleIfO85Y1 .author-box {
    justify-content: center;
  }
}
.cid-rleIfWS2s9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleIfWS2s9 H1 {
  color: #57468b;
}
.cid-rleIfWS2s9 .mbr-text,
.cid-rleIfWS2s9 .mbr-section-btn {
  color: #716c80;
}
.cid-rleIfWS2s9 .img-box {
  position: relative;
}
.cid-rleIfWS2s9 .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rleIfWS2s9 .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rleIfWS2s9 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleIfWS2s9 .img-box {
    height: 500px;
  }
  .cid-rleIfWS2s9 .img1 {
    left: 1rem;
  }
  .cid-rleIfWS2s9 .img2 {
    right: 1rem;
  }
  .cid-rleIfWS2s9 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rleIfWS2s9 img {
    width: 60%;
  }
  .cid-rleIfWS2s9 .img-box {
    height: 300px;
  }
  .cid-rleIfWS2s9 .author-box {
    justify-content: center;
  }
}
.cid-rleIfWS2s9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIfWS2s9 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleIfWS2s9 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleIfWS2s9 h3,
.cid-rleIfWS2s9 h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIfWS2s9 H3 {
  color: #57468b;
}
.cid-rleIfWS2s9 H4 {
  color: #716c80;
}
.cid-rleIgblQ1G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleIgblQ1G H1 {
  color: #57468b;
}
.cid-rleIgblQ1G .mbr-text,
.cid-rleIgblQ1G .mbr-section-btn {
  color: #716c80;
}
.cid-rleIgblQ1G .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIgblQ1G .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleIgblQ1G .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleIgblQ1G h3,
.cid-rleIgblQ1G h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIgblQ1G H3 {
  color: #57468b;
}
.cid-rleIgblQ1G H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleIgblQ1G .author-box {
    justify-content: center;
  }
}
.cid-rleIglc1hK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleIglc1hK .mbr-text,
.cid-rleIglc1hK .mbr-section-btn {
  color: #57468b;
}
.cid-rleIglc1hK p {
  z-index: 2;
  position: relative;
}
.cid-rleIglc1hK .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIglc1hK .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rleIglc1hK .ico1 {
  font-size: 2rem;
}
.cid-rleIglc1hK .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rleIglc1hK H3 {
  color: #57468b;
}
.cid-rleIglc1hK H4 {
  color: #716c80;
}
.cid-rleIgNsBpf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleIgNsBpf .mbr-text,
.cid-rleIgNsBpf .mbr-section-btn {
  color: #57468b;
}
.cid-rleIgNsBpf .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rleIgNsBpf .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleIgNsBpf .ico1 {
  font-size: 2rem;
}
.cid-rleIgNsBpf .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-rleIgNsBpf H3 {
  color: #57468b;
}
.cid-rleIgNsBpf H4 {
  color: #716c80;
}
.cid-rleIgNsBpf .text {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleIgNsBpf .relative {
    padding: 0;
  }
}
.cid-rleIhnzXdB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleIhnzXdB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rleIhnzXdB .carousel-item.active,
.cid-rleIhnzXdB .carousel-item-next,
.cid-rleIhnzXdB .carousel-item-prev {
  display: flex;
}
.cid-rleIhnzXdB .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rleIhnzXdB .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #57468b;
  opacity: .8;
}
.cid-rleIhnzXdB .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rleIhnzXdB H1 {
  color: #57468b;
}
.cid-rleIhnzXdB .mbr-text,
.cid-rleIhnzXdB .mbr-section-btn {
  color: #716c80;
}
.cid-rleIhnzXdB .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rleIhnzXdB .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-rleIhnzXdB .author {
  margin: auto 0;
}
.cid-rleIhnzXdB h3,
.cid-rleIhnzXdB h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIhnzXdB H3 {
  color: #57468b;
}
.cid-rleIhnzXdB H4 {
  color: #716c80;
}
.cid-rleIhnzXdB .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rleIhnzXdB .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 576px) {
  .cid-rleIhnzXdB .carousel-controls a span {
    top: auto;
    bottom: 15%;
  }
}
.cid-rleIi2m5wp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleIi2m5wp .mbr-section-subtitle {
  color: #716c80;
}
.cid-rleIi2m5wp .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rleIi2m5wp .mbr-text {
  color: #767676;
}
.cid-rleIi2m5wp .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rleIi2m5wp .mbr-author-name {
  color: #57468b;
}
.cid-rleIi2m5wp .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rleIi2m5wp .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleIi2m5wp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rleIi2m5wp .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rleIi2m5wp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rleIi2m5wp .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rleIi2m5wp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rleIi2m5wp .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rleIi2m5wp .icon1 {
  color: #ff8a73;
}
.cid-rleIi2m5wp .icon2 {
  color: #57468b;
}
.cid-rleIi2m5wp .icon3 {
  color: #5580ff;
}
.cid-rleIi2m5wp .social-list a:focus {
  text-decoration: none;
}
.cid-rleIi2m5wp H2 {
  color: #57468b;
}
.cid-rleIhGNdpp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../images/background10.jpg");
}
.cid-rleIhGNdpp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rleIhGNdpp .carousel-item.active,
.cid-rleIhGNdpp .carousel-item-next,
.cid-rleIhGNdpp .carousel-item-prev {
  display: flex;
}
.cid-rleIhGNdpp .mbr-iconfont {
  font-family: 'sudesi2' !important;
}
.cid-rleIhGNdpp .mbri-arrow-next:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rleIhGNdpp .mbri-arrow-prev:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rleIhGNdpp .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rleIhGNdpp .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  opacity: .9;
}
.cid-rleIhGNdpp .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rleIhGNdpp H1 {
  color: #ffffff;
}
.cid-rleIhGNdpp .mbr-text,
.cid-rleIhGNdpp .mbr-section-btn {
  color: #ffffff;
}
.cid-rleIhGNdpp .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rleIhGNdpp .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-rleIhGNdpp .author {
  margin: auto 0;
}
.cid-rleIhGNdpp h3,
.cid-rleIhGNdpp h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIhGNdpp H3 {
  color: #ffffff;
}
.cid-rleIhGNdpp H4 {
  color: #ffffff;
}
.cid-rleIhGNdpp .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rleIhGNdpp .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 576px) {
  .cid-rleIhGNdpp .carousel-controls a span {
    top: auto;
    bottom: 15%;
  }
}
.cid-rleIifGiYT {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleIifGiYT .mbr-section-subtitle {
  color: #716c80;
}
.cid-rleIifGiYT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rleIifGiYT .mbr-text {
  color: #767676;
}
.cid-rleIifGiYT .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rleIifGiYT .mbr-author-name {
  color: #57468b;
  text-align: center;
}
.cid-rleIifGiYT .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rleIifGiYT .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleIifGiYT .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-rleIifGiYT .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rleIifGiYT .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rleIifGiYT .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
}
.cid-rleIifGiYT .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-rleIifGiYT .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-rleIifGiYT .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rleIifGiYT .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rleIifGiYT .icon1 {
  color: #ff8a73;
}
.cid-rleIifGiYT .icon2 {
  color: #57468b;
}
.cid-rleIifGiYT .icon3 {
  color: #5580ff;
}
.cid-rleIifGiYT .social-list a:focus {
  text-decoration: none;
}
.cid-rleIifGiYT H2 {
  color: #57468b;
}
.cid-rleIllktr9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleIllktr9 h4 {
  margin-bottom: 0;
}
.cid-rleIllktr9 p {
  color: #767676;
}
.cid-rleIllktr9 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleIllktr9 .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleIllktr9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleIllktr9 .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleIllktr9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleIllktr9 .btn-info-outline:active,
.cid-rleIllktr9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleIllktr9 .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleIllktr9 .card-wrapper {
  height: 100%;
}
.cid-rleIllktr9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleIllktr9 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleIllktr9 .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleIllktr9 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleIllktr9 DIV {
  color: #57468b;
}
.cid-rleIllktr9 .mbr-text,
.cid-rleIllktr9 .mbr-section-btn {
  text-align: center;
}
.cid-rleIlwEKdp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrjoQNFB .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrjoQNFB .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrjoQNFB .nav-item:focus,
.cid-rlrrjoQNFB .nav-link:focus {
  outline: none;
}
.cid-rlrrjoQNFB .text-white:hover,
.cid-rlrrjoQNFB .text-white:active,
.cid-rlrrjoQNFB .text-white:focus {
  color: white!important;
}
.cid-rlrrjoQNFB .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrjoQNFB .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrjoQNFB .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrjoQNFB .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrjoQNFB .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrjoQNFB .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrjoQNFB .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrjoQNFB .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrjoQNFB .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-rlrrjoQNFB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrjoQNFB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrjoQNFB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrjoQNFB .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-rlrrjoQNFB .collapsed {
  flex-direction: row!important;
}
.cid-rlrrjoQNFB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrjoQNFB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrjoQNFB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrjoQNFB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrjoQNFB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrjoQNFB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrjoQNFB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrjoQNFB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrjoQNFB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrjoQNFB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrjoQNFB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrjoQNFB .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-rlrrjoQNFB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrjoQNFB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrjoQNFB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrjoQNFB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrjoQNFB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrjoQNFB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrjoQNFB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrjoQNFB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrjoQNFB .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-rlrrjoQNFB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrjoQNFB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrjoQNFB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrjoQNFB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrjoQNFB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrjoQNFB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrjoQNFB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrjoQNFB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrjoQNFB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrjoQNFB .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrjoQNFB .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-rlrrjoQNFB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrjoQNFB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrjoQNFB .dropdown-item.active,
.cid-rlrrjoQNFB .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrjoQNFB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrjoQNFB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrjoQNFB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrjoQNFB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrjoQNFB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrjoQNFB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrjoQNFB .navbar-buttons {
  text-align: center;
}
.cid-rlrrjoQNFB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrjoQNFB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrjoQNFB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrjoQNFB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrjoQNFB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrjoQNFB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrjoQNFB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrjoQNFB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrjoQNFB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrjoQNFB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrjoQNFB .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrjoQNFB .nav-link {
  font-weight: 600!important;
}
.cid-rlrrjoQNFB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrjoQNFB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrjoQNFB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrjoQNFB .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrjoQNFB .navbar {
    height: 77px;
  }
  .cid-rlrrjoQNFB .navbar.opened {
    height: auto;
  }
  .cid-rlrrjoQNFB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYT2Wwl1 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYT2Wwl1 H1 {
  color: #57468b;
}
.cid-rlbYT2Wwl1 .mbr-text,
.cid-rlbYT2Wwl1 .mbr-section-btn {
  color: #716c80;
}
.cid-rleIq62UNp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rleIq62UNp .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-rleIq62UNp .number-wrap {
  color: #57468b;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rleIq62UNp .number {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #57468b;
}
.cid-rleIq62UNp .period {
  display: block;
  font-size: 26px;
  padding-top: 2px;
  font-weight: 400;
}
.cid-rleIq62UNp .dot {
  display: none;
}
.cid-rleIq62UNp .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rleIq62UNp .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rleIq62UNp .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rleIq62UNp .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rleIq62UNp .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rleIq62UNp .number,
  .cid-rleIq62UNp .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rleIq62UNp .period {
    font-size: 0.8rem;
  }
}
.cid-rleIq62UNp H2 {
  color: #57468b;
}
.cid-rleIqnMTaO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleIqnMTaO H1 {
  color: #57468b;
}
.cid-rleIqnMTaO .mbr-text,
.cid-rleIqnMTaO .mbr-section-btn {
  color: #716c80;
}
.cid-rleIqnMTaO .img-box {
  position: relative;
}
.cid-rleIqnMTaO .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rleIqnMTaO .img1 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 1;
}
.cid-rleIqnMTaO .img2 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 2;
}
.cid-rleIqnMTaO img {
  width: 60%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleIqnMTaO .img-box {
    height: 500px;
  }
  .cid-rleIqnMTaO .img1 {
    right: 1rem;
  }
  .cid-rleIqnMTaO .img2 {
    left: 1rem;
  }
  .cid-rleIqnMTaO img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rleIqnMTaO .card-text {
    display: flex;
    align-items: center;
  }
  .cid-rleIqnMTaO .count {
    padding-right: 16px;
  }
  .cid-rleIqnMTaO img {
    width: 60%;
  }
  .cid-rleIqnMTaO .img-box {
    height: 300px;
  }
  .cid-rleIqnMTaO .card {
    flex-direction: column;
    align-items: center;
    padding: 0!important;
  }
}
.cid-rleIqnMTaO h3,
.cid-rleIqnMTaO h4 {
  margin: 0;
  padding: 0;
}
.cid-rleIqnMTaO H3 {
  color: #57468b;
  text-align: center;
}
.cid-rleIqnMTaO H4 {
  color: #716c80;
  text-align: center;
}
.cid-rleIqnMTaO .card-title {
  color: #57468b;
}
.cid-rleIqnMTaO .count-title {
  color: #57468b;
}
.cid-rleIqnMTaO H2 {
  color: #57468b;
}
.cid-rleIr6iXtm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleIr6iXtm h3 {
  text-align: center;
}
.cid-rleIr6iXtm .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-rleIr6iXtm .mbr-content-text {
  color: #716c80;
}
.cid-rleIr6iXtm .card {
  word-wrap: break-word;
}
.cid-rleIr6iXtm .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rleIr6iXtm H4 {
  font-weight: 500;
}
.cid-rleIr6iXtm .mbr-section-title {
  color: #57468b;
}
.cid-rleIr6iXtm .count1 {
  color: #57468b;
}
.cid-rleIr6iXtm .title1 {
  color: #57468b;
}
.cid-rleIr6iXtm .count2 {
  color: #5580ff;
}
.cid-rleIr6iXtm .title2 {
  color: #5580ff;
}
.cid-rleIr6iXtm .count3 {
  color: #bfceff;
}
.cid-rleIr6iXtm .title3 {
  color: #bfceff;
}
.cid-rleIr6iXtm .count4 {
  color: #ff8a73;
}
.cid-rleIr6iXtm .title4 {
  color: #ff8a73;
}
.cid-rleIqOjUdh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff8a73;
}
.cid-rleIqOjUdh .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-rleIqOjUdh .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rleIqOjUdh .number {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-rleIqOjUdh .period {
  display: block;
  font-size: 26px;
  padding-top: 2px;
  font-weight: 400;
}
.cid-rleIqOjUdh .dot {
  display: none;
}
.cid-rleIqOjUdh .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rleIqOjUdh .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rleIqOjUdh .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rleIqOjUdh .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rleIqOjUdh .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rleIqOjUdh .number,
  .cid-rleIqOjUdh .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rleIqOjUdh .period {
    font-size: 0.8rem;
  }
}
.cid-rleIqOjUdh H2 {
  color: #57468b;
}
.cid-rleIreUi1k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleIreUi1k h3 {
  text-align: center;
}
.cid-rleIreUi1k .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-rleIreUi1k .mbr-content-text {
  color: #767676;
}
.cid-rleIreUi1k .card {
  word-wrap: break-word;
}
.cid-rleIreUi1k .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rleIreUi1k H3 {
  color: #57468b;
}
.cid-rleIreUi1k H4 {
  color: #57468b;
  font-weight: 500;
}
.cid-rleIreUi1k .mbr-section-title {
  color: #57468b;
}
.cid-rleIwWKYVC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleIwWKYVC h4 {
  margin-bottom: 0;
}
.cid-rleIwWKYVC p {
  color: #767676;
}
.cid-rleIwWKYVC .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleIwWKYVC .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleIwWKYVC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleIwWKYVC .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleIwWKYVC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleIwWKYVC .btn-info-outline:active,
.cid-rleIwWKYVC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleIwWKYVC .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleIwWKYVC .card-wrapper {
  height: 100%;
}
.cid-rleIwWKYVC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleIwWKYVC img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleIwWKYVC .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleIwWKYVC .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleIwWKYVC DIV {
  color: #57468b;
}
.cid-rleIwWKYVC .mbr-text,
.cid-rleIwWKYVC .mbr-section-btn {
  text-align: center;
}
.cid-rleIx8RKnA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrnquCDi .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrnquCDi .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrnquCDi .nav-item:focus,
.cid-rlrrnquCDi .nav-link:focus {
  outline: none;
}
.cid-rlrrnquCDi .text-white:hover,
.cid-rlrrnquCDi .text-white:active,
.cid-rlrrnquCDi .text-white:focus {
  color: white!important;
}
.cid-rlrrnquCDi .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrnquCDi .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrnquCDi .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrnquCDi .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrnquCDi .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrnquCDi .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrnquCDi .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrnquCDi .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrnquCDi .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-rlrrnquCDi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrnquCDi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrnquCDi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrnquCDi .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-rlrrnquCDi .collapsed {
  flex-direction: row!important;
}
.cid-rlrrnquCDi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrnquCDi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrnquCDi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrnquCDi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrnquCDi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrnquCDi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrnquCDi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrnquCDi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrnquCDi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrnquCDi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrnquCDi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrnquCDi .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-rlrrnquCDi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrnquCDi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrnquCDi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrnquCDi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrnquCDi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrnquCDi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrnquCDi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrnquCDi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrnquCDi .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-rlrrnquCDi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrnquCDi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrnquCDi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrnquCDi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrnquCDi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrnquCDi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrnquCDi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrnquCDi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrnquCDi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrnquCDi .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrnquCDi .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-rlrrnquCDi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrnquCDi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrnquCDi .dropdown-item.active,
.cid-rlrrnquCDi .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrnquCDi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrnquCDi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrnquCDi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrnquCDi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrnquCDi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrnquCDi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrnquCDi .navbar-buttons {
  text-align: center;
}
.cid-rlrrnquCDi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrnquCDi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrnquCDi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrnquCDi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrnquCDi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrnquCDi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrnquCDi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrnquCDi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrnquCDi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrnquCDi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrnquCDi .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrnquCDi .nav-link {
  font-weight: 600!important;
}
.cid-rlrrnquCDi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrnquCDi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrnquCDi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrnquCDi .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrnquCDi .navbar {
    height: 77px;
  }
  .cid-rlrrnquCDi .navbar.opened {
    height: auto;
  }
  .cid-rlrrnquCDi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYW5yhRf {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYW5yhRf H1 {
  color: #57468b;
}
.cid-rlbYW5yhRf .mbr-text,
.cid-rlbYW5yhRf .mbr-section-btn {
  color: #716c80;
}
.cid-rlhI9rEjw6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../images/background21.jpg");
}
.cid-rlhI9rEjw6 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rlhI9rEjw6 input,
.cid-rlhI9rEjw6 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhI9rEjw6 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rlhI9rEjw6 img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhI9rEjw6 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhI9rEjw6 textarea {
  min-height: 160px;
}
.cid-rlhI9rEjw6 .form-control,
.cid-rlhI9rEjw6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhI9rEjw6 .form-control:hover,
.cid-rlhI9rEjw6 .field-input:hover,
.cid-rlhI9rEjw6 .form-control:focus,
.cid-rlhI9rEjw6 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhI9rEjw6 input::-webkit-input-placeholder,
.cid-rlhI9rEjw6 textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhI9rEjw6 input:-moz-placeholder,
.cid-rlhI9rEjw6 textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhI9rEjw6 .jq-selectbox li,
.cid-rlhI9rEjw6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rlhI9rEjw6 .jq-selectbox li:hover,
.cid-rlhI9rEjw6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rlhI9rEjw6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rlhI9rEjw6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rlhI9rEjw6 H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rlhI9rEjw6 img {
    width: 100%;
  }
}
.cid-rlhI9UDgvo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlhI9UDgvo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhI9UDgvo input,
.cid-rlhI9UDgvo textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhI9UDgvo img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhI9UDgvo .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhI9UDgvo textarea {
  min-height: 160px;
}
.cid-rlhI9UDgvo .form-control,
.cid-rlhI9UDgvo .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhI9UDgvo .form-control:hover,
.cid-rlhI9UDgvo .field-input:hover,
.cid-rlhI9UDgvo .form-control:focus,
.cid-rlhI9UDgvo .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhI9UDgvo input::-webkit-input-placeholder,
.cid-rlhI9UDgvo textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhI9UDgvo input:-moz-placeholder,
.cid-rlhI9UDgvo textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhI9UDgvo .jq-selectbox li,
.cid-rlhI9UDgvo .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhI9UDgvo .jq-selectbox li:hover,
.cid-rlhI9UDgvo .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhI9UDgvo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhI9UDgvo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhI9UDgvo H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhI9UDgvo img {
    width: 100%;
  }
  .cid-rlhI9UDgvo .google-map {
    margin-bottom: 2rem;
  }
}
.cid-rlhI9UDgvo .google-map {
  height: 32rem;
  position: relative;
}
.cid-rlhI9UDgvo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlhI9UDgvo .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-rlhI9UDgvo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlhI9UDgvo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rlhI9UDgvo .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rlhIbmXWPh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rlhIbmXWPh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhIbmXWPh input,
.cid-rlhIbmXWPh textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhIbmXWPh img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhIbmXWPh .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhIbmXWPh textarea {
  min-height: 160px;
}
.cid-rlhIbmXWPh .form-control,
.cid-rlhIbmXWPh .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhIbmXWPh .form-control:hover,
.cid-rlhIbmXWPh .field-input:hover,
.cid-rlhIbmXWPh .form-control:focus,
.cid-rlhIbmXWPh .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhIbmXWPh input::-webkit-input-placeholder,
.cid-rlhIbmXWPh textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhIbmXWPh input:-moz-placeholder,
.cid-rlhIbmXWPh textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhIbmXWPh .jq-selectbox li,
.cid-rlhIbmXWPh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rlhIbmXWPh .jq-selectbox li:hover,
.cid-rlhIbmXWPh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rlhIbmXWPh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rlhIbmXWPh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rlhIbmXWPh H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhIbmXWPh img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlhIbmXWPh .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rlhIaoLoOQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlhIaoLoOQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhIaoLoOQ input,
.cid-rlhIaoLoOQ textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhIaoLoOQ img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhIaoLoOQ .title {
  margin-bottom: 1rem;
}
.cid-rlhIaoLoOQ p {
  line-height: 1.6;
}
.cid-rlhIaoLoOQ .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhIaoLoOQ textarea {
  min-height: 160px;
}
.cid-rlhIaoLoOQ .form-control,
.cid-rlhIaoLoOQ .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhIaoLoOQ .form-control:hover,
.cid-rlhIaoLoOQ .field-input:hover,
.cid-rlhIaoLoOQ .form-control:focus,
.cid-rlhIaoLoOQ .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhIaoLoOQ input::-webkit-input-placeholder,
.cid-rlhIaoLoOQ textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhIaoLoOQ input:-moz-placeholder,
.cid-rlhIaoLoOQ textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhIaoLoOQ .jq-selectbox li,
.cid-rlhIaoLoOQ .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhIaoLoOQ .jq-selectbox li:hover,
.cid-rlhIaoLoOQ .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhIaoLoOQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhIaoLoOQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhIaoLoOQ H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhIaoLoOQ img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlhIaoLoOQ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rlhIaoLoOQ H2 {
  color: #57468b;
}
.cid-rlhIaoLoOQ H3 {
  color: #57468b;
}
.cid-rlhIaoLoOQ .mbr-text {
  color: #716c80;
}
.cid-rleIBOZqTh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleIBOZqTh [class^="socicon-"]:before,
.cid-rleIBOZqTh [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rleIBOZqTh .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rleIBOZqTh .btn-social,
.cid-rleIBOZqTh .mbr-section-title {
  color: #57468b;
}
.cid-rleIBOZqTh .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-rleIBOZqTh .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-rleIBOZqTh .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rleICcw7ti .google-map {
  height: 34rem;
  position: relative;
}
.cid-rleICcw7ti .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rleICcw7ti .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-rleICcw7ti .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rleICcw7ti .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rlqv42ea2D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlqv42ea2D .mbr-text {
  color: #716c80;
}
.cid-rlqv42ea2D .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlqv42ea2D .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlqv42ea2D .card-wrapper:hover .ico2 {
  color: #ff8a73 !important;
}
.cid-rlqv42ea2D .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-rlqv42ea2D .text-info:hover {
  color: inherit!important;
}
.cid-rlqv42ea2D .card-box {
  padding: 0rem 1rem;
}
.cid-rlqv42ea2D .ico1 {
  font-size: 3rem !important;
}
.cid-rlqv42ea2D h3,
.cid-rlqv42ea2D h4 {
  padding: 0;
  margin: 0;
}
.cid-rlqv42ea2D .card-title,
.cid-rlqv42ea2D .card-img {
  color: #57468b;
}
.cid-rlqv42ea2D .card-title {
  color: #57468b;
}
.cid-rleICsL8me {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleICsL8me .google-map {
  height: 25rem;
  position: relative;
}
.cid-rleICsL8me .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rleICsL8me .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-rleICsL8me .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rleICsL8me .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-rleICsL8me .map1 {
    padding-right: 2rem;
  }
  .cid-rleICsL8me .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-rleICsL8me .map1 {
    padding-bottom: 2rem;
  }
}
.cid-rleIGjMHDP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleIGjMHDP h4 {
  margin-bottom: 0;
}
.cid-rleIGjMHDP p {
  color: #767676;
}
.cid-rleIGjMHDP .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleIGjMHDP .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleIGjMHDP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleIGjMHDP .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleIGjMHDP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleIGjMHDP .btn-info-outline:active,
.cid-rleIGjMHDP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleIGjMHDP .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleIGjMHDP .card-wrapper {
  height: 100%;
}
.cid-rleIGjMHDP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleIGjMHDP img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleIGjMHDP .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleIGjMHDP .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleIGjMHDP DIV {
  color: #57468b;
}
.cid-rleIGjMHDP .mbr-text,
.cid-rleIGjMHDP .mbr-section-btn {
  text-align: center;
}
.cid-rleIGuWvmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrry1fXw .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrry1fXw .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrry1fXw .nav-item:focus,
.cid-rlrrry1fXw .nav-link:focus {
  outline: none;
}
.cid-rlrrry1fXw .text-white:hover,
.cid-rlrrry1fXw .text-white:active,
.cid-rlrrry1fXw .text-white:focus {
  color: white!important;
}
.cid-rlrrry1fXw .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrry1fXw .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrry1fXw .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrry1fXw .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrry1fXw .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrry1fXw .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrry1fXw .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrry1fXw .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrry1fXw .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-rlrrry1fXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrry1fXw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrry1fXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrry1fXw .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-rlrrry1fXw .collapsed {
  flex-direction: row!important;
}
.cid-rlrrry1fXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrry1fXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrry1fXw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrry1fXw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrry1fXw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrry1fXw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrry1fXw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrry1fXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrry1fXw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrry1fXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrry1fXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrry1fXw .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-rlrrry1fXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrry1fXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrry1fXw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrry1fXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrry1fXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrry1fXw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrry1fXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrry1fXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrry1fXw .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-rlrrry1fXw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrry1fXw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrry1fXw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrry1fXw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrry1fXw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrry1fXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrry1fXw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrry1fXw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrry1fXw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrry1fXw .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrry1fXw .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-rlrrry1fXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrry1fXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrry1fXw .dropdown-item.active,
.cid-rlrrry1fXw .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrry1fXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrry1fXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrry1fXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrry1fXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrry1fXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrry1fXw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrry1fXw .navbar-buttons {
  text-align: center;
}
.cid-rlrrry1fXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrry1fXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrry1fXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrry1fXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrry1fXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrry1fXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrry1fXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrry1fXw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrry1fXw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrry1fXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrry1fXw .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrry1fXw .nav-link {
  font-weight: 600!important;
}
.cid-rlrrry1fXw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrry1fXw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrry1fXw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrry1fXw .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrry1fXw .navbar {
    height: 77px;
  }
  .cid-rlrrry1fXw .navbar.opened {
    height: auto;
  }
  .cid-rlrrry1fXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbYYVK0A6 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbYYVK0A6 H1 {
  color: #57468b;
}
.cid-rlbYYVK0A6 .mbr-text,
.cid-rlbYYVK0A6 .mbr-section-btn {
  color: #716c80;
}
.cid-rleIKOI49S {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rleIKOI49S img {
  width: 120px;
  margin: auto;
}
.cid-rleIKOI49S .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-rleIKOI49S .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleIKOI49S H1 {
  color: #57468b;
}
.cid-rleIKOI49S .mbr-text,
.cid-rleIKOI49S .mbr-section-btn {
  color: #716c80;
}
.cid-rleILeMpFx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-rleILeMpFx section {
  position: relative;
}
.cid-rleILeMpFx .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rleILeMpFx #e1_circle,
.cid-rleILeMpFx #e3_circle,
.cid-rleILeMpFx #e4_circle,
.cid-rleILeMpFx #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rleILeMpFx #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleILeMpFx .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rleILeMpFx .rev {
  animation: rev 4s linear infinite;
}
.cid-rleILeMpFx .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rleILeMpFx .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rleILeMpFx .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rleILeMpFx .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rleILeMpFx .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rleILeMpFx .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rleILeMpFx .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rleILeMpFx .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rleILeMpFx .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rleILeMpFx .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rleILeMpFx .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rleILeMpFx .mbr-text,
.cid-rleILeMpFx .mbr-section-btn {
  color: #716c80;
}
.cid-rleILeMpFx .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rleILeMpFx .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rleILeMpFx .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-rleILeMpFx .round {
    display: none;
  }
}
.cid-rleIMltPLu {
  padding-top: 75px;
  padding-bottom: 270px;
  background-color: #fff4e8;
}
.cid-rleIMltPLu section {
  position: relative;
}
.cid-rleIMltPLu svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-rleIMltPLu #e12_areaS3 {
  fill: #ffdbc9 !important;
}
.cid-rleIMltPLu #e19_areaS3 {
  fill: #ffbe9d !important;
}
.cid-rleIMltPLu .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-rleIMltPLu .carousel {
  width: 80%;
  margin: auto;
}
.cid-rleIMltPLu .mbr-section-subtitle {
  color: #716c80;
}
.cid-rleIMltPLu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rleIMltPLu .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rleIMltPLu .carousel-item .wrap-img {
  text-align: center;
}
.cid-rleIMltPLu .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rleIMltPLu .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rleIMltPLu .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rleIMltPLu .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rleIMltPLu .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rleIMltPLu .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rleIMltPLu .cloneditem-1,
.cid-rleIMltPLu .cloneditem-2,
.cid-rleIMltPLu .cloneditem-3,
.cid-rleIMltPLu .cloneditem-4,
.cid-rleIMltPLu .cloneditem-5 {
  display: none;
}
.cid-rleIMltPLu .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rleIMltPLu .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rleIMltPLu .carousel-inner {
    opacity: 0.8;
  }
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides2 .cloneditem-1,
  .cid-rleIMltPLu .carousel-inner.slides2 .cloneditem-2,
  .cid-rleIMltPLu .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides3 .cloneditem-1,
  .cid-rleIMltPLu .carousel-inner.slides3 .cloneditem-2,
  .cid-rleIMltPLu .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides4 .cloneditem-1,
  .cid-rleIMltPLu .carousel-inner.slides4 .cloneditem-2,
  .cid-rleIMltPLu .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides5 .cloneditem-1,
  .cid-rleIMltPLu .carousel-inner.slides5 .cloneditem-2,
  .cid-rleIMltPLu .carousel-inner.slides5 .cloneditem-3,
  .cid-rleIMltPLu .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rleIMltPLu .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rleIMltPLu .carousel-inner.slides6 .cloneditem-1,
  .cid-rleIMltPLu .carousel-inner.slides6 .cloneditem-2,
  .cid-rleIMltPLu .carousel-inner.slides6 .cloneditem-3,
  .cid-rleIMltPLu .carousel-inner.slides6 .cloneditem-4,
  .cid-rleIMltPLu .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rleIMltPLu H2 {
  color: #57468b;
}
.cid-rleIMltPLu .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-rleIMltPLu .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-rleIMltPLu .carousel-control-prev {
    left: -10px !important;
  }
  .cid-rleIMltPLu .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rleINjCjFb {
  background-image: url("../../images/background10.jpg");
}
.cid-rleINjCjFb .container {
  height: 40rem;
}
.cid-rleIOkZc4e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rleIOkZc4e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rleIOkZc4e .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rleIOkZc4e .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rleIOkZc4e .btn-primary-outline:active {
  color: gray;
}
.cid-rleIOkZc4e .btn-primary-outline:hover {
  color: white;
}
.cid-rleIOkZc4e .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-rleIOkZc4e div {
  overflow: hidden;
}
.cid-rleIOkZc4e .btn-primary-outline.active {
  color: white;
}
.cid-rleIOkZc4e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rleIOkZc4e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rleIOkZc4e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rleIOkZc4e .mbr-gallery-item {
  overflow: hidden;
}
.cid-rleIOkZc4e .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-rleIOkZc4e .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rleIOkZc4e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rleIOkZc4e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rleIOkZc4e .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rleIOkZc4e .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rleIOkZc4e .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rleIO2YVfZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rleIO2YVfZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rleIO2YVfZ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rleIO2YVfZ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rleIO2YVfZ .btn-primary-outline:active {
  color: gray;
}
.cid-rleIO2YVfZ .btn-primary-outline:hover {
  color: white;
}
.cid-rleIO2YVfZ div {
  overflow: hidden;
}
.cid-rleIO2YVfZ .btn-primary-outline.active {
  color: white;
}
.cid-rleIO2YVfZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rleIO2YVfZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rleIO2YVfZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rleIO2YVfZ .mbr-gallery-item {
  overflow: hidden;
}
.cid-rleIO2YVfZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rleIO2YVfZ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-rleIO2YVfZ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rleIO2YVfZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rleIO2YVfZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rleIO2YVfZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rleIO2YVfZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rleIO2YVfZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rleIOwFfaU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rleIOwFfaU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rleIOwFfaU .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rleIOwFfaU .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rleIOwFfaU .btn-primary-outline:active {
  color: gray;
}
.cid-rleIOwFfaU .btn-primary-outline:hover {
  color: white;
}
.cid-rleIOwFfaU .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-rleIOwFfaU div {
  overflow: hidden;
}
.cid-rleIOwFfaU .btn-primary-outline.active {
  color: white;
}
.cid-rleIOwFfaU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rleIOwFfaU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rleIOwFfaU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rleIOwFfaU .mbr-gallery-item {
  overflow: hidden;
}
.cid-rleIOwFfaU .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-rleIOwFfaU .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rleIOwFfaU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rleIOwFfaU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rleIOwFfaU .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rleIOwFfaU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rleIOwFfaU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rleJaeQLLQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleJaeQLLQ h4 {
  margin-bottom: 0;
}
.cid-rleJaeQLLQ p {
  color: #767676;
}
.cid-rleJaeQLLQ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleJaeQLLQ .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleJaeQLLQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleJaeQLLQ .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleJaeQLLQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleJaeQLLQ .btn-info-outline:active,
.cid-rleJaeQLLQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleJaeQLLQ .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleJaeQLLQ .card-wrapper {
  height: 100%;
}
.cid-rleJaeQLLQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleJaeQLLQ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleJaeQLLQ .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleJaeQLLQ .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleJaeQLLQ DIV {
  color: #57468b;
}
.cid-rleJaeQLLQ .mbr-text,
.cid-rleJaeQLLQ .mbr-section-btn {
  text-align: center;
}
.cid-rleJawrEFE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrvYU1hf .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrvYU1hf .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrvYU1hf .nav-item:focus,
.cid-rlrrvYU1hf .nav-link:focus {
  outline: none;
}
.cid-rlrrvYU1hf .text-white:hover,
.cid-rlrrvYU1hf .text-white:active,
.cid-rlrrvYU1hf .text-white:focus {
  color: white!important;
}
.cid-rlrrvYU1hf .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrvYU1hf .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrvYU1hf .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrvYU1hf .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrvYU1hf .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrvYU1hf .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrvYU1hf .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrvYU1hf .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrvYU1hf .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-rlrrvYU1hf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrvYU1hf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrvYU1hf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrvYU1hf .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-rlrrvYU1hf .collapsed {
  flex-direction: row!important;
}
.cid-rlrrvYU1hf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrvYU1hf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrvYU1hf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrvYU1hf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrvYU1hf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrvYU1hf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrvYU1hf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrvYU1hf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrvYU1hf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrvYU1hf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrvYU1hf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrvYU1hf .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-rlrrvYU1hf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrvYU1hf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrvYU1hf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrvYU1hf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrvYU1hf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrvYU1hf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrvYU1hf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrvYU1hf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrvYU1hf .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-rlrrvYU1hf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrvYU1hf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrvYU1hf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrvYU1hf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrvYU1hf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrvYU1hf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrvYU1hf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrvYU1hf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrvYU1hf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrvYU1hf .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrvYU1hf .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-rlrrvYU1hf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrvYU1hf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrvYU1hf .dropdown-item.active,
.cid-rlrrvYU1hf .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrvYU1hf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrvYU1hf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrvYU1hf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrvYU1hf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrvYU1hf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrvYU1hf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrvYU1hf .navbar-buttons {
  text-align: center;
}
.cid-rlrrvYU1hf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrvYU1hf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrvYU1hf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrvYU1hf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrvYU1hf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrvYU1hf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrvYU1hf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrvYU1hf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrvYU1hf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrvYU1hf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrvYU1hf .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrvYU1hf .nav-link {
  font-weight: 600!important;
}
.cid-rlrrvYU1hf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrvYU1hf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrvYU1hf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrvYU1hf .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrvYU1hf .navbar {
    height: 77px;
  }
  .cid-rlrrvYU1hf .navbar.opened {
    height: auto;
  }
  .cid-rlrrvYU1hf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbZ1ZbKm2 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbZ1ZbKm2 H1 {
  color: #57468b;
}
.cid-rlbZ1ZbKm2 .mbr-text,
.cid-rlbZ1ZbKm2 .mbr-section-btn {
  color: #716c80;
}
.cid-rleJesIFyo .modal-body .close {
  background: #1b1b1b;
}
.cid-rleJesIFyo .modal-body .close span {
  font-style: normal;
}
.cid-rleJesIFyo .carousel-inner > .active,
.cid-rleJesIFyo .carousel-inner > .next,
.cid-rleJesIFyo .carousel-inner > .prev {
  display: table;
}
.cid-rleJesIFyo .mbr-iconfont {
  font-family: 'sudesi2' !important;
}
.cid-rleJesIFyo .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rleJesIFyo .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rleJesIFyo .carousel-control,
.cid-rleJesIFyo .carousel-indicators li {
  background-color: #ff8a73 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-rleJesIFyo .carousel-control:hover,
.cid-rleJesIFyo .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rleJesIFyo .carousel-control .active,
.cid-rleJesIFyo .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rleJesIFyo .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rleJesIFyo .carousel-control .icon-next,
.cid-rleJesIFyo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rleJesIFyo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-rleJesIFyo .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rleJesIFyo .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-rleJesIFyo .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-rleJesIFyo .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rleJesIFyo .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rleJesIFyo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rleJesIFyo .boxed-slider > div {
  position: relative;
}
.cid-rleJesIFyo .container img {
  width: 100%;
}
.cid-rleJesIFyo .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rleJesIFyo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rleJesIFyo .mbr-table-cell {
  padding: 0;
}
.cid-rleJesIFyo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rleJesIFyo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rleJesIFyo .mbr-overlay {
  z-index: 1;
}
.cid-rleJesIFyo .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rleJesIFyo .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rleJesIFyo .carousel-item .container {
    width: 100%;
  }
}
.cid-rleJesIFyo .carousel-item-next.carousel-item-left,
.cid-rleJesIFyo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rleJesIFyo .active.carousel-item-right,
.cid-rleJesIFyo .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rleJesIFyo .active.carousel-item-left,
.cid-rleJesIFyo .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rleJesIFyo .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-rleJesIFyo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rleJesIFyo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rleJesIFyo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rleJesIFyo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rleJesIFyo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rleJesIFyo .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rleJesIFyo .mbr-slider .carousel-indicators li.active,
.cid-rleJesIFyo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rleJesIFyo .mbr-slider .carousel-indicators li::after,
.cid-rleJesIFyo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rleJesIFyo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rleJesIFyo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rleJesIFyo .mbr-slider > .container img {
  width: 100%;
}
.cid-rleJesIFyo .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rleJesIFyo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rleJesIFyo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rleJesIFyo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rleJesIFyo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rleJesIFyo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rleJesIFyo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rleJesIFyo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rleJesIFyo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rleJesIFyo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rleJesIFyo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rleJesIFyo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rleJesIFyo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rleJfdE5OT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleJfdE5OT .mbr-section-subtitle {
  color: #767676;
}
.cid-rleJfdE5OT .container-table {
  margin: 0 auto;
}
.cid-rleJfdE5OT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rleJfdE5OT .dataTables_wrapper {
  display: block;
}
.cid-rleJfdE5OT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rleJfdE5OT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rleJfdE5OT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-rleJfdE5OT table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-rleJfdE5OT table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-rleJfdE5OT table td {
  border: 1px solid #e1e8ff;
}
.cid-rleJfdE5OT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rleJfdE5OT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rleJfdE5OT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rleJfdE5OT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rleJfdE5OT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rleJfdE5OT .dataTables_filter {
    text-align: center;
  }
  .cid-rleJfdE5OT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rleJfdE5OT .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rleJfdE5OT .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rleJfdE5OT .mbr-section-title {
  color: #57468b;
}
.cid-rleJfdE5OT .head-item1 {
  color: #57468b;
}
.cid-rleJfdE5OT .body-item1 {
  color: #716c80;
}
.cid-rleJeZdiSm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleJeZdiSm .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rleJeZdiSm .modal-body .close {
  background: #1b1b1b;
}
.cid-rleJeZdiSm .modal-body .close span {
  font-style: normal;
}
.cid-rleJeZdiSm .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rleJeZdiSm .mbr-iconfont {
  font-family: 'sudesi2' !important;
}
.cid-rleJeZdiSm .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 4px;
}
.cid-rleJeZdiSm .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 4px;
}
.cid-rleJeZdiSm .carousel-control,
.cid-rleJeZdiSm .carousel-indicators li {
  background-color: #ff8a73 !important;
  opacity: 0.7!important;
}
.cid-rleJeZdiSm .carousel-control:hover,
.cid-rleJeZdiSm .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rleJeZdiSm .col-10 {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rleJeZdiSm .col-10 {
    max-width: 400px;
  }
}
.cid-rleJeZdiSm .carousel-inner > .active,
.cid-rleJeZdiSm .carousel-inner > .next,
.cid-rleJeZdiSm .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rleJeZdiSm .carousel-control .icon-next,
.cid-rleJeZdiSm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rleJeZdiSm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rleJeZdiSm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rleJeZdiSm .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rleJeZdiSm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rleJeZdiSm .boxed-slider > div {
  position: relative;
}
.cid-rleJeZdiSm .container img {
  width: 100%;
}
.cid-rleJeZdiSm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rleJeZdiSm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rleJeZdiSm .mbr-table-cell {
  padding: 0;
}
.cid-rleJeZdiSm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rleJeZdiSm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rleJeZdiSm .mbr-overlay {
  z-index: 1;
}
.cid-rleJeZdiSm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rleJeZdiSm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rleJeZdiSm .carousel-item .container {
    width: 100%;
  }
}
.cid-rleJeZdiSm .carousel-item-next.carousel-item-left,
.cid-rleJeZdiSm .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rleJeZdiSm .active.carousel-item-right,
.cid-rleJeZdiSm .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rleJeZdiSm .active.carousel-item-left,
.cid-rleJeZdiSm .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rleJeZdiSm .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rleJeZdiSm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rleJeZdiSm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rleJeZdiSm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rleJeZdiSm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rleJeZdiSm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rleJeZdiSm .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rleJeZdiSm .mbr-slider .carousel-indicators li.active,
.cid-rleJeZdiSm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rleJeZdiSm .mbr-slider .carousel-indicators li::after,
.cid-rleJeZdiSm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rleJeZdiSm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rleJeZdiSm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rleJeZdiSm .mbr-slider > .container img {
  width: 100%;
}
.cid-rleJeZdiSm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rleJeZdiSm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rleJeZdiSm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rleJeZdiSm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rleJeZdiSm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rleJeZdiSm .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rleJeZdiSm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rleJeZdiSm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rleJeZdiSm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rleJeZdiSm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rleJeZdiSm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rleJeZdiSm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rleJeZdiSm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rleJeZdiSm .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rleJeZdiSm .carousel-inner {
  height: 100%;
}
.cid-rleJeZdiSm .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rleJeZdiSm .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rleJeZdiSm .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rleJeZdiSm .carousel-item .container-slide {
  text-align: center;
}
.cid-rleJeZdiSm .content-slider-wrap {
  width: 100%;
}
.cid-rleJflyC9A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rleJflyC9A .mbr-section-subtitle {
  color: #767676;
}
.cid-rleJflyC9A .container-table {
  margin: 0 auto;
}
.cid-rleJflyC9A .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rleJflyC9A .dataTables_wrapper {
  display: block;
}
.cid-rleJflyC9A .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rleJflyC9A .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rleJflyC9A table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-rleJflyC9A table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-rleJflyC9A table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-rleJflyC9A table td {
  border: 1px solid #e1e8ff;
}
.cid-rleJflyC9A .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rleJflyC9A .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rleJflyC9A .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rleJflyC9A .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rleJflyC9A .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rleJflyC9A .dataTables_filter {
    text-align: center;
  }
  .cid-rleJflyC9A .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rleJflyC9A .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rleJflyC9A .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rleJflyC9A .mbr-section-title {
  color: #57468b;
}
.cid-rleJflyC9A .head-item1 {
  color: #57468b;
}
.cid-rleJflyC9A .body-item1 {
  color: #716c80;
}
.cid-rleJjccCMB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleJjccCMB h4 {
  margin-bottom: 0;
}
.cid-rleJjccCMB p {
  color: #767676;
}
.cid-rleJjccCMB .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleJjccCMB .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleJjccCMB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleJjccCMB .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleJjccCMB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleJjccCMB .btn-info-outline:active,
.cid-rleJjccCMB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleJjccCMB .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleJjccCMB .card-wrapper {
  height: 100%;
}
.cid-rleJjccCMB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleJjccCMB img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleJjccCMB .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleJjccCMB .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleJjccCMB DIV {
  color: #57468b;
}
.cid-rleJjccCMB .mbr-text,
.cid-rleJjccCMB .mbr-section-btn {
  text-align: center;
}
.cid-rleJjoGKe2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rlrrzz9E9T .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrzz9E9T .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rlrrzz9E9T .nav-item:focus,
.cid-rlrrzz9E9T .nav-link:focus {
  outline: none;
}
.cid-rlrrzz9E9T .text-white:hover,
.cid-rlrrzz9E9T .text-white:active,
.cid-rlrrzz9E9T .text-white:focus {
  color: white!important;
}
.cid-rlrrzz9E9T .section {
  position: relative;
  overflow: visible!important;
}
.cid-rlrrzz9E9T .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rlrrzz9E9T .dropdown-item:hover {
  color: black!important;
}
.cid-rlrrzz9E9T .dropdown-menu {
  background-color: white!important;
}
.cid-rlrrzz9E9T .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rlrrzz9E9T .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rlrrzz9E9T .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rlrrzz9E9T .nav-item .nav-link {
    position: relative;
  }
}
.cid-rlrrzz9E9T .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-rlrrzz9E9T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rlrrzz9E9T .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rlrrzz9E9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rlrrzz9E9T .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-rlrrzz9E9T .collapsed {
  flex-direction: row!important;
}
.cid-rlrrzz9E9T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rlrrzz9E9T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rlrrzz9E9T .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rlrrzz9E9T .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rlrrzz9E9T .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rlrrzz9E9T .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rlrrzz9E9T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rlrrzz9E9T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rlrrzz9E9T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rlrrzz9E9T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rlrrzz9E9T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rlrrzz9E9T .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-rlrrzz9E9T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rlrrzz9E9T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rlrrzz9E9T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rlrrzz9E9T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rlrrzz9E9T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rlrrzz9E9T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rlrrzz9E9T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rlrrzz9E9T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rlrrzz9E9T .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-rlrrzz9E9T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rlrrzz9E9T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rlrrzz9E9T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rlrrzz9E9T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rlrrzz9E9T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rlrrzz9E9T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rlrrzz9E9T .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rlrrzz9E9T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rlrrzz9E9T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rlrrzz9E9T .navbar-caption {
  font-weight: 600!important;
}
.cid-rlrrzz9E9T .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-rlrrzz9E9T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rlrrzz9E9T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rlrrzz9E9T .dropdown-item.active,
.cid-rlrrzz9E9T .dropdown-item:active {
  background-color: transparent;
}
.cid-rlrrzz9E9T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rlrrzz9E9T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rlrrzz9E9T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rlrrzz9E9T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rlrrzz9E9T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rlrrzz9E9T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlrrzz9E9T .navbar-buttons {
  text-align: center;
}
.cid-rlrrzz9E9T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rlrrzz9E9T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rlrrzz9E9T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rlrrzz9E9T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrzz9E9T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rlrrzz9E9T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rlrrzz9E9T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrzz9E9T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rlrrzz9E9T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rlrrzz9E9T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rlrrzz9E9T .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rlrrzz9E9T .nav-link {
  font-weight: 600!important;
}
.cid-rlrrzz9E9T a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlrrzz9E9T .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rlrrzz9E9T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rlrrzz9E9T .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlrrzz9E9T .navbar {
    height: 77px;
  }
  .cid-rlrrzz9E9T .navbar.opened {
    height: auto;
  }
  .cid-rlrrzz9E9T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rlbZ4zPQFA {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlbZ4zPQFA H1 {
  color: #57468b;
}
.cid-rlbZ4zPQFA .mbr-text,
.cid-rlbZ4zPQFA .mbr-section-btn {
  color: #716c80;
}
.cid-rleJmMQ29n {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../images/background10.jpg");
}
@media (max-width: 992px) {
  .cid-rleJmMQ29n {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (max-width: 576px) {
  .cid-rleJmMQ29n {
    padding-top: 126px;
    padding-bottom: 126px;
  }
}
.cid-rleJmMQ29n .icon-wrap {
  background-color: #ff8a73 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rleJmMQ29n .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rleJmMQ29n .icon-wrap span {
  padding-left: 8px;
}
.cid-rleJmMQ29n .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rleJmMQ29n .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rleJmMQ29n .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rleJmMQ29n .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rleJmMQ29n .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rleJmMQ29n a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rleJmMQ29n a.close:hover {
  color: #ffffff;
}
.cid-rleJmYhRl3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rleJmYhRl3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-rleJmYhRl3 .box {
  background-image: url("../../images/background10.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rleJmYhRl3 .icon-wrap {
  background-color: #5580ff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rleJmYhRl3 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rleJmYhRl3 .icon-wrap span {
  padding-left: 8px;
}
.cid-rleJmYhRl3 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rleJmYhRl3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rleJmYhRl3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rleJmYhRl3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rleJmYhRl3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rleJmYhRl3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rleJmYhRl3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rleJmYhRl3 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rleJmYhRl3 .box {
    height: 250px;
  }
  .cid-rleJmYhRl3 .row {
    padding: 1rem!important;
  }
}
.cid-rleJn7bGvA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleJn7bGvA .box1 {
  background-image: url("../../images/background10.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rleJn7bGvA .box2 {
  background-image: url("../../images/023.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-rleJn7bGvA .icon-wrap {
  background-color: #ff8a73 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rleJn7bGvA .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rleJn7bGvA .icon-wrap span {
  padding-left: 8px;
}
.cid-rleJn7bGvA .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rleJn7bGvA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rleJn7bGvA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rleJn7bGvA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rleJn7bGvA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rleJn7bGvA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rleJn7bGvA a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rleJn7bGvA {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-rleJn7bGvA .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-rleJn7bGvA {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rleJn7bGvA .box1,
  .cid-rleJn7bGvA .box2 {
    height: 250px;
  }
}
.cid-rleJp9fo4z {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #343351;
}
.cid-rleJp9fo4z section {
  position: relative;
}
.cid-rleJp9fo4z .container {
  max-width: 1400px;
}
.cid-rleJp9fo4z .card-img2 span {
  padding-top: 6px;
}
.cid-rleJp9fo4z .soc-item a {
  padding-top: 5px;
}
.cid-rleJp9fo4z .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rleJp9fo4z .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rleJp9fo4z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rleJp9fo4z svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rleJp9fo4z #e2_shape {
  fill: #ffffff !important;
}
.cid-rleJp9fo4z .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rleJp9fo4z .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rleJp9fo4z .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rleJp9fo4z .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rleJp9fo4z .soc-item span {
  font-size: 1.4rem;
}
.cid-rleJp9fo4z .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rleJp9fo4z .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rleJp9fo4z .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rleJp9fo4z .media-wrap {
  margin-bottom: 1rem;
}
.cid-rleJp9fo4z .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rleJp9fo4z img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rleJp9fo4z .item {
    justify-content: center;
  }
  .cid-rleJp9fo4z .quote::after {
    left: 60px;
  }
}
.cid-rleJp9fo4z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rleJp9fo4z .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rleJp9fo4z .text1 {
  color: #ffffff;
}
.cid-rleJp9fo4z .item-title {
  color: #ffffff;
}
.cid-rleJp9fo4z H5 {
  color: #ffffff;
}
.cid-rleJp9fo4z .theme {
  color: #ffffff;
}
.cid-rleJp9fo4z .copyright > p {
  color: #ff3366;
}
.cid-rleJp9fo4z .text2 {
  color: #ffffff;
}
.cid-rleJpnyJa9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffbe9d;
}
.cid-rleJpnyJa9 section {
  position: relative;
}
.cid-rleJpnyJa9 .container {
  max-width: 1400px;
}
.cid-rleJpnyJa9 .card-img2 span {
  padding-top: 6px;
}
.cid-rleJpnyJa9 .soc-item a {
  padding-top: 5px;
}
.cid-rleJpnyJa9 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rleJpnyJa9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rleJpnyJa9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rleJpnyJa9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rleJpnyJa9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rleJpnyJa9 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rleJpnyJa9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rleJpnyJa9 .soc-item span {
  font-size: 1.4rem;
}
.cid-rleJpnyJa9 .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rleJpnyJa9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rleJpnyJa9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rleJpnyJa9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-rleJpnyJa9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rleJpnyJa9 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rleJpnyJa9 .item {
    justify-content: center;
  }
  .cid-rleJpnyJa9 .quote::after {
    left: 60px;
  }
}
.cid-rleJpnyJa9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rleJpnyJa9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rleJpnyJa9 .text1 {
  color: #ffffff;
}
.cid-rleJpnyJa9 .item-title {
  color: #ffffff;
}
.cid-rleJpnyJa9 H5 {
  color: #ffffff;
}
.cid-rleJpnyJa9 .theme {
  color: #ffffff;
}
.cid-rleJpnyJa9 .copyright > p {
  color: #ff3366;
}
.cid-rleJpnyJa9 .text2 {
  color: #ffffff;
}
.cid-rleJpLGKOX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rleJwanJQw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-rleJwanJQw h4 {
  margin-bottom: 0;
}
.cid-rleJwanJQw p {
  color: #767676;
}
.cid-rleJwanJQw .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rleJwanJQw .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rleJwanJQw .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rleJwanJQw .btn-info-outline:hover span {
  padding-left: 14px;
}
.cid-rleJwanJQw .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rleJwanJQw .btn-info-outline:active,
.cid-rleJwanJQw .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rleJwanJQw .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-rleJwanJQw .card-wrapper {
  height: 100%;
}
.cid-rleJwanJQw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleJwanJQw img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rleJwanJQw .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleJwanJQw .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rleJwanJQw DIV {
  color: #57468b;
}
.cid-rleJwanJQw .mbr-text,
.cid-rleJwanJQw .mbr-section-btn {
  text-align: center;
}
.cid-rleMYSmADg {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-rleMYSmADg section {
  position: relative;
}
.cid-rleMYSmADg .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rleMYSmADg #e1_circle,
.cid-rleMYSmADg #e3_circle,
.cid-rleMYSmADg #e4_circle,
.cid-rleMYSmADg #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rleMYSmADg #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleMYSmADg .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rleMYSmADg .rev {
  animation: rev 4s linear infinite;
}
.cid-rleMYSmADg .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rleMYSmADg .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rleMYSmADg .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rleMYSmADg .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 5%;
}
.cid-rleMYSmADg .round5 {
  width: 50px;
  height: 50px;
  right: 7%;
  top: 55%;
}
.cid-rleMYSmADg .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rleMYSmADg .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rleMYSmADg .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rleMYSmADg .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rleMYSmADg .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 10%;
}
.cid-rleMYSmADg .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rleMYSmADg H1 {
  color: #57468b;
}
.cid-rleMYSmADg .mbr-text,
.cid-rleMYSmADg .mbr-section-btn {
  color: #716c80;
}
.cid-rleMYSmADg H3 {
  color: #716c80;
}
.cid-rleMYSmADg img {
  height: 100%;
  margin: 0 auto;
}
.cid-rlf1WWFKeE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf1WWFKeE H1 {
  color: #57468b;
}
.cid-rlf1WWFKeE .align-left {
  margin: auto;
}
.cid-rlf1WWFKeE .row {
  justify-content: space-between;
}
.cid-rlf1WWFKeE .mbr-text,
.cid-rlf1WWFKeE .mbr-section-btn {
  color: #716c80;
}
.cid-rlf1WWFKeE .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlf1WWFKeE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf1WWFKeE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf1WWFKeE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf1WWFKeE .link:hover {
  color: #ff8a73 !important;
}
.cid-rlf1WWFKeE .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlf1WWFKeE DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlf1WWFKeE .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlf1WWFKeE h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf1KeajSa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf1KeajSa .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rlf1KeajSa h4 {
  text-align: center;
}
.cid-rlf1KeajSa p {
  text-align: center;
}
.cid-rlf1KeajSa .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rlf1KeajSa .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rlf1KeajSa .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rlf1KeajSa .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf1KeajSa .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-rlf1KeajSa .card-title,
.cid-rlf1KeajSa .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf1KeajSa .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rlf1KeajSa .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rlf1TZUVxM {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../images/mbr-6.jpg");
}
@media (max-width: 992px) {
  .cid-rlf1TZUVxM {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (max-width: 576px) {
  .cid-rlf1TZUVxM {
    padding-top: 126px;
    padding-bottom: 126px;
  }
}
.cid-rlf1TZUVxM .icon-wrap {
  background-color: #ff8a73 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rlf1TZUVxM .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rlf1TZUVxM .icon-wrap span {
  padding-left: 8px;
}
.cid-rlf1TZUVxM .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rlf1TZUVxM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rlf1TZUVxM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rlf1TZUVxM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rlf1TZUVxM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rlf1TZUVxM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rlf1TZUVxM a.close:hover {
  color: #ffffff;
}
.cid-rlf1zGD2zy {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e1e8ff;
}
.cid-rlf1zGD2zy .container {
  max-width: 1400px;
}
.cid-rlf1zGD2zy section {
  position: relative;
}
.cid-rlf1zGD2zy svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rlf1zGD2zy #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rlf1zGD2zy .mbr-text {
  color: #716c80;
}
.cid-rlf1zGD2zy .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf1zGD2zy .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .card-img .img2 {
  background-color: #5580ff;
}
.cid-rlf1zGD2zy .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rlf1zGD2zy .card-img .img4 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf1zGD2zy .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf1zGD2zy .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rlf1zGD2zy .card-title,
.cid-rlf1zGD2zy .card-img {
  color: #57468b;
}
.cid-rlf1zGD2zy img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf1zGD2zy img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlf1zGD2zy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rlf1zGD2zy .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf1zGD2zy .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlf1zGD2zy .card-img span {
    margin-right: 0rem;
  }
  .cid-rlf1zGD2zy svg {
    top: -9rem;
  }
}
.cid-rleYSJ5k8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rleYSJ5k8h h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rleYSJ5k8h .card-box {
  padding-top: 3rem;
}
.cid-rleYSJ5k8h .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rleYSJ5k8h .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rleYSJ5k8h .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rleYSJ5k8h .link {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding-top: 8px;
  transition: all 0.3s;
  align-items: center;
}
.cid-rleYSJ5k8h .link .link-ico {
  padding-top: 2px;
  transition: margin 0.3s;
}
.cid-rleYSJ5k8h .link:hover {
  color: #ff8a73 !important;
}
.cid-rleYSJ5k8h .link:hover .link-ico {
  color: #ff8a73 !important;
  margin-right: -3px;
}
.cid-rleYSJ5k8h .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rleYSJ5k8h img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rleYSJ5k8h .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rleYSJ5k8h .row {
  justify-content: center;
}
.cid-rleYSJ5k8h .main-title {
  text-align: center;
  color: #57468b;
}
.cid-rleYSJ5k8h P {
  text-align: center;
}
.cid-rleYSJ5k8h .mbr-text,
.cid-rleYSJ5k8h .link {
  text-align: center;
  color: #716c80;
}
.cid-rleYSJ5k8h DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rleYSJ5k8h .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rlf4jo7ZYK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rlf4jo7ZYK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlf4jo7ZYK H1 {
  color: #57468b;
}
.cid-rlf4jo7ZYK .mbr-text,
.cid-rlf4jo7ZYK .mbr-section-btn {
  color: #716c80;
}
.cid-rlf4jo7ZYK H3 {
  color: #716c80;
}
.cid-rlf4jo7ZYK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf4jo7ZYK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlf4jo7ZYK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlf4jo7ZYK .link:hover {
  color: #ff8a73 !important;
}
.cid-rlf4jo7ZYK .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlf4jo7ZYK DIV {
  color: #57468b;
}
.cid-rlqIhuPpWx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqIhuPpWx H1 {
  color: #57468b;
}
.cid-rlqIhuPpWx .mbr-text,
.cid-rlqIhuPpWx .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rlqIhuPpWx img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-rlqIhuPpWx img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlqIhuPpWx H3 {
  color: #716c80;
}
.cid-rlqwMSA8dY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwMSA8dY .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rlqwMSA8dY .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-rlqwMSA8dY .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-rlqwMSA8dY P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rlqwMSA8dY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqwMSA8dY .mbr-text,
  .cid-rlqwMSA8dY .nav-link {
    text-align: center;
  }
}
.cid-rlqHz8KeSf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-rlqHz8KeSf H1 {
  color: #57468b;
  text-align: center;
}
.cid-rlqHz8KeSf .mbr-text,
.cid-rlqHz8KeSf .mbr-section-btn {
  color: #716c80;
}
.cid-rlqHz8KeSf H3 {
  color: #716c80;
}
.cid-rlqHi7Op8x {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlqHi7Op8x .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rlqHi7Op8x .modal-body .close {
  background: #1b1b1b;
}
.cid-rlqHi7Op8x .modal-body .close span {
  font-style: normal;
}
.cid-rlqHi7Op8x .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rlqHi7Op8x .mbr-iconfont {
  font-family: 'sudesi2' !important;
}
.cid-rlqHi7Op8x .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 4px;
}
.cid-rlqHi7Op8x .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 4px;
}
.cid-rlqHi7Op8x .carousel-control,
.cid-rlqHi7Op8x .carousel-indicators li {
  background-color: #ff8a73 !important;
  opacity: 0.7!important;
}
.cid-rlqHi7Op8x .carousel-control:hover,
.cid-rlqHi7Op8x .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rlqHi7Op8x .col-10 {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rlqHi7Op8x .col-10 {
    max-width: 400px;
  }
}
.cid-rlqHi7Op8x .carousel-inner > .active,
.cid-rlqHi7Op8x .carousel-inner > .next,
.cid-rlqHi7Op8x .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rlqHi7Op8x .carousel-control .icon-next,
.cid-rlqHi7Op8x .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rlqHi7Op8x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlqHi7Op8x .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rlqHi7Op8x .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rlqHi7Op8x .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rlqHi7Op8x .boxed-slider > div {
  position: relative;
}
.cid-rlqHi7Op8x .container img {
  width: 100%;
}
.cid-rlqHi7Op8x .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rlqHi7Op8x .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rlqHi7Op8x .mbr-table-cell {
  padding: 0;
}
.cid-rlqHi7Op8x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rlqHi7Op8x .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rlqHi7Op8x .mbr-overlay {
  z-index: 1;
}
.cid-rlqHi7Op8x .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rlqHi7Op8x .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rlqHi7Op8x .carousel-item .container {
    width: 100%;
  }
}
.cid-rlqHi7Op8x .carousel-item-next.carousel-item-left,
.cid-rlqHi7Op8x .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rlqHi7Op8x .active.carousel-item-right,
.cid-rlqHi7Op8x .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rlqHi7Op8x .active.carousel-item-left,
.cid-rlqHi7Op8x .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rlqHi7Op8x .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rlqHi7Op8x .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators li.active,
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators li::after,
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rlqHi7Op8x .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rlqHi7Op8x .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rlqHi7Op8x .mbr-slider > .container img {
  width: 100%;
}
.cid-rlqHi7Op8x .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rlqHi7Op8x .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rlqHi7Op8x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rlqHi7Op8x .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rlqHi7Op8x .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rlqHi7Op8x .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rlqHi7Op8x .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rlqHi7Op8x .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rlqHi7Op8x .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rlqHi7Op8x .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rlqHi7Op8x .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rlqHi7Op8x .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rlqHi7Op8x .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rlqHi7Op8x .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rlqHi7Op8x .carousel-inner {
  height: 100%;
}
.cid-rlqHi7Op8x .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rlqHi7Op8x .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rlqHi7Op8x .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rlqHi7Op8x .carousel-item .container-slide {
  text-align: center;
}
.cid-rlqHi7Op8x .content-slider-wrap {
  width: 100%;
}
.cid-rleYPBziTA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rleYPBziTA .progress {
  width: 100%;
}
.cid-rleYPBziTA .mbr-flex {
  display: flex;
}
.cid-rleYPBziTA .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rleYPBziTA progress {
  height: 6px;
}
.cid-rleYPBziTA .mbr-section-subtitle {
  color: #767676;
}
.cid-rleYPBziTA .progress_value {
  position: relative;
}
.cid-rleYPBziTA .progress_elements {
  margin: 0 auto;
}
.cid-rleYPBziTA .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rleYPBziTA .progress1 .progressbar-number:before,
.cid-rleYPBziTA .progress2 .progressbar-number:before,
.cid-rleYPBziTA .progress3 .progressbar-number:before,
.cid-rleYPBziTA .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rleYPBziTA progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rleYPBziTA .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleYPBziTA .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-rleYPBziTA .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-rleYPBziTA .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rleYPBziTA .progress1 .progressbar-number:before {
  content: '73';
}
.cid-rleYPBziTA .progress2 .progressbar-number:before {
  content: '89';
}
.cid-rleYPBziTA .progress3 .progressbar-number:before {
  content: '78';
}
.cid-rleYPBziTA .progress4 .progressbar-number:before {
  content: '53';
}
.cid-rleYPBziTA .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rleYPBziTA .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rleYPBziTA .progress_value span {
  padding-left: 30px;
}
.cid-rleYPBziTA .mbr-section-title {
  color: #57468b;
}
.cid-rleYPBziTA .progressbar-title p,
.cid-rleYPBziTA .progress_value {
  color: #57468b;
}
.cid-rleYPBziTA p {
  margin-bottom: 0.5rem;
}
.cid-rleYPBziTA img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleYPBziTA img {
    width: 100%;
  }
}
.cid-rlqE3ytc5U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqE3ytc5U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqE3ytc5U H1 {
  color: #57468b;
}
.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .mbr-section-btn {
  color: #716c80;
}
.cid-rlqE3ytc5U H3 {
  color: #716c80;
}
.cid-rlqE3ytc5U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqE3ytc5U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqE3ytc5U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqE3ytc5U .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqE3ytc5U DIV {
  color: #57468b;
}
.cid-rlf4pKflcd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf4pKflcd .mbr-section-subtitle {
  color: #767676;
}
.cid-rlf4pKflcd .container-table {
  margin: 0 auto;
}
.cid-rlf4pKflcd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rlf4pKflcd .dataTables_wrapper {
  display: block;
}
.cid-rlf4pKflcd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rlf4pKflcd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rlf4pKflcd table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-rlf4pKflcd table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-rlf4pKflcd table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-rlf4pKflcd table td {
  border: 1px solid #e1e8ff;
}
.cid-rlf4pKflcd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rlf4pKflcd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rlf4pKflcd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rlf4pKflcd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rlf4pKflcd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rlf4pKflcd .dataTables_filter {
    text-align: center;
  }
  .cid-rlf4pKflcd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rlf4pKflcd .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rlf4pKflcd .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rlf4pKflcd .mbr-section-title {
  color: #57468b;
}
.cid-rlf4pKflcd .head-item1 {
  color: #57468b;
}
.cid-rlf4pKflcd .body-item1 {
  color: #716c80;
}
.cid-rlf3bZppLj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-rlf3bZppLj H1 {
  color: #57468b;
}
.cid-rlf3bZppLj .mbr-text,
.cid-rlf3bZppLj .mbr-section-btn {
  color: #716c80;
}
.cid-rlf3bZppLj H3 {
  color: #716c80;
}
.cid-rlf39gQAlA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf39gQAlA .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-rlf39gQAlA .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-rlf39gQAlA .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-rlf39gQAlA .card-img {
  padding-right: 2rem;
}
.cid-rlf39gQAlA .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-rlf39gQAlA .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf39gQAlA .align-right,
  .cid-rlf39gQAlA .align-left {
    text-align: center;
  }
  .cid-rlf39gQAlA .card-title {
    padding-top: 0rem;
  }
  .cid-rlf39gQAlA .price {
    margin-bottom: 0;
  }
  .cid-rlf39gQAlA .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-rlf39gQAlA .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-rlf39gQAlA .card:hover {
    transform: none;
  }
  .cid-rlf39gQAlA .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-rlf39gQAlA .card:hover {
    box-shadow: none;
  }
}
.cid-rlf39gQAlA .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-rlf39gQAlA .price {
  color: #57468b;
}
.cid-rlf39gQAlA .card-title B {
  color: #57468b;
}
.cid-rlf3qVtjvv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
}
.cid-rlf3qVtjvv section {
  position: relative;
}
.cid-rlf3qVtjvv svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rlf3qVtjvv .mbr-text,
.cid-rlf3qVtjvv .mbr-section-btn {
  color: #716c80;
}
.cid-rlf3qVtjvv #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlf3qVtjvv #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlf3qVtjvv H1 {
  color: #57468b;
}
.cid-rlf3qVtjvv img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlf3qVtjvv .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rlf3qVtjvv .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlf3qVtjvv img {
    width: 100%;
  }
}
.cid-rlqvaxcSmJ {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-rlqvaxcSmJ .mbr-text {
  color: #716c80;
}
.cid-rlqvaxcSmJ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlqvaxcSmJ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlqvaxcSmJ .card-wrapper:hover .ico2 {
  color: #ff8a73 !important;
}
.cid-rlqvaxcSmJ .text-info:hover {
  color: inherit!important;
}
.cid-rlqvaxcSmJ .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-rlqvaxcSmJ .card-box {
  padding: 0rem 1rem;
}
.cid-rlqvaxcSmJ .ico1 {
  font-size: 3rem !important;
}
.cid-rlqvaxcSmJ h3,
.cid-rlqvaxcSmJ h4 {
  padding: 0;
  margin: 0;
}
.cid-rlqvaxcSmJ .card-title,
.cid-rlqvaxcSmJ .card-img {
  color: #57468b;
}
.cid-rlqvaxcSmJ .card-title {
  color: #57468b;
}
.cid-rlqvaxcSmJ H1 {
  color: #57468b;
}
.cid-rlqvaxcSmJ .text,
.cid-rlqvaxcSmJ .mbr-section-btn {
  color: #716c80;
}
.cid-rleNOTmbqL .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rleNOTmbqL .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rleNOTmbqL .nav-item:focus,
.cid-rleNOTmbqL .nav-link:focus {
  outline: none;
}
.cid-rleNOTmbqL .text-white:hover,
.cid-rleNOTmbqL .text-white:active,
.cid-rleNOTmbqL .text-white:focus {
  color: white!important;
}
.cid-rleNOTmbqL .section {
  position: relative;
  overflow: visible!important;
}
.cid-rleNOTmbqL .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rleNOTmbqL .dropdown-item:hover {
  color: black!important;
}
.cid-rleNOTmbqL .dropdown-menu {
  background-color: white!important;
}
.cid-rleNOTmbqL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rleNOTmbqL .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rleNOTmbqL .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rleNOTmbqL .nav-item .nav-link {
    position: relative;
  }
}
.cid-rleNOTmbqL .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-rleNOTmbqL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rleNOTmbqL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rleNOTmbqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rleNOTmbqL .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-rleNOTmbqL .collapsed {
  flex-direction: row!important;
}
.cid-rleNOTmbqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rleNOTmbqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rleNOTmbqL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rleNOTmbqL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rleNOTmbqL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rleNOTmbqL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rleNOTmbqL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rleNOTmbqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rleNOTmbqL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rleNOTmbqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rleNOTmbqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rleNOTmbqL .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-rleNOTmbqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rleNOTmbqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rleNOTmbqL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rleNOTmbqL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rleNOTmbqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rleNOTmbqL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rleNOTmbqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rleNOTmbqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rleNOTmbqL .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-rleNOTmbqL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rleNOTmbqL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rleNOTmbqL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rleNOTmbqL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rleNOTmbqL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rleNOTmbqL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rleNOTmbqL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rleNOTmbqL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rleNOTmbqL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rleNOTmbqL .navbar-caption {
  font-weight: 600!important;
}
.cid-rleNOTmbqL .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-rleNOTmbqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rleNOTmbqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rleNOTmbqL .dropdown-item.active,
.cid-rleNOTmbqL .dropdown-item:active {
  background-color: transparent;
}
.cid-rleNOTmbqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rleNOTmbqL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rleNOTmbqL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rleNOTmbqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rleNOTmbqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rleNOTmbqL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rleNOTmbqL .navbar-buttons {
  text-align: center;
}
.cid-rleNOTmbqL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rleNOTmbqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bfceff;
}
.cid-rleNOTmbqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rleNOTmbqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rleNOTmbqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rleNOTmbqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rleNOTmbqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rleNOTmbqL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rleNOTmbqL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rleNOTmbqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rleNOTmbqL .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rleNOTmbqL .nav-link {
  font-weight: 600!important;
}
.cid-rleNOTmbqL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rleNOTmbqL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rleNOTmbqL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rleNOTmbqL .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rleNOTmbqL .navbar {
    height: 77px;
  }
  .cid-rleNOTmbqL .navbar.opened {
    height: auto;
  }
  .cid-rleNOTmbqL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleYZlmqTj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rleYZlmqTj H1 {
  color: #57468b;
}
.cid-rleYZlmqTj .mbr-text,
.cid-rleYZlmqTj .mbr-section-btn {
  color: #716c80;
}
.cid-rleYZlmqTj img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleYZlmqTj img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rleYZlmqTj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleYZlmqTj .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleYZlmqTj .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleYZlmqTj h3,
.cid-rleYZlmqTj h4 {
  margin: 0;
  padding: 0;
}
.cid-rleYZlmqTj H3 {
  color: #57468b;
}
.cid-rleYZlmqTj H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleYZlmqTj .author-box {
    justify-content: center;
  }
}
.cid-rlf3IBt7x9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlf3IBt7x9 .mbr-text,
.cid-rlf3IBt7x9 .mbr-section-btn {
  color: #57468b;
}
.cid-rlf3IBt7x9 .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rlf3IBt7x9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rlf3IBt7x9 .ico1 {
  font-size: 2rem;
}
.cid-rlf3IBt7x9 .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-rlf3IBt7x9 H3 {
  color: #57468b;
}
.cid-rlf3IBt7x9 H4 {
  color: #716c80;
}
.cid-rlf3IBt7x9 .text {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rlf3IBt7x9 .relative {
    padding: 0;
  }
}
.cid-rlf4BBCTn9 {
  background-image: url("../../images/mbr-3.jpg");
}
.cid-rlf4BBCTn9 .container {
  height: 40rem;
}
.cid-rlf3GQxDMj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf3GQxDMj .mbr-section-subtitle {
  color: #716c80;
}
.cid-rlf3GQxDMj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlf3GQxDMj .mbr-text {
  color: #767676;
}
.cid-rlf3GQxDMj .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rlf3GQxDMj .mbr-author-name {
  color: #57468b;
}
.cid-rlf3GQxDMj .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rlf3GQxDMj .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf3GQxDMj .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-rlf3GQxDMj .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rlf3GQxDMj .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rlf3GQxDMj .mbr-testimonial .card-footer {
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rlf3GQxDMj .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rlf3GQxDMj .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rlf3GQxDMj .icon1 {
  color: #ff8a73;
}
.cid-rlf3GQxDMj .icon2 {
  color: #57468b;
}
.cid-rlf3GQxDMj .icon3 {
  color: #5580ff;
}
.cid-rlf3GQxDMj .social-list a:focus {
  text-decoration: none;
}
.cid-rlf3GQxDMj H2 {
  color: #57468b;
}
.cid-rlqCPctPIN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f2f6ff;
}
.cid-rlqCPctPIN .card-header {
  background: transparent;
}
.cid-rlqCPctPIN .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqCPctPIN .panel-group {
  border-top: 1px solid #f2f6ff;
}
.cid-rlqCPctPIN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqCPctPIN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqCPctPIN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlqCPctPIN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqCPctPIN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqCPctPIN .card .panel-body {
  color: #767676;
}
.cid-rlqCPctPIN h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f2f6ff;
  padding: 1.4rem 1.6rem;
}
.cid-rlqCPctPIN H4 {
  color: #57468b;
}
.cid-rlqCPctPIN H2 {
  color: #57468b;
}
.cid-rlhJueYMuB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlhJueYMuB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhJueYMuB input,
.cid-rlhJueYMuB textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhJueYMuB img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhJueYMuB .title {
  margin-bottom: 1rem;
}
.cid-rlhJueYMuB p {
  line-height: 1.6;
}
.cid-rlhJueYMuB .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhJueYMuB textarea {
  min-height: 160px;
}
.cid-rlhJueYMuB .form-control,
.cid-rlhJueYMuB .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhJueYMuB .form-control:hover,
.cid-rlhJueYMuB .field-input:hover,
.cid-rlhJueYMuB .form-control:focus,
.cid-rlhJueYMuB .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhJueYMuB input::-webkit-input-placeholder,
.cid-rlhJueYMuB textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhJueYMuB input:-moz-placeholder,
.cid-rlhJueYMuB textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhJueYMuB .jq-selectbox li,
.cid-rlhJueYMuB .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhJueYMuB .jq-selectbox li:hover,
.cid-rlhJueYMuB .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhJueYMuB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhJueYMuB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhJueYMuB H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhJueYMuB img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlhJueYMuB .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rlhJueYMuB H2 {
  color: #57468b;
}
.cid-rlhJueYMuB H3 {
  color: #57468b;
}
.cid-rlhJueYMuB .mbr-text {
  color: #716c80;
}
.cid-rlf2I9dzS2 .google-map {
  height: 34rem;
  position: relative;
}
.cid-rlf2I9dzS2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlf2I9dzS2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rlf2I9dzS2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlf2I9dzS2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rlf2J1Xqlt {
  padding-top: 60px;
  padding-bottom: 270px;
  background-color: #f2f6ff;
}
.cid-rlf2J1Xqlt section {
  position: relative;
}
.cid-rlf2J1Xqlt svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-rlf2J1Xqlt #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlf2J1Xqlt #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlf2J1Xqlt .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-rlf2J1Xqlt .carousel {
  width: 80%;
  margin: auto;
}
.cid-rlf2J1Xqlt .mbr-section-subtitle {
  color: #716c80;
}
.cid-rlf2J1Xqlt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlf2J1Xqlt .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rlf2J1Xqlt .carousel-item .wrap-img {
  text-align: center;
}
.cid-rlf2J1Xqlt .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rlf2J1Xqlt .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rlf2J1Xqlt .cloneditem-1,
.cid-rlf2J1Xqlt .cloneditem-2,
.cid-rlf2J1Xqlt .cloneditem-3,
.cid-rlf2J1Xqlt .cloneditem-4,
.cid-rlf2J1Xqlt .cloneditem-5 {
  display: none;
}
.cid-rlf2J1Xqlt .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rlf2J1Xqlt .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rlf2J1Xqlt .carousel-inner {
    opacity: 0.8;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-3,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-3,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-4,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rlf2J1Xqlt H2 {
  color: #57468b;
}
.cid-rlf2J1Xqlt .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-rlf2J1Xqlt .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-rlf2J1Xqlt .carousel-control-prev {
    left: -10px !important;
  }
  .cid-rlf2J1Xqlt .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rlf2Ljj53F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rlf2Ljj53F section {
  position: relative;
}
.cid-rlf2Ljj53F .container {
  max-width: 1400px;
}
.cid-rlf2Ljj53F .card-img2 span {
  padding-top: 6px;
}
.cid-rlf2Ljj53F .soc-item a {
  padding-top: 5px;
}
.cid-rlf2Ljj53F .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlf2Ljj53F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlf2Ljj53F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlf2Ljj53F .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlf2Ljj53F .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlf2Ljj53F .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlf2Ljj53F .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlf2Ljj53F .soc-item span {
  font-size: 1.4rem;
}
.cid-rlf2Ljj53F .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rlf2Ljj53F .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlf2Ljj53F .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlf2Ljj53F .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlf2Ljj53F .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlf2Ljj53F img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlf2Ljj53F .item {
    justify-content: center;
  }
  .cid-rlf2Ljj53F .quote::after {
    left: 60px;
  }
}
.cid-rlf2Ljj53F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlf2Ljj53F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlf2Ljj53F .text1 {
  color: #ffffff;
}
.cid-rlf2Ljj53F .item-title {
  color: #ffffff;
}
.cid-rlf2Ljj53F H5 {
  color: #ffffff;
}
.cid-rlf2Ljj53F .theme {
  color: #ffffff;
}
.cid-rlf2Ljj53F .copyright > p {
  color: #ff3366;
}
.cid-rlf2Ljj53F .text2 {
  color: #ffffff;
}
.cid-rleNLCqrEO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rleNLCqrEO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rleNLCqrEO .nav-item:focus,
.cid-rleNLCqrEO .nav-link:focus {
  outline: none;
}
.cid-rleNLCqrEO .text-white:hover,
.cid-rleNLCqrEO .text-white:active,
.cid-rleNLCqrEO .text-white:focus {
  color: white!important;
}
.cid-rleNLCqrEO .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rleNLCqrEO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rleNLCqrEO .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rleNLCqrEO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rleNLCqrEO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rleNLCqrEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rleNLCqrEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rleNLCqrEO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rleNLCqrEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rleNLCqrEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rleNLCqrEO .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-rleNLCqrEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rleNLCqrEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rleNLCqrEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rleNLCqrEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rleNLCqrEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rleNLCqrEO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rleNLCqrEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rleNLCqrEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rleNLCqrEO .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-rleNLCqrEO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rleNLCqrEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rleNLCqrEO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rleNLCqrEO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rleNLCqrEO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rleNLCqrEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rleNLCqrEO .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rleNLCqrEO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rleNLCqrEO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rleNLCqrEO .section {
  position: relative;
  overflow: visible!important;
}
.cid-rleNLCqrEO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rleNLCqrEO .dropdown-item:hover {
  color: black!important;
}
.cid-rleNLCqrEO .dropdown-menu {
  background-color: white!important;
}
.cid-rleNLCqrEO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rleNLCqrEO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rleNLCqrEO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rleNLCqrEO .nav-item .nav-link {
    position: relative;
  }
}
.cid-rleNLCqrEO .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-rleNLCqrEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rleNLCqrEO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rleNLCqrEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rleNLCqrEO .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-rleNLCqrEO .collapsed {
  flex-direction: row!important;
}
.cid-rleNLCqrEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rleNLCqrEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rleNLCqrEO .navbar-caption {
  font-weight: 600!important;
}
.cid-rleNLCqrEO .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-rleNLCqrEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rleNLCqrEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rleNLCqrEO .dropdown-item.active,
.cid-rleNLCqrEO .dropdown-item:active {
  background-color: transparent;
}
.cid-rleNLCqrEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rleNLCqrEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rleNLCqrEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rleNLCqrEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rleNLCqrEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rleNLCqrEO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rleNLCqrEO .navbar-buttons {
  text-align: center;
}
.cid-rleNLCqrEO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rleNLCqrEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rleNLCqrEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rleNLCqrEO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rleNLCqrEO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rleNLCqrEO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rleNLCqrEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rleNLCqrEO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rleNLCqrEO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rleNLCqrEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rleNLCqrEO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rleNLCqrEO .nav-link {
  font-weight: 600!important;
}
.cid-rleNLCqrEO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rleNLCqrEO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rleNLCqrEO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rleNLCqrEO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rleNLCqrEO .navbar {
    height: 77px;
  }
  .cid-rleNLCqrEO .navbar.opened {
    height: auto;
  }
  .cid-rleNLCqrEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleLuPvnKO {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../images/mbr.jpg");
}
.cid-rleLuPvnKO section {
  position: relative;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #ffffff !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #ffffff;
}
.cid-rlf4PtSi5X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf4PtSi5X .mbr-text {
  color: #716c80;
}
.cid-rlf4PtSi5X .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf4PtSi5X .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf4PtSi5X .card-img .img2 {
  background-color: #5580ff;
}
.cid-rlf4PtSi5X .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rlf4PtSi5X .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rlf4PtSi5X .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf4PtSi5X .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf4PtSi5X .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf4PtSi5X .card-title,
.cid-rlf4PtSi5X .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf4PtSi5X .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rlf4PtSi5X .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf4PtSi5X .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rlf4PtSi5X .card-img span {
    margin-right: 0rem;
  }
}
.cid-rlf6rmW8WO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rlf6rmW8WO H1 {
  color: #57468b;
}
.cid-rlf6rmW8WO .mbr-text,
.cid-rlf6rmW8WO .mbr-section-btn {
  color: #716c80;
}
.cid-rlf6rmW8WO img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf6rmW8WO img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlf4QZx6OT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf4QZx6OT H1 {
  color: #57468b;
}
.cid-rlf4QZx6OT .mbr-text,
.cid-rlf4QZx6OT .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rlf4QZx6OT .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rlf4QZx6OT .relative {
  position: relative;
}
.cid-rlf4QZx6OT .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rlf4QZx6OT .img1 {
    width: 100%;
  }
}
.cid-rlqB4vf5sY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqB4vf5sY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqB4vf5sY H1 {
  color: #57468b;
}
.cid-rlqB4vf5sY .mbr-text,
.cid-rlqB4vf5sY .mbr-section-btn {
  color: #716c80;
}
.cid-rlqB4vf5sY H3 {
  color: #716c80;
}
.cid-rlqB4vf5sY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqB4vf5sY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqB4vf5sY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqB4vf5sY .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqB4vf5sY .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqB4vf5sY DIV {
  color: #57468b;
}
.cid-rlf564ozp3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlf564ozp3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rlf564ozp3 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rlf564ozp3 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rlf564ozp3 .btn-primary-outline:active {
  color: gray;
}
.cid-rlf564ozp3 .btn-primary-outline:hover {
  color: white;
}
.cid-rlf564ozp3 div {
  overflow: hidden;
}
.cid-rlf564ozp3 .btn-primary-outline.active {
  color: white;
}
.cid-rlf564ozp3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rlf564ozp3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rlf564ozp3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rlf564ozp3 .mbr-gallery-item {
  overflow: hidden;
}
.cid-rlf564ozp3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rlf564ozp3 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-rlf564ozp3 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rlf564ozp3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rlf564ozp3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rlf564ozp3 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rlf564ozp3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rlf564ozp3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rlf51fG6jI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf51fG6jI p {
  line-height: 1.6;
}
.cid-rlf51fG6jI .card-box {
  width: -webkit-fill-available;
}
.cid-rlf51fG6jI .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rlf51fG6jI .card-img .img1 {
  color: #57468b !important;
}
.cid-rlf51fG6jI .card-img .img2 {
  color: #5580ff !important;
}
.cid-rlf51fG6jI .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-rlf51fG6jI .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-rlf51fG6jI .card-img .img5 {
  color: #bfceff !important;
}
.cid-rlf51fG6jI .card-img .img6 {
  color: #57468b !important;
}
.cid-rlf51fG6jI .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rlf51fG6jI .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rlf51fG6jI .card {
  height: 100%;
  margin: auto;
}
.cid-rlf51fG6jI img {
  width: 100%;
  heigth: auto;
}
.cid-rlf51fG6jI .card-title1 {
  color: #57468b;
}
.cid-rlf51fG6jI .mbr-text1 {
  color: #716c80;
}
.cid-rlf51fG6jI .card-title2 {
  color: #57468b;
}
.cid-rlf51fG6jI .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rlf51fG6jI .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rlf51fG6jI .card-img {
    order: 1;
  }
  .cid-rlf51fG6jI .card-box {
    order: 2;
  }
}
.cid-rlqBcDhRCn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-rlqBcDhRCn H1 {
  color: #57468b;
}
.cid-rlqBcDhRCn .align-left {
  margin: auto;
}
.cid-rlqBcDhRCn .row {
  justify-content: space-between;
}
.cid-rlqBcDhRCn .mbr-text,
.cid-rlqBcDhRCn .mbr-section-btn {
  color: #716c80;
}
.cid-rlqBcDhRCn .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlqBcDhRCn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqBcDhRCn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqBcDhRCn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqBcDhRCn .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqBcDhRCn .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqBcDhRCn DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqBcDhRCn .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqBcDhRCn h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf5ZnQooo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlf5ZnQooo .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-rlf5ZnQooo .number-wrap {
  color: #57468b;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rlf5ZnQooo .number {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #57468b;
}
.cid-rlf5ZnQooo .period {
  display: block;
  font-size: 26px;
  padding-top: 2px;
  font-weight: 400;
}
.cid-rlf5ZnQooo .dot {
  display: none;
}
.cid-rlf5ZnQooo .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rlf5ZnQooo .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rlf5ZnQooo .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rlf5ZnQooo .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rlf5ZnQooo .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rlf5ZnQooo .number,
  .cid-rlf5ZnQooo .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rlf5ZnQooo .period {
    font-size: 0.8rem;
  }
}
.cid-rlf5ZnQooo H2 {
  color: #57468b;
}
.cid-rlf5HZ7UlJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlf5HZ7UlJ .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rlf5HZ7UlJ .mbr-shop .row {
  margin: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rlf5HZ7UlJ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rlf5HZ7UlJ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rlf5HZ7UlJ .btn {
  padding: 0.6rem 2rem;
}
.cid-rlf5HZ7UlJ .mbr-section-btn {
  text-align: left;
}
.cid-rlf5HZ7UlJ .img_wraper img {
  border-radius: 8px!important;
}
.cid-rlf5HZ7UlJ .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rlf5HZ7UlJ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rlf5HZ7UlJ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rlf5HZ7UlJ .mbr-shop .hide-modal {
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rlf5HZ7UlJ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rlf5HZ7UlJ .mbr-shop .filter-by-pu,
.cid-rlf5HZ7UlJ .mbr-shop .filter-by-pd,
.cid-rlf5HZ7UlJ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rlf5HZ7UlJ .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rlf5HZ7UlJ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem h4,
.cid-rlf5HZ7UlJ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem h5,
.cid-rlf5HZ7UlJ .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem p,
.cid-rlf5HZ7UlJ .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rlf5HZ7UlJ .mbr-shop .item-button {
  text-align: center;
}
.cid-rlf5HZ7UlJ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rlf5HZ7UlJ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rlf5HZ7UlJ .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rlf5HZ7UlJ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rlf5HZ7UlJ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rlf5HZ7UlJ .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item__hided h4,
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item__hided h5,
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ff8a73;
}
.cid-rlf5HZ7UlJ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rlf5HZ7UlJ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rlf5HZ7UlJ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ff8a73;
  font-weight: bold;
}
.cid-rlf5HZ7UlJ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #ff8a73;
  border-radius: 2px;
  font-size: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ff8a73;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #ff8a73;
}
.cid-rlf5HZ7UlJ .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .range-controls {
  position: relative;
}
.cid-rlf5HZ7UlJ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rlf5HZ7UlJ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8a73;
}
.cid-rlf5HZ7UlJ .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #ff8a73;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ff8a73;
  cursor: pointer;
}
.cid-rlf5HZ7UlJ .mbr-shop .toggle:hover,
.cid-rlf5HZ7UlJ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rlf5HZ7UlJ .mbr-shop .min-toggle {
  left: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .max-toggle {
  right: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .hided-by-price {
  display: none;
}
.cid-rlf5HZ7UlJ .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rlf5HZ7UlJ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rlf5HZ7UlJ .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rlf5HZ7UlJ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rlf5HZ7UlJ .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rlf5HZ7UlJ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rlf5HZ7UlJ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rlf5HZ7UlJ .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rlf5HZ7UlJ .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rlf5HZ7UlJ .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rlf5HZ7UlJ .mbr-shop .shop-items .onsale,
.cid-rlf5HZ7UlJ .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rlf5HZ7UlJ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rlf5HZ7UlJ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rlf5HZ7UlJ .mbr-shop .price-range {
  display: inline-block;
}
.cid-rlf5HZ7UlJ .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rlf5HZ7UlJ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rlf5HZ7UlJ .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rlf5HZ7UlJ .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rlf5HZ7UlJ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rlf5HZ7UlJ .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rlf5HZ7UlJ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rlf5HZ7UlJ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rlf5HZ7UlJ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rlf5HZ7UlJ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rlf5HZ7UlJ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rlf5HZ7UlJ .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rlf5HZ7UlJ .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-rlf5HZ7UlJ .range-controls {
  display: block !important;
}
.cid-rlf5HZ7UlJ .sort-buttons {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlf5HZ7UlJ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rlf5HZ7UlJ LI {
  color: #57468b;
}
.cid-rlf5HZ7UlJ .sidebar-title {
  color: #57468b;
}
.cid-rlf5HZ7UlJ .item-title {
  text-align: left;
  color: #57468b;
}
.cid-rlf5HZ7UlJ .shop-item-price,
.cid-rlf5HZ7UlJ .price-block {
  text-align: left;
  color: #c1c1c1;
}
@media (max-width: 576px) {
  .cid-rlf5HZ7UlJ .mbr-shop .mbr-gallery-item,
  .cid-rlf5HZ7UlJ .wrapper-shop-items,
  .cid-rlf5HZ7UlJ .sidebar-block,
  .cid-rlf5HZ7UlJ .sidebar-title,
  .cid-rlf5HZ7UlJ .sidebar,
  .cid-rlf5HZ7UlJ .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-rlf5HZ7UlJ .filter-cost {
    max-width: 100%!important;
  }
  .cid-rlf5HZ7UlJ .range-slider,
  .cid-rlf5HZ7UlJ .categories,
  .cid-rlf5HZ7UlJ .bestseller-block {
    text-align: center;
  }
}
.cid-rlf5ELKqkK {
  padding-top: 30px;
  padding-bottom: 30px;
 /* background-image: url("../../images/background10.jpg");*/
  background-image: url("../../images/05.jpg");
}
.cid-rlf5ELKqkK .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rlf5ELKqkK .carousel-item.active,
.cid-rlf5ELKqkK .carousel-item-next,
.cid-rlf5ELKqkK .carousel-item-prev {
  display: flex;
}
.cid-rlf5ELKqkK .mbr-iconfont {
  font-family: 'sudesi2' !important;
}
.cid-rlf5ELKqkK .mbri-arrow-next:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rlf5ELKqkK .mbri-arrow-prev:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rlf5ELKqkK .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rlf5ELKqkK .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  opacity: .9;
}
.cid-rlf5ELKqkK .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rlf5ELKqkK H1 {
  color: #ffffff;
}
.cid-rlf5ELKqkK .mbr-text,
.cid-rlf5ELKqkK .mbr-section-btn {
  color: #3a3a3a;
}
.cid-rlf5ELKqkK .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlf5ELKqkK .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-rlf5ELKqkK .author {
  margin: auto 0;
}
.cid-rlf5ELKqkK h3,
.cid-rlf5ELKqkK h4 {
  margin: 0;
  padding: 0;
}
.cid-rlf5ELKqkK H3 {
  color: #ffffff;
}
.cid-rlf5ELKqkK H4 {
  color: #ffffff;
}
.cid-rlf5ELKqkK .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rlf5ELKqkK .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 576px) {
  .cid-rlf5ELKqkK .carousel-controls a span {
    top: auto;
    bottom: 15%;
  }
}
.cid-rlqwGHIhAw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqwGHIhAw .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwGHIhAw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwGHIhAw .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-rlqwGHIhAw .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwGHIhAw .first {
  margin-left: -24px;
}
.cid-rlqwGHIhAw .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rlqwGHIhAw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b;
}
.cid-rlqwGHIhAw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b;
  font-style: normal;
}
.cid-rlqwGHIhAw P {
  color: #716c80;
}
.cid-rlqwGHIhAw H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlqwGHIhAw .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rlqwGHIhAw .mbr-text,
  .cid-rlqwGHIhAw .nav-link {
    text-align: center;
  }
}
.cid-rlfhQan5Io {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlfhQan5Io .progress {
  width: 100%;
}
.cid-rlfhQan5Io .mbr-flex {
  display: flex;
}
.cid-rlfhQan5Io .col-lg-6 {
  padding: 0;
  margin: auto;
}
.cid-rlfhQan5Io .text {
  max-width: 460px;
  margin: auto;
}
.cid-rlfhQan5Io progress {
  height: 6px;
}
.cid-rlfhQan5Io .mbr-section-subtitle {
  color: #767676;
}
.cid-rlfhQan5Io .progress_value {
  position: relative;
}
.cid-rlfhQan5Io .progress_elements {
  margin: 0 auto;
}
.cid-rlfhQan5Io .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rlfhQan5Io .progress1 .progressbar-number:before,
.cid-rlfhQan5Io .progress2 .progressbar-number:before,
.cid-rlfhQan5Io .progress3 .progressbar-number:before,
.cid-rlfhQan5Io .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rlfhQan5Io progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-rlfhQan5Io .progress1 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rlfhQan5Io .progress2 progress::-webkit-progress-value {
  background: #5580ff;
}
.cid-rlfhQan5Io .progress3 progress::-webkit-progress-value {
  background: #ff8a73;
}
.cid-rlfhQan5Io .progress4 progress::-webkit-progress-value {
  background: #bfceff;
}
.cid-rlfhQan5Io .progress1 .progressbar-number:before {
  content: '73';
}
.cid-rlfhQan5Io .progress2 .progressbar-number:before {
  content: '89';
}
.cid-rlfhQan5Io .progress3 .progressbar-number:before {
  content: '78';
}
.cid-rlfhQan5Io .progress4 .progressbar-number:before {
  content: '53';
}
.cid-rlfhQan5Io .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rlfhQan5Io .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rlfhQan5Io .progress_value span {
  padding-left: 30px;
}
.cid-rlfhQan5Io .mbr-section-title {
  color: #57468b;
}
.cid-rlfhQan5Io .progressbar-title p,
.cid-rlfhQan5Io .progress_value {
  color: #57468b;
}
.cid-rlfhQan5Io p {
  margin-bottom: 0.5rem;
}
.cid-rlfhQan5Io img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rlfhQan5Io .order {
    order: 2;
  }
  .cid-rlfhQan5Io .text {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlfhQan5Io img {
    width: 100%;
  }
  .cid-rlfhQan5Io .col-lg-6 {
    padding: 1rem;
  }
}
.cid-rlfiB5X4py {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlfiB5X4py img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlfiB5X4py H1 {
  color: #57468b;
}
.cid-rlfiB5X4py .mbr-text,
.cid-rlfiB5X4py .mbr-section-btn {
  color: #716c80;
}
.cid-rlfiB5X4py H3 {
  color: #716c80;
}
.cid-rlfiB5X4py .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlfiB5X4py .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlfiB5X4py .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlfiB5X4py .link:hover {
  color: #ff8a73 !important;
}
.cid-rlfiB5X4py .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlfiB5X4py DIV {
  color: #57468b;
}
.cid-rlfiwVvO11 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-rlfiwVvO11 section {
  position: relative;
}
.cid-rlfiwVvO11 .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rlfiwVvO11 #e1_circle,
.cid-rlfiwVvO11 #e3_circle,
.cid-rlfiwVvO11 #e4_circle,
.cid-rlfiwVvO11 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rlfiwVvO11 #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rlfiwVvO11 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rlfiwVvO11 .rev {
  animation: rev 4s linear infinite;
}
.cid-rlfiwVvO11 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rlfiwVvO11 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rlfiwVvO11 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rlfiwVvO11 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rlfiwVvO11 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rlfiwVvO11 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rlfiwVvO11 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rlfiwVvO11 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rlfiwVvO11 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rlfiwVvO11 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rlfiwVvO11 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rlfiwVvO11 .mbr-text,
.cid-rlfiwVvO11 .mbr-section-btn {
  color: #716c80;
}
.cid-rlfiwVvO11 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rlfiwVvO11 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rlfiwVvO11 .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-rlfiwVvO11 .round {
    display: none;
  }
}
.cid-rlhJpa1Xy3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlhJpa1Xy3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rlhJpa1Xy3 input,
.cid-rlhJpa1Xy3 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhJpa1Xy3 img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhJpa1Xy3 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhJpa1Xy3 textarea {
  min-height: 160px;
}
.cid-rlhJpa1Xy3 .form-control,
.cid-rlhJpa1Xy3 .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhJpa1Xy3 .form-control:hover,
.cid-rlhJpa1Xy3 .field-input:hover,
.cid-rlhJpa1Xy3 .form-control:focus,
.cid-rlhJpa1Xy3 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhJpa1Xy3 input::-webkit-input-placeholder,
.cid-rlhJpa1Xy3 textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhJpa1Xy3 input:-moz-placeholder,
.cid-rlhJpa1Xy3 textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhJpa1Xy3 .jq-selectbox li,
.cid-rlhJpa1Xy3 .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhJpa1Xy3 .jq-selectbox li:hover,
.cid-rlhJpa1Xy3 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rlhJpa1Xy3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhJpa1Xy3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rlhJpa1Xy3 H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rlhJpa1Xy3 img {
    width: 100%;
  }
  .cid-rlhJpa1Xy3 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-rlhJpa1Xy3 .google-map {
  height: 32rem;
  position: relative;
}
.cid-rlhJpa1Xy3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlhJpa1Xy3 .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-rlhJpa1Xy3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlhJpa1Xy3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rlhJpa1Xy3 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rlqvicuyty {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rlqvicuyty .mbr-text {
  color: #716c80;
}
.cid-rlqvicuyty .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlqvicuyty .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlqvicuyty .card-wrapper:hover .ico2 {
  color: #ff8a73 !important;
}
.cid-rlqvicuyty .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-rlqvicuyty .text-info:hover {
  color: inherit!important;
}
.cid-rlqvicuyty .card-box {
  padding: 0rem 1rem;
}
.cid-rlqvicuyty .ico1 {
  font-size: 3rem !important;
}
.cid-rlqvicuyty h3,
.cid-rlqvicuyty h4 {
  padding: 0;
  margin: 0;
}
.cid-rlqvicuyty .card-title,
.cid-rlqvicuyty .card-img {
  color: #57468b;
}
.cid-rlqvicuyty .card-title {
  color: #57468b;
}
.cid-rlqBVBWlKL {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rlqBVBWlKL .card-header {
  background: transparent;
}
.cid-rlqBVBWlKL .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqBVBWlKL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqBVBWlKL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqBVBWlKL .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlqBVBWlKL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqBVBWlKL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqBVBWlKL .card .panel-body {
  color: #767676;
}
.cid-rlqBVBWlKL h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rlqBVBWlKL H4 {
  color: #57468b;
}
.cid-rlqBVBWlKL H2 {
  color: #57468b;
}
.cid-rlf5rK4iOY {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #343351;
}
.cid-rlf5rK4iOY section {
  position: relative;
}
.cid-rlf5rK4iOY .container {
  max-width: 1400px;
}
.cid-rlf5rK4iOY .card-img2 span {
  padding-top: 6px;
}
.cid-rlf5rK4iOY .soc-item a {
  padding-top: 5px;
}
.cid-rlf5rK4iOY .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlf5rK4iOY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlf5rK4iOY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlf5rK4iOY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rlf5rK4iOY #e2_shape {
  fill: #ffffff !important;
}
.cid-rlf5rK4iOY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlf5rK4iOY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlf5rK4iOY .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlf5rK4iOY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlf5rK4iOY .soc-item span {
  font-size: 1.4rem;
}
.cid-rlf5rK4iOY .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rlf5rK4iOY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlf5rK4iOY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlf5rK4iOY .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlf5rK4iOY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlf5rK4iOY img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlf5rK4iOY .item {
    justify-content: center;
  }
  .cid-rlf5rK4iOY .quote::after {
    left: 60px;
  }
}
.cid-rlf5rK4iOY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlf5rK4iOY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlf5rK4iOY .text1 {
  color: #ffffff;
}
.cid-rlf5rK4iOY .item-title {
  color: #ffffff;
}
.cid-rlf5rK4iOY H5 {
  color: #ffffff;
}
.cid-rlf5rK4iOY .theme {
  color: #ffffff;
}
.cid-rlf5rK4iOY .copyright > p {
  color: #ff3366;
}
.cid-rlf5rK4iOY .text2 {
  color: #ffffff;
}
.cid-rleLZvb3vv .navbar {
  padding: .5rem 0;
  background: #f2f6ff;
  transition: none;
  min-height: 50px;
}
.cid-rleLZvb3vv .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f6ff;
}
.cid-rleLZvb3vv a {
  font-style: normal;
}
.cid-rleLZvb3vv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rleLZvb3vv .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-rleLZvb3vv .content-text {
  margin-bottom: 0;
}
.cid-rleLZvb3vv .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rleLZvb3vv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a73;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rleLZvb3vv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rleLZvb3vv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rleLZvb3vv .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rleLZvb3vv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rleLZvb3vv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rleLZvb3vv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rleLZvb3vv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rleLZvb3vv .nav-dropdown .link {
  font-weight: 400;
}
.cid-rleLZvb3vv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rleLZvb3vv .content-right-side {
  text-align: center;
}
.cid-rleLZvb3vv .menu-content-top {
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rleLZvb3vv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rleLZvb3vv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rleLZvb3vv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rleLZvb3vv .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rleLZvb3vv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rleLZvb3vv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rleLZvb3vv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rleLZvb3vv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rleLZvb3vv .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rleLZvb3vv .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-rleLZvb3vv .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rleLZvb3vv .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rleLZvb3vv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rleLZvb3vv .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-rleLZvb3vv .navbar {
    display: block;
    padding: 0;
  }
  .cid-rleLZvb3vv .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rleLZvb3vv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rleLZvb3vv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rleLZvb3vv .navbar-toggler {
    display: none;
  }
  .cid-rleLZvb3vv .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rleLZvb3vv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rleLZvb3vv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rleLZvb3vv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rleLZvb3vv .menu-logo {
  margin-right: auto;
}
.cid-rleLZvb3vv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rleLZvb3vv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rleLZvb3vv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rleLZvb3vv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rleLZvb3vv .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-rleLZvb3vv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rleLZvb3vv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rleLZvb3vv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rleLZvb3vv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rleLZvb3vv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rleLZvb3vv .dropdown .dropdown-menu {
  background: #f2f6ff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rleLZvb3vv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.2rem 1rem!important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rleLZvb3vv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rleLZvb3vv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rleLZvb3vv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rleLZvb3vv .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-rleLZvb3vv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rleLZvb3vv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rleLZvb3vv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rleLZvb3vv .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rleLZvb3vv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rleLZvb3vv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rleLZvb3vv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rleLZvb3vv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rleLZvb3vv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-rleLZvb3vv button.navbar-toggler:focus {
  outline: none;
}
.cid-rleLZvb3vv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rleLZvb3vv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rleLZvb3vv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rleLZvb3vv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rleLZvb3vv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rleLZvb3vv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rleLZvb3vv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rleLZvb3vv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rleLZvb3vv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rleLZvb3vv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rleLZvb3vv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rleLZvb3vv .collapsed .btn {
  display: -webkit-flex;
}
.cid-rleLZvb3vv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rleLZvb3vv .collapsed .navbar-collapse.collapsing,
.cid-rleLZvb3vv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rleLZvb3vv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rleLZvb3vv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rleLZvb3vv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rleLZvb3vv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rleLZvb3vv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rleLZvb3vv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rleLZvb3vv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rleLZvb3vv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rleLZvb3vv .collapsed button.navbar-toggler {
  display: block;
}
.cid-rleLZvb3vv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rleLZvb3vv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rleLZvb3vv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rleLZvb3vv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rleLZvb3vv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rleLZvb3vv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rleLZvb3vv .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rleLZvb3vv .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rleLZvb3vv img {
    height: 3.8rem !important;
  }
  .cid-rleLZvb3vv .btn {
    display: flex;
  }
  .cid-rleLZvb3vv button.navbar-toggler {
    display: block;
  }
  .cid-rleLZvb3vv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rleLZvb3vv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rleLZvb3vv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rleLZvb3vv .navbar-collapse.collapsing,
  .cid-rleLZvb3vv .navbar-collapse.show {
    display: block !important;
  }
  .cid-rleLZvb3vv .navbar-collapse.collapsing .navbar-nav,
  .cid-rleLZvb3vv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rleLZvb3vv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rleLZvb3vv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rleLZvb3vv .navbar-collapse.collapsing .navbar-buttons,
  .cid-rleLZvb3vv .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rleLZvb3vv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rleLZvb3vv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rleLZvb3vv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rleLZvb3vv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rleLZvb3vv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rleLZvb3vv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rleLZvb3vv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rleLZvb3vv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.2rem 1rem!important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rleLZvb3vv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rleLZvb3vv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rleLZvb3vv .nav-link:focus {
  outline: none;
}
.cid-rleLZvb3vv .navbar-toggler {
  position: relative;
}
.cid-rleLZvb3vv .dropdown-item.active,
.cid-rleLZvb3vv .dropdown-item:active {
  background: #f2f6ff;
  color: initial;
}
.cid-rleLZvb3vv .nav-link:hover,
.cid-rleLZvb3vv .dropdown-item:hover {
  color: #5580ff !important;
}
.cid-rleLZvb3vv .widget-title,
.cid-rleLZvb3vv .widget-icon {
  color: #232323;
}
.cid-rleLZvb3vv .widget-text {
  color: #716c80;
}
.cid-rleMsGxdOA {
  padding-top: 300px;
  padding-bottom: 195px;
  background-image: url("../../images/background10.jpg");
}
.cid-rleMsGxdOA H1 {
  text-align: center;
}
.cid-rleMsGxdOA .mbr-text,
.cid-rleMsGxdOA .mbr-section-btn {
  text-align: center;
}
.cid-rlf7v0xfOP {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-rlf7v0xfOP .mbr-text {
  color: #716c80;
}
.cid-rlf7v0xfOP .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf7v0xfOP p {
  margin: 0;
}
.cid-rlf7v0xfOP .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf7v0xfOP .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rlf7v0xfOP .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf7v0xfOP .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf7v0xfOP .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rlf7v0xfOP .card-title,
.cid-rlf7v0xfOP .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlf7v0xfOP .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rlf7v0xfOP .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rlf7v0xfOP .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf7v0xfOP .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rlf7v0xfOP .card-img span {
    margin-right: 0rem;
  }
  .cid-rlf7v0xfOP .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rlqFCvwlj5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqFCvwlj5 H1 {
  color: #57468b;
}
.cid-rlqFCvwlj5 .align-left {
  margin: auto;
}
.cid-rlqFCvwlj5 .row {
  justify-content: space-between;
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqFCvwlj5 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlqFCvwlj5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqFCvwlj5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqFCvwlj5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqFCvwlj5 .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqFCvwlj5 .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqFCvwlj5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqFCvwlj5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqFCvwlj5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf7zVPuy8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf7zVPuy8 h4 {
  margin-bottom: 0;
}
.cid-rlf7zVPuy8 p {
  color: #767676;
}
.cid-rlf7zVPuy8 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlf7zVPuy8 .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlf7zVPuy8 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:active,
.cid-rlf7zVPuy8 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .card-box {
  padding-top: 2rem;
}
.cid-rlf7zVPuy8 .card-wrapper {
  height: 100%;
}
.cid-rlf7zVPuy8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf7zVPuy8 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlf7zVPuy8 .card-title {
  color: #57468b;
}
.cid-rlf7zVPuy8 .main-title {
  color: #57468b;
}
.cid-rlf7zVPuy8 DIV {
  color: #57468b;
}
.cid-rlfakgRAMH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
}
.cid-rlfakgRAMH section {
  position: relative;
}
.cid-rlfakgRAMH svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rlfakgRAMH .mbr-text,
.cid-rlfakgRAMH .mbr-section-btn {
  color: #716c80;
}
.cid-rlfakgRAMH #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlfakgRAMH #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlfakgRAMH H1 {
  color: #57468b;
}
.cid-rlfakgRAMH img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlfakgRAMH .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rlfakgRAMH .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlfakgRAMH img {
    width: 100%;
  }
}
.cid-rlfa7hhBoL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlfa7hhBoL img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlfa7hhBoL H1 {
  color: #57468b;
}
.cid-rlfa7hhBoL .mbr-text,
.cid-rlfa7hhBoL .mbr-section-btn {
  color: #716c80;
}
.cid-rlfa7hhBoL H3 {
  color: #716c80;
}
.cid-rlfa7hhBoL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlfa7hhBoL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlfa7hhBoL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlfa7hhBoL .link:hover {
  color: #ff8a73 !important;
}
.cid-rlfa7hhBoL .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlfa7hhBoL DIV {
  color: #57468b;
}
.cid-rlfa6AcanJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlfa6AcanJ li {
  list-style: none;
}
.cid-rlfa6AcanJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rlfa6AcanJ .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rlfa6AcanJ h4 {
  margin: 0;
}
.cid-rlfa6AcanJ .item {
  color: #57468b;
}
.cid-rlfa6AcanJ ul {
  padding: 0;
  margin: 0;
}
.cid-rlfa6AcanJ .col-title {
  color: #57468b;
}
.cid-rlfa6AcanJ .col-title1 {
  color: #bfceff;
}
.cid-rlfa6AcanJ .col-title2 {
  color: #5580ff;
}
.cid-rlfa6AcanJ .col-title3 {
  color: #ff8a73;
}
.cid-rlfa6AcanJ .col-title4 {
  color: #57468b;
}
.cid-rlfa6AcanJ .item1 {
  color: #716c80;
}
.cid-rlfa6AcanJ .item2 {
  color: #716c80;
}
.cid-rlfa6AcanJ .item3 {
  color: #716c80;
}
.cid-rlfa6AcanJ .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rlfa6AcanJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rlfacfJhYr {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f6ff;
}
.cid-rlfacfJhYr section {
  position: relative;
}
.cid-rlfacfJhYr .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-rlfacfJhYr #e1_circle,
.cid-rlfacfJhYr #e3_circle,
.cid-rlfacfJhYr #e4_circle,
.cid-rlfacfJhYr #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rlfacfJhYr #e6_circle {
  fill: #bfceff !important;
}
.cid-rlfacfJhYr .mbr-text {
  color: #716c80;
}
.cid-rlfacfJhYr h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rlfacfJhYr .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-rlfacfJhYr .card-img .img1 {
  background-color: #57468b;
}
.cid-rlfacfJhYr .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-rlfacfJhYr .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rlfacfJhYr .rev {
  animation: rev 4s linear infinite;
}
.cid-rlfacfJhYr .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-rlfacfJhYr .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-rlfacfJhYr .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-rlfacfJhYr .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-rlfacfJhYr .card-title,
.cid-rlfacfJhYr .card-img {
  color: #57468b;
}
.cid-rlfacfJhYr img {
  width: 100%;
  border-radius: 10px;
  /*box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);*/
}
@media (max-width: 1200px) {
  .cid-rlfacfJhYr svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-rlfacfJhYr img {
    margin-top: 1rem;
  }
  .cid-rlfacfJhYr svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-rlfacfJhYr .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlfacfJhYr svg {
    bottom: -3rem !important;
  }
  .cid-rlfacfJhYr .round1 {
    display: none;
  }
}
.cid-rlfacfJhYr .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-rlfb0Yv10B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlfb0Yv10B H1 {
  color: #57468b;
}
.cid-rlfb0Yv10B .mbr-text,
.cid-rlfb0Yv10B .mbr-section-btn {
  color: #716c80;
}
.cid-rlfb0Yv10B img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rlfb0Yv10B .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rlfb0Yv10B img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlqFbDNlpW .modal-body .close {
  background: #1b1b1b;
}
.cid-rlqFbDNlpW .modal-body .close span {
  font-style: normal;
}
.cid-rlqFbDNlpW .carousel-inner > .active,
.cid-rlqFbDNlpW .carousel-inner > .next,
.cid-rlqFbDNlpW .carousel-inner > .prev {
  display: table;
}
.cid-rlqFbDNlpW .mbr-iconfont {
  font-family: 'sudesi2' !important;
}
.cid-rlqFbDNlpW .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rlqFbDNlpW .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rlqFbDNlpW .carousel-control,
.cid-rlqFbDNlpW .carousel-indicators li {
  background-color: #ff8a73 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-rlqFbDNlpW .carousel-control:hover,
.cid-rlqFbDNlpW .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rlqFbDNlpW .carousel-control .active,
.cid-rlqFbDNlpW .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rlqFbDNlpW .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rlqFbDNlpW .carousel-control .icon-next,
.cid-rlqFbDNlpW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rlqFbDNlpW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-rlqFbDNlpW .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rlqFbDNlpW .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-rlqFbDNlpW .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-rlqFbDNlpW .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rlqFbDNlpW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rlqFbDNlpW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rlqFbDNlpW .boxed-slider > div {
  position: relative;
}
.cid-rlqFbDNlpW .container img {
  width: 100%;
}
.cid-rlqFbDNlpW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rlqFbDNlpW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rlqFbDNlpW .mbr-table-cell {
  padding: 0;
}
.cid-rlqFbDNlpW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rlqFbDNlpW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rlqFbDNlpW .mbr-overlay {
  z-index: 1;
}
.cid-rlqFbDNlpW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rlqFbDNlpW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rlqFbDNlpW .carousel-item .container {
    width: 100%;
  }
}
.cid-rlqFbDNlpW .carousel-item-next.carousel-item-left,
.cid-rlqFbDNlpW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rlqFbDNlpW .active.carousel-item-right,
.cid-rlqFbDNlpW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rlqFbDNlpW .active.carousel-item-left,
.cid-rlqFbDNlpW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rlqFbDNlpW .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rlqFbDNlpW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators li.active,
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators li::after,
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rlqFbDNlpW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rlqFbDNlpW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rlqFbDNlpW .mbr-slider > .container img {
  width: 100%;
}
.cid-rlqFbDNlpW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rlqFbDNlpW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rlqFbDNlpW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rlqFbDNlpW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rlqFbDNlpW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rlqFbDNlpW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rlqFbDNlpW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rlqFbDNlpW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rlqFbDNlpW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rlqFbDNlpW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rlqFbDNlpW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rlqFbDNlpW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rlqFbDNlpW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rlqH2aBCf6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlqH2aBCf6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqH2aBCf6 H1 {
  color: #57468b;
}
.cid-rlqH2aBCf6 .mbr-text,
.cid-rlqH2aBCf6 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqH2aBCf6 H3 {
  color: #716c80;
}
.cid-rlqH2aBCf6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqH2aBCf6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqH2aBCf6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqH2aBCf6 .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqH2aBCf6 .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqH2aBCf6 DIV {
  color: #57468b;
}
.cid-rlfaqpqGXZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlfaqpqGXZ h4 {
  margin-bottom: 0;
}
.cid-rlfaqpqGXZ p {
  color: #767676;
}
.cid-rlfaqpqGXZ .cardcenter {
  background-color: #ff8a73;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rlfaqpqGXZ .cardcenter:hover {
  background-color: #57468b;
}
.cid-rlfaqpqGXZ .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rlfaqpqGXZ .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-rlfaqpqGXZ .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlfaqpqGXZ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlfaqpqGXZ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rlfaqpqGXZ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rlfaqpqGXZ .btn-info-outline:active,
.cid-rlfaqpqGXZ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlfaqpqGXZ .card-box {
  padding-top: 2rem;
}
.cid-rlfaqpqGXZ .card-wrapper {
  height: 100%;
}
.cid-rlfaqpqGXZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlfaqpqGXZ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlfaqpqGXZ .card-title {
  color: #57468b;
}
.cid-rlfaqpqGXZ .main-title {
  color: #57468b;
}
.cid-rlfaqpqGXZ DIV {
  color: #57468b;
}
.cid-rlfaqpqGXZ .text {
  color: #ffffff;
}
.cid-rlfaqpqGXZ .card-subtitle {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rlfaqpqGXZ .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rlfaqpqGXZ .link {
    margin: auto;
  }
}
.cid-rlfbCDCzHR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rlfbCDCzHR H1 {
  color: #57468b;
  text-align: center;
}
.cid-rlfbCDCzHR .mbr-text,
.cid-rlfbCDCzHR .mbr-section-btn {
  color: #716c80;
}
.cid-rlfbCDCzHR H3 {
  color: #716c80;
}
.cid-rlfbvjNzpH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlfbvjNzpH .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-rlfbvjNzpH .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-rlfbvjNzpH .card-title {
  line-height: 1.5;
  color: #57468b;
  /*padding-top: 2rem;*/
}
.cid-rlfbvjNzpH .card-img {
  padding-right: 2rem;
}
.cid-rlfbvjNzpH .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 1rem 1.5rem !important;
}
.cid-rlfbvjNzpH .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlfbvjNzpH .align-right,
  .cid-rlfbvjNzpH .align-left {
    text-align: center;
  }
  .cid-rlfbvjNzpH .card-title {
    padding-top: 0rem;
  }
  .cid-rlfbvjNzpH .price {
    margin-bottom: 0;
  }
  .cid-rlfbvjNzpH .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-rlfbvjNzpH .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-rlfbvjNzpH .card:hover {
    transform: none;
  }
  .cid-rlfbvjNzpH .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-rlfbvjNzpH .card:hover {
    box-shadow: none;
  }
}
.cid-rlfbvjNzpH .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-rlfbvjNzpH .price {
  color: #57468b;
}
.cid-rlfbvjNzpH .card-title B {
  color: #57468b;
}
.cid-rlfcaoP3Hq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlfcaoP3Hq .mbr-section-subtitle {
  color: #767676;
}
.cid-rlfcaoP3Hq .container-table {
  margin: 0 auto;
}
.cid-rlfcaoP3Hq .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rlfcaoP3Hq .dataTables_wrapper {
  display: block;
}
.cid-rlfcaoP3Hq .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rlfcaoP3Hq .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rlfcaoP3Hq table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-rlfcaoP3Hq table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-rlfcaoP3Hq table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-rlfcaoP3Hq table td {
  border: 1px solid #e1e8ff;
}
.cid-rlfcaoP3Hq .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rlfcaoP3Hq .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rlfcaoP3Hq .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rlfcaoP3Hq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rlfcaoP3Hq .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rlfcaoP3Hq .dataTables_filter {
    text-align: center;
  }
  .cid-rlfcaoP3Hq .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rlfcaoP3Hq .head-item {
  color: #57468b;
  text-align: center;
}
.cid-rlfcaoP3Hq .body-item {
  color: #716c80;
  text-align: center;
}
.cid-rlfcaoP3Hq .mbr-section-title {
  color: #57468b;
}
.cid-rlfcaoP3Hq .head-item1 {
  color: #57468b;
}
.cid-rlfcaoP3Hq .body-item1 {
  color: #716c80;
}
.cid-rlfbP7o1vY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rlfbP7o1vY h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rlfbP7o1vY .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rlfbP7o1vY .mbr-section-subtitle {
  color: #767676;
}
.cid-rlfbP7o1vY .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rlfbP7o1vY ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rlfbP7o1vY .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rlfbP7o1vY .progress1 path {
  stroke: #57468b;
}
.cid-rlfbP7o1vY .progress2 path {
  stroke: #5580ff;
}
.cid-rlfbP7o1vY .progress3 path {
  stroke: #ff8a73;
}
.cid-rlfbP7o1vY .progress4 path {
  stroke: #bfceff;
}
.cid-rlfbP7o1vY H4 {
  color: #57468b;
}
.cid-rlfbP7o1vY card-text {
  color: #ff3366;
}
.cid-rlfbP7o1vY .card-text {
  color: #716c80;
}
.cid-rlfbP7o1vY .number {
  color: #716c80;
}
.cid-rlfaGWNKYB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlfaGWNKYB .mbr-section-subtitle {
  color: #716c80;
}
.cid-rlfaGWNKYB .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rlfaGWNKYB .mbr-text {
  color: #767676;
}
.cid-rlfaGWNKYB .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rlfaGWNKYB .mbr-author-name {
  color: #57468b;
  text-align: center;
}
.cid-rlfaGWNKYB .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rlfaGWNKYB .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlfaGWNKYB .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-rlfaGWNKYB .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rlfaGWNKYB .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rlfaGWNKYB .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
}
.cid-rlfaGWNKYB .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-rlfaGWNKYB .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-rlfaGWNKYB .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rlfaGWNKYB .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rlfaGWNKYB .icon1 {
  color: #ff8a73;
}
.cid-rlfaGWNKYB .icon2 {
  color: #57468b;
}
.cid-rlfaGWNKYB .icon3 {
  color: #5580ff;
}
.cid-rlfaGWNKYB .social-list a:focus {
  text-decoration: none;
}
.cid-rlfaGWNKYB H2 {
  color: #57468b;
}
.cid-rlqwz5mTmk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlqwz5mTmk .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwz5mTmk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwz5mTmk .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid lightgray;
  border-bottom: none;
  padding-right: 4rem;
  flex-direction: column;
}
.cid-rlqwz5mTmk .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwz5mTmk p {
  padding-left: 2rem;
}
.cid-rlqwz5mTmk .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-rlqwz5mTmk .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rlqwz5mTmk .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b;
}
.cid-rlqwz5mTmk .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b;
  font-style: normal;
}
.cid-rlqwz5mTmk P {
  color: #716c80;
}
.cid-rlqwz5mTmk H2 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqwz5mTmk .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-rlqwz5mTmk .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rlqwz5mTmk p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rlqwz5mTmk .mbr-text,
  .cid-rlqwz5mTmk .nav-link {
    text-align: center;
  }
  .cid-rlqwz5mTmk .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rlqwz5mTmk .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-rlqwz5mTmk p {
    padding-left: 0rem;
  }
}
.cid-rlfaMJWTpm {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../images/background10.jpg");
}
.cid-rlfaMJWTpm H1 {
  color: #ffffff;
}
.cid-rlfaMJWTpm .mbr-text,
.cid-rlfaMJWTpm .mbr-section-btn {
  color: #ffffff;
}
.cid-rlfaMJWTpm .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rlfaMJWTpm .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rlfaMJWTpm .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rlfaMJWTpm h3,
.cid-rlfaMJWTpm h4 {
  margin: 0;
  padding: 0;
}
.cid-rlfaMJWTpm H3 {
  color: #ffffff;
}
.cid-rlfaMJWTpm H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rlfaMJWTpm .author-box {
    justify-content: center;
  }
}
.cid-rlfaBgFiaN {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rlfaBgFiaN img {
  width: 120px;
  margin: auto;
}
.cid-rlfaBgFiaN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-rlfaBgFiaN .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlfaBgFiaN H1 {
  color: #57468b;
}
.cid-rlfaBgFiaN .mbr-text,
.cid-rlfaBgFiaN .mbr-section-btn {
  color: #716c80;
}
.cid-rlqERWQ3Jn {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rlqERWQ3Jn .card-header {
  background: transparent;
}
.cid-rlqERWQ3Jn .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqERWQ3Jn .panel-group {
  border-top: 1px solid #efefef;
}
.cid-rlqERWQ3Jn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqERWQ3Jn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqERWQ3Jn .card .panel-body {
  color: #767676;
}
.cid-rlqERWQ3Jn h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-rlqERWQ3Jn H4 {
  color: #57468b;
}
.cid-rlqERWQ3Jn H2 {
  color: #57468b;
}
.cid-rlhJhNM9ZO {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../images/background21.jpg");
}
.cid-rlhJhNM9ZO .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rlhJhNM9ZO input,
.cid-rlhJhNM9ZO textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rlhJhNM9ZO .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rlhJhNM9ZO img {
  width: 90%;
  border-radius: 8px;
}
.cid-rlhJhNM9ZO .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rlhJhNM9ZO textarea {
  min-height: 160px;
}
.cid-rlhJhNM9ZO .form-control,
.cid-rlhJhNM9ZO .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rlhJhNM9ZO .form-control:hover,
.cid-rlhJhNM9ZO .field-input:hover,
.cid-rlhJhNM9ZO .form-control:focus,
.cid-rlhJhNM9ZO .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rlhJhNM9ZO input::-webkit-input-placeholder,
.cid-rlhJhNM9ZO textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rlhJhNM9ZO input:-moz-placeholder,
.cid-rlhJhNM9ZO textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rlhJhNM9ZO .jq-selectbox li,
.cid-rlhJhNM9ZO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rlhJhNM9ZO .jq-selectbox li:hover,
.cid-rlhJhNM9ZO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rlhJhNM9ZO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rlhJhNM9ZO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rlhJhNM9ZO H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rlhJhNM9ZO img {
    width: 100%;
  }
}
.cid-rlfauKN24g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #57468b;
}
.cid-rlfauKN24g section {
  position: relative;
}
.cid-rlfauKN24g .container {
  max-width: 1400px;
}
.cid-rlfauKN24g .card-img2 span {
  padding-top: 6px;
}
.cid-rlfauKN24g .soc-item a {
  padding-top: 5px;
}
.cid-rlfauKN24g .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlfauKN24g .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlfauKN24g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlfauKN24g .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlfauKN24g .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlfauKN24g .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlfauKN24g .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlfauKN24g .soc-item span {
  font-size: 1.4rem;
}
.cid-rlfauKN24g .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rlfauKN24g .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlfauKN24g .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlfauKN24g img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .item {
    justify-content: center;
  }
  .cid-rlfauKN24g .quote::after {
    left: 60px;
  }
}
.cid-rlfauKN24g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfauKN24g .text1 {
  color: #ffffff;
}
.cid-rlfauKN24g .item-title {
  color: #ffffff;
}
.cid-rlfauKN24g H5 {
  color: #ffffff;
}
.cid-rlfauKN24g .theme {
  color: #ffffff;
}
.cid-rlfauKN24g .copyright > p {
  color: #ff3366;
}
.cid-rlfauKN24g .text2 {
  color: #ffffff;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
