body {
  font-family: Jost;
}
.display-1 {
  font-family: 'TitilliumWeb-Black';
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'TitilliumWeb-Bold';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'TitilliumWeb-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'TitilliumWeb-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'TitilliumWeb-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #210036 !important;
}
.bg-success {
  background-color: #210036 !important;
}
.bg-info {
  background-color: #21d1ff !important;
}
.bg-warning {
  background-color: #e0005c !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #210036 !important;
  border-color: #210036 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4269 !important;
  border-color: #ff4269 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ea0030 !important;
  border-color: #ea0030 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea0030 !important;
  border-color: #ea0030 !important;
}
.btn-info,
.btn-info:active {
  background-color: #21d1ff !important;
  border-color: #21d1ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00a0c9 !important;
  border-color: #00a0c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00a0c9 !important;
  border-color: #00a0c9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #210036 !important;
  border-color: #210036 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0005c !important;
  border-color: #e0005c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #890038 !important;
  border-color: #890038 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #890038 !important;
  border-color: #890038 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #210036;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #210036 !important;
  border-color: #210036 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4269;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ea0030 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4269 !important;
  border-color: #ff4269 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #21d1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00a0c9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #21d1ff !important;
  border-color: #21d1ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #210036;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #210036 !important;
  border-color: #210036 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0005c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #890038 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0005c !important;
  border-color: #e0005c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #210036 !important;
}
.text-secondary {
  color: #ff4269 !important;
}
.text-success {
  color: #210036 !important;
}
.text-info {
  color: #21d1ff !important;
}
.text-warning {
  color: #e0005c !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #db002d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0093ba !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a0032 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #210036;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #21d1ff;
}
.alert-warning {
  background-color: #e0005c;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #210036;
  border-color: #210036;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #210036;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a71dff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a71dff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #edfbff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffadcf;
}
.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: 'TitilliumWeb-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #210036 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'TitilliumWeb-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #210036;
}
/* Forms */
.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: #210036;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #210036;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #210036;
  border-bottom-color: #210036;
}
.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: #210036 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff4269 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23210036' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rzHblRSFlI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rzHblRSFlI .container-fluid {
  padding: 0;
}
.cid-rzHblRSFlI img {
  width: 100%;
}
.cid-rzHblRSFlI .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rzHblRSFlI .content {
    padding: 3rem;
  }
}
.cid-rzHblRSFlI .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rzHblRSFlI .img-col {
  padding: 0;
  margin: auto;
}
.cid-rzHbrk40eg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzHbrk40eg .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rzHbrk40eg .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbrk40eg .rev,
.cid-rzHbrk40eg .mbr-iconfont {
  display: inline-block;
}
.cid-rzHbrk40eg .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbrk40eg .card-img {
  position: relative;
}
.cid-rzHbrk40eg .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-rzHbrk40eg .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-rzHbrk40eg .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-rzHbrk40eg .card-box {
  padding: 1.5rem;
}
.cid-rzHbrk40eg .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rzHbrk40eg .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rzHbrk40eg .mbr-section-title,
.cid-rzHbrk40eg .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rzHbrk40eg .card-text,
.cid-rzHbrk40eg .mbr-section-btn,
.cid-rzHbrk40eg .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rzHbrk40eg .mbr-text,
.cid-rzHbrk40eg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rzHbrk40eg .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-rzHbC8iWVx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzHbC8iWVx .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-rzHbC8iWVx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbC8iWVx .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbC8iWVx .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-rzHbC8iWVx .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-rzHbC8iWVx .card-box {
  padding: 1rem;
}
.cid-rzHbC8iWVx .mbr-section-title,
.cid-rzHbC8iWVx .line-wrap {
  text-align: center;
}
.cid-rzHbC8iWVx .card-box > p,
.cid-rzHbC8iWVx .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-rzHbEgMxfX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzHbEgMxfX .container-fluid {
  overflow: hidden;
}
.cid-rzHbEgMxfX .carousel-controls {
  display: none;
}
.cid-rzHbEgMxfX .carousel-controls a {
  transition: opacity 0.5s;
}
.cid-rzHbEgMxfX .carousel-controls a:hover span,
.cid-rzHbEgMxfX .carousel-controls a:focus span {
  opacity: 1;
}
.cid-rzHbEgMxfX .carousel-controls a:hover svg,
.cid-rzHbEgMxfX .carousel-controls a:focus svg {
  transition: all 0.25s;
  stroke-width: 3;
}
.cid-rzHbEgMxfX .carousel-controls a:active svg {
  transition: all 0.1s;
  stroke-width: 5;
}
.cid-rzHbEgMxfX .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-rzHbEgMxfX .carousel-indicators {
  bottom: 0px;
}
.cid-rzHbEgMxfX .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #0087ab;
}
.cid-rzHbEgMxfX ol {
  margin-bottom: 0rem;
}
.cid-rzHbEgMxfX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 1rem;
}
.cid-rzHbEgMxfX .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-rzHbEgMxfX .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-rzHbEgMxfX .carousel-item.active,
.cid-rzHbEgMxfX .carousel-item-next,
.cid-rzHbEgMxfX .carousel-item-prev {
  display: flex;
}
.cid-rzHbEgMxfX .user_image {
  overflow: hidden;
  display: flex;
  padding: 1.5rem;
}
.cid-rzHbEgMxfX .user_image .user_image_inner {
  max-width: 250px;
  max-height: 250px;
  border-radius: 10%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-rzHbEgMxfX .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.cid-rzHbEgMxfX .user_text {
  color: #767676;
  position: relative;
}
.cid-rzHbEgMxfX .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-rzHbEgMxfX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #210036, #ff4269);
  display: inline-block;
}
.cid-rzHbEgMxfX .testimonials-quote svg {
  height: 50px;
  width: 50px;
  opacity: 0.2;
  margin-bottom: -50px;
  margin-left: -25px;
}
.cid-rzHbEgMxfX svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rzHbEgMxfX .user_name {
  color: #ffffff;
  text-align: right;
}
.cid-rzHbEgMxfX .carousel-controls svg {
  height: 60px;
}
@media (max-width: 576px) {
  .cid-rzHbEgMxfX .carousel-controls {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rzHbEgMxfX .testimonials-quote,
  .cid-rzHbEgMxfX .user_text,
  .cid-rzHbEgMxfX .user_name,
  .cid-rzHbEgMxfX .user_desk {
    text-align: center !important;
  }
  .cid-rzHbEgMxfX .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
  .cid-rzHbEgMxfX .testimonials-quote svg {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .cid-rzHbEgMxfX .mbr-section-title,
  .cid-rzHbEgMxfX .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rzHbEgMxfX .carousel-control-prev span {
    right: -1rem;
  }
  .cid-rzHbEgMxfX .carousel-control-next span {
    left: -1rem;
  }
  .cid-rzHbEgMxfX .user-text {
    padding-right: 2rem;
  }
  .cid-rzHbEgMxfX .carousel-control-prev,
  .cid-rzHbEgMxfX .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-rzHbEgMxfX .user_desk {
  text-align: right;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.cid-rzHbEgMxfX .user_text,
.cid-rzHbEgMxfX .testimonials-quote {
  color: #ffffff;
}
.cid-rzHbTSLWxc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rzHbTSLWxc .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzHbTSLWxc .card {
  background-color: #0a1c44;
  padding: 4rem 10rem;
}
.cid-rzHbTSLWxc .input-group-btn {
  display: block;
}
.cid-rzHbTSLWxc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbTSLWxc .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbTSLWxc .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-rzHbTSLWxc .btn-primary {
  border: 1px solid #210036 !important;
}
.cid-rzHbTSLWxc .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-rzHbTSLWxc .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-rzHbTSLWxc .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-rzHbTSLWxc .card {
    padding: 2rem;
  }
}
.cid-rzHbTSLWxc .mbr-section-title,
.cid-rzHbTSLWxc .line-wrap {
  color: #ffffff;
}
.cid-rzHdPwRU42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzHdPwRU42 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rzHdPwRU42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHdPwRU42 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHdPwRU42 .btn-primary {
  border: 1px solid #210036 !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #210036 !important;
}
.cid-rzHdPwRU42 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHdPwRU42 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rzHdPwRU42 .input-group-btn {
  padding-left: 0;
}
.cid-rzHdPwRU42 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHdPwRU42 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHdPwRU42 .mbr-text {
  color: #444;
}
.cid-rzHdPwRU42 h5 {
  margin-bottom: 0;
}
.cid-rzHdPwRU42 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHdPwRU42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHdPwRU42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHdPwRU42 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHdPwRU42 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzHdPwRU42 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHdPwRU42 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHdPwRU42 .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHdPwRU42 .media-container-row > div {
  padding: 0px;
}
.cid-rzHdPwRU42 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHdPwRU42 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHdPwRU42 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHdPwRU42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHdPwRU42 .social-list,
  .cid-rzHdPwRU42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzHdPwRU42 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHdPwRU42 .form-group {
    max-width: 180px;
  }
}
.cid-rzHdPwRU42 .links span {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-sub-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rzHdQl6gxK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzHdQl6gxK .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rzHdQl6gxK .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-rzHdQl6gxK .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rzHdQl6gxK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rzHdQl6gxK .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-rzHdQl6gxK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzHdQl6gxK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rzHdQl6gxK .map-placeholder {
  display: none;
}
.cid-rzHdQl6gxK h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-rzHdRjg5Oj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rzHdRjg5Oj .links {
  text-align: center;
  color: #ffffff;
}
.cid-rzHdRjg5Oj p {
  margin: 0;
}
.cid-ttrAoQZWl0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  padding: 0 !important;
}
.cid-ttrAoQZWl0 .image-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.cid-ttrAoQZWl0 .row {
  flex-direction: row-reverse;
}
.cid-ttrAoQZWl0 img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-ttrAoQZWl0 .container-fluid {
  padding: 0 !important;
}
.cid-ttrAoQZWl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttrAoQZWl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttqsYzB9tp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttqsYzB9tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttqsYzB9tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttqsYzB9tp .mbr-section-title {
  color: #000000;
}
.cid-ttqsYzB9tp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-trQ9XJLgrA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trQ9XJLgrA .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-trQ9XJLgrA .number {
  color: #e0005c;
}
.cid-trQ9XJLgrA .period {
  display: block;
}
.cid-trQ9XJLgrA .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-trQ9XJLgrA .period {
    font-size: 0.8rem;
  }
}
.cid-trQ9XJLgrA .btn {
  height: 100%;
  margin: 0;
}
.cid-trQ9XJLgrA .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-trQ9XJLgrA .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-trQ9XJLgrA .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-trQ9XJLgrA .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-trQ9XJLgrA .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-u1GU5A8ltt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1GU5A8ltt .mbr-section-title {
  color: #ff4269;
}
.cid-u1GU36Tuqp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1GU36Tuqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1GU36Tuqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1GU36Tuqp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u1GU36Tuqp .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-u1GU36Tuqp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1GU36Tuqp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1GU36Tuqp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u1GU36Tuqp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1GU36Tuqp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1GU36Tuqp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u1GU36Tuqp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1GU36Tuqp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #210036 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttrIqB3smz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttrIqB3smz .mbr-section-title {
  color: #ff4269;
}
.cid-ttrHbYgJP9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttrHbYgJP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttrHbYgJP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttrHbYgJP9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ttrHbYgJP9 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-ttrHbYgJP9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttrHbYgJP9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttrHbYgJP9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ttrHbYgJP9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttrHbYgJP9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttrHbYgJP9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ttrHbYgJP9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttrHbYgJP9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ttrHEWPj4u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttrHEWPj4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttrHEWPj4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttrHEWPj4u .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ttrHEWPj4u .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-ttrHEWPj4u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttrHEWPj4u .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttrHEWPj4u .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ttrHEWPj4u .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttrHEWPj4u .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttrHEWPj4u .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ttrHEWPj4u .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttrHEWPj4u .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuKJuEGdao {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tuKJuEGdao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuKJuEGdao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuKJuEGdao .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuKJuEGdao .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-tuKJuEGdao .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuKJuEGdao .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuKJuEGdao .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuKJuEGdao .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuKJuEGdao .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuKJuEGdao .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuKJuEGdao .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuKJuEGdao .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ttP0l4ET3R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttP0l4ET3R .mbr-section-title {
  color: #ff4269;
}
.cid-ttP0EqVfQ5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ttP0EqVfQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttP0EqVfQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttP0EqVfQ5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ttP0EqVfQ5 .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-ttP0EqVfQ5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttP0EqVfQ5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttP0EqVfQ5 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ttP0EqVfQ5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttP0EqVfQ5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttP0EqVfQ5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ttP0EqVfQ5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttP0EqVfQ5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tt4qbKiNKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt4qbKiNKh .mbr-section-title {
  color: #ff4269;
}
.cid-ttIvrjJzwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttIvrjJzwc .mbr-section-title {
  color: #000000;
}
.cid-trQ9VdE3ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #210036;
}
.cid-trQ9VdE3ub .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-trQ9VdE3ub .plan-body {
  padding-bottom: 2rem;
}
.cid-trQ9VdE3ub .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trQ9VdE3ub .price {
  color: #26d1ff;
}
.cid-trQ9VdE3ub .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-trQ9VdE3ub .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-trQ9VdE3ub .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-trQ9VdE3ub .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-trQ9VdE3ub .plan {
    margin-bottom: 2rem;
  }
}
.cid-tunrMtb8dL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u162I92itW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u162I92itW .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-u162I92itW .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u162I92itW .mbr-section-title {
  color: #ff4269;
  font-weight: 700;
  text-align: center;
}
.cid-u162I92itW .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-u162I92itW .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-u162I92itW .timelines-container {
  margin-top: 60px;
}
.cid-u162I92itW .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-u162I92itW .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-u162I92itW .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-u162I92itW .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u162I92itW .container-fluid {
  padding: 0 2rem;
}
.cid-u162I92itW .separline:before,
.cid-u162I92itW .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #000000;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-u162I92itW .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #000000;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u162I92itW .container-fluid {
    padding: 0 1rem;
  }
  .cid-u162I92itW .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-u162I92itW .separline:before,
  .cid-u162I92itW .first-separline:before {
    left: -10px !important;
  }
  .cid-u162I92itW .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-u162I92itW .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-u162I92itW .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-u162I92itW .time-line-date-content p {
    float: left !important;
  }
  .cid-u162I92itW .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-u162I92itW .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-u162I92itW .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #210036;
}
.cid-u162I92itW .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #000000;
}
.cid-u162I92itW .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #210036;
  text-align: left;
}
.cid-u5JzY32Dk2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5JzY32Dk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5JzY32Dk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5JzY32Dk2 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u5JzY32Dk2 .mbr-section-title,
.cid-u5JzY32Dk2 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u5JzY32Dk2 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u5JzY32Dk2 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u5JzY32Dk2 .mbr-section-title {
  color: #ff4269;
}
.cid-u5JzY32Dk2 .card-title {
  color: #ff4269;
}
.cid-u5JzY32Dk2 .price {
  color: #ff4269;
}
.cid-u5J1SAhkzo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5J1SAhkzo .mbr-section-title {
  color: #ff4269;
}
.cid-u5J1W24mE4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5J1W24mE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5J1W24mE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5J1W24mE4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5J1W24mE4 .row {
  flex-direction: row-reverse;
}
.cid-u5J1W24mE4 img {
  width: 100%;
}
.cid-trQa8ogz4H {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-trQa8ogz4H .row {
    flex-direction: column-reverse;
  }
  .cid-trQa8ogz4H .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trQa8ogz4H .google-map {
  height: 100%;
  position: relative;
}
.cid-trQa8ogz4H .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-trQa8ogz4H .google-map [data-state-details] {
  color: #6b6763;
  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-trQa8ogz4H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-trQa8ogz4H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-trQa8ogz4H .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-trQa8ogz4H .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-trQa8ogz4H .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-trQa8ogz4H .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trQa8ogz4H .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-trQa8ogz4H .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #210036;
}
.cid-trQa8ogz4H P {
  color: #ff4269;
}
.cid-trQa8ogz4H .mbr-section-title {
  color: #ff4269;
}
.cid-ttqCbwDeVX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttqCbwDeVX .mbr-section-title {
  color: #ff4269;
}
.cid-ttIxnlztpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttIxnlztpl .mbr-section-title {
  color: #000000;
}
.cid-u23jxtDrAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #210036;
}
.cid-u23jxtDrAP .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-u23jxtDrAP .plan-body {
  padding-bottom: 2rem;
}
.cid-u23jxtDrAP .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u23jxtDrAP .price {
  color: #26d1ff;
}
.cid-u23jxtDrAP .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-u23jxtDrAP .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-u23jxtDrAP .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-u23jxtDrAP .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-u23jxtDrAP .plan {
    margin-bottom: 2rem;
  }
}
.cid-trQUfn5ij0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trQUfn5ij0 .item {
  padding-bottom: 2rem;
}
.cid-trQUfn5ij0 .item-wrapper {
  position: relative;
}
.cid-trQUfn5ij0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-trQUfn5ij0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trQUfn5ij0 .carousel-control,
.cid-trQUfn5ij0 .close {
  background: #1b1b1b;
}
.cid-trQUfn5ij0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trQUfn5ij0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trQUfn5ij0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trQUfn5ij0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-trQUfn5ij0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-trQUfn5ij0 .close::before {
  content: '\e91a';
}
.cid-trQUfn5ij0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-trQUfn5ij0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-trQUfn5ij0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trQUfn5ij0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trQUfn5ij0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trQUfn5ij0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-trQUfn5ij0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-trQUfn5ij0 .carousel-indicators li.active,
.cid-trQUfn5ij0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-trQUfn5ij0 .carousel-indicators li::after,
.cid-trQUfn5ij0 .carousel-indicators li::before {
  content: none;
}
.cid-trQUfn5ij0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-trQUfn5ij0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-trQUfn5ij0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-trQUfn5ij0 .carousel-indicators {
    display: none;
  }
}
.cid-trQUfn5ij0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-trQUfn5ij0 .carousel-inner > .active {
  display: block;
}
.cid-trQUfn5ij0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trQUfn5ij0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trQUfn5ij0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-trQUfn5ij0 .carousel-control,
  .cid-trQUfn5ij0 .carousel-indicators,
  .cid-trQUfn5ij0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-trQUfn5ij0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-trQUfn5ij0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trQUfn5ij0 .carousel-indicators .active,
