@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5263b8 !important;
}
.bg-success {
  background-color: #af52b8 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #af52b8 !important;
  border-color: #af52b8 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7f3786 !important;
  border-color: #7f3786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7f3786 !important;
  border-color: #7f3786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #303b74;
  color: #303b74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #6e3074;
  color: #6e3074;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #af52b8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #af52b8 !important;
  border-color: #af52b8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #af52b8 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6e3074 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.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) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9acdd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #5263b8;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5263b8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5263b8;
  border-bottom-color: #5263b8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rNWUaMshCg {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #448ec6;
}
.cid-rNWUaMshCg h1 {
  line-height: 1.4;
}
.cid-rNWUaMshCg .wrapper {
  position: relative;
}
.cid-rNWUaMshCg .img1 {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-rNWUaMshCg a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cid-rNWUaMshCg a:not(:first-child) {
  margin-left: 20px;
}
.cid-rNWUaMshCg a:hover {
  color: #ffffff !important;
}
.cid-rNWUaMshCg a:focus {
  color: #ffffff !important;
}
.cid-rNWUaMshCg a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rNWUaMshCg a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rNWUaMshCg a a.text-white:hover,
.cid-rNWUaMshCg a a.text-white:focus {
  color: #ffffff !important;
}
.cid-rNWUaMshCg a:hover:after,
.cid-rNWUaMshCg a:focus:after {
  animation-duration: 2s;
  animation-name: slidein;
}
.cid-rNWUaMshCg a:hover:before,
.cid-rNWUaMshCg a:focus:before {
  animation-duration: 1.8s;
  animation-delay: 0.6s;
  animation-name: slideout;
}
@media (max-width: 767px) {
  .cid-rNWUaMshCg .link-wrap {
    text-align: center !important;
  }
}
.cid-rNWUaMshCg .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rNWUaMshCg a.text-white:hover,
.cid-rNWUaMshCg a.text-white:focus {
  color: #ffffff !important;
}
.cid-rPpTJMAtJV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPpTJMAtJV .container-fluid {
  position: relative;
}
.cid-rPpTJMAtJV .page-title-content {
  width: 100%;
}
.cid-rPpTJMAtJV .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rPpTJMAtJV .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rPpTJMAtJV .page-title-content {
    text-align: center;
  }
}
.cid-rPpTJMAtJV .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rPpTJMAtJV a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rPpTJMAtJV a:not(:first-child) {
  margin-left: 20px;
}
.cid-rPpTJMAtJV a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rPpTJMAtJV a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rPpTJMAtJV a:hover:after,
.cid-rPpTJMAtJV a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rPpTJMAtJV a:hover:before,
.cid-rPpTJMAtJV a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rPpTJMAtJV a.text-white:hover,
.cid-rPpTJMAtJV a.text-white:focus {
  color: #ffffff !important;
}
.cid-rPpTJMAtJV .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPpTJMAtJV .page-title-content .title,
.cid-rPpTJMAtJV .icon-section,
.cid-rPpTJMAtJV .mbr-section-btn {
  color: #448ec6;
}
.cid-rPpTJMAtJV .text {
  color: #767676;
}
.cid-rPtpTC7S6s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPtpTC7S6s .mbr-text,
.cid-rPtpTC7S6s .mbr-section-subtitle {
  color: #767676;
}
.cid-rPtpTC7S6s .card-title {
  color: #66458e;
}
.cid-rPtpTC7S6s .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rPtpTC7S6s .mbr-section-subtitle,
  .cid-rPtpTC7S6s .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPtpTC7S6s .card .card-img span {
    background: none;
  }
}
.cid-rPtpTC7S6s .mbr-section-title {
  color: #448ec6;
}
.cid-rPtpTC7S6s .card-title,
.cid-rPtpTC7S6s .card-img {
  color: #448ec6;
}
.cid-rPsw8tkOMP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPsw8tkOMP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rPsw8tkOMP img:hover {
  transform: scale(1.1);
}
.cid-rPsw8tkOMP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rPsw8tkOMP h2 {
  padding: 0;
  margin: 0;
}
.cid-rPsw8tkOMP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rPsw8tkOMP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rPsw8tkOMP .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rPsw8tkOMP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rPsw8tkOMP .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rPsw8tkOMP .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rPsw8tkOMP .mbr-iconfont {
  margin: 0!important;
}
.cid-rPsw8tkOMP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rPsw8tkOMP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rPsw8tkOMP .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rPsw8tkOMP .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rPsw8tkOMP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rPsw8tkOMP H2 {
  color: #333333;
}
.cid-rPsw8tkOMP .mbr-text {
  color: #665f74;
}
.cid-rPsw8tkOMP H1 {
  color: #448ec6;
}
.cid-rPsw8tkOMP H3 {
  color: #842d8c;
}
.cid-rPwHGm1iuI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPwHGm1iuI img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rPwHGm1iuI img:hover {
  transform: scale(1.1);
}
.cid-rPwHGm1iuI .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rPwHGm1iuI h2 {
  padding: 0;
  margin: 0;
}
.cid-rPwHGm1iuI .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rPwHGm1iuI .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rPwHGm1iuI .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rPwHGm1iuI .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rPwHGm1iuI .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rPwHGm1iuI .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rPwHGm1iuI .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rPwHGm1iuI .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rPwHGm1iuI .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rPwHGm1iuI H2 {
  color: #333333;
}
.cid-rPwHGm1iuI .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-rPwHGm1iuI H3 {
  color: #842d8c;
  text-align: right;
}
.cid-rPwHGm1iuI H1 {
  color: #448ec6;
  text-align: right;
}
.cid-rPwO9myA4s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPwO9myA4s .container-fluid {
  position: relative;
}
.cid-rPwO9myA4s .page-title-content {
  width: 100%;
}
.cid-rPwO9myA4s .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rPwO9myA4s .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rPwO9myA4s .page-title-content {
    text-align: center;
  }
}
.cid-rPwO9myA4s .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rPwO9myA4s a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rPwO9myA4s a:not(:first-child) {
  margin-left: 20px;
}
.cid-rPwO9myA4s a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rPwO9myA4s a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rPwO9myA4s a:hover:after,
.cid-rPwO9myA4s a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rPwO9myA4s a:hover:before,
.cid-rPwO9myA4s a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rPwO9myA4s a.text-white:hover,
.cid-rPwO9myA4s a.text-white:focus {
  color: #ffffff !important;
}
.cid-rPwO9myA4s .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPwO9myA4s .page-title-content .title,
.cid-rPwO9myA4s .icon-section,
.cid-rPwO9myA4s .mbr-section-btn {
  color: #448ec6;
}
.cid-rPwO9myA4s .text {
  color: #842d8c;
}
.cid-rPtANLQDX8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPtANLQDX8 .counter-container {
  color: #464646;
}
.cid-rPtANLQDX8 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rPtANLQDX8 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rPtANLQDX8 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rPtANLQDX8 P {
  color: #665f74;
}
.cid-rPtANLQDX8 H3 {
  color: #448ec6;
}
.cid-rPtANLQDX8 H4 {
  color: #448ec6;
}
.cid-rIyXpBYpBW .navbar {
  padding: .5rem 0;
  background: #842d8c;
  transition: none;
  min-height: 75px;
}
.cid-rIyXpBYpBW .navbar-dropdown.bg-color.transparent.opened {
  background: #842d8c;
}
.cid-rIyXpBYpBW a {
  font-style: normal;
}
.cid-rIyXpBYpBW a .link:hover {
  color: inherit !important;
}
.cid-rIyXpBYpBW .dropdown-item:active {
  background: #af52b8;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIyXpBYpBW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px !important;
  margin: 0 8px !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .nav-item:focus,
.cid-rIyXpBYpBW .nav-link:focus {
  outline: none;
}
.cid-rIyXpBYpBW .btn {
  padding: 0rem 0.9rem 1px 1.3rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 2.6;
  border-width: 2px;
}
.cid-rIyXpBYpBW .btn ins {
  text-decoration: none;
}
.cid-rIyXpBYpBW .btn .mbr-iconfont {
  font-size: 0.9rem;
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIyXpBYpBW .menu-logo {
  margin-right: auto;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  transition: padding .2s;
  min-height: 3rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIyXpBYpBW .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-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
  color: #ffffff;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
  overflow: visible;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 10px;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu {
  background: #af52b8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 3px;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.435em 1.5385em !important;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIyXpBYpBW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-toggler-right {
  top: 35px;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIyXpBYpBW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.1rem;
  right: 1rem;
}
.cid-rIyXpBYpBW button.navbar-toggler:focus {
  outline: none;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1254px) {
  .cid-rIyXpBYpBW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rIyXpBYpBW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIyXpBYpBW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-rIyXpBYpBW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIyXpBYpBW .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;
}
@media (max-width: 1253px) {
  .cid-rIyXpBYpBW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW img {
    height: 3.8rem !important;
  }
  .cid-rIyXpBYpBW .btn {
    display: -webkit-flex;
  }
  .cid-rIyXpBYpBW button.navbar-toggler {
    display: block;
  }
  .cid-rIyXpBYpBW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIyXpBYpBW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing,
  .cid-rIyXpBYpBW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIyXpBYpBW .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;
  }
}
@media (max-width: 540px) {
  .cid-rIyXpBYpBW .navbar-brand {
    padding-top: 1rem;
  }
  .cid-rIyXpBYpBW .navbar-logo img {
    height: 3rem !important;
  }
  .cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    font-size: 30px !important;
  }
}
@media (min-width: 767px) {
  .cid-rIyXpBYpBW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIyXpBYpBW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  line-height: 0.9;
}
.cid-rIyXpBYpBW .nav-link,
.cid-rIyXpBYpBW .dropdown-item {
  position: relative;
}
.cid-rIyXpBYpBW .nav-link:before,
.cid-rIyXpBYpBW .dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: -0.2em;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cid-rIyXpBYpBW .nav-item .nav-link:hover::before {
  right: 0;
}
.cid-rIyXpBYpBW .nav-item.open .nav-link::before {
  right: 1.667em;
}
.cid-rIyXpBYpBW .nav-link:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .nav-link:first-child {
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .display-5 {
  font-size: 2.8rem;
}
.cid-rPs7mGD5jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rPs7mGD5jM .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-rPs7mGD5jM h4 {
  margin: 0;
}
.cid-rPs7mGD5jM .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rPs7mGD5jM .plan-body {
  padding-bottom: 2rem;
}
.cid-rPs7mGD5jM .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rPs7mGD5jM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #842d8c;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-rPs7mGD5jM .line2 {
  background: #0e0e10;
}
.cid-rPs7mGD5jM .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rPs7mGD5jM .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rPs7mGD5jM .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rPs7mGD5jM .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rPs7mGD5jM .plan-header,
.cid-rPs7mGD5jM .plan-body {
  background-color: #fff;
}
.cid-rPs7mGD5jM .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rPs7mGD5jM .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rPs7mGD5jM .color1 {
  color: #842d8c;
}
.cid-rPs7mGD5jM .color2 {
  color: #842d8c;
}
.cid-rPs7mGD5jM LI {
  color: #121525;
}
.cid-rPs7mGD5jM .price-term {
  color: #767676;
}
.cid-rPs7mGD5jM UL {
  color: #665f74;
}
.cid-rPs7mGD5jM .plan-title {
  color: #448ec6;
}
.cid-rPs7mGD5jM .title {
  color: #448ec6;
}
.cid-rPs7mGD5jM P {
  color: #767676;
}
.cid-rWoXp3UYS0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rWoXp3UYS0 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rWoXp3UYS0 .content-panel {
  padding: 2rem;
  background-color: #5263b8;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rWoXp3UYS0 .content-block {
  color: #efefef;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-rWoXp3UYS0 .form-group,
  .cid-rWoXp3UYS0 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rWoXp3UYS0 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #5263b8;
  color: #8152b8;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-rWoXp3UYS0 .form-control:focus,
.cid-rWoXp3UYS0 .form-control:hover {
  border: 1px solid #75bdf2;
  background-color: #ffffff;
}
.cid-rWoXp3UYS0 textarea.form-control {
  min-height: 170px;
}
.cid-rWoXp3UYS0 .form-group {
  margin-bottom: 1rem;
}
.cid-rWoXp3UYS0 input::-webkit-input-placeholder,
.cid-rWoXp3UYS0 textarea::-webkit-input-placeholder {
  color: #8152b8;
}
.cid-rWoXp3UYS0 input:-moz-placeholder,
.cid-rWoXp3UYS0 textarea:-moz-placeholder {
  color: #8152b8;
}
.cid-rWoXp3UYS0 .jq-selectbox li,
.cid-rWoXp3UYS0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rWoXp3UYS0 .jq-selectbox li:hover,
.cid-rWoXp3UYS0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rWoXp3UYS0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rWoXp3UYS0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rWoXp3UYS0 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rWoXp3UYS0 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-rWoXp3UYS0 .mbr-section-title {
  text-align: center;
}
.cid-rIyXteMqjW {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rIyXteMqjW .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-rIyXteMqjW .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-rIyXteMqjW .p-4 {
  padding: 1rem 0 !important;
}
.cid-rIyXteMqjW .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rIyXteMqjW .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rIyXteMqjW .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rIyXteMqjW .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rIyXteMqjW .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-rIyXteMqjW .card {
  border-radius: 0px;
  border-bottom: 2px solid #e5e5e5 !important;
}
.cid-rIyXteMqjW .card:last-child {
  border-bottom: none !important;
}
.cid-rIyXteMqjW .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-rIyXteMqjW .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-rIyXteMqjW .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-rIyXteMqjW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rIyXteMqjW .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-rIyXteMqjW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-rIyXteMqjW .card .card-header a.panel-title .toggle-icon {
  left: 7px;
  position: absolute;
  top: 36px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 18px;
}
.cid-rIyXteMqjW .card .card-header a.panel-title .toggle-icon:before,
.cid-rIyXteMqjW .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-rIyXteMqjW .card .card-header a.panel-title .toggle-icon:before {
  height: 19px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -9px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-rIyXteMqjW .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 19px;
  margin-left: -9px;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .cid-rIyXteMqjW .column-wrapper2 {
    margin-top: 3rem;
  }
}
.cid-rIyXteMqjW H4 {
  color: #842d8c;
}
.cid-rIyXteMqjW .first-title {
  color: #448ec6;
}
.cid-rIyXteMqjW .panel-text {
  color: #665f74;
}
.cid-rPqUu6iZ3V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPqUu6iZ3V .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-rPqUu6iZ3V .card {
  padding: 0;
}
.cid-rPqUu6iZ3V .card .card-block {
  height: 0px;
  position: relative;
}
.cid-rPqUu6iZ3V .card .card-block::before {
  display: none !important;
}
.cid-rPqUu6iZ3V .card:hover .card-block::before {
  opacity: 0;
  background-color: none;
}
.cid-rPqUu6iZ3V .card:hover img,
.cid-rPqUu6iZ3V .text-wrap2:hover img,
.cid-rPqUu6iZ3V .link-wrap:hover img {
  transition: all 0.3s;
  transform: scale(1.04);
}
.cid-rPqUu6iZ3V .card-block .photo img {
  transition: all 0.3s;
}
.cid-rPqUu6iZ3V .subtitle {
  color: #665f74;
}
.cid-rPqUu6iZ3V .row {
  justify-content: center;
  padding: 0 !important;
}
.cid-rPqUu6iZ3V .title {
  max-width: 100%;
  margin: auto;
  padding-top: 2rem;
}
.cid-rPqUu6iZ3V .text-wrap {
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  pointer-events: all;
  display: none;
}
.cid-rPqUu6iZ3V .card {
  padding: 0;
}
.cid-rPqUu6iZ3V .card .card-block {
  height: 600px;
  position: relative;
}
.cid-rPqUu6iZ3V .card .card-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000;
  transition: 0.2s;
  pointer-events: none;
  left: 0;
  top: 0;
}
.cid-rPqUu6iZ3V .card .card-block .photo {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.cid-rPqUu6iZ3V .card .card-block .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rPqUu6iZ3V .card:hover .card-block::before,
.cid-rPqUu6iZ3V .card:focus .card-block::before {
  opacity: 0.6;
  background-color: #121525;
}
.cid-rPqUu6iZ3V .card:hover .text-wrap,
.cid-rPqUu6iZ3V .card:focus .text-wrap {
  display: block;
  opacity: 1;
  transition: 1s opacity;
}
.cid-rPqUu6iZ3V .card:hover h6,
.cid-rPqUu6iZ3V .card:focus h6 {
  transition: 0.3s opacity;
  opacity: 0.5;
}
.cid-rPqUu6iZ3V .card-hover-text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rPqUu6iZ3V .card-block::before {
    opacity: 0.8 !important;
    background-color: #121525;
    border: 1px solid #767676;
  }
  .cid-rPqUu6iZ3V .text-wrap {
    display: block;
    opacity: 1;
    transition: 1s opacity;
  }
  .cid-rPqUu6iZ3V h6 {
    transition: 0.3s opacity;
    opacity: 0.5;
  }
  .cid-rPqUu6iZ3V .text-wrap2 {
    display: none;
  }
}
.cid-rPqUu6iZ3V .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPqUu6iZ3V .mbr-section-btn a {
  display: inline-block;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rPqUu6iZ3V .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rPqUu6iZ3V .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rPqUu6iZ3V .mbr-section-btn a:hover:after,
.cid-rPqUu6iZ3V .mbr-section-btn a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rPqUu6iZ3V .mbr-section-btn a:hover:before,
.cid-rPqUu6iZ3V .mbr-section-btn a:focus:before {
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rPqUu6iZ3V a.text-white:hover,
.cid-rPqUu6iZ3V a.text-white:focus {
  color: #ffffff !important;
}
.cid-rPtGkjKLxx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPtGkjKLxx .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-rPtGkjKLxx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rPtGkjKLxx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rPtGkjKLxx .social-media ul li:first-child {
  padding-left: 0;
}
.cid-rPtGkjKLxx .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #282e4b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rPtGkjKLxx .icon-transition span:hover {
  background-color: #af52b8;
}
@media (max-width: 767px) {
  .cid-rPtGkjKLxx .align-left {
    text-align: left !important;
  }
}
.cid-rPtGkjKLxx .mbr-section-title {
  color: #448ec6;
}
.cid-rPtGkjKLxx .mbr-section-subtitle {
  color: #448ec6;
  text-align: left;
}
.cid-rPtGkjKLxx .mbr-text,
.cid-rPtGkjKLxx .mbr-section-btn {
  color: #4c5276;
}
.cid-rPtHna1IhF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #842d8c;
}
.cid-rPtHna1IhF .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rPtHna1IhF p {
    text-align: center;
  }
  .cid-rPtHna1IhF .row {
    justify-content: center;
  }
}
