body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #4985f4 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #149dcc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4985f4 !important;
  border-color: #4985f4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e58e3 !important;
  border-color: #0e58e3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e58e3 !important;
  border-color: #0e58e3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0c4fcb;
  color: #0c4fcb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4985f4;
  border-color: #4985f4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4985f4 !important;
  border-color: #4985f4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4985f4 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #149dcc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c4fcb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0b566f !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: #82786e;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #149dcc;
}
.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 !important;
}
.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: #4985f4;
  border-color: #4985f4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4985f4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4e6f8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #4985f4;
}
/* 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4985f4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4985f4;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4985f4;
  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: #4985f4;
  border-bottom-color: #4985f4;
}
.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: #4985f4 !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%234985f4' %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.3;
}
.cid-turHuKPNG7 .modal-body .close {
  background: #1b1b1b;
}
.cid-turHuKPNG7 .modal-body .close span {
  font-style: normal;
}
.cid-turHuKPNG7 .carousel-inner > .active,
.cid-turHuKPNG7 .carousel-inner > .next,
.cid-turHuKPNG7 .carousel-inner > .prev {
  display: flex;
}
.cid-turHuKPNG7 .carousel-control .icon-next,
.cid-turHuKPNG7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-turHuKPNG7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-turHuKPNG7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-turHuKPNG7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-turHuKPNG7 .boxed-slider > div {
  position: relative;
}
.cid-turHuKPNG7 .container img {
  width: 100%;
}
.cid-turHuKPNG7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-turHuKPNG7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-turHuKPNG7 .mbr-table-cell {
  padding: 0;
}
.cid-turHuKPNG7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-turHuKPNG7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-turHuKPNG7 .mbr-overlay {
  z-index: 1;
}
.cid-turHuKPNG7 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-turHuKPNG7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-turHuKPNG7 .carousel-item.active.right,
.cid-turHuKPNG7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-turHuKPNG7 .carousel-item.active.left,
.cid-turHuKPNG7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-turHuKPNG7 .carousel-item.active,
.cid-turHuKPNG7 .carousel-item.next.left,
.cid-turHuKPNG7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-turHuKPNG7 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-turHuKPNG7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-turHuKPNG7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-turHuKPNG7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-turHuKPNG7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-turHuKPNG7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-turHuKPNG7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-turHuKPNG7 .mbr-slider .carousel-indicators li.active,
.cid-turHuKPNG7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-turHuKPNG7 .mbr-slider .carousel-indicators li::after,
.cid-turHuKPNG7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-turHuKPNG7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-turHuKPNG7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-turHuKPNG7 .mbr-slider > .container img {
  width: 100%;
}
.cid-turHuKPNG7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-turHuKPNG7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-turHuKPNG7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-turHuKPNG7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-turHuKPNG7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-turHuKPNG7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-turHuKPNG7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-turHuKPNG7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-turHuKPNG7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-turHuKPNG7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-turHuKPNG7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-turHuKPNG7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-turHuKPNG7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tw2ETqi8m4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tw2ETqi8m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2ETqi8m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2ETqi8m4 .mbr-text,
.cid-tw2ETqi8m4 .mbr-section-btn {
  color: #232323;
}
.cid-tw2ETqi8m4 .card-title,
.cid-tw2ETqi8m4 .card-box {
  color: #efefef;
}
.cid-tw2ETqi8m4 .mbr-text,
.cid-tw2ETqi8m4 .link-wrap {
  color: #ffffff;
}
.cid-tw2IzAgFWk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw2IzAgFWk blockquote {
  border-color: #4783f2;
  border-radius: 4px;
  background-color: #fdfdfd;
}
.cid-tw2IzAgFWk .mbr-section-title {
  color: #4783f2;
}
.cid-tvD9agrPO2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-tvD9agrPO2 .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-tvD9agrPO2 img,
.cid-tvD9agrPO2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvD9agrPO2 .item:focus,
.cid-tvD9agrPO2 span:focus {
  outline: none;
}
.cid-tvD9agrPO2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvD9agrPO2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvD9agrPO2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tvD9agrPO2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvD9agrPO2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tvD9agrPO2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tvD9agrPO2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvD9agrPO2 .mbr-section-title {
  color: #363636;
}
.cid-tvD9agrPO2 .mbr-text,
.cid-tvD9agrPO2 .mbr-section-btn {
  text-align: left;
  color: #293d44;
}
.cid-tvD9agrPO2 .item-title {
  text-align: left;
  color: #363636;
}
.cid-tvD9agrPO2 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t935eNSuHQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t935eNSuHQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t935eNSuHQ p {
  color: #767676;
  text-align: left;
}
.cid-t935eNSuHQ .card-box {
  padding-top: 2rem;
}
.cid-t935eNSuHQ .card-wrapper {
  height: 100%;
}
.cid-tulLl007Zv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-tulLl007Zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulLl007Zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulLl007Zv .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tulLl007Zv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tulLl007Zv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tulLl007Zv .card-wrapper {
    padding: 4rem;
  }
}
.cid-tulMhNMwux {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tulMhNMwux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulMhNMwux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulMhNMwux .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tulMhNMwux .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-tulMhNMwux .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tulMhNMwux .card-wrapper {
    padding: 1rem;
  }
}
.cid-tulMhNMwux ul {
  list-style: none;
}
.cid-tulMhNMwux li {
  position: relative;
}
.cid-tulMhNMwux li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #4985f4;
  font-size: 0.8rem;
}
.cid-tulMhNMwux .mbr-section-btn {
  width: 100%;
}
.cid-tulMhNMwux .btn {
  width: 100%;
}
.cid-tulMhNMwux .card-title {
  color: #363636;
}
.cid-tulKUZTcRs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulKUZTcRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulKUZTcRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulKUZTcRs .item {
  padding-bottom: 2rem;
}
.cid-tulKUZTcRs .item-wrapper {
  position: relative;
}
.cid-tulKUZTcRs .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-tulKUZTcRs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tulKUZTcRs .carousel-control,
.cid-tulKUZTcRs .close {
  background: #1b1b1b;
}
.cid-tulKUZTcRs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tulKUZTcRs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tulKUZTcRs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tulKUZTcRs .carousel-control-next span {
  margin-left: 5px;
}
.cid-tulKUZTcRs .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-tulKUZTcRs .close::before {
  content: '\e91a';
}
.cid-tulKUZTcRs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tulKUZTcRs .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-tulKUZTcRs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tulKUZTcRs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tulKUZTcRs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tulKUZTcRs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tulKUZTcRs .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-tulKUZTcRs .carousel-indicators li.active,
.cid-tulKUZTcRs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tulKUZTcRs .carousel-indicators li::after,
.cid-tulKUZTcRs .carousel-indicators li::before {
  content: none;
}
.cid-tulKUZTcRs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tulKUZTcRs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tulKUZTcRs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tulKUZTcRs .carousel-indicators {
    display: none;
  }
}
.cid-tulKUZTcRs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tulKUZTcRs .carousel-inner > .active {
  display: block;
}
.cid-tulKUZTcRs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tulKUZTcRs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tulKUZTcRs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tulKUZTcRs .carousel-control,
  .cid-tulKUZTcRs .carousel-indicators,
  .cid-tulKUZTcRs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tulKUZTcRs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tulKUZTcRs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tulKUZTcRs .carousel-indicators .active,
.cid-tulKUZTcRs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tulKUZTcRs .carousel-indicators .active {
  background: #fff;
}
.cid-tulKUZTcRs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tulKUZTcRs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tulKUZTcRs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tulKUZTcRs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tulKUZTcRs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tulKUZTcRs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tulKUZTcRs .carousel {
  width: 100%;
}
.cid-tulKUZTcRs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tulKUZTcRs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tulKUZTcRs .modal.fade .modal-dialog,
.cid-tulKUZTcRs .modal.in .modal-dialog {
  transform: none;
}
.cid-tulKUZTcRs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tulKUZTcRs H6 {
  text-align: center;
}
.cid-tulKUZTcRs H3 {
  color: #363636;
}
.cid-tulLmX64Q5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tulLmX64Q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulLmX64Q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulLmX64Q5 .mbr-section-title,
.cid-tulLmX64Q5 .mbr-text,
.cid-tulLmX64Q5 .mbr-section-btn {
  text-align: center;
}
.cid-tulLmX64Q5 .video-wrapper {
  margin: auto;
}
.cid-tulLmX64Q5 .video-wrapper iframe {
  width: 100%;
}
.cid-tulLmX64Q5 .mbr-section-title {
  color: #363636;
}
.cid-tulLr6AeBk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1600x1067.jpg");
}
.cid-tulLr6AeBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulLr6AeBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulLr6AeBk .mbr-section-title {
  color: #555555;
}
.cid-tulQ4sY9N9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tulQ4sY9N9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulQ4sY9N9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulQ4sY9N9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tulQ4sY9N9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tulQ4sY9N9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tulQ4sY9N9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tulQ4sY9N9 .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-tulQ4sY9N9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tulQ4sY9N9 .carousel-control,
.cid-tulQ4sY9N9 .close {
  background: #1b1b1b;
}
.cid-tulQ4sY9N9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tulQ4sY9N9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tulQ4sY9N9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tulQ4sY9N9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tulQ4sY9N9 .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-tulQ4sY9N9 .close::before {
  content: '\e91a';
}
.cid-tulQ4sY9N9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tulQ4sY9N9 .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-tulQ4sY9N9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tulQ4sY9N9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tulQ4sY9N9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tulQ4sY9N9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tulQ4sY9N9 .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-tulQ4sY9N9 .carousel-indicators li.active,
.cid-tulQ4sY9N9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tulQ4sY9N9 .carousel-indicators li::after,
.cid-tulQ4sY9N9 .carousel-indicators li::before {
  content: none;
}
.cid-tulQ4sY9N9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tulQ4sY9N9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tulQ4sY9N9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tulQ4sY9N9 .carousel-indicators {
    display: none;
  }
}
.cid-tulQ4sY9N9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tulQ4sY9N9 .carousel-inner > .active {
  display: block;
}
.cid-tulQ4sY9N9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tulQ4sY9N9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tulQ4sY9N9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tulQ4sY9N9 .carousel-control,
  .cid-tulQ4sY9N9 .carousel-indicators,
  .cid-tulQ4sY9N9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tulQ4sY9N9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tulQ4sY9N9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tulQ4sY9N9 .carousel-indicators .active,
.cid-tulQ4sY9N9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tulQ4sY9N9 .carousel-indicators .active {
  background: #fff;
}
.cid-tulQ4sY9N9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tulQ4sY9N9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tulQ4sY9N9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tulQ4sY9N9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tulQ4sY9N9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tulQ4sY9N9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tulQ4sY9N9 .carousel {
  width: 100%;
}
.cid-tulQ4sY9N9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tulQ4sY9N9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tulQ4sY9N9 .modal.fade .modal-dialog,
.cid-tulQ4sY9N9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tulQ4sY9N9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tulQ4sY9N9 H6 {
  text-align: center;
}
.cid-tulQ4sY9N9 H3 {
  color: #363636;
}
.cid-tulQ7ILqhH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulQ7ILqhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulQ7ILqhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulQ7ILqhH .item {
  padding-bottom: 2rem;
}
.cid-tulQ7ILqhH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tulQ7ILqhH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tulQ7ILqhH .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-tulQ7ILqhH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tulQ7ILqhH .carousel-control,
.cid-tulQ7ILqhH .close {
  background: #1b1b1b;
}
.cid-tulQ7ILqhH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tulQ7ILqhH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tulQ7ILqhH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tulQ7ILqhH .carousel-control-next span {
  margin-left: 5px;
}
.cid-tulQ7ILqhH .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-tulQ7ILqhH .close::before {
  content: '\e91a';
}
.cid-tulQ7ILqhH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tulQ7ILqhH .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-tulQ7ILqhH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tulQ7ILqhH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tulQ7ILqhH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tulQ7ILqhH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tulQ7ILqhH .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-tulQ7ILqhH .carousel-indicators li.active,
.cid-tulQ7ILqhH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tulQ7ILqhH .carousel-indicators li::after,
.cid-tulQ7ILqhH .carousel-indicators li::before {
  content: none;
}
.cid-tulQ7ILqhH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tulQ7ILqhH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tulQ7ILqhH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tulQ7ILqhH .carousel-indicators {
    display: none;
  }
}
.cid-tulQ7ILqhH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tulQ7ILqhH .carousel-inner > .active {
  display: block;
}
.cid-tulQ7ILqhH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tulQ7ILqhH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tulQ7ILqhH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tulQ7ILqhH .carousel-control,
  .cid-tulQ7ILqhH .carousel-indicators,
  .cid-tulQ7ILqhH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tulQ7ILqhH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tulQ7ILqhH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tulQ7ILqhH .carousel-indicators .active,
.cid-tulQ7ILqhH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tulQ7ILqhH .carousel-indicators .active {
  background: #fff;
}
.cid-tulQ7ILqhH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tulQ7ILqhH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tulQ7ILqhH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tulQ7ILqhH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tulQ7ILqhH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tulQ7ILqhH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tulQ7ILqhH .carousel {
  width: 100%;
}
.cid-tulQ7ILqhH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tulQ7ILqhH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tulQ7ILqhH .modal.fade .modal-dialog,
.cid-tulQ7ILqhH .modal.in .modal-dialog {
  transform: none;
}
.cid-tulQ7ILqhH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tulQ7ILqhH H6 {
  text-align: center;
}
.cid-tulQ7ILqhH H3 {
  color: #363636;
}
.cid-t935hVA4bW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
}
.cid-t935hVA4bW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t935hVA4bW .section-text {
  padding: 2rem 0;
}
.cid-t935hVA4bW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t935hVA4bW .inner-container {
    width: 100% !important;
  }
}
.cid-tulKZx0Xny {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tulKZx0Xny .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulKZx0Xny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulKZx0Xny .media-container-row {
  justify-content: space-between;
}
.cid-tulKZx0Xny .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tulKZx0Xny .text-content {
    max-width: none;
  }
}
.cid-tulKZx0Xny .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #555555;
  border: 2px solid #555555;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tulKZx0Xny .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tulKZx0Xny .mbr-iconfont-social:hover {
  background-color: #555555;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tulKZx0Xny .icons {
    justify-content: center !important;
  }
  .cid-tulKZx0Xny .text-content * {
    text-align: center;
  }
}
.cid-tulKZx0Xny P {
  color: #363636;
}
.cid-tulKZx0Xny .mbr-section-title {
  color: #555555;
}
.cid-tulLv1bnhH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulLv1bnhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulLv1bnhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tulLv1bnhH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tulLv1bnhH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tulLv1bnhH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tulKnw6gBB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tulKnw6gBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulKnw6gBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulKnw6gBB .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tulKnw6gBB .icon-box {
  background: #efefef;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tulKnw6gBB .mbr-iconfont {
  font-size: 2rem;
  color: #707070;
}
@media (max-width: 991px) {
  .cid-tulKnw6gBB .card {
    margin-bottom: 2rem;
  }
  .cid-tulKnw6gBB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tulKnw6gBB .icon-text {
  color: #232323;
}
.cid-tulKnw6gBB .icon-title {
  color: #555555;
}
.cid-tulKnw6gBB .card-title,
.cid-tulKnw6gBB .card-box {
  color: #555555;
}
.cid-tulL1Pi7pb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulL2CtGtY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tulL2CtGtY .line {
  background-color: #363636;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tr1wRL0guo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tr1wRL0guo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1wRL0guo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1wRL0guo .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tr1wRL0guo .mbr-section-title,
.cid-tr1wRL0guo .mbr-section-subtitle {
  text-align: center;
}
.cid-tr1wRL0guo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tr1wRL0guo .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tr1wRL0guo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tr1wRL0guo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tr1wRL0guo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tr1wRL0guo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tulNiNhbK5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulNiNhbK5 img,
.cid-tulNiNhbK5 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tulNiNhbK5 .item:focus,
.cid-tulNiNhbK5 span:focus {
  outline: none;
}
.cid-tulNiNhbK5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tulNiNhbK5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tulNiNhbK5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tulNiNhbK5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tulNiNhbK5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tulNiNhbK5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tulNiNhbK5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tulNiNhbK5 .mbr-section-title {
  color: #232323;
}
.cid-tulNiNhbK5 .mbr-text,
.cid-tulNiNhbK5 .mbr-section-btn {
  text-align: left;
}
.cid-tulNiNhbK5 .item-title {
  text-align: left;
}
.cid-tulNiNhbK5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tulNjYZLN0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulNjYZLN0 img,
.cid-tulNjYZLN0 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tulNjYZLN0 .item:focus,
.cid-tulNjYZLN0 span:focus {
  outline: none;
}
.cid-tulNjYZLN0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tulNjYZLN0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tulNjYZLN0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tulNjYZLN0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tulNjYZLN0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tulNjYZLN0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tulNjYZLN0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tulNjYZLN0 .mbr-section-title {
  color: #232323;
}
.cid-tulNjYZLN0 .mbr-text,
.cid-tulNjYZLN0 .mbr-section-btn {
  text-align: center;
}
.cid-tulNjYZLN0 .item-title {
  text-align: center;
}
.cid-tulNjYZLN0 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tulMRHNyZL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulMRHNyZL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tulMRHNyZL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tulMRHNyZL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #232323;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tr1wYE0bDq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulL3JOFX1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #363636;
}
.cid-tulL3JOFX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulL3JOFX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulL3JOFX1 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tulL3JOFX1 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tulL3JOFX1 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tulL3JOFX1 .wrapper {
  padding: 30px 0;
}
.cid-tulL3JOFX1 .mbr-section-title {
  color: #fafafa;
}
.cid-tulL3JOFX1 .mbr-text,
.cid-tulL3JOFX1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tr1y3Q0K71 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tr1y3Q0K71 .counter-container {
  color: #767676;
}
.cid-tr1y3Q0K71 .counter-container ul {
  margin-bottom: 0;
}
.cid-tr1y3Q0K71 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tr1y3Q0K71 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tulKNCu2hR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tulKNCu2hR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tulKNCu2hR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tulKNCu2hR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tulKNCu2hR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tulKNCu2hR .mbr-section-title {
  color: #363636;
}
.cid-tulKH1oulj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulKH1oulj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulKH1oulj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulKH1oulj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tulKH1oulj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tulKH1oulj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tulKH1oulj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tulKH1oulj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4985f4;
}
.cid-tulKH1oulj P {
  color: #232323;
}
.cid-tulKH1oulj .mbr-section-title {
  color: #363636;
}
.cid-tulLaRDt2m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulLaRDt2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulLaRDt2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulLaRDt2m .row {
  flex-direction: row-reverse;
}
.cid-tulLaRDt2m .video-wrapper iframe {
  width: 100%;
}
.cid-tulLaRDt2m .mbr-section-title,
.cid-tulLaRDt2m .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tulLaRDt2m .text-wrapper {
    padding: 2rem;
  }
}
.cid-tulLaRDt2m .mbr-section-title {
  color: #363636;
}
.cid-tulL7qY5KO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tulL7qY5KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulL7qY5KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tulL7qY5KO .container {
    max-width: 1400px;
  }
}
.cid-tulL7qY5KO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #5c8491;
  margin-bottom: 2rem;
}
.cid-tulL7qY5KO .card-wrapper {
  margin-top: 3rem;
}
.cid-tulL7qY5KO .row {
  justify-content: center;
}
.cid-tulL7qY5KO .mbr-section-title {
  color: #363636;
}
.cid-tulL7Xwz16 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tulL7Xwz16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulL7Xwz16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulL7Xwz16 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #4985f4;
  margin-bottom: 2rem;
}
.cid-tulL7Xwz16 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tulKRayWqQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (min-width: 991px) {
  .cid-tulKRayWqQ .container-fluid {
    padding-left: 0;
  }
}
.cid-tulKRayWqQ .mbr-text,
.cid-tulKRayWqQ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tulKRayWqQ .mbr-text,
  .cid-tulKRayWqQ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tulKRayWqQ .mbr-text,
  .cid-tulKRayWqQ .mbr-section-title {
    text-align: center;
  }
}
.cid-tulKRayWqQ a.btn {
  height: 100%;
  margin: 0;
}
.cid-tulKRayWqQ .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tulKRayWqQ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tulKRayWqQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tulKRayWqQ .justify-content-center {
  align-items: center;
}
.cid-tulKFDqNvR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tulKFDqNvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tulKFDqNvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tulKFDqNvR .google-map {
  height: 30rem;
  position: relative;
}
.cid-tulKFDqNvR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tulKFDqNvR .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-tulKFDqNvR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tulKFDqNvR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuCRzsuCD2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuCRzsuCD2 img {
  width: 120px;
  margin: auto;
}
.cid-tuCRzsuCD2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tuCRzsuCD2 .card {
    max-width: 12.5%;
  }
}
.cid-tw2R1FlAMm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tw2R1FlAMm .title {
  margin-bottom: 2rem;
}
.cid-tw2R1FlAMm .mbr-section-subtitle {
  color: #767676;
}
.cid-tw2R1FlAMm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tw2R1FlAMm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tw2R1FlAMm textarea.form-control {
  min-height: 188px;
}
.cid-twefwITr5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twefwITr5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-twefwITr5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twefwITr5d .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-twefwITr5d .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-twefC9u69e {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-twefC9u69e .mbr-text {
  color: #767676;
}
.cid-twefC9u69e .mbr-text p {
  background: #ffffff;
}
.cid-tAEX63WA99 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tAEX63WA99 P {
  color: #767676;
}
.cid-tAEX6Hxpu3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tAEXbrVzWX {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #293d44);
}
@media (min-width: 992px) {
  .cid-tAEXbrVzWX .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tAEXbrVzWX .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tAEXgcLJoF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tAEXgcLJoF .card {
  align-self: stretch;
}
.cid-tAEXgcLJoF .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tAEXgcLJoF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tAEXgcLJoF p {
  color: #767676;
  text-align: left;
}
.cid-tAEXgcLJoF .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tAEXgcLJoF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tAEXgcLJoF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tAEXgtEZyh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXgtEZyh .mbr-text {
  color: #767676;
}
.cid-tAEXgtEZyh h4 {
  text-align: center;
}
.cid-tAEXgtEZyh p {
  text-align: center;
}
.cid-tAEXgtEZyh .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tAEXhKkQqB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXhKkQqB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tAEXhKkQqB p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tAEXhKkQqB .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tAEXhKkQqB .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tAEXhKkQqB .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tAEXhKkQqB .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tAEXhKkQqB .card-box {
    padding-left: 0;
  }
}
.cid-tAEXijxy3m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXijxy3m h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tAEXijxy3m p {
  color: #767676;
  text-align: left;
}
.cid-tAEXijxy3m .card-img {
  text-align: left;
}
.cid-tAEXijxy3m .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tAEXjvLkVL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tAEXjvLkVL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tAEXjvLkVL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tAEXjvLkVL .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tAEXjvLkVL .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tAEXjvLkVL .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-tAEXjV9XHj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXjV9XHj p {
  margin-bottom: 0;
}
.cid-tAEXjV9XHj .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(35, 35, 35, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tAEXjV9XHj .card-box .card-title {
  pointer-events: all;
}
.cid-tAEXjV9XHj .card-box .mbr-text {
  pointer-events: all;
}
.cid-tAEXjV9XHj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tAEXjV9XHj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tAEXjV9XHj .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tAEXjV9XHj .card-wrap {
  position: relative;
}
.cid-tAEXjV9XHj .card {
  padding-bottom: 2rem;
}
.cid-tAEXkn9WBj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXkn9WBj h2 {
  text-align: left;
}
.cid-tAEXkn9WBj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tAEXkn9WBj p {
  color: #767676;
  text-align: left;
}
.cid-tAEXkn9WBj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tAEXkn9WBj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tAEXkn9WBj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tAEXkn9WBj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tAEXkn9WBj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tAEXkn9WBj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tAEXkn9WBj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tAEXkn9WBj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tAEXkn9WBj .card-img span {
    font-size: 40px !important;
  }
}
.cid-tAEXl8BKcz {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-tAEXnLG6xm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tAEXoA1UXe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAEXoA1UXe .mbr-section-subtitle {
  color: #767676;
}
.cid-tAEXssl0Jr {
  background: #ffffff;
}
.cid-tAEXssl0Jr .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tAEXssl0Jr .video-block {
    width: 100% !important;
  }
}
.cid-tAEXz9EBWz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tAEXz9EBWz .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-tAEXz9EBWz .mbr-author-desc {
  display: block;
}
.cid-tAEXz9EBWz .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-tAEXz9EBWz .mbr-testimonial .panel-item {
  background-color: #232323;
  background: linear-gradient(#232323, transparent);
}
.cid-tAEXz9EBWz .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tAEXz9EBWz .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tAEXz9EBWz .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tAEXz9EBWz .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tAEXz9EBWz .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tAEXz9EBWz .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tAEXzvrzDW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAEXzvrzDW .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tAEXzvrzDW .carousel-item.active,
.cid-tAEXzvrzDW .carousel-item-next,
.cid-tAEXzvrzDW .carousel-item-prev {
  display: flex;
}
.cid-tAEXzvrzDW .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-tAEXzvrzDW .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-tAEXzvrzDW .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tAEXzvrzDW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tAEXzvrzDW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tAEXzvrzDW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tAEXzNmzxd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
  background: linear-gradient(#efefef, #efefef);
}
.cid-tAEXzNmzxd .carousel-control {
  background: #000;
}
.cid-tAEXzNmzxd .mbr-section-subtitle {
  color: #767676;
}
.cid-tAEXzNmzxd .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAEXzNmzxd .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tAEXzNmzxd .carousel-item .wrap-img {
  text-align: center;
}
.cid-tAEXzNmzxd .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tAEXzNmzxd .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAEXzNmzxd .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tAEXzNmzxd .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tAEXzNmzxd .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tAEXzNmzxd .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tAEXzNmzxd .cloneditem-1,
.cid-tAEXzNmzxd .cloneditem-2,
.cid-tAEXzNmzxd .cloneditem-3,
.cid-tAEXzNmzxd .cloneditem-4,
.cid-tAEXzNmzxd .cloneditem-5 {
  display: none;
}
.cid-tAEXzNmzxd .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAEXzNmzxd .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides2 .cloneditem-1,
  .cid-tAEXzNmzxd .carousel-inner.slides2 .cloneditem-2,
  .cid-tAEXzNmzxd .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides3 .cloneditem-1,
  .cid-tAEXzNmzxd .carousel-inner.slides3 .cloneditem-2,
  .cid-tAEXzNmzxd .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides4 .cloneditem-1,
  .cid-tAEXzNmzxd .carousel-inner.slides4 .cloneditem-2,
  .cid-tAEXzNmzxd .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides5 .cloneditem-1,
  .cid-tAEXzNmzxd .carousel-inner.slides5 .cloneditem-2,
  .cid-tAEXzNmzxd .carousel-inner.slides5 .cloneditem-3,
  .cid-tAEXzNmzxd .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tAEXzNmzxd .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tAEXzNmzxd .carousel-inner.slides6 .cloneditem-1,
  .cid-tAEXzNmzxd .carousel-inner.slides6 .cloneditem-2,
  .cid-tAEXzNmzxd .carousel-inner.slides6 .cloneditem-3,
  .cid-tAEXzNmzxd .carousel-inner.slides6 .cloneditem-4,
  .cid-tAEXzNmzxd .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tAEXAgRQKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-tAEXAgRQKd .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-tAEXAgRQKd .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-tAEXAgRQKd .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-tAEXAgRQKd .mbr-figure,
  .cid-tAEXAgRQKd img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-tAEXCWl7yb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tAEXCWl7yb .content {
    text-align: center;
  }
  .cid-tAEXCWl7yb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAEXCWl7yb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tAEXCWl7yb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tAEXCWl7yb .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tAEXCWl7yb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tAEXCWl7yb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tAEXCWl7yb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAEXCWl7yb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tAEXCWl7yb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tAEXCWl7yb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tAEXCWl7yb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tAEXCWl7yb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAEXHK68dN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tAEXHK68dN .mbr-section-subtitle {
  color: #767676;
}
.cid-tAEXHK68dN .container-table {
  margin: 0 auto;
}
.cid-tAEXHK68dN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tAEXHK68dN .dataTables_wrapper {
  display: block;
}
.cid-tAEXHK68dN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tAEXHK68dN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tAEXHK68dN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tAEXHK68dN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tAEXHK68dN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tAEXHK68dN table td {
  border-top: 1px solid #cccccc;
}
.cid-tAEXHK68dN table.table {
  background: #ffffff;
}
.cid-tAEXHK68dN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tAEXHK68dN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tAEXHK68dN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tAEXHK68dN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tAEXHK68dN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tAEXHK68dN .dataTables_filter {
    text-align: center;
  }
  .cid-tAEXHK68dN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tAEXHK68dN .mbr-section-title {
  color: #363636;
}
.cid-tAEXJ23hjY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-tAEXJ23hjY p {
  color: #767676;
}
.cid-tAEXJ23hjY .mbr-section-subtitle {
  color: #767676;
}
.cid-tAEXJ23hjY .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tAEXJ23hjY .panel-group {
  width: 100%;
}
.cid-tAEXJ23hjY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tAEXJ23hjY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tAEXJ23hjY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tAEXJ23hjY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tAEXJ23hjY .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tAEXJ23hjY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tAEXJ23hjY .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tAEXJ23hjY .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tAEXJ23hjY H2 {
  color: #363636;
}
.cid-tAEXKcNBtW {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-tAEXKcNBtW .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tAEXKcNBtW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tAEXKcNBtW .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tAEXKcNBtW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tAEXKcNBtW .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tAEXKcNBtW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tAEXKcNBtW .card .panel-body {
  color: #767676;
}
.cid-tAEXKcNBtW H2 {
  color: #363636;
}
.cid-tAEXNHJuST {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXNHJuST h3 {
  text-align: center;
}
.cid-tAEXNHJuST .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tAEXNHJuST .mbr-content-text {
  color: #767676;
}
.cid-tAEXNHJuST .panel-item {
  background: #ffffff;
}
.cid-tAEXNHJuST .card {
  word-wrap: break-word;
}
.cid-tAEXNHJuST .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-tAEXNHJuST .mbr-section-title {
  color: #4783f2;
}
.cid-tAEXNHJuST H3 {
  color: #4783f2;
}
.cid-tAEXP6EG3a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXP6EG3a .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tAEXP6EG3a .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tAEXP6EG3a .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #4783f2;
}
.cid-tAEXP6EG3a .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tAEXP6EG3a .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #4783f2;
}
.cid-tAEXP6EG3a .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tAEXP6EG3a .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tAEXP6EG3a .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tAEXP6EG3a .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tAEXP6EG3a .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tAEXP6EG3a .number,
  .cid-tAEXP6EG3a .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tAEXP6EG3a .period {
    font-size: 0.8rem;
  }
}
.cid-tAEXP6EG3a H2 {
  color: #363636;
}
.cid-tAEXQxOKO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXQxOKO5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tAEXQxOKO5 .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tAEXQxOKO5 .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tAEXQxOKO5 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tAEXQxOKO5 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tAEXQxOKO5 .countdown-cont {
  background: linear-gradient(45deg, #232323, #4f4943);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tAEXQxOKO5 .dot {
    display: none;
  }
  .cid-tAEXQxOKO5 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tAEXQxOKO5 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cid-tAEXQxOKO5 .row {
    flex-wrap: nowrap;
  }
  .cid-tAEXQxOKO5 .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-tAEXQxOKO5 .number {
    font-size: 30px;
  }
  .cid-tAEXQxOKO5 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tAEXQxOKO5 .number {
    font-size: 20px;
  }
  .cid-tAEXQxOKO5 .period {
    font-size: 0.6rem;
  }
}
.cid-tAEXQxOKO5 H2 {
  color: #363636;
}
.cid-tAEXSNJ0co {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXSNJ0co .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tAEXSNJ0co .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-tAEXSNJ0co .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tAEXSNJ0co .separline {
  position: relative;
}
.cid-tAEXSNJ0co .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tAEXSNJ0co .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tAEXSNJ0co .mbr-section-title {
  color: #363636;
}
.cid-tAEXSNJ0co .mbr-step-title {
  color: #4783f2;
}
.cid-tAEXT7Ayxq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXT7Ayxq .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tAEXT7Ayxq .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tAEXT7Ayxq .separline .step-wrapper {
    position: relative;
  }
  .cid-tAEXT7Ayxq .separline .step-wrapper:before,
  .cid-tAEXT7Ayxq .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-tAEXT7Ayxq .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-tAEXT7Ayxq .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-tAEXT7Ayxq .separline.last-child .step-wrapper:after,
  .cid-tAEXT7Ayxq .separline:nth-child(3n) .step-wrapper:after,
  .cid-tAEXT7Ayxq .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-tAEXT7Ayxq .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tAEXT7Ayxq .mbr-section-title {
  color: #363636;
}
.cid-tAEXT7Ayxq .mbr-step-title {
  color: #4783f2;
}
.cid-tAEXUpzCQc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXUpzCQc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tAEXUpzCQc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tAEXUpzCQc .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tAEXUpzCQc .mbr-section-btn a {
  margin: 0;
}
.cid-tAEXUpzCQc .mbr-text {
  color: #767676;
}
.cid-tAEXUpzCQc .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tAEXUpzCQc .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tAEXUpzCQc H2 {
  color: #363636;
}
.cid-tAEXUpzCQc .card-title {
  color: #4783f2;
}
.cid-tAEXUN6Z8x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tAEXUN6Z8x .mbr-section-btn > * {
  margin: 0;
}
.cid-tAEXUN6Z8x h4 {
  font-weight: 500;
}
.cid-tAEXUN6Z8x p {
  color: #232323;
}
.cid-tAEXUN6Z8x .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tAEXUN6Z8x .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tAEXUN6Z8x .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tAEXUN6Z8x .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tAEXUN6Z8x .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tAEXUN6Z8x .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tAEXUN6Z8x .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tAEXUN6Z8x .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tAEXUN6Z8x .card-img span {
    font-size: 40px !important;
  }
}
.cid-tAEXUN6Z8x .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tAEXUN6Z8x H2 {
  color: #363636;
}
.cid-tAEXUN6Z8x .text2,
.cid-tAEXUN6Z8x .mbr-section-btn {
  color: #0e67b1;
}
.cid-tAEXV7DzcR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXV7DzcR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tAEXV7DzcR p {
  color: #767676;
  margin: 0;
}
.cid-tAEXV7DzcR .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-tAEXV7DzcR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAEXV7DzcR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tAEXV7DzcR .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-tAEXV7DzcR .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tAEXV7DzcR .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-tAEXV7DzcR .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-tAEXV7DzcR .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAEXV7DzcR .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-tAEXV7DzcR .col-left h4 {
    padding-top: 1rem;
  }
  .cid-tAEXV7DzcR p.col-right {
    padding-top: 1rem;
  }
}
.cid-tAEXV7DzcR .card-title {
  color: #4783f2;
}
.cid-tAEXV7DzcR .col-right {
  color: #4783f2;
}
.cid-tAEXVWQAZj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXVWQAZj h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tAEXVWQAZj p {
  color: #767676;
}
.cid-tAEXVWQAZj .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tAEXVWQAZj .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tAEXVWQAZj .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tAEXVWQAZj .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tAEXVWQAZj .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tAEXVWQAZj .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tAEXVWQAZj H2 {
  color: #363636;
}
.cid-tAEXVWQAZj .card-title {
  color: #4783f2;
}
.cid-tAEXWZpLOc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tAEXWZpLOc .title {
  padding-bottom: 2.5rem;
}
.cid-tAEXWZpLOc h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tAEXWZpLOc .bottom-line p {
  color: #767676;
}
.cid-tAEXWZpLOc .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tAEXWZpLOc .card-wrapper .card-box {
  width: 100%;
}
.cid-tAEXWZpLOc .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tAEXWZpLOc .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tAEXWZpLOc .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tAEXWZpLOc .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tAEXWZpLOc .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tAEXWZpLOc .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tAEXWZpLOc .wrapper {
    padding-top: 1rem;
  }
}
.cid-tAEXWZpLOc H2 {
  color: #363636;
}
.cid-tAEXWZpLOc .card-title {
  color: #4783f2;
}
.cid-tAEXXqnDXW {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #cccccc);
}
.cid-tAEXXqnDXW .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-tAEXXqnDXW .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-tAEXXqnDXW .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tAEXXqnDXW .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-tAEXXqnDXW .plan .list-group-item:last-child::after {
  display: none;
}
.cid-tAEXXqnDXW .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAEXXqnDXW .plan-header,
.cid-tAEXXqnDXW .plan-body {
  background-color: #fff;
}
.cid-tAEXXqnDXW .price-figure {
  font-weight: 700;
  color: #363636;
}
.cid-tAEXXqnDXW .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-tAEXXqnDXW .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tAEXXqnDXW .plan-title {
  color: #4783f2;
}
.cid-tAEXXFZPhX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tAEXXFZPhX .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-tAEXXFZPhX .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-tAEXXFZPhX .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-tAEXXFZPhX .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-tAEXXFZPhX .plan .list-group-item:last-child::after {
  display: none;
}
.cid-tAEXXFZPhX .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-tAEXXFZPhX .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAEXXFZPhX .price-figure {
  font-weight: 700;
  color: #363636;
}
.cid-tAEXXFZPhX .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-tAEXXFZPhX .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tAEXXFZPhX .plan-title {
  color: #0e67b1;
}
.cid-tAEXY1kxZA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tAEXY1kxZA .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-tAEXY1kxZA .pricing {
    padding: 1.5rem;
  }
}
.cid-tAEXY1kxZA .plan-header,
.cid-tAEXY1kxZA .plan-body {
  background-color: #fff;
}
.cid-tAEXY1kxZA .plan-title {
  margin-top: 1.4rem;
  color: #0e67b1;
}
.cid-tAEXY1kxZA .price-figure {
  font-weight: 700;
  color: #363636;
}
@media (max-width: 550px) {
  .cid-tAEXY1kxZA .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tAEXY1kxZA .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #0e67b1;
}
.cid-tAEXY1kxZA hr {
  margin: 2rem 0;
}
.cid-tAEY65EKl4 {
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-tAEY65EKl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEY65EKl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEY65EKl4 .mbr-section-title {
  color: #363636;
}
.cid-tAEY8lIAC7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAEY8lIAC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEY8lIAC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tAEY8lIAC7 .row {
    flex-direction: column-reverse;
  }
  .cid-tAEY8lIAC7 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tAEY8lIAC7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tAEY8lIAC7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAEY8lIAC7 .media-content,
.cid-tAEY8lIAC7 .mbr-figure {
  align-self: center;
}
.cid-tAEY8lIAC7 .mbr-figure iframe {
  width: 100%;
}
.cid-tAEY8lIAC7 .mbr-section-title {
  color: #363636;
}
.cid-tAEY90mniN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tAEY90mniN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEY90mniN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEY90mniN .mbr-section-title,
.cid-tAEY90mniN .mbr-text,
.cid-tAEY90mniN .mbr-section-btn {
  text-align: center;
}
.cid-tAEY90mniN .video-wrapper {
  margin: auto;
}
.cid-tAEY90mniN .video-wrapper iframe {
  width: 100%;
}
.cid-tAEY90mniN .mbr-section-title {
  color: #363636;
}
.cid-tAEYaf9UJD {
  background-color: #efefef;
}
.cid-tAEYaf9UJD .icon-wrapper {
  margin: auto;
  background-color: #4783f2;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tAEYaf9UJD .icon-wrapper span {
  margin-left: 10px;
}
.cid-tAEYaf9UJD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tAEYaf9UJD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tAEYaf9UJD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tAEYaf9UJD .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tAEYaf9UJD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tAEYaf9UJD H1 {
  color: #363636;
}
.cid-tAEYcCA9xj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAEYcCA9xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYcCA9xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYcCA9xj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAEYcCA9xj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tAEYcCA9xj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAEYcCA9xj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAEYcCA9xj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAEYcCA9xj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tAEYcCA9xj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tAEYcCA9xj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAEYcCA9xj .card-title {
  color: #363636;
}
.cid-tAEYdcqt2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAEYdcqt2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYdcqt2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYdcqt2G .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAEYdcqt2G .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAEYdcqt2G .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAEYdcqt2G .link-wrap {
    align-items: center;
  }
}
.cid-tAEYdcqt2G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAEYdcqt2G .card-title,
.cid-tAEYdcqt2G .card-box {
  color: #363636;
}
.cid-tAEYjO8Cq9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAEYjO8Cq9 iframe,
.cid-tAEYjO8Cq9 img,
.cid-tAEYjO8Cq9 video {
  width: 100%;
}
.cid-tAEYjO8Cq9 .mbr-media {
  position: relative;
}
.cid-tAEYjO8Cq9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tAEYjO8Cq9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tAEYjO8Cq9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tAEYjO8Cq9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAEYjO8Cq9 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tAEYjO8Cq9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tAEYjO8Cq9 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tAEYjO8Cq9 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tAEYjO8Cq9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tAEYjO8Cq9 .mbr-section-title {
  color: #363636;
}
.cid-tAEYlfSvqC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAEYlfSvqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYlfSvqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYlfSvqC .video-wrapper iframe {
  width: 100%;
}
.cid-tAEYlfSvqC .mbr-section-title,
.cid-tAEYlfSvqC .mbr-section-subtitle,
.cid-tAEYlfSvqC .mbr-text {
  text-align: center;
}
.cid-tAEYlfSvqC .mbr-section-title {
  color: #363636;
}
.cid-tAEYpFBgue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAEYpFBgue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYpFBgue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAEYpFBgue .text-wrapper {
    padding: 2rem;
  }
}
.cid-tAEYpFBgue .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tAEYpFBgue .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAEYqGzRv0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tAEYqGzRv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYqGzRv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYqGzRv0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tAEYqGzRv0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tAEYqGzRv0 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tAEYqGzRv0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tAEYqGzRv0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tAEYqGzRv0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAEYqGzRv0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tAEYqGzRv0 .social-row {
  text-align: center;
}
.cid-tAEYqGzRv0 .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 #4783f2;
  transition: all 0.3s;
}
.cid-tAEYqGzRv0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4783f2;
  font-size: 1.5rem;
}
.cid-tAEYqGzRv0 .social-row .soc-item:hover {
  background-color: #4783f2;
}
.cid-tAEYqGzRv0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tAEYqGzRv0 .mbr-section-title {
  color: #363636;
}
.cid-tAEYqGzRv0 .mbr-role,
.cid-tAEYqGzRv0 .social-row {
  color: #0e67b1;
}
.cid-tAEYrXO9fh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAEYrXO9fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYrXO9fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYrXO9fh .img-wrapper {
  text-align: center;
}
.cid-tAEYrXO9fh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tAEYrXO9fh .row {
  align-items: flex-start;
}
.cid-tAEYrXO9fh .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tAEYrXO9fh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tAEYrXO9fh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAEYrXO9fh .card-wrapper {
    padding: 1rem;
  }
}
.cid-tAEYx9DzWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAEYx9DzWa .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tAEYx9DzWa .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tAEYx9DzWa .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tAEYx9DzWa .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #363636;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAEYyPsLDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAEYyPsLDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYyPsLDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYyPsLDV .nav-tabs .nav-item.open .nav-link:focus,
.cid-tAEYyPsLDV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tAEYyPsLDV .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #232323;
}
@media (max-width: 767px) {
  .cid-tAEYyPsLDV .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tAEYyPsLDV .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tAEYyPsLDV .nav-tabs .nav-link:not(.active) {
  color: #4f4943;
}
.cid-tAEYyPsLDV .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tAEYyPsLDV .nav-link,
.cid-tAEYyPsLDV .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tAEYyPsLDV .nav-tabs .nav-link.active {
  color: #232323;
  border-bottom: 3px solid #232323;
}
.cid-tAEYyPsLDV H4 {
  text-align: center;
}
.cid-tAEYyPsLDV H3 {
  text-align: center;
  color: #363636;
}
.cid-tAEYCd80VF {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tAEYCd80VF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYCd80VF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYCd80VF .number-wrap {
  color: #363636;
  text-align: center;
}
.cid-tAEYCd80VF .number {
  color: #363636;
}
.cid-tAEYCd80VF .period {
  display: block;
}
.cid-tAEYCd80VF .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tAEYCd80VF .period {
    font-size: 0.8rem;
  }
}
.cid-tAEYCd80VF .btn {
  height: 100%;
  margin: 0;
}
.cid-tAEYCd80VF .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tAEYCd80VF H3 {
  color: #363636;
}
.cid-tAEYCxjoJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAEYCxjoJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYCxjoJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYCxjoJx .number-wrap {
  color: #363636;
  text-align: center;
}
.cid-tAEYCxjoJx .number {
  color: #4783f2;
  white-space: nowrap;
}
.cid-tAEYCxjoJx .period {
  display: block;
}
.cid-tAEYCxjoJx .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tAEYCxjoJx .period {
    font-size: 0.8rem;
  }
}
.cid-tAEYCxjoJx .btn {
  height: 100%;
  margin: 0;
}
.cid-tAEYCxjoJx .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tAEYCxjoJx H3 {
  color: #363636;
}
.cid-tAEYD9mNsE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAEYD9mNsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYD9mNsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYD9mNsE .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-tAEYD9mNsE .number {
  color: #4783f2;
}
.cid-tAEYD9mNsE .period {
  display: block;
}
.cid-tAEYD9mNsE .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tAEYD9mNsE .period {
    font-size: 0.8rem;
  }
}
.cid-tAEYD9mNsE .btn {
  height: 100%;
  margin: 0;
}
.cid-tAEYD9mNsE .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tAEYD9mNsE .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tAEYD9mNsE .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4783f2;
  border: 2px solid #4783f2;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tAEYD9mNsE .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tAEYD9mNsE .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #4783f2;
  color: #ffffff;
}
.cid-tAEYD9mNsE H3 {
  color: #363636;
}
.cid-tAEYFgTG89 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tAEYFgTG89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYFgTG89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYFgTG89 .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tAEYFgTG89 .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-tAEYFgTG89 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tAEYFgTG89 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tAEYFgTG89 ul {
  list-style: none;
}
.cid-tAEYFgTG89 li {
  position: relative;
}
.cid-tAEYFgTG89 li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #4985f4;
  font-size: 0.8rem;
}
.cid-tAEYFgTG89 .mbr-section-btn {
  width: 100%;
}
.cid-tAEYFgTG89 .btn {
  width: 100%;
}
.cid-tAEYFgTG89 .card-title {
  color: #363636;
}
.cid-tAEYFO6t5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-tAEYFO6t5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEYFO6t5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEYFO6t5K .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tAEYFO6t5K .plan-body {
  padding-bottom: 2rem;
}
.cid-tAEYFO6t5K .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAEYFO6t5K .price {
  color: #363636;
}
.cid-tAEYFO6t5K .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tAEYFO6t5K .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tAEYFO6t5K .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-tAEYFO6t5K .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tAEYFO6t5K .plan {
    margin-bottom: 2rem;
  }
}
.cid-tAEYFO6t5K .plan-title {
  color: #4783f2;
}
.cid-tCCwxrTTpo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #363636;
}
.cid-tCCwxrTTpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCwxrTTpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCwxrTTpo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCCwxrTTpo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCCwxrTTpo .row {
    text-align: center;
  }
  .cid-tCCwxrTTpo .social-row {
    justify-content: center;
  }
}
.cid-tCCwxrTTpo .list {
  list-style: none;
  padding-left: 0;
  color: #4783f2;
}
@media (max-width: 991px) {
  .cid-tCCwxrTTpo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCCwxrTTpo .list {
    margin-bottom: 0rem;
  }
}
.cid-tCCwxrTTpo .mbr-text {
  color: #cccccc;
}
.cid-tCCwxrTTpo .mbr-iconfont {
  color: black;
}
.cid-tCKvQ5BNQh .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
.cid-tCKvQ5BNQh .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-tCKvQ5BNQh a {
  font-style: normal;
}
.cid-tCKvQ5BNQh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCKvQ5BNQh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCKvQ5BNQh .nav-item:focus,
.cid-tCKvQ5BNQh .nav-link:focus {
  outline: none;
}
.cid-tCKvQ5BNQh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCKvQ5BNQh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCKvQ5BNQh .menu-logo {
  margin-right: auto;
}
.cid-tCKvQ5BNQh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCKvQ5BNQh .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-tCKvQ5BNQh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCKvQ5BNQh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCKvQ5BNQh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCKvQ5BNQh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCKvQ5BNQh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCKvQ5BNQh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCKvQ5BNQh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCKvQ5BNQh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCKvQ5BNQh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCKvQ5BNQh .dropdown .dropdown-menu {
  background: #232323;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCKvQ5BNQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCKvQ5BNQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCKvQ5BNQh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCKvQ5BNQh .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCKvQ5BNQh .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-tCKvQ5BNQh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCKvQ5BNQh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCKvQ5BNQh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCKvQ5BNQh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCKvQ5BNQh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCKvQ5BNQh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCKvQ5BNQh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCKvQ5BNQh button.navbar-toggler:focus {
  outline: none;
}
.cid-tCKvQ5BNQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCKvQ5BNQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCKvQ5BNQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCKvQ5BNQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCKvQ5BNQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCKvQ5BNQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCKvQ5BNQh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCKvQ5BNQh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCKvQ5BNQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCKvQ5BNQh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCKvQ5BNQh .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.collapsing,
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCKvQ5BNQh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCKvQ5BNQh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tCKvQ5BNQh .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCKvQ5BNQh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCKvQ5BNQh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCKvQ5BNQh .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-tCKvQ5BNQh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCKvQ5BNQh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCKvQ5BNQh .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: 1023px) {
  .cid-tCKvQ5BNQh .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCKvQ5BNQh img {
    height: 3.8rem !important;
  }
  .cid-tCKvQ5BNQh .btn {
    display: -webkit-flex;
  }
  .cid-tCKvQ5BNQh button.navbar-toggler {
    display: block;
  }
  .cid-tCKvQ5BNQh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCKvQ5BNQh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCKvQ5BNQh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCKvQ5BNQh .navbar-collapse.collapsing,
  .cid-tCKvQ5BNQh .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCKvQ5BNQh .navbar-collapse.collapsing .navbar-nav,
  .cid-tCKvQ5BNQh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCKvQ5BNQh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCKvQ5BNQh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCKvQ5BNQh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCKvQ5BNQh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCKvQ5BNQh .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCKvQ5BNQh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCKvQ5BNQh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCKvQ5BNQh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCKvQ5BNQh .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-tCKvQ5BNQh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCKvQ5BNQh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCKvQ5BNQh .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 (min-width: 767px) {
  .cid-tCKvQ5BNQh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCKvQ5BNQh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCKvQ5BNQh .nav-link:hover,
.cid-tCKvQ5BNQh .dropdown-item:hover {
  color: #4783f2 !important;
}