.cid-trQUfn5ij0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-trQUfn5ij0 .carousel-indicators .active {
  background: #fff;
}
.cid-trQUfn5ij0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-trQUfn5ij0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trQUfn5ij0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trQUfn5ij0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-trQUfn5ij0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trQUfn5ij0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-trQUfn5ij0 .carousel {
  width: 100%;
}
.cid-trQUfn5ij0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trQUfn5ij0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trQUfn5ij0 .modal.fade .modal-dialog,
.cid-trQUfn5ij0 .modal.in .modal-dialog {
  transform: none;
}
.cid-trQUfn5ij0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trQUfn5ij0 H6 {
  text-align: center;
}
.cid-trQUfn5ij0 H3 {
  color: #ff4269;
}
.cid-trQUfn5ij0 H4 {
  text-align: center;
  color: #210036;
}
.cid-tt3tWsrgq4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt3tWsrgq4 .item {
  padding-bottom: 2rem;
}
.cid-tt3tWsrgq4 .item-wrapper {
  position: relative;
}
.cid-tt3tWsrgq4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tt3tWsrgq4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tt3tWsrgq4 .carousel-control,
.cid-tt3tWsrgq4 .close {
  background: #1b1b1b;
}
.cid-tt3tWsrgq4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tt3tWsrgq4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tt3tWsrgq4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tt3tWsrgq4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tt3tWsrgq4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tt3tWsrgq4 .close::before {
  content: '\e91a';
}
.cid-tt3tWsrgq4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tt3tWsrgq4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt3tWsrgq4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt3tWsrgq4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt3tWsrgq4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt3tWsrgq4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tt3tWsrgq4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tt3tWsrgq4 .carousel-indicators li.active,
.cid-tt3tWsrgq4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt3tWsrgq4 .carousel-indicators li::after,
.cid-tt3tWsrgq4 .carousel-indicators li::before {
  content: none;
}
.cid-tt3tWsrgq4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt3tWsrgq4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tt3tWsrgq4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tt3tWsrgq4 .carousel-indicators {
    display: none;
  }
}
.cid-tt3tWsrgq4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt3tWsrgq4 .carousel-inner > .active {
  display: block;
}
.cid-tt3tWsrgq4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt3tWsrgq4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt3tWsrgq4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tt3tWsrgq4 .carousel-control,
  .cid-tt3tWsrgq4 .carousel-indicators,
  .cid-tt3tWsrgq4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tt3tWsrgq4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tt3tWsrgq4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tt3tWsrgq4 .carousel-indicators .active,
