.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3629a6 !important;
}
.bg-success {
  background-color: #29a692 !important;
}
.bg-info {
  background-color: #0b6f5f !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3629a6 !important;
  border-color: #3629a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4535cd !important;
  border-color: #4535cd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4535cd !important;
  border-color: #4535cd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0b6f5f !important;
  border-color: #0b6f5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #109d87 !important;
  border-color: #109d87 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #109d87 !important;
  border-color: #109d87 !important;
}
.btn-success,
.btn-success:active {
  background-color: #29a692 !important;
  border-color: #29a692 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #35cdb5 !important;
  border-color: #35cdb5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #35cdb5 !important;
  border-color: #35cdb5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3629a6;
  color: #3629a6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f1860 !important;
  background-color: transparent !important;
  border-color: #1f1860 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3629a6 !important;
  border-color: #3629a6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0b6f5f;
  color: #0b6f5f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #03201b !important;
  background-color: transparent !important;
  border-color: #03201b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b6f5f !important;
  border-color: #0b6f5f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #29a692;
  color: #29a692;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #186055 !important;
  background-color: transparent !important;
  border-color: #186055 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #29a692 !important;
  border-color: #29a692 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3629a6 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #29a692 !important;
}
.text-info {
  color: #0b6f5f !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b1554 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15544a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #021210 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3629a6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0b6f5f;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3629a6;
  border-color: #3629a6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3629a6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7d72dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #72dccb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #16e3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3629a6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #3629a6;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3629a6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3629a6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3629a6;
  border-bottom-color: #3629a6;
}
.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: #3629a6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233629a6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vid1CLrtPg {
  z-index: 1000;
  width: 100%;
}
.cid-vid1CLrtPg nav.navbar {
  position: fixed;
}
.cid-vid1CLrtPg .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vid1CLrtPg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vid1CLrtPg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vid1CLrtPg .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #29a692 !important;
  font-weight: 300;
}
.cid-vid1CLrtPg .dropdown-item:hover,
.cid-vid1CLrtPg .dropdown-item:focus {
  background: #000000 !important;
  color: #29a692 !important;
}
.cid-vid1CLrtPg .dropdown-item:hover span {
  color: white;
}
.cid-vid1CLrtPg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vid1CLrtPg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vid1CLrtPg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vid1CLrtPg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vid1CLrtPg .nav-link {
  position: relative;
}
.cid-vid1CLrtPg .container {
  display: flex;
  margin: 40 auto;
}
@media (min-width: 992px) {
  .cid-vid1CLrtPg .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vid1CLrtPg .container {
    max-width: 1100px;
  }
}
.cid-vid1CLrtPg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vid1CLrtPg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vid1CLrtPg .dropdown-menu,
.cid-vid1CLrtPg .navbar.opened {
  background: #29a692 !important;
  background: rgba(41, 166, 146, 0.8) !important;
}
.cid-vid1CLrtPg .nav-item:focus,
.cid-vid1CLrtPg .nav-link:focus {
  outline: none;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vid1CLrtPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vid1CLrtPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vid1CLrtPg .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(41, 166, 146, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vid1CLrtPg .navbar.opened {
  transition: all 0.3s;
}
.cid-vid1CLrtPg .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vid1CLrtPg .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vid1CLrtPg .navbar .navbar-logo img {
  width: auto;
}
.cid-vid1CLrtPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vid1CLrtPg .navbar.collapsed {
  justify-content: center;
}
.cid-vid1CLrtPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vid1CLrtPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vid1CLrtPg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vid1CLrtPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vid1CLrtPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vid1CLrtPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vid1CLrtPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vid1CLrtPg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vid1CLrtPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vid1CLrtPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vid1CLrtPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vid1CLrtPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vid1CLrtPg .navbar.navbar-short {
  min-height: 86px;
}
.cid-vid1CLrtPg .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vid1CLrtPg .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vid1CLrtPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vid1CLrtPg .navbar-brand .navbar-caption:hover,
.cid-vid1CLrtPg .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vid1CLrtPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vid1CLrtPg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vid1CLrtPg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vid1CLrtPg .dropdown-item.active,
.cid-vid1CLrtPg .dropdown-item:active {
  background-color: transparent;
}
.cid-vid1CLrtPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vid1CLrtPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vid1CLrtPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vid1CLrtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29a692;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vid1CLrtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vid1CLrtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vid1CLrtPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vid1CLrtPg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #ffffff;
}
@media (min-width: 991px) {
  .cid-vid1CLrtPg ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vid1CLrtPg ul.navbar-nav {
    padding: 10px;
  }
  .cid-vid1CLrtPg ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vid1CLrtPg .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vid1CLrtPg .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vid1CLrtPg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vid1CLrtPg .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vid1CLrtPg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vid1CLrtPg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vid1CLrtPg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vid1CLrtPg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vid1CLrtPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vid1CLrtPg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vid1CLrtPg .navbar {
    height: 70px;
  }
  .cid-vid1CLrtPg .navbar.opened {
    height: auto;
  }
  .cid-vid1CLrtPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vid1CLrtPg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vid1CLrtPg .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vid1CLrtPg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vid1CLrtPg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-vid1CLrtPg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vid1CLrtPg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vid1CLrtPg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vid1CLrtPg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vid1CLrtPg .navbar {
    justify-content: flex-start !important;
  }
  .cid-vid1CLrtPg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vid1CLrtPg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vid1CLrtPg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vid1CLrtPg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vid1CLrtPg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vid1CLrtPg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vid1CLrtPg .content-wrap {
  min-height: 86px;
}
.cid-vid1CLrtPg .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vid1CLrtPg .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-viddyoo3HG {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
  overflow: hidden;
}
.cid-viddyoo3HG .mbr-fallback-image.disabled {
  display: none;
}
.cid-viddyoo3HG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viddyoo3HG .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #163300 -40%, transparent 50%, transparent 50%, #163300 100%);
}
.cid-viddyoo3HG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-viddyoo3HG .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-viddyoo3HG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viddyoo3HG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viddyoo3HG .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-viddyoo3HG .mbr-section-title {
  color: #ffffff;
}
.cid-viddyoo3HG .mbr-text,
.cid-viddyoo3HG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-viddyoo3HG .mbr-section-btn,
.cid-viddyoo3HG .mbr-section-title {
  text-align: center;
}
.cid-viddyoo3HG .mbr-section-title,
.cid-viddyoo3HG .mbr-section-btn {
  color: #29a692;
}
.cid-vidaNc5dmX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-vidaNc5dmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidaNc5dmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidaNc5dmX .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #37a10e 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #37a10e 0%, transparent 100%);
  z-index: -1;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vidaNc5dmX .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-vidaNc5dmX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #1dc9cb 40%, #163300 90%);
  margin-bottom: 20px;
}
.cid-vidaNc5dmX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vidaNc5dmX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vidaNc5dmX .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vidaNc5dmX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vidaNc5dmX .mbr-label,
.cid-vidaNc5dmX .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vidaNc5dmX .mbr-section-title {
  color: #0f172a;
}
.cid-vidaNc5dmX .mbr-text,
.cid-vidaNc5dmX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vidaNc5dmX .mbr-section-title,
.cid-vidaNc5dmX .mbr-section-btn,
.cid-vidaNc5dmX .title-wrapper {
  text-align: center;
  color: #1dc9cb;
}
.cid-vihmjv7pJe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
}
.cid-vihmjv7pJe .progress {
  width: 100%;
}
.cid-vihmjv7pJe .col-lg-6,
.cid-vihmjv7pJe .col-12 {
  padding: 0 2rem;
}
.cid-vihmjv7pJe .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vihmjv7pJe p {
  margin-bottom: 0.4rem;
}
.cid-vihmjv7pJe .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-vihmjv7pJe img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-vihmjv7pJe progress {
  height: 10px;
}
.cid-vihmjv7pJe .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-vihmjv7pJe .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-vihmjv7pJe .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-vihmjv7pJe .progress_value {
  position: relative;
}
.cid-vihmjv7pJe .progress1 .progressbar-number:before,
.cid-vihmjv7pJe .progress2 .progressbar-number:before,
.cid-vihmjv7pJe .progress3 .progressbar-number:before,
.cid-vihmjv7pJe .progress4 .progressbar-number:before,
.cid-vihmjv7pJe .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-vihmjv7pJe progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-vihmjv7pJe progress::-webkit-progress-value {
  background: #1e6702;
}
.cid-vihmjv7pJe progress[value]::-moz-progress-bar {
  background: #1e6702;
}
.cid-vihmjv7pJe progress::-ms-fill {
  background: #1e6702;
}
.cid-vihmjv7pJe .progress1 .progressbar-number:before {
  content: '87';
}
.cid-vihmjv7pJe .progress2 .progressbar-number:before {
  content: '90';
}
.cid-vihmjv7pJe .progress3 .progressbar-number:before {
  content: '33';
}
.cid-vihmjv7pJe .progress4 .progressbar-number:before {
  content: '23';
}
.cid-vihmjv7pJe .progress5 .progressbar-number:before {
  content: '40';
}
.cid-vihmjv7pJe .section-content-text {
  color: #6c758f;
}
.cid-vihmjv7pJe .progressbar-title p,
.cid-vihmjv7pJe .progress_value {
  color: #6c758f;
}
.cid-vihmjv7pJe .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vihmjv7pJe .section-content-title {
  color: #36187d;
}
.cid-vihmjv7pJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihmjv7pJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidtO8dNAQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
  overflow: hidden;
}
.cid-vidtO8dNAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidtO8dNAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidtO8dNAQ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vidtO8dNAQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vidtO8dNAQ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vidtO8dNAQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vidtO8dNAQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vidtO8dNAQ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vidtO8dNAQ .mbr-section-title {
  color: #ffffff;
}
.cid-vidtO8dNAQ .mbr-text,
.cid-vidtO8dNAQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vidtO8dNAQ .mbr-section-btn,
.cid-vidtO8dNAQ .mbr-section-title {
  text-align: center;
}
.cid-vidtO8dNAQ .mbr-section-title,
.cid-vidtO8dNAQ .mbr-section-btn {
  color: #29a692;
}
.cid-vidncU2tRJ {
  padding-top: 1rem;
  background-color: #f5f5f5;
}
.cid-vidncU2tRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidncU2tRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidncU2tRJ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vidncU2tRJ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vidncU2tRJ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vidncU2tRJ .mbr-desc {
  margin-bottom: 0;
  color: #163300;
  text-align: center;
}
.cid-vidncU2tRJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vidncU2tRJ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vidncU2tRJ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vidncU2tRJ .items-wrapper .item:hover .item-wrapper,
.cid-vidncU2tRJ .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #37a10e;
  transform: translateY(-3px);
}
.cid-vidncU2tRJ .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vidncU2tRJ .items-wrapper .item:focus .item-wrapper .item-title {
  color: #37a10e;
}
.cid-vidncU2tRJ .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vidncU2tRJ .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vidncU2tRJ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
  transition: all .3s ease;
}
.cid-vidncU2tRJ .items-wrapper .item .item-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vidncU2tRJ .items-wrapper .item .item-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vidncU2tRJ .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vidncU2tRJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vidncU2tRJ .mbr-label,
.cid-vidncU2tRJ .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vidncU2tRJ .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vidncU2tRJ .mbr-text,
.cid-vidncU2tRJ .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vidncU2tRJ .item-title {
  color: #0f172a;
}
.cid-vidncU2tRJ .item-text {
  color: #475569;
}
.cid-vidy9aHh8T {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vidy9aHh8T .mbr-figure img {
  border-radius: .25rem;
}
.cid-vidy9aHh8T .mbr-text {
  color: #8d97ad;
}
.cid-vidy9aHh8T .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vidy9aHh8T .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-vidy9aHh8T .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-vidy9aHh8T .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vidy9aHh8T .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vidy9aHh8T .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vidy9aHh8T .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vidy9aHh8T .icon-description {
  margin-left: 1rem;
}
.cid-vidy9aHh8T a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vidy9aHh8T a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vidy9aHh8T .mbr-section-title,
  .cid-vidy9aHh8T .mbr-text {
    text-align: center;
  }
  .cid-vidy9aHh8T .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-vidy9aHh8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidy9aHh8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidy9aHh8T .mbr-section-title {
  color: #1dc9cb;
}
.cid-vidnk9kgPR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4f8fa;
}
.cid-vidnk9kgPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidnk9kgPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidnk9kgPR .row {
  margin: 0 -15px;
}
.cid-vidnk9kgPR .row .card {
  padding: 0 15px;
}
.cid-vidnk9kgPR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vidnk9kgPR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vidnk9kgPR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vidnk9kgPR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper {
  padding: 30px;
  height: 100%;
  border: 1px solid #1dc9cb;
}
@media (max-width: 992px) {
  .cid-vidnk9kgPR .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vidnk9kgPR .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 40px;
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vidnk9kgPR .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vidnk9kgPR .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vidnk9kgPR .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vidnk9kgPR .item-title {
  color: #fefff5;
}
.cid-vidnk9kgPR .item-text {
  color: #232323;
}
.cid-vidnk9kgPR .item-title,
.cid-vidnk9kgPR .item-btn,
.cid-vidnk9kgPR .iconfont-wrapper {
  color: #1dc9cb;
}
.cid-vidDQ66fe0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vidDQ66fe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vidDQ66fe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vidDQ66fe0 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vidDQ66fe0 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vidDQ66fe0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vidDQ66fe0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vidDQ66fe0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vidDQ66fe0 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-vidDQ66fe0 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vidDQ66fe0 .items-wrapper .item:hover .item-wrapper,
.cid-vidDQ66fe0 .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #a6adbf;
}
.cid-vidDQ66fe0 .items-wrapper .item:hover .card_2,
.cid-vidDQ66fe0 .items-wrapper .item:focus .card_2 {
  border: 2px solid #ff6d99;
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #1dc9cb;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #a6adbf;
  color: #a6adbf;
  font-size: 11px;
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vidDQ66fe0 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vidDQ66fe0 .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-vidDQ66fe0 .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-vidDQ66fe0 .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #ff6d99;
  color: #ff6d99;
}
.cid-vidDQ66fe0 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vidDQ66fe0 .mbr-section-subtitle {
  color: #1dc9cb;
  text-align: center;
}
.cid-vidDQ66fe0 .mbr-text,
.cid-vidDQ66fe0 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vidDQ66fe0 .card-title {
  color: #163300;
}
.cid-vidDQ66fe0 .card-title_2 {
  color: #ff6d99;
}
.cid-vidDQ66fe0 .card-price {
  color: #163300;
}
.cid-vidDQ66fe0 .card-price_2 {
  color: #d70081;
}
.cid-vidDQ66fe0 .card-text {
  color: #37a10e;
}
.cid-vidDQ66fe0 .list {
  color: #111111;
}
.cid-vihaCaime2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihaCaime2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihaCaime2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihaCaime2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vihaCaime2 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vihaCaime2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vihaCaime2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vihaCaime2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vihaCaime2 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-vihaCaime2 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vihaCaime2 .items-wrapper .item:hover .item-wrapper,
.cid-vihaCaime2 .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #a6adbf;
}
.cid-vihaCaime2 .items-wrapper .item:hover .card_2,
.cid-vihaCaime2 .items-wrapper .item:focus .card_2 {
  border: 2px solid #ff6d99;
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #1dc9cb;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #a6adbf;
  color: #a6adbf;
  font-size: 11px;
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vihaCaime2 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vihaCaime2 .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-vihaCaime2 .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-vihaCaime2 .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #ff6d99;
  color: #ff6d99;
}
.cid-vihaCaime2 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vihaCaime2 .mbr-section-subtitle {
  color: #1dc9cb;
  text-align: center;
}
.cid-vihaCaime2 .mbr-text,
.cid-vihaCaime2 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vihaCaime2 .card-title {
  color: #163300;
}
.cid-vihaCaime2 .card-title_2 {
  color: #ff6d99;
}
.cid-vihaCaime2 .card-price {
  color: #163300;
}
.cid-vihaCaime2 .card-price_2 {
  color: #d70081;
}
.cid-vihaCaime2 .card-text {
  color: #37a10e;
}
.cid-vihaCaime2 .list {
  color: #111111;
}
.cid-vihfatpc4V {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #ffffff 0%, #c1e7ed 50%, #fafafa 100%);
}
.cid-vihfatpc4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihfatpc4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihfatpc4V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vihfatpc4V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vihfatpc4V .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vihfatpc4V .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vihfatpc4V .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vihfatpc4V .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vihfatpc4V .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vihfatpc4V .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #0b780b;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #0b780b;
  transform: rotate(-180deg);
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vihfatpc4V .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vihfatpc4V .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vihfatpc4V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vihfatpc4V .panel-title-edit {
  color: #171719;
}
.cid-vihfatpc4V .panel-text {
  color: #565661;
}
.cid-vihfatpc4V .mbr-section-title,
.cid-vihfatpc4V .title-wrapper {
  color: #000000;
}
.cid-vihkgEBct4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vihkgEBct4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihkgEBct4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihkgEBct4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vihkgEBct4 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vihkgEBct4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vihkgEBct4 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vihkgEBct4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vihkgEBct4 .header-menu li p {
  margin: 0;
}
.cid-vihkgEBct4 .content-head {
  max-width: 800px;
}
.cid-vihmrEe5oZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vihmrEe5oZ .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vihmrEe5oZ .bottom,
.cid-vihmrEe5oZ .card-title {
  color: #ffffff;
}
.cid-vihmrEe5oZ .card-title {
  margin-bottom: 18px;
  color: #14142b;
}
@media (max-width: 1150px) {
  .cid-vihmrEe5oZ .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-vihmrEe5oZ {
    padding-bottom: 0;
  }
  .cid-vihmrEe5oZ .card-wrapper {
    position: initial;
  }
  .cid-vihmrEe5oZ .card-box {
    padding: 10%;
  }
}
.cid-vihmrEe5oZ .bottom {
  color: #8c8c95;
}
.cid-vihmrEe5oZ .plus1 {
  color: #fedb01;
}
.cid-vihmrEe5oZ .plus2 {
  color: #ff4433;
}
.cid-vihmrEe5oZ .plus3 {
  color: #4cc9f0;
}
.cid-vihmrEe5oZ .plus4 {
  color: #6c38ff;
}
.cid-vihmrEe5oZ .card-title,
.cid-vihmrEe5oZ .bottom {
  text-align: center;
}
.cid-vihwHeeG6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vihwHeeG6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihwHeeG6S .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vihwHeeG6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihwHeeG6S .item-wrapper {
  background: #e8eeef;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vihwHeeG6S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vihwHeeG6S .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vihwHeeG6S .card-title,
.cid-vihwHeeG6S .iconfont-wrapper {
  color: #000000;
}
.cid-vihwHeeG6S .card-text {
  color: #000000;
}
.cid-vihwHeeG6S .content-head {
  max-width: 800px;
}
.cid-vihwHeeG6S .mbr-section-title {
  color: #0b780b;
}
.cid-vihwHeeG6S .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vihwHeeG6S .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vihwHeeG6S .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-viiLTMMbUP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-viiLTMMbUP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-viiLTMMbUP .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-viiLTMMbUP .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-viiLTMMbUP .carousel-item.active,
.cid-viiLTMMbUP .carousel-item-next,
.cid-viiLTMMbUP .carousel-item-prev {
  display: flex;
}
.cid-viiLTMMbUP .carousel-controls a {
  transition: opacity .5s;
}
.cid-viiLTMMbUP .carousel-controls a:hover span,
.cid-viiLTMMbUP .carousel-controls a:focus span {
  opacity: 1;
}
.cid-viiLTMMbUP .carousel-controls a:hover svg,
.cid-viiLTMMbUP .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-viiLTMMbUP .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-viiLTMMbUP .user_image {
  overflow: hidden;
  display: flex;
}
.cid-viiLTMMbUP .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-viiLTMMbUP .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-viiLTMMbUP .user_text {
  color: #767676;
}
.cid-viiLTMMbUP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-viiLTMMbUP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3629a6, #ffd7ef);
  display: inline-block;
}
.cid-viiLTMMbUP .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-viiLTMMbUP svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-viiLTMMbUP .user_name {
  color: #163300;
}
.cid-viiLTMMbUP .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-viiLTMMbUP .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-viiLTMMbUP .testimonials-quote,
  .cid-viiLTMMbUP .user_text,
  .cid-viiLTMMbUP .user_name,
  .cid-viiLTMMbUP .user_desk {
    text-align: center !important;
  }
  .cid-viiLTMMbUP .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-viiLTMMbUP .mbr-section-title,
  .cid-viiLTMMbUP .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-viiLTMMbUP .carousel-control-prev span {
    right: -1rem;
  }
  .cid-viiLTMMbUP .carousel-control-next span {
    left: -1rem;
  }
  .cid-viiLTMMbUP .user-text {
    padding-right: 2rem;
  }
  .cid-viiLTMMbUP .carousel-control-prev,
  .cid-viiLTMMbUP .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-viiLTMMbUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-viiLTMMbUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viiLTMMbUP .mbr-section-title,
