.btn {
  border-width: 2px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 4.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f8c37e !important;
}
.bg-success {
  background-color: #8dd168 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #f8c37e !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #8dd168 !important;
  border-color: #8dd168 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #33d5ad;
  color: #33d5ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #8dd168;
  color: #8dd168;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #f8c37e !important;
}
.text-secondary {
  color: #33d5ad !important;
}
.text-success {
  color: #8dd168 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #f8c37e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f9ce96 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #48d9b6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cd77c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5ebeef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f9ce96 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !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: #f8c37e;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #f8c37e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f8c37e;
  border-color: #f8c37e;
  color: #895107;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #f8c37e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0a3c3;
}
.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: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f8c37e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f8c37e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !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: #f8c37e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f8c37e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f8c37e;
  border-bottom-color: #f8c37e;
}
.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: #000000 !important;
  background-color: #f8c37e !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: #33d5ad !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='%23f8c37e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tNPfR9AJad .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tNPfR9AJad .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-tNPfR9AJad .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-tNPfR9AJad .navbar-logo {
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar-brand {
  background-color: #cd8ad1;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPfR9AJad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPfR9AJad .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-tNPfR9AJad .navbar-nav {
  min-width: 45%;
}
.cid-tNPfR9AJad .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tNPfR9AJad .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tNPfR9AJad .dropdown-item {
  color: #000000 !important;
}
.cid-tNPfR9AJad .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tNPfR9AJad .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tNPfR9AJad .nav-link:hover {
  color: #cd8ad1 !important;
}
.cid-tNPfR9AJad .nav-link:hover:before {
  opacity: 1;
}
.cid-tNPfR9AJad .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd8ad1;
}
.cid-tNPfR9AJad .btn-white {
  color: #f8c37e !important;
}
.cid-tNPfR9AJad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPfR9AJad .container {
  display: flex;
  margin: auto;
}
.cid-tNPfR9AJad .navbar.opened {
  background: #000000 !important;
}
.cid-tNPfR9AJad .nav-item:focus,
.cid-tNPfR9AJad .nav-link:focus {
  outline: none;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPfR9AJad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tNPfR9AJad .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPfR9AJad .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tNPfR9AJad .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPfR9AJad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNPfR9AJad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNPfR9AJad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPfR9AJad .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPfR9AJad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPfR9AJad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNPfR9AJad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNPfR9AJad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPfR9AJad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNPfR9AJad .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNPfR9AJad .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNPfR9AJad .dropdown-item.active,
.cid-tNPfR9AJad .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPfR9AJad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPfR9AJad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPfR9AJad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNPfR9AJad .navbar-buttons {
  text-align: center;
}
.cid-tNPfR9AJad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNPfR9AJad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNPfR9AJad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPfR9AJad .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tNPfR9AJad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNPfR9AJad .navbar {
    height: 77px;
  }
  .cid-tNPfR9AJad .navbar.opened {
    height: auto;
  }
  .cid-tNPfR9AJad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNOaRGHlI9 {
  background-image: url("../../../assets/images/las-vegas-dental-assistant-2-2000x1500.jpg");
}
.cid-tNOaRGHlI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOaRGHlI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxiknscpi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNxiknscpi .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNxiknscpi .row {
    text-align: center;
  }
}
.cid-tNOkdglF0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOkdglF0M .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tNOkdglF0M .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tNOkdglF0M .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sQgetOKHEA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQgetOKHEA .section-head {
  margin-bottom: 2rem;
}
.cid-sQgetOKHEA .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-sQgetOKHEA .mbr-section-subtitle {
  text-align: left;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-sQgetOKHEA .row {
    text-align: center;
  }
}
.cid-sQgetOKHEA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgetOKHEA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgetOKHEA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgetOKHEA .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgetOKHEA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tNJrkvg3Ik {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cd8ad1;
}
.cid-tNJrkvg3Ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNJrkvg3Ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNJrkvg3Ik .card-wrapper {
  border: 3px solid #f8c37e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tNJrkvg3Ik .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNJrkvg3Ik .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tNJrkvg3Ik .mbr-section-subtitle {
  background: #f8c37e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNJrkvg3Ik .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #33d5ad;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNJrkvg3Ik .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f8c37e;
  font-size: 1.5rem;
}
.cid-tNJrkvg3Ik .mbr-section-title {
  color: #ffffff;
}
.cid-tNJrkvg3Ik .mbr-text,
.cid-tNJrkvg3Ik .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tNJrkvg3Ik .mbr-section-subtitle2,
.cid-tNJrkvg3Ik .align-wrapper {
  color: #04492e;
}
.cid-tNJrkvg3Ik .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-tND89Ytg24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tND89Ytg24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tND89Ytg24 .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-tND89Ytg24 .container {
    padding: 0 30px;
  }
}
.cid-tND89Ytg24 .row {
  justify-content: center;
}
.cid-tND89Ytg24 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tND89Ytg24 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tND89Ytg24 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tND89Ytg24 .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tND89Ytg24 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tND89Ytg24 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tND89Ytg24 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNxk4kSQv4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cd8ad1;
}
.cid-tNxk4kSQv4 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNxk4kSQv4 .row {
    text-align: center;
  }
}
.cid-tNxk4kSQv4 .mbr-section-title {
  color: #ffffff;
}
.cid-tNxk4kSQv4 .mbr-text {
  color: #ffffff;
}
.cid-tNM026HK8J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNM026HK8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM026HK8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNM026HK8J .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNM026HK8J .mbr-section-title {
  color: #24262b;
}
.cid-tNM026HK8J .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNM026HK8J .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tNM026HK8J .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #cd8ad1;
}
@media (max-width: 767px) {
  .cid-tNM026HK8J .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNM026HK8J .card-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tNM026HK8J .card-subtitle {
  color: #24262b;
}
.cid-tNM026HK8J .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNM026HK8J .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNM026HK8J .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNM026HK8J .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNM026HK8J .card-text,
.cid-tNM026HK8J .mbr-section-btn {
  color: #ffffff;
}
.cid-tNFg8uuVQD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNFg8uuVQD .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNFg8uuVQD .row {
    text-align: center;
  }
}
.cid-tNESKGJyuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNESKGJyuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNESKGJyuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNESKGJyuv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNESKGJyuv .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNESKGJyuv .container {
    padding: 0 25px;
  }
}
.cid-tNESKGJyuv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNESKGJyuv .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNESKGJyuv .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNESKGJyuv .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNESKGJyuv .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNESKGJyuv .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNESKGJyuv .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNESKGJyuv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNESKGJyuv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNESKGJyuv .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNESKGJyuv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNESKGJyuv .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNESKGJyuv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNESKGJyuv .mbr-section-title {
  color: #ffffff;
}
.cid-tNESKGJyuv .panel-title-edit {
  color: #ffffff;
}
.cid-tNESKGJyuv .panel-text {
  color: #E33030;
}
.cid-tNxkrfAKE6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNxkrfAKE6 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNxkrfAKE6 .row {
    text-align: center;
  }
}
.cid-tNxkrfAKE6 .mbr-section-title {
  color: #000000;
}
.cid-tNxkrfAKE6 .mbr-text {
  color: #000000;
}
.cid-tNlWHMZOG4 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #cd8ad1;
}
.cid-tNlWHMZOG4 .row {
  flex-direction: row-reverse;
}
.cid-tNlWHMZOG4 .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tNlWHMZOG4 .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tNlWHMZOG4 .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNlWHMZOG4 .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tNlWHMZOG4 .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tNlWHMZOG4 .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tNlWHMZOG4 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tNlWHMZOG4 .card-item:last-child {
  margin-right: 0;
}
.cid-tNlWHMZOG4 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNlWHMZOG4 .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tNlWHMZOG4 .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tNlWHMZOG4 .column2 {
  height: 100%;
}
.cid-tNlWHMZOG4 .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tNlWHMZOG4 .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNlWHMZOG4 .column2 {
    text-align: center;
  }
}
.cid-tNlWHMZOG4 .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tNyyX83CEg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNyyX83CEg .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNyyX83CEg .row {
    text-align: center;
  }
}
.cid-tNESOu1yI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNESOu1yI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNESOu1yI4 .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-tNESOu1yI4 .container {
    padding: 0 30px;
  }
}
.cid-tNESOu1yI4 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNESOu1yI4 .row {
    margin: 0 -34px;
  }
}
.cid-tNESOu1yI4 .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNESOu1yI4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNESOu1yI4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNESOu1yI4 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNESOu1yI4 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNESOu1yI4 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNESOu1yI4 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNESOu1yI4 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNESOu1yI4 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNESOu1yI4 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNESOu1yI4 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNESOu1yI4 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNESOu1yI4 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNFgzb2HSZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNFgzb2HSZ .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNFgzb2HSZ .row {
    text-align: center;
  }
}
.cid-tNm58tXRAD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cd8ad1;
}
.cid-tNm58tXRAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNm58tXRAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNm58tXRAD .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNm58tXRAD .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNm58tXRAD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNm58tXRAD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNm58tXRAD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNm58tXRAD .mbr-section-title {
  color: #ffffff;
}
.cid-tNEVlJUBkd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tNEVlJUBkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEVlJUBkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEVlJUBkd .row {
  justify-content: space-between;
}
.cid-tNEVlJUBkd .mbr-section-title {
  margin: 0;
  color: #33cbd5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNEVlJUBkd .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNEVlJUBkd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #33cbd5;
}
.cid-tNEVlJUBkd .list li {
  margin-bottom: 25px;
}
.cid-tNEVlJUBkd .list li:last-child {
  margin-bottom: 0;
}
.cid-tNEVlJUBkd .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNEVlJUBkd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNEVlJUBkd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNEVlJUBkd .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tNEVlJUBkd .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-tNEVlJUBkd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNEVlJUBkd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNEVlJUBkd .mbr-desc,
.cid-tNEVlJUBkd .mbr-iconfont {
  color: #33cbd5;
}
.cid-tNEVlJUBkd .mbr-text,
.cid-tNEVlJUBkd .mbr-section-btn {
  color: #33cbd5;
}
.cid-tNxJk1X5ca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #554141;
}
.cid-tNxJk1X5ca .row {
  flex-direction: row-reverse;
}
.cid-tNxJk1X5ca .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-tNxJk1X5ca .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-tNxJk1X5ca .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-tNxJk1X5ca .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tNxJk1X5ca .image-wrapper {
    margin-left: 0;
  }
}
.cid-tNxJk1X5ca .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-tNxJk1X5ca .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-tNxJk1X5ca .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tNxJk1X5ca .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tNxJk1X5ca .content {
    text-align: center;
  }
}
.cid-tNxJk1X5ca .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tNxJk1X5ca .mbr-section-title span {
  position: relative;
}
.cid-tNxJk1X5ca .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tNxJk1X5ca .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tNxJk1X5ca .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tNxJk1X5ca .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tNxJk1X5ca .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tNxJk1X5ca .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNxJk1X5ca .mbr-section-subtitle span {
  position: relative;
}
.cid-tNxJk1X5ca .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-tNxJk1X5ca .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-tNxJk1X5ca .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tNxJk1X5ca .mbr-section-btn {
  margin-top: 3rem;
}
.cid-tNxJk1X5ca .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNxJk1X5ca .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNxJk1X5ca .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tNxJk1X5ca .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNxJk3hj4h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNxJk3hj4h .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNxJk3hj4h .row {
    text-align: center;
  }
}
.cid-tNEEYaSrar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tNEEYaSrar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEEYaSrar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEEYaSrar .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNEEYaSrar .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNEEYaSrar .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNEEYaSrar .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNEEYaSrar .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNEEYaSrar .mbr-section-title {
  color: #ffffff;
}
.cid-tNEVlJUBkd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tNEVlJUBkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEVlJUBkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEVlJUBkd .row {
  justify-content: space-between;
}
.cid-tNEVlJUBkd .mbr-section-title {
  margin: 0;
  color: #33cbd5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNEVlJUBkd .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNEVlJUBkd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #33cbd5;
}
.cid-tNEVlJUBkd .list li {
  margin-bottom: 25px;
}
.cid-tNEVlJUBkd .list li:last-child {
  margin-bottom: 0;
}
.cid-tNEVlJUBkd .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNEVlJUBkd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNEVlJUBkd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNEVlJUBkd .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tNEVlJUBkd .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-tNEVlJUBkd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNEVlJUBkd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNEVlJUBkd .mbr-desc,
.cid-tNEVlJUBkd .mbr-iconfont {
  color: #33cbd5;
}
.cid-tNEVlJUBkd .mbr-text,
.cid-tNEVlJUBkd .mbr-section-btn {
  color: #33cbd5;
}
.cid-tNPfR9AJad .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tNPfR9AJad .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-tNPfR9AJad .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-tNPfR9AJad .navbar-logo {
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar-brand {
  background-color: #cd8ad1;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPfR9AJad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPfR9AJad .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-tNPfR9AJad .navbar-nav {
  min-width: 45%;
}
.cid-tNPfR9AJad .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tNPfR9AJad .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tNPfR9AJad .dropdown-item {
  color: #000000 !important;
}
.cid-tNPfR9AJad .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tNPfR9AJad .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tNPfR9AJad .nav-link:hover {
  color: #cd8ad1 !important;
}
.cid-tNPfR9AJad .nav-link:hover:before {
  opacity: 1;
}
.cid-tNPfR9AJad .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd8ad1;
}
.cid-tNPfR9AJad .btn-white {
  color: #f8c37e !important;
}
.cid-tNPfR9AJad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPfR9AJad .container {
  display: flex;
  margin: auto;
}
.cid-tNPfR9AJad .navbar.opened {
  background: #000000 !important;
}
.cid-tNPfR9AJad .nav-item:focus,
.cid-tNPfR9AJad .nav-link:focus {
  outline: none;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPfR9AJad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tNPfR9AJad .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPfR9AJad .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tNPfR9AJad .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPfR9AJad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNPfR9AJad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNPfR9AJad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPfR9AJad .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPfR9AJad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPfR9AJad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNPfR9AJad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNPfR9AJad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPfR9AJad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNPfR9AJad .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNPfR9AJad .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNPfR9AJad .dropdown-item.active,
.cid-tNPfR9AJad .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPfR9AJad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPfR9AJad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPfR9AJad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNPfR9AJad .navbar-buttons {
  text-align: center;
}
.cid-tNPfR9AJad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNPfR9AJad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNPfR9AJad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPfR9AJad .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tNPfR9AJad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNPfR9AJad .navbar {
    height: 77px;
  }
  .cid-tNPfR9AJad .navbar.opened {
    height: auto;
  }
  .cid-tNPfR9AJad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNxKbvyoym {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #554141;
}
.cid-tNxKbvyoym .row {
  flex-direction: row-reverse;
}
.cid-tNxKbvyoym .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-tNxKbvyoym .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-tNxKbvyoym .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-tNxKbvyoym .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tNxKbvyoym .image-wrapper {
    margin-left: 0;
  }
}
.cid-tNxKbvyoym .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-tNxKbvyoym .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-tNxKbvyoym .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tNxKbvyoym .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tNxKbvyoym .content {
    text-align: center;
  }
}
.cid-tNxKbvyoym .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tNxKbvyoym .mbr-section-title span {
  position: relative;
}
.cid-tNxKbvyoym .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-tNxKbvyoym .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tNxKbvyoym .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tNxKbvyoym .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tNxKbvyoym .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-tNxKbvyoym .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNxKbvyoym .mbr-section-subtitle span {
  position: relative;
}
.cid-tNxKbvyoym .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-tNxKbvyoym .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-tNxKbvyoym .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tNxKbvyoym .mbr-section-btn {
  margin-top: 3rem;
}
.cid-tNxKbvyoym .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNxKbvyoym .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNxKbvyoym .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tNxKbvyoym .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNxKbwKzmk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNxKbwKzmk .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNxKbwKzmk .row {
    text-align: center;
  }
}
.cid-tNEFfeAVp0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tNEFfeAVp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEFfeAVp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEFfeAVp0 .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNEFfeAVp0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNEFfeAVp0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNEFfeAVp0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNEFfeAVp0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNEFfeAVp0 .mbr-section-title {
  color: #ffffff;
}
.cid-tNEVlJUBkd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tNEVlJUBkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNEVlJUBkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNEVlJUBkd .row {
  justify-content: space-between;
}
.cid-tNEVlJUBkd .mbr-section-title {
  margin: 0;
  color: #33cbd5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNEVlJUBkd .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNEVlJUBkd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #33cbd5;
}
.cid-tNEVlJUBkd .list li {
  margin-bottom: 25px;
}
.cid-tNEVlJUBkd .list li:last-child {
  margin-bottom: 0;
}
.cid-tNEVlJUBkd .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNEVlJUBkd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNEVlJUBkd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNEVlJUBkd .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tNEVlJUBkd .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-tNEVlJUBkd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNEVlJUBkd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNEVlJUBkd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNEVlJUBkd .mbr-desc,
.cid-tNEVlJUBkd .mbr-iconfont {
  color: #33cbd5;
}
.cid-tNEVlJUBkd .mbr-text,
.cid-tNEVlJUBkd .mbr-section-btn {
  color: #33cbd5;
}
.cid-tNPfR9AJad .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tNPfR9AJad .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-tNPfR9AJad .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-tNPfR9AJad .navbar-logo {
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar-brand {
  background-color: #cd8ad1;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPfR9AJad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPfR9AJad .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-tNPfR9AJad .navbar-nav {
  min-width: 45%;
}
.cid-tNPfR9AJad .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tNPfR9AJad .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tNPfR9AJad .dropdown-item {
  color: #000000 !important;
}
.cid-tNPfR9AJad .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tNPfR9AJad .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tNPfR9AJad .nav-link:hover {
  color: #cd8ad1 !important;
}
.cid-tNPfR9AJad .nav-link:hover:before {
  opacity: 1;
}
.cid-tNPfR9AJad .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd8ad1;
}
.cid-tNPfR9AJad .btn-white {
  color: #f8c37e !important;
}
.cid-tNPfR9AJad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPfR9AJad .container {
  display: flex;
  margin: auto;
}
.cid-tNPfR9AJad .navbar.opened {
  background: #000000 !important;
}
.cid-tNPfR9AJad .nav-item:focus,
.cid-tNPfR9AJad .nav-link:focus {
  outline: none;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPfR9AJad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tNPfR9AJad .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPfR9AJad .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tNPfR9AJad .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPfR9AJad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNPfR9AJad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNPfR9AJad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPfR9AJad .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPfR9AJad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPfR9AJad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNPfR9AJad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNPfR9AJad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPfR9AJad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNPfR9AJad .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNPfR9AJad .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNPfR9AJad .dropdown-item.active,
.cid-tNPfR9AJad .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPfR9AJad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPfR9AJad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPfR9AJad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNPfR9AJad .navbar-buttons {
  text-align: center;
}
.cid-tNPfR9AJad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNPfR9AJad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNPfR9AJad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPfR9AJad .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tNPfR9AJad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNPfR9AJad .navbar {
    height: 77px;
  }
  .cid-tNPfR9AJad .navbar.opened {
    height: auto;
  }
  .cid-tNPfR9AJad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNOluMyzA8 {
  background-image: url("../../../assets/images/las-vegas-dental-assistant-3-2000x1125.jpg");
}
.cid-tNOluMyzA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluMyzA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOluNeNaq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNOluNeNaq .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOluNeNaq .row {
    text-align: center;
  }
}
.cid-tNOluNMysB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOluNMysB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tNOluNMysB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tNOluNMysB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tNOluOls8U {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNOluOls8U .section-head {
  margin-bottom: 2rem;
}
.cid-tNOluOls8U .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-tNOluOls8U .mbr-section-subtitle {
  text-align: left;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tNOluOls8U .row {
    text-align: center;
  }
}
.cid-tNOluOls8U .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNOluOls8U .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNOluOls8U .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNOluOls8U .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNOluOls8U .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tNOluUUTuQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOluUUTuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluUUTuQ .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-tNOluUUTuQ .container {
    padding: 0 30px;
  }
}
.cid-tNOluUUTuQ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNOluUUTuQ .row {
    margin: 0 -34px;
  }
}
.cid-tNOluUUTuQ .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNOluUUTuQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNOluUUTuQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNOluUUTuQ .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNOluUUTuQ .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNOluUUTuQ .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNOluUUTuQ .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNOluUUTuQ .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNOluUUTuQ .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNOluUUTuQ .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNOluUUTuQ .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNOluUUTuQ .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNOluUUTuQ .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNOluQo9GM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNOluQo9GM .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOluQo9GM .row {
    text-align: center;
  }
}
.cid-tNOluQo9GM .mbr-section-title {
  color: #000000;
}
.cid-tNOluQo9GM .mbr-text {
  color: #000000;
}
.cid-tNOluQUe16 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cd8ad1;
}
.cid-tNOluQUe16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluQUe16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOluQUe16 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNOluQUe16 .mbr-section-title {
  color: #24262b;
}
.cid-tNOluQUe16 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNOluQUe16 .cards-row {
  row-gap: 32px;
}
.cid-tNOluQUe16 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tNOluQUe16 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNOluQUe16 .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-tNOluQUe16 .card-subtitle {
  color: #24262b;
}
.cid-tNOluQUe16 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNOluQUe16 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNOluQUe16 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNOluQUe16 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNOluQUe16 .card-text,
.cid-tNOluQUe16 .mbr-section-btn {
  color: #000000;
}
.cid-tNOluOTerv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tNOluOTerv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluOTerv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOluOTerv .card-wrapper {
  border: 3px solid #f8c37e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tNOluOTerv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOluOTerv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tNOluOTerv .mbr-section-subtitle {
  background: #f8c37e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNOluOTerv .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #33d5ad;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNOluOTerv .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f8c37e;
  font-size: 1.5rem;
}
.cid-tNOluOTerv .mbr-section-title {
  color: #000000;
}
.cid-tNOluOTerv .mbr-text,
.cid-tNOluOTerv .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tNOluOTerv .mbr-section-subtitle2,
.cid-tNOluOTerv .align-wrapper {
  color: #04492e;
}
.cid-tNOluOTerv .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-tNOluRvJkT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #cd8ad1;
}
.cid-tNOluRvJkT .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOluRvJkT .row {
    text-align: center;
  }
}
.cid-tNOluS4Z6e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNOluS4Z6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluS4Z6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOluS4Z6e .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNOluS4Z6e .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNOluS4Z6e .container {
    padding: 0 25px;
  }
}
.cid-tNOluS4Z6e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNOluS4Z6e .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNOluS4Z6e .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNOluS4Z6e .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNOluS4Z6e .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNOluS4Z6e .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNOluS4Z6e .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNOluS4Z6e .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNOluS4Z6e .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOluS4Z6e .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOluS4Z6e .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNOluS4Z6e .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNOluS4Z6e .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNOluS4Z6e .mbr-section-title {
  color: #000000;
}
.cid-tNOluS4Z6e .panel-title-edit {
  color: #000000;
}
.cid-tNOluS4Z6e .panel-text {
  color: #E33030;
}
.cid-tNOluSPMSd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cd8ad1;
}
.cid-tNOluSPMSd .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOluSPMSd .row {
    text-align: center;
  }
}
.cid-tNOluSPMSd .mbr-section-title {
  color: #000000;
}
.cid-tNOluSPMSd .mbr-text {
  color: #000000;
}
.cid-tNOluTx2y6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNOluTx2y6 .row {
  flex-direction: row-reverse;
}
.cid-tNOluTx2y6 .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tNOluTx2y6 .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tNOluTx2y6 .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNOluTx2y6 .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tNOluTx2y6 .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tNOluTx2y6 .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tNOluTx2y6 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tNOluTx2y6 .card-item:last-child {
  margin-right: 0;
}
.cid-tNOluTx2y6 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNOluTx2y6 .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #000000;
}
.cid-tNOluTx2y6 .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #000000;
}
.cid-tNOluTx2y6 .column2 {
  height: 100%;
}
.cid-tNOluTx2y6 .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tNOluTx2y6 .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNOluTx2y6 .column2 {
    text-align: center;
  }
}
.cid-tNOluTx2y6 .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tNOluUlnTb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #cd8ad1;
}
.cid-tNOluUlnTb .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOluUlnTb .row {
    text-align: center;
  }
}
.cid-tNOluVFSVO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNOluVFSVO .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOluVFSVO .row {
    text-align: center;
  }
}
.cid-tNOwwOiomI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOwwOiomI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOwwOiomI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOwwOiomI .row {
  margin: 0 !important;
}
.cid-tNOwwOiomI .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNOwwOiomI .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNOwwOiomI .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNOwwOiomI .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tNOwwOiomI .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNOwwOiomI .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNOwwOiomI .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNOwwOiomI .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNOwwOiomI .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNOwwOiomI .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNOwwOiomI .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNOwwOiomI .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNOwwOiomI .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNOwwOiomI .panel-group {
  border: none;
}
.cid-tNOwwOiomI .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNOwwOiomI .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNOwwOiomI .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOwwOiomI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNOwwOiomI .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNOwwOiomI .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNOwwOiomI .panel-title-edit {
  color: #000000;
}
.cid-tNOwwOiomI .panel-body {
  padding: 0 0 20px;
}
.cid-tNOwwOiomI .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNOluWf1Az {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cd8ad1;
}
.cid-tNOluWf1Az .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluWf1Az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOluWf1Az .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNOluWf1Az .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNOluWf1Az .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNOluWf1Az .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNOluWf1Az .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNOluWf1Az .mbr-section-title {
  color: #ffffff;
}
.cid-tNOluWVS4Q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tNOluWVS4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOluWVS4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOluWVS4Q .row {
  justify-content: space-between;
}
.cid-tNOluWVS4Q .mbr-section-title {
  margin: 0;
  color: #33cbd5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNOluWVS4Q .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNOluWVS4Q .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNOluWVS4Q .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNOluWVS4Q .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #33cbd5;
}
.cid-tNOluWVS4Q .list li {
  margin-bottom: 25px;
}
.cid-tNOluWVS4Q .list li:last-child {
  margin-bottom: 0;
}
.cid-tNOluWVS4Q .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNOluWVS4Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNOluWVS4Q .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNOluWVS4Q .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tNOluWVS4Q .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-tNOluWVS4Q .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNOluWVS4Q .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNOluWVS4Q .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNOluWVS4Q .mbr-desc,
.cid-tNOluWVS4Q .mbr-iconfont {
  color: #33cbd5;
}
.cid-tNOluWVS4Q .mbr-text,
.cid-tNOluWVS4Q .mbr-section-btn {
  color: #33cbd5;
}
.cid-tNPfR9AJad .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tNPfR9AJad .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-tNPfR9AJad .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-tNPfR9AJad .navbar-logo {
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar-brand {
  background-color: #cd8ad1;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPfR9AJad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPfR9AJad .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-tNPfR9AJad .navbar-nav {
  min-width: 45%;
}
.cid-tNPfR9AJad .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tNPfR9AJad .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tNPfR9AJad .dropdown-item {
  color: #000000 !important;
}
.cid-tNPfR9AJad .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tNPfR9AJad .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tNPfR9AJad .nav-link:hover {
  color: #cd8ad1 !important;
}
.cid-tNPfR9AJad .nav-link:hover:before {
  opacity: 1;
}
.cid-tNPfR9AJad .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd8ad1;
}
.cid-tNPfR9AJad .btn-white {
  color: #f8c37e !important;
}
.cid-tNPfR9AJad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPfR9AJad .container {
  display: flex;
  margin: auto;
}
.cid-tNPfR9AJad .navbar.opened {
  background: #000000 !important;
}
.cid-tNPfR9AJad .nav-item:focus,
.cid-tNPfR9AJad .nav-link:focus {
  outline: none;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPfR9AJad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tNPfR9AJad .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPfR9AJad .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tNPfR9AJad .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPfR9AJad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNPfR9AJad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNPfR9AJad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPfR9AJad .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPfR9AJad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPfR9AJad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNPfR9AJad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNPfR9AJad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPfR9AJad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNPfR9AJad .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNPfR9AJad .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNPfR9AJad .dropdown-item.active,
.cid-tNPfR9AJad .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPfR9AJad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPfR9AJad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPfR9AJad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNPfR9AJad .navbar-buttons {
  text-align: center;
}
.cid-tNPfR9AJad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNPfR9AJad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNPfR9AJad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPfR9AJad .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tNPfR9AJad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNPfR9AJad .navbar {
    height: 77px;
  }
  .cid-tNPfR9AJad .navbar.opened {
    height: auto;
  }
  .cid-tNPfR9AJad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNOoYMzgTq {
  background-image: url("../../../assets/images/las-vegas-dental-assistant-5-2000x1334.jpg");
}
.cid-tNOoYMzgTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYMzgTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOoYNnw8L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNOoYNnw8L .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOoYNnw8L .row {
    text-align: center;
  }
}
.cid-tNOoYNZnEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOoYNZnEd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tNOoYNZnEd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tNOoYNZnEd .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tNOoYOZ8VD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNOoYOZ8VD .section-head {
  margin-bottom: 2rem;
}
.cid-tNOoYOZ8VD .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-tNOoYOZ8VD .mbr-section-subtitle {
  text-align: left;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tNOoYOZ8VD .row {
    text-align: center;
  }
}
.cid-tNOoYOZ8VD .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNOoYOZ8VD .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNOoYOZ8VD .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNOoYOZ8VD .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNOoYOZ8VD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tNOoYPxXCW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cd8ad1;
}
.cid-tNOoYPxXCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYPxXCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOoYPxXCW .card-wrapper {
  border: 3px solid #f8c37e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tNOoYPxXCW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOoYPxXCW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tNOoYPxXCW .mbr-section-subtitle {
  background: #f8c37e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNOoYPxXCW .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #33d5ad;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNOoYPxXCW .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f8c37e;
  font-size: 1.5rem;
}
.cid-tNOoYPxXCW .mbr-section-title {
  color: #ffffff;
}
.cid-tNOoYPxXCW .mbr-text,
.cid-tNOoYPxXCW .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tNOoYPxXCW .mbr-section-subtitle2,
.cid-tNOoYPxXCW .align-wrapper {
  color: #04492e;
}
.cid-tNOoYPxXCW .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-tNOoYQqbma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNOoYQqbma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYQqbma .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-tNOoYQqbma .container {
    padding: 0 30px;
  }
}
.cid-tNOoYQqbma .row {
  justify-content: center;
}
.cid-tNOoYQqbma .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNOoYQqbma .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNOoYQqbma .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNOoYQqbma .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tNOoYQqbma .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNOoYQqbma .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNOoYQqbma .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNOoYR1IN4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cd8ad1;
}
.cid-tNOoYR1IN4 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOoYR1IN4 .row {
    text-align: center;
  }
}
.cid-tNOoYR1IN4 .mbr-section-title {
  color: #ffffff;
}
.cid-tNOoYR1IN4 .mbr-text {
  color: #ffffff;
}
.cid-tNOoYRGoOI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNOoYRGoOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYRGoOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOoYRGoOI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNOoYRGoOI .mbr-section-title {
  color: #24262b;
}
.cid-tNOoYRGoOI .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNOoYRGoOI .cards-row {
  row-gap: 32px;
}
.cid-tNOoYRGoOI .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #cd8ad1;
}
@media (max-width: 767px) {
  .cid-tNOoYRGoOI .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNOoYRGoOI .card-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tNOoYRGoOI .card-subtitle {
  color: #24262b;
}
.cid-tNOoYRGoOI .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNOoYRGoOI .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNOoYRGoOI .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNOoYRGoOI .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNOoYRGoOI .card-text,
.cid-tNOoYRGoOI .mbr-section-btn {
  color: #ffffff;
}
.cid-tNOoYSkhI3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNOoYSkhI3 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOoYSkhI3 .row {
    text-align: center;
  }
}
.cid-tNOoYSRQAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOoYSRQAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYSRQAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOoYSRQAa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNOoYSRQAa .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNOoYSRQAa .container {
    padding: 0 25px;
  }
}
.cid-tNOoYSRQAa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNOoYSRQAa .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNOoYSRQAa .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNOoYSRQAa .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNOoYSRQAa .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNOoYSRQAa .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNOoYSRQAa .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNOoYSRQAa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNOoYSRQAa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOoYSRQAa .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOoYSRQAa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNOoYSRQAa .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNOoYSRQAa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNOoYSRQAa .mbr-section-title {
  color: #ffffff;
}
.cid-tNOoYSRQAa .panel-title-edit {
  color: #ffffff;
}
.cid-tNOoYSRQAa .panel-text {
  color: #E33030;
}
.cid-tNOoYTNhYH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNOoYTNhYH .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOoYTNhYH .row {
    text-align: center;
  }
}
.cid-tNOoYTNhYH .mbr-section-title {
  color: #000000;
}
.cid-tNOoYTNhYH .mbr-text {
  color: #000000;
}
.cid-tNOoYUoeSw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #cd8ad1;
}
.cid-tNOoYUoeSw .row {
  flex-direction: row-reverse;
}
.cid-tNOoYUoeSw .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tNOoYUoeSw .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tNOoYUoeSw .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNOoYUoeSw .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tNOoYUoeSw .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tNOoYUoeSw .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tNOoYUoeSw .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tNOoYUoeSw .card-item:last-child {
  margin-right: 0;
}
.cid-tNOoYUoeSw .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNOoYUoeSw .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tNOoYUoeSw .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tNOoYUoeSw .column2 {
  height: 100%;
}
.cid-tNOoYUoeSw .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tNOoYUoeSw .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNOoYUoeSw .column2 {
    text-align: center;
  }
}
.cid-tNOoYUoeSw .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tNOoYV7wUR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNOoYV7wUR .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOoYV7wUR .row {
    text-align: center;
  }
}
.cid-tNOoYVGjmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOoYVGjmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYVGjmO .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-tNOoYVGjmO .container {
    padding: 0 30px;
  }
}
.cid-tNOoYVGjmO .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNOoYVGjmO .row {
    margin: 0 -34px;
  }
}
.cid-tNOoYVGjmO .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNOoYVGjmO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNOoYVGjmO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNOoYVGjmO .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNOoYVGjmO .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNOoYVGjmO .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNOoYVGjmO .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNOoYVGjmO .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNOoYVGjmO .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNOoYVGjmO .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNOoYVGjmO .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNOoYVGjmO .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNOoYVGjmO .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNOoYWu1Hh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNOoYWu1Hh .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOoYWu1Hh .row {
    text-align: center;
  }
}
.cid-tNOzAyMuXJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNOzAyMuXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOzAyMuXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOzAyMuXJ .row {
  margin: 0 !important;
}
.cid-tNOzAyMuXJ .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNOzAyMuXJ .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNOzAyMuXJ .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNOzAyMuXJ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tNOzAyMuXJ .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNOzAyMuXJ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNOzAyMuXJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNOzAyMuXJ .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNOzAyMuXJ .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNOzAyMuXJ .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNOzAyMuXJ .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNOzAyMuXJ .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNOzAyMuXJ .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNOzAyMuXJ .panel-group {
  border: none;
}
.cid-tNOzAyMuXJ .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNOzAyMuXJ .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNOzAyMuXJ .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOzAyMuXJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNOzAyMuXJ .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNOzAyMuXJ .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNOzAyMuXJ .panel-title-edit {
  color: #000000;
}
.cid-tNOzAyMuXJ .panel-body {
  padding: 0 0 20px;
}
.cid-tNOzAyMuXJ .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNOoYX8Y4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cd8ad1;
}
.cid-tNOoYX8Y4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYX8Y4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOoYX8Y4R .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNOoYX8Y4R .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNOoYX8Y4R .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNOoYX8Y4R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNOoYX8Y4R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNOoYX8Y4R .mbr-section-title {
  color: #ffffff;
}
.cid-tNOoYXWWSw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tNOoYXWWSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOoYXWWSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOoYXWWSw .row {
  justify-content: space-between;
}
.cid-tNOoYXWWSw .mbr-section-title {
  margin: 0;
  color: #33cbd5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNOoYXWWSw .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNOoYXWWSw .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNOoYXWWSw .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNOoYXWWSw .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #33cbd5;
}
.cid-tNOoYXWWSw .list li {
  margin-bottom: 25px;
}
.cid-tNOoYXWWSw .list li:last-child {
  margin-bottom: 0;
}
.cid-tNOoYXWWSw .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNOoYXWWSw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNOoYXWWSw .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNOoYXWWSw .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tNOoYXWWSw .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-tNOoYXWWSw .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNOoYXWWSw .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNOoYXWWSw .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNOoYXWWSw .mbr-desc,
.cid-tNOoYXWWSw .mbr-iconfont {
  color: #33cbd5;
}
.cid-tNOoYXWWSw .mbr-text,
.cid-tNOoYXWWSw .mbr-section-btn {
  color: #33cbd5;
}
.cid-tNPfR9AJad .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tNPfR9AJad .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-tNPfR9AJad .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-tNPfR9AJad .navbar-logo {
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar-brand {
  background-color: #cd8ad1;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPfR9AJad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPfR9AJad .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-tNPfR9AJad .navbar-nav {
  min-width: 45%;
}
.cid-tNPfR9AJad .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tNPfR9AJad .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tNPfR9AJad .dropdown-item {
  color: #000000 !important;
}
.cid-tNPfR9AJad .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tNPfR9AJad .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tNPfR9AJad .nav-link:hover {
  color: #cd8ad1 !important;
}
.cid-tNPfR9AJad .nav-link:hover:before {
  opacity: 1;
}
.cid-tNPfR9AJad .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd8ad1;
}
.cid-tNPfR9AJad .btn-white {
  color: #f8c37e !important;
}
.cid-tNPfR9AJad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPfR9AJad .container {
  display: flex;
  margin: auto;
}
.cid-tNPfR9AJad .navbar.opened {
  background: #000000 !important;
}
.cid-tNPfR9AJad .nav-item:focus,
.cid-tNPfR9AJad .nav-link:focus {
  outline: none;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPfR9AJad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tNPfR9AJad .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPfR9AJad .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tNPfR9AJad .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPfR9AJad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNPfR9AJad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNPfR9AJad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPfR9AJad .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPfR9AJad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPfR9AJad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNPfR9AJad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNPfR9AJad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPfR9AJad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNPfR9AJad .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNPfR9AJad .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNPfR9AJad .dropdown-item.active,
.cid-tNPfR9AJad .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPfR9AJad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPfR9AJad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPfR9AJad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNPfR9AJad .navbar-buttons {
  text-align: center;
}
.cid-tNPfR9AJad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNPfR9AJad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNPfR9AJad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPfR9AJad .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tNPfR9AJad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNPfR9AJad .navbar {
    height: 77px;
  }
  .cid-tNPfR9AJad .navbar.opened {
    height: auto;
  }
  .cid-tNPfR9AJad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNOrewjMDM {
  background-image: url("../../../assets/images/las-vegas-dental-assistant-1280x853.jpg");
}
.cid-tNOrewjMDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOrewjMDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOrey1lte {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNOrey1lte .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOrey1lte .row {
    text-align: center;
  }
}
.cid-tNOreyBOVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOreyBOVh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tNOreyBOVh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tNOreyBOVh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tNOrez8DGr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNOrez8DGr .section-head {
  margin-bottom: 2rem;
}
.cid-tNOrez8DGr .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-tNOrez8DGr .mbr-section-subtitle {
  text-align: left;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-tNOrez8DGr .row {
    text-align: center;
  }
}
.cid-tNOrez8DGr .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tNOrez8DGr .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tNOrez8DGr .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNOrez8DGr .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tNOrez8DGr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tNOrezFlCh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #cd8ad1;
}
.cid-tNOrezFlCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOrezFlCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOrezFlCh .card-wrapper {
  border: 3px solid #f8c37e;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tNOrezFlCh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOrezFlCh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tNOrezFlCh .mbr-section-subtitle {
  background: #f8c37e;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNOrezFlCh .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #33d5ad;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNOrezFlCh .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #f8c37e;
  font-size: 1.5rem;
}
.cid-tNOrezFlCh .mbr-section-title {
  color: #ffffff;
}
.cid-tNOrezFlCh .mbr-text,
.cid-tNOrezFlCh .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tNOrezFlCh .mbr-section-subtitle2,
.cid-tNOrezFlCh .align-wrapper {
  color: #04492e;
}
.cid-tNOrezFlCh .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-tNOreApm84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNOreApm84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOreApm84 .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-tNOreApm84 .container {
    padding: 0 30px;
  }
}
.cid-tNOreApm84 .row {
  justify-content: center;
}
.cid-tNOreApm84 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tNOreApm84 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNOreApm84 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNOreApm84 .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tNOreApm84 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNOreApm84 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNOreApm84 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNOreAUBeL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cd8ad1;
}
.cid-tNOreAUBeL .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOreAUBeL .row {
    text-align: center;
  }
}
.cid-tNOreAUBeL .mbr-section-title {
  color: #ffffff;
}
.cid-tNOreAUBeL .mbr-text {
  color: #ffffff;
}
.cid-tNOreBphyw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNOreBphyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOreBphyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOreBphyw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNOreBphyw .mbr-section-title {
  color: #24262b;
}
.cid-tNOreBphyw .mbr-section-subtitle {
  color: #24262b;
}
.cid-tNOreBphyw .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tNOreBphyw .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #cd8ad1;
}
@media (max-width: 767px) {
  .cid-tNOreBphyw .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tNOreBphyw .card-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tNOreBphyw .card-subtitle {
  color: #24262b;
}
.cid-tNOreBphyw .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNOreBphyw .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNOreBphyw .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tNOreBphyw .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tNOreBphyw .card-text,
.cid-tNOreBphyw .mbr-section-btn {
  color: #ffffff;
}
.cid-tNOreC2s17 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNOreC2s17 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOreC2s17 .row {
    text-align: center;
  }
}
.cid-tNOreCFbs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOreCFbs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOreCFbs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOreCFbs2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNOreCFbs2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNOreCFbs2 .container {
    padding: 0 25px;
  }
}
.cid-tNOreCFbs2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNOreCFbs2 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tNOreCFbs2 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-tNOreCFbs2 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-tNOreCFbs2 .panel-group .card {
  border-bottom: 1px solid #f35c16;
  border-radius: 0;
}
.cid-tNOreCFbs2 .panel-group .card:first-child {
  border-top: 1px solid #f35c16;
}
.cid-tNOreCFbs2 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-tNOreCFbs2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNOreCFbs2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOreCFbs2 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOreCFbs2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNOreCFbs2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #f35c16;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNOreCFbs2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-tNOreCFbs2 .mbr-section-title {
  color: #ffffff;
}
.cid-tNOreCFbs2 .panel-title-edit {
  color: #ffffff;
}
.cid-tNOreCFbs2 .panel-text {
  color: #E33030;
}
.cid-tNOreDqeh4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNOreDqeh4 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOreDqeh4 .row {
    text-align: center;
  }
}
.cid-tNOreDqeh4 .mbr-section-title {
  color: #000000;
}
.cid-tNOreDqeh4 .mbr-text {
  color: #000000;
}
.cid-tNOreE4iQQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #cd8ad1;
}
.cid-tNOreE4iQQ .row {
  flex-direction: row-reverse;
}
.cid-tNOreE4iQQ .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tNOreE4iQQ .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tNOreE4iQQ .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNOreE4iQQ .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tNOreE4iQQ .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tNOreE4iQQ .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tNOreE4iQQ .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tNOreE4iQQ .card-item:last-child {
  margin-right: 0;
}
.cid-tNOreE4iQQ .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNOreE4iQQ .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tNOreE4iQQ .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tNOreE4iQQ .column2 {
  height: 100%;
}
.cid-tNOreE4iQQ .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tNOreE4iQQ .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tNOreE4iQQ .column2 {
    text-align: center;
  }
}
.cid-tNOreE4iQQ .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tNOreETESV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNOreETESV .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOreETESV .row {
    text-align: center;
  }
}
.cid-tNOreFsDKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cd8ad1;
}
.cid-tNOreFsDKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOreFsDKG .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-tNOreFsDKG .container {
    padding: 0 30px;
  }
}
.cid-tNOreFsDKG .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tNOreFsDKG .row {
    margin: 0 -34px;
  }
}
.cid-tNOreFsDKG .title-wrapper {
  margin-bottom: 30px;
}
.cid-tNOreFsDKG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNOreFsDKG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNOreFsDKG .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tNOreFsDKG .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tNOreFsDKG .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tNOreFsDKG .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tNOreFsDKG .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tNOreFsDKG .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNOreFsDKG .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tNOreFsDKG .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tNOreFsDKG .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNOreFsDKG .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tNOreGg1ti {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNOreGg1ti .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tNOreGg1ti .row {
    text-align: center;
  }
}
.cid-tNOAwGQxoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNOAwGQxoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOAwGQxoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOAwGQxoe .row {
  margin: 0 !important;
}
.cid-tNOAwGQxoe .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tNOAwGQxoe .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tNOAwGQxoe .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tNOAwGQxoe .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tNOAwGQxoe .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tNOAwGQxoe .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tNOAwGQxoe .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tNOAwGQxoe .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tNOAwGQxoe .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tNOAwGQxoe .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNOAwGQxoe .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNOAwGQxoe .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-tNOAwGQxoe .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-tNOAwGQxoe .panel-group {
  border: none;
}
.cid-tNOAwGQxoe .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tNOAwGQxoe .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNOAwGQxoe .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNOAwGQxoe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tNOAwGQxoe .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tNOAwGQxoe .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tNOAwGQxoe .panel-title-edit {
  color: #000000;
}
.cid-tNOAwGQxoe .panel-body {
  padding: 0 0 20px;
}
.cid-tNOAwGQxoe .panel-text {
  color: #131313;
  margin: 0;
}
.cid-tNOreGS8mt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cd8ad1;
}
.cid-tNOreGS8mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOreGS8mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOreGS8mt .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNOreGS8mt .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNOreGS8mt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNOreGS8mt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNOreGS8mt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNOreGS8mt .mbr-section-title {
  color: #ffffff;
}
.cid-tNOreHB46k {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tNOreHB46k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOreHB46k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOreHB46k .row {
  justify-content: space-between;
}
.cid-tNOreHB46k .mbr-section-title {
  margin: 0;
  color: #33cbd5;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNOreHB46k .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNOreHB46k .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tNOreHB46k .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tNOreHB46k .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #33cbd5;
}
.cid-tNOreHB46k .list li {
  margin-bottom: 25px;
}
.cid-tNOreHB46k .list li:last-child {
  margin-bottom: 0;
}
.cid-tNOreHB46k .mbr-desc {
  margin-bottom: 8px;
}
.cid-tNOreHB46k .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNOreHB46k .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tNOreHB46k .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tNOreHB46k .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-tNOreHB46k .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tNOreHB46k .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tNOreHB46k .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tNOreHB46k .mbr-desc,
.cid-tNOreHB46k .mbr-iconfont {
  color: #33cbd5;
}
.cid-tNOreHB46k .mbr-text,
.cid-tNOreHB46k .mbr-section-btn {
  color: #33cbd5;
}
.cid-tNPfR9AJad .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tNPfR9AJad .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-tNPfR9AJad .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-tNPfR9AJad .navbar-logo {
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar-brand {
  background-color: #cd8ad1;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNPfR9AJad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNPfR9AJad .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-tNPfR9AJad .navbar-nav {
  min-width: 45%;
}
.cid-tNPfR9AJad .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tNPfR9AJad .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tNPfR9AJad .dropdown-item {
  color: #000000 !important;
}
.cid-tNPfR9AJad .dropdown-item:hover {
  color: #000000 !important;
}
.cid-tNPfR9AJad .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tNPfR9AJad .nav-link:hover {
  color: #cd8ad1 !important;
}
.cid-tNPfR9AJad .nav-link:hover:before {
  opacity: 1;
}
.cid-tNPfR9AJad .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #cd8ad1;
}
.cid-tNPfR9AJad .btn-white {
  color: #f8c37e !important;
}
.cid-tNPfR9AJad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNPfR9AJad .container {
  display: flex;
  margin: auto;
}
.cid-tNPfR9AJad .navbar.opened {
  background: #000000 !important;
}
.cid-tNPfR9AJad .nav-item:focus,
.cid-tNPfR9AJad .nav-link:focus {
  outline: none;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNPfR9AJad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tNPfR9AJad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNPfR9AJad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNPfR9AJad .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tNPfR9AJad .navbar.opened {
  transition: all 0.3s;
}
.cid-tNPfR9AJad .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tNPfR9AJad .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNPfR9AJad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNPfR9AJad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNPfR9AJad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNPfR9AJad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNPfR9AJad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNPfR9AJad .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNPfR9AJad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNPfR9AJad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNPfR9AJad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNPfR9AJad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNPfR9AJad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNPfR9AJad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNPfR9AJad .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tNPfR9AJad .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNPfR9AJad .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNPfR9AJad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNPfR9AJad .dropdown-item.active,
.cid-tNPfR9AJad .dropdown-item:active {
  background-color: transparent;
}
.cid-tNPfR9AJad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNPfR9AJad .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNPfR9AJad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNPfR9AJad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNPfR9AJad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tNPfR9AJad .navbar-buttons {
  text-align: center;
}
.cid-tNPfR9AJad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNPfR9AJad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNPfR9AJad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNPfR9AJad .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tNPfR9AJad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNPfR9AJad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNPfR9AJad .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tNPfR9AJad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNPfR9AJad .navbar {
    height: 77px;
  }
  .cid-tNPfR9AJad .navbar.opened {
    height: auto;
  }
  .cid-tNPfR9AJad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