.cid-tt3tWsrgq4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tt3tWsrgq4 .carousel-indicators .active {
  background: #fff;
}
.cid-tt3tWsrgq4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tt3tWsrgq4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tt3tWsrgq4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tt3tWsrgq4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tt3tWsrgq4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tt3tWsrgq4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tt3tWsrgq4 .carousel {
  width: 100%;
}
.cid-tt3tWsrgq4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tt3tWsrgq4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tt3tWsrgq4 .modal.fade .modal-dialog,
.cid-tt3tWsrgq4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tt3tWsrgq4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tt3tWsrgq4 H6 {
  text-align: center;
}
.cid-tt3tWsrgq4 H4 {
  color: #210036;
}
.cid-u1trVd9hMO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1trVd9hMO .mbr-section-title {
  color: #ff4269;
}
.cid-u1trYHXMZd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1trYHXMZd .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1trYHXMZd .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-u1trYHXMZd .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-u1trYHXMZd .card img {
  width: 100%;
  padding-right: 35%;
}
@media (max-width: 1199px) {
  .cid-u1trYHXMZd .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-u1trYHXMZd .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-u1trYHXMZd .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-u1trYHXMZd .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-u1trYHXMZd .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-u1trYHXMZd .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-u1trYHXMZd .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-u1ts3w92oI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1ts3w92oI .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u1ts3w92oI .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-u1ts3w92oI .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-u1ts3w92oI .card img {
  width: 100%;
  padding-right: 35%;
}
@media (max-width: 1199px) {
  .cid-u1ts3w92oI .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-u1ts3w92oI .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-u1ts3w92oI .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-u1ts3w92oI .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-u1ts3w92oI .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-u1ts3w92oI .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-u1ts3w92oI .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-u2ep6UlUR9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ep6UlUR9 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u2ep6UlUR9 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-u2ep6UlUR9 .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-u2ep6UlUR9 .card img {
  width: 100%;
  padding-right: 35%;
}
@media (max-width: 1199px) {
  .cid-u2ep6UlUR9 .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-u2ep6UlUR9 .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-u2ep6UlUR9 .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-u2ep6UlUR9 .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-u2ep6UlUR9 .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-u2ep6UlUR9 .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-u2ep6UlUR9 .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-u41IpyBdnc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u41IpyBdnc .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-u41IpyBdnc .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-u41IpyBdnc .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-u41IpyBdnc .card img {
  width: 100%;
  padding-right: 35%;
}
@media (max-width: 1199px) {
  .cid-u41IpyBdnc .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-u41IpyBdnc .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-u41IpyBdnc .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-u41IpyBdnc .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-u41IpyBdnc .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-u41IpyBdnc .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-u41IpyBdnc .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