.cid-viiLTMMbUP .underline {
  color: #0b780b;
}
.cid-viiOZH64Wx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8eeef;
}
.cid-viiOZH64Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-viiOZH64Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viiOZH64Wx .row {
  margin: 0 -20px;
}
.cid-viiOZH64Wx .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-viiOZH64Wx .content-wrapper {
  margin-bottom: 40px;
}
.cid-viiOZH64Wx .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-viiOZH64Wx .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-viiOZH64Wx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viiOZH64Wx .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-viiOZH64Wx .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viiOZH64Wx .mbr-label {
  color: #a8a8a8;
}
.cid-viiOZH64Wx .mbr-section-title {
  color: #ffffff;
}
.cid-viiOZH64Wx .mbr-text {
  color: #ffffff;
}
.cid-viiOZH64Wx .mbr-section-title,
.cid-viiOZH64Wx .mbr-section-btn {
  color: #232323;
}
.cid-viiOZH64Wx .mbr-text,
.cid-viiOZH64Wx .text-wrapper {
  color: #232323;
}
.cid-vioybPqZhT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vioybPqZhT .title__block {
  margin-bottom: 89px;
}
.cid-vioybPqZhT .timelines-container .separline:last-child:before {
  content: none;
}
.cid-vioybPqZhT .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-vioybPqZhT .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-vioybPqZhT .timeline-text-content p {
  margin-bottom: 0;
}
.cid-vioybPqZhT .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-vioybPqZhT .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vioybPqZhT .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-vioybPqZhT .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-vioybPqZhT .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-vioybPqZhT .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #0b780b;
}
.cid-vioybPqZhT .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-vioybPqZhT .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #0b780b;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-vioybPqZhT .title__block {
    margin-bottom: 40px;
  }
  .cid-vioybPqZhT .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-vioybPqZhT .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vioybPqZhT .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-vioybPqZhT .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-vioybPqZhT .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-vioybPqZhT .iconBackground {
    left: 0 !important;
  }
  .cid-vioybPqZhT .separline:before {
    left: 0 !important;
  }
}
.cid-vioybPqZhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vioybPqZhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vioybPqZhT .mbr-section-title {
  color: #29a692;
}
.cid-vipxkEc7RG {
  z-index: 1000;
  width: 100%;
}
.cid-vipxkEc7RG nav.navbar {
  position: fixed;
}
.cid-vipxkEc7RG .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vipxkEc7RG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vipxkEc7RG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vipxkEc7RG .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #29a692 !important;
  font-weight: 300;
}
.cid-vipxkEc7RG .dropdown-item:hover,
.cid-vipxkEc7RG .dropdown-item:focus {
  background: #000000 !important;
  color: #29a692 !important;
}
.cid-vipxkEc7RG .dropdown-item:hover span {
  color: white;
}
.cid-vipxkEc7RG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vipxkEc7RG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vipxkEc7RG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vipxkEc7RG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vipxkEc7RG .nav-link {
  position: relative;
}
.cid-vipxkEc7RG .container {
  display: flex;
  margin: 40 auto;
}
@media (min-width: 992px) {
  .cid-vipxkEc7RG .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vipxkEc7RG .container {
    max-width: 1100px;
  }
}
.cid-vipxkEc7RG .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vipxkEc7RG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vipxkEc7RG .dropdown-menu,
.cid-vipxkEc7RG .navbar.opened {
  background: #29a692 !important;
  background: rgba(41, 166, 146, 0.8) !important;
}
.cid-vipxkEc7RG .nav-item:focus,
.cid-vipxkEc7RG .nav-link:focus {
  outline: none;
}
.cid-vipxkEc7RG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vipxkEc7RG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vipxkEc7RG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vipxkEc7RG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vipxkEc7RG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vipxkEc7RG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vipxkEc7RG .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(41, 166, 146, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vipxkEc7RG .navbar.opened {
  transition: all 0.3s;
}
.cid-vipxkEc7RG .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vipxkEc7RG .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vipxkEc7RG .navbar .navbar-logo img {
  width: auto;
}
.cid-vipxkEc7RG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vipxkEc7RG .navbar.collapsed {
  justify-content: center;
}
.cid-vipxkEc7RG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vipxkEc7RG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vipxkEc7RG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vipxkEc7RG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vipxkEc7RG .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vipxkEc7RG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vipxkEc7RG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vipxkEc7RG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vipxkEc7RG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vipxkEc7RG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vipxkEc7RG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vipxkEc7RG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vipxkEc7RG .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vipxkEc7RG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vipxkEc7RG .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vipxkEc7RG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vipxkEc7RG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vipxkEc7RG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vipxkEc7RG .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vipxkEc7RG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vipxkEc7RG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vipxkEc7RG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vipxkEc7RG .navbar.navbar-short {
  min-height: 86px;
}
.cid-vipxkEc7RG .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vipxkEc7RG .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vipxkEc7RG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vipxkEc7RG .navbar-brand .navbar-caption:hover,
.cid-vipxkEc7RG .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vipxkEc7RG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vipxkEc7RG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vipxkEc7RG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vipxkEc7RG .dropdown-item.active,
.cid-vipxkEc7RG .dropdown-item:active {
  background-color: transparent;
}
.cid-vipxkEc7RG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vipxkEc7RG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vipxkEc7RG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vipxkEc7RG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29a692;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vipxkEc7RG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vipxkEc7RG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vipxkEc7RG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vipxkEc7RG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #ffffff;
}
@media (min-width: 991px) {
  .cid-vipxkEc7RG ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vipxkEc7RG ul.navbar-nav {
    padding: 10px;
  }
  .cid-vipxkEc7RG ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vipxkEc7RG .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vipxkEc7RG .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vipxkEc7RG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vipxkEc7RG .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vipxkEc7RG .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vipxkEc7RG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vipxkEc7RG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vipxkEc7RG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vipxkEc7RG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vipxkEc7RG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vipxkEc7RG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vipxkEc7RG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vipxkEc7RG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vipxkEc7RG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vipxkEc7RG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vipxkEc7RG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vipxkEc7RG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vipxkEc7RG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vipxkEc7RG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vipxkEc7RG .navbar {
    height: 70px;
  }
  .cid-vipxkEc7RG .navbar.opened {
    height: auto;
  }
  .cid-vipxkEc7RG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vipxkEc7RG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vipxkEc7RG .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vipxkEc7RG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vipxkEc7RG .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-vipxkEc7RG .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vipxkEc7RG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vipxkEc7RG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vipxkEc7RG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vipxkEc7RG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vipxkEc7RG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vipxkEc7RG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vipxkEc7RG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vipxkEc7RG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vipxkEc7RG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vipxkEc7RG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vipxkEc7RG .content-wrap {
  min-height: 86px;
}
.cid-vipxkEc7RG .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vipxkEc7RG .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vid1CLrtPg {
  z-index: 1000;
  width: 100%;
}
.cid-vid1CLrtPg nav.navbar {
  position: fixed;
}
.cid-vid1CLrtPg .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vid1CLrtPg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vid1CLrtPg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vid1CLrtPg .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #29a692 !important;
  font-weight: 300;
}
.cid-vid1CLrtPg .dropdown-item:hover,
.cid-vid1CLrtPg .dropdown-item:focus {
  background: #000000 !important;
  color: #29a692 !important;
}
.cid-vid1CLrtPg .dropdown-item:hover span {
  color: white;
}
.cid-vid1CLrtPg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vid1CLrtPg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vid1CLrtPg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vid1CLrtPg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vid1CLrtPg .nav-link {
  position: relative;
}
.cid-vid1CLrtPg .container {
  display: flex;
  margin: 40 auto;
}
@media (min-width: 992px) {
  .cid-vid1CLrtPg .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vid1CLrtPg .container {
    max-width: 1100px;
  }
}
.cid-vid1CLrtPg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vid1CLrtPg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vid1CLrtPg .dropdown-menu,
.cid-vid1CLrtPg .navbar.opened {
  background: #29a692 !important;
  background: rgba(41, 166, 146, 0.8) !important;
}
.cid-vid1CLrtPg .nav-item:focus,
.cid-vid1CLrtPg .nav-link:focus {
  outline: none;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vid1CLrtPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vid1CLrtPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vid1CLrtPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vid1CLrtPg .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(41, 166, 146, 0.8);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vid1CLrtPg .navbar.opened {
  transition: all 0.3s;
}
.cid-vid1CLrtPg .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vid1CLrtPg .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vid1CLrtPg .navbar .navbar-logo img {
  width: auto;
}
.cid-vid1CLrtPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vid1CLrtPg .navbar.collapsed {
  justify-content: center;
}
.cid-vid1CLrtPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vid1CLrtPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vid1CLrtPg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vid1CLrtPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vid1CLrtPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vid1CLrtPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vid1CLrtPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vid1CLrtPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vid1CLrtPg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vid1CLrtPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vid1CLrtPg .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vid1CLrtPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vid1CLrtPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vid1CLrtPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vid1CLrtPg .navbar.navbar-short {
  min-height: 86px;
}
.cid-vid1CLrtPg .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vid1CLrtPg .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vid1CLrtPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vid1CLrtPg .navbar-brand .navbar-caption:hover,
.cid-vid1CLrtPg .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vid1CLrtPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vid1CLrtPg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vid1CLrtPg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vid1CLrtPg .dropdown-item.active,
.cid-vid1CLrtPg .dropdown-item:active {
  background-color: transparent;
}
.cid-vid1CLrtPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vid1CLrtPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vid1CLrtPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vid1CLrtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29a692;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vid1CLrtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vid1CLrtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vid1CLrtPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vid1CLrtPg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #ffffff;
}
@media (min-width: 991px) {
  .cid-vid1CLrtPg ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vid1CLrtPg ul.navbar-nav {
    padding: 10px;
  }
  .cid-vid1CLrtPg ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vid1CLrtPg .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vid1CLrtPg .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vid1CLrtPg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vid1CLrtPg .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vid1CLrtPg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vid1CLrtPg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vid1CLrtPg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vid1CLrtPg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vid1CLrtPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vid1CLrtPg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vid1CLrtPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vid1CLrtPg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vid1CLrtPg .navbar {
    height: 70px;
  }
  .cid-vid1CLrtPg .navbar.opened {
    height: auto;
  }
  .cid-vid1CLrtPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vid1CLrtPg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vid1CLrtPg .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vid1CLrtPg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vid1CLrtPg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-vid1CLrtPg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vid1CLrtPg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vid1CLrtPg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vid1CLrtPg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vid1CLrtPg .navbar {
    justify-content: flex-start !important;
  }
  .cid-vid1CLrtPg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vid1CLrtPg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vid1CLrtPg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vid1CLrtPg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vid1CLrtPg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vid1CLrtPg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vid1CLrtPg .content-wrap {
  min-height: 86px;
}
.cid-vid1CLrtPg .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vid1CLrtPg .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vinpxg42rz {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f3f4f7;
}
.cid-vinpxg42rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinpxg42rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vinpxg42rz .container {
    padding: 0 24px;
  }
}
.cid-vinpxg42rz .row {
  justify-content: center;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .mbr-text {
  margin-bottom: 32px !important;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group {
  margin-bottom: 32px !important;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-control {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: none;
  border: 2px solid transparent !important;
  border-radius: 16px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-control {
    padding: 16px;
  }
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-control::placeholder {
  color: #0b6f5f;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-control:hover,
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #ff3399 !important;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group textarea.form-control {
  min-height: 150px;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-check {
  padding-left: 2.1em;
  margin-bottom: 16px !important;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .form-group .form-check .form-check-input {
  background-color: #ff3399;
  border-color: #ff3399;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .mbr-section-btn {
  width: 100%;
}
.cid-vinpxg42rz .form-wrapper .row.dragArea .mbr-section-btn .btn {
  width: 100%;
}
.cid-vinpxg42rz .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-vinpxg42rz .mbr-text {
  color: #262642;
  text-align: center;
}
.cid-vinpxg42rz label {
  color: #262642;
}
