body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 5.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #385fff !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #385fff !important;
  border-color: #385fff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6b88ff !important;
  border-color: #6b88ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6b88ff !important;
  border-color: #6b88ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
  color: #171717 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0029d1;
  color: #0029d1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #385fff;
  border-color: #385fff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #385fff !important;
  border-color: #385fff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2fc7b3;
  color: #2fc7b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #124b44;
  background-color: #7ce0d3;
  border-color: #7ce0d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #124b44 !important;
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #385fff !important;
}
.text-secondary {
  color: #7ce0d3 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9eb1ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cef4ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #385fff 0%, #385fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #385fff;
  border-color: #385fff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #385fff;
}
.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: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #385fff;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #385fff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #385fff;
  border-bottom-color: #385fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #385fff !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: #7ce0d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23385fff' %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;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skBcpp7fXt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-skBcpp7fXt nav.navbar {
  position: fixed;
}
.cid-skBcpp7fXt .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-skBcpp7fXt .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skBcpp7fXt .nav-link,
.cid-skBcpp7fXt .dropdown-item {
  font-weight: 700;
}
.cid-skBcpp7fXt .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #385fff 0%, #385fff 100%) !important;
}
.cid-skBcpp7fXt .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-skBcpp7fXt .container {
  display: flex;
  margin: auto;
}
.cid-skBcpp7fXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skBcpp7fXt .navbar-caption,
.cid-skBcpp7fXt .dropdown-item {
  background-image: none;
}
.cid-skBcpp7fXt .dropdown-menu,
.cid-skBcpp7fXt .navbar.opened {
  background: #ff6d6a !important;
}
.cid-skBcpp7fXt .nav-item:focus,
.cid-skBcpp7fXt .nav-link:focus {
  outline: none;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skBcpp7fXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skBcpp7fXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skBcpp7fXt .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-skBcpp7fXt .navbar.opened {
  transition: all 0.3s;
}
.cid-skBcpp7fXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skBcpp7fXt .navbar .navbar-logo img {
  width: auto;
}
.cid-skBcpp7fXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar.collapsed {
  justify-content: center;
}
.cid-skBcpp7fXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skBcpp7fXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skBcpp7fXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skBcpp7fXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skBcpp7fXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skBcpp7fXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skBcpp7fXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skBcpp7fXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skBcpp7fXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skBcpp7fXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skBcpp7fXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skBcpp7fXt .navbar.navbar-short {
  min-height: 106px;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skBcpp7fXt .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skBcpp7fXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skBcpp7fXt .dropdown-item.active,
.cid-skBcpp7fXt .dropdown-item:active {
  background-color: transparent;
}
.cid-skBcpp7fXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skBcpp7fXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skBcpp7fXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skBcpp7fXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skBcpp7fXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skBcpp7fXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skBcpp7fXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skBcpp7fXt .navbar {
    height: 70px;
  }
  .cid-skBcpp7fXt .navbar.opened {
    height: auto;
  }
  .cid-skBcpp7fXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skBcpp7fXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skBcpp7fXt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0gPGTSVZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/11-1920x1280.jpg");
}
.cid-u0gPGTSVZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gPGTSVZV .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-u0gPGTSVZV .container {
    padding: 0 15px;
  }
}
.cid-u0gPGTSVZV .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u0gPGTSVZV .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0gPGTSVZV .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u0gPGTSVZV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u0gPGTSVZV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u0gPGTSVZV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u0gPGTSVZV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0gPGTSVZV .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u0gPGTSVZV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u0gPGTSVZV .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u0gPGTSVZV .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u0gPGTSVZV .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u0gPGTSVZV .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u0gPGTSVZV .mbr-section-title {
  color: #ffffff;
}
.cid-u0gPGTSVZV .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-u0gPGTSVZV .mbr-text {
  color: #d2d2df;
}
.cid-uPZqWNtAze {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPZqWNtAze .content {
  padding: 50px 75px;
  background-color: #ff6d6a;
}
.cid-uPZqWNtAze .content a {
  background-size: 100% 0%;
}
.cid-uPZqWNtAze .content a:hover {
  background-size: 100% 100%;
}
.cid-uPZqWNtAze .content .list {
  margin-bottom: 0;
}
.cid-uPZqWNtAze ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-uPZqWNtAze .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPZqWNtAze .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-uPZqWNtAze .mbr-text {
  text-align: center;
}
.cid-u0dyAinDg4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u0dyAinDg4 .container {
  max-width: 1500px;
}
.cid-u0dyAinDg4 .row {
  background: #ff6d6a;
}
.cid-u0dyAinDg4 .img-col {
  padding: 0;
}
.cid-u0dyAinDg4 .title-col {
  padding: 4rem 6rem;
}
.cid-u0dyAinDg4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0dyAinDg4 h2 {
  padding: 0;
  margin: 0;
}
.cid-u0dyAinDg4 .text-wrap {
  margin: auto;
}
.cid-u0dyAinDg4 .mbr-text {
  color: #000000;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-u0dyAinDg4 .row {
    margin: 2rem;
  }
  .cid-u0dyAinDg4 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u0dyAinDg4 .row {
    margin: 0rem;
  }
  .cid-u0dyAinDg4 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u0dyAinDg4 H2 {
  color: #000000;
  text-align: center;
}
.cid-u0gQH3C6zS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d6a;
}
.cid-u0gQH3C6zS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gQH3C6zS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gQH3C6zS .row {
  justify-content: center;
}
.cid-u0gQH3C6zS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0gQH3C6zS .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u0gQH3C6zS .container {
    padding: 0 15px;
  }
}
.cid-u0gQH3C6zS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u0gQH3C6zS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u0gQH3C6zS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u0gQH3C6zS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0gQH3C6zS .mbr-section-btn {
  margin-top: 40px;
}
.cid-u0gQH3C6zS .mbr-section-title {
  color: #ffffff;
}
.cid-u0gQH3C6zS .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0gQH3C6zS .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-u0gQH3C6zS .mbr-section-title,
.cid-u0gQH3C6zS .mbr-section-btn {
  text-align: center;
  color: #141414;
}
.cid-u0dyXD85SB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0dyXD85SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dyXD85SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dyXD85SB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .container {
    padding: 0 24px;
  }
}
.cid-u0dyXD85SB .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u0dyXD85SB .image-wrapper {
  height: 100%;
}
.cid-u0dyXD85SB .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .image-wrapper img {
    height: 350px;
  }
}
.cid-u0dyXD85SB .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .content-wrapper {
    padding: 24px;
  }
}
.cid-u0dyXD85SB .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u0dyXD85SB .mbr-section-title {
  color: #141414;
}
.cid-u0dyXD85SB .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-u0dyXD85SB .mbr-section-title,
.cid-u0dyXD85SB .title-wrapper,
.cid-u0dyXD85SB .mbr-section-btn {
  text-align: center;
}
.cid-u0dSuWmLtv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff6d6a;
}
.cid-u0dSuWmLtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dSuWmLtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dSuWmLtv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dSuWmLtv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dSuWmLtv .container {
    padding: 0 16px;
  }
}
.cid-u0dSuWmLtv .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u0dSuWmLtv .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u0dSuWmLtv .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u0dSuWmLtv .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u0dSuWmLtv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0dSuWmLtv .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u0dSuWmLtv .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u0dSuWmLtv .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-u0dSuWmLtv .mbr-section-title {
  color: #000000;
}
.cid-u0dSuWmLtv .mbr-text {
  color: #141414;
}
.cid-u0dSuWmLtv .mbr-name {
  color: #000000;
}
.cid-u3dIM14A0T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3dIM14A0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dIM14A0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dIM14A0T .row {
  flex-direction: row-reverse;
}
.cid-skBzy9LLeE {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ff6d6a;
}
.cid-skBzy9LLeE .img-col {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding: 0 2rem;
  }
}
.cid-skBzy9LLeE img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-skBzy9LLeE H1 {
  color: #000000;
}
.cid-skBzy9LLeE .mbr-text,
.cid-skBzy9LLeE .mbr-section-btn {
  color: #000000;
}
.cid-u0dTTVOQbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0dTTVOQbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dTTVOQbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dTTVOQbO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0dTTVOQbO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dTTVOQbO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0dTTVOQbO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dTTVOQbO .container {
    padding: 0 16px;
  }
}
.cid-u0dTTVOQbO .row {
  justify-content: center;
}
.cid-u0dTTVOQbO .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ff6d6a;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u0dTTVOQbO .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-u0dTTVOQbO .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-u0dTTVOQbO .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u0dTTVOQbO .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-u0dTTVOQbO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0dTTVOQbO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u0dTTVOQbO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u0dTTVOQbO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u0gQWwc9By {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ff6d6a;
}
.cid-u0gQWwc9By .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gQWwc9By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u0gQWwc9By .container {
    padding: 0 24px;
  }
}
.cid-u0gQWwc9By .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-u0gQWwc9By .content-wrapper {
    padding: 24px;
  }
}
.cid-u0gQWwc9By .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0gQWwc9By .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0gQWwc9By .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u0gQWwc9By .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u0gQWwc9By .mbr-section-title {
  color: #F9F6E0;
}
.cid-u0gQWwc9By .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u0gQWwc9By .mbr-section-title,
.cid-u0gQWwc9By .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPZs95kv0Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPZs95kv0Z .container {
  max-width: 1500px;
}
.cid-uPZs95kv0Z .row {
  background: #ff6d6a;
}
.cid-uPZs95kv0Z .img-col {
  padding: 0;
}
.cid-uPZs95kv0Z .title-col {
  padding: 4rem 6rem;
}
.cid-uPZs95kv0Z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPZs95kv0Z h2 {
  padding: 0;
  margin: 0;
}
.cid-uPZs95kv0Z .text-wrap {
  margin: auto;
}
.cid-uPZs95kv0Z .mbr-text {
  color: #141414;
}
@media (max-width: 1200px) {
  .cid-uPZs95kv0Z .row {
    margin: 2rem;
  }
  .cid-uPZs95kv0Z .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZs95kv0Z .row {
    margin: 0rem;
  }
  .cid-uPZs95kv0Z .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uPZs95kv0Z H2 {
  color: #141414;
}
.cid-u3dHGhPOI9 {
  background-color: #ff6d6a;
}
.cid-u3dHGhPOI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dHGhPOI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dHGhPOI9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3dHGhPOI9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3dHGhPOI9 .container {
    padding: 0 16px;
  }
}
.cid-u3dHGhPOI9 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3dHGhPOI9 .row {
    margin: 0 10px;
  }
}
.cid-u3dHGhPOI9 .row .card {
  padding: 0;
}
.cid-u3dHGhPOI9 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3dHGhPOI9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u3dHGhPOI9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3dHGhPOI9 .google-map iframe {
  height: 500px;
  border: 10px solid #ffffff !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-u3dHGhPOI9 .google-map iframe {
    height: 350px;
  }
}
.cid-u3dHGhPOI9 .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-u3datCJSBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3datCJSBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3datCJSBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3datCJSBS .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u3datCJSBS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3datCJSBS .container {
    padding: 0 20px;
  }
}
.cid-u3datCJSBS .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3datCJSBS .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-u3datCJSBS .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3datCJSBS .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-u3datCJSBS .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3datCJSBS .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-u3datCJSBS .row .list {
    margin-bottom: 32px;
  }
}
.cid-u3datCJSBS .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-u3datCJSBS .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #385fff;
}
.cid-u3datCJSBS .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3datCJSBS .mbr-section-title {
  color: #000000;
}
.cid-u3datCJSBS .mbr-desc {
  color: #ffffff;
}
.cid-u3datCJSBS .mbr-text {
  color: #000000;
}
.cid-u3datCJSBS .list {
  color: #ffaa00;
}
.cid-u3datCJSBS .copyright {
  color: #141414;
}
.cid-uPZsZwgzIG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-uPZsZwgzIG nav.navbar {
  position: fixed;
}
.cid-uPZsZwgzIG .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uPZsZwgzIG .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-uPZsZwgzIG .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-uPZsZwgzIG .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-uPZsZwgzIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPZsZwgzIG .nav-link,
.cid-uPZsZwgzIG .dropdown-item {
  font-weight: 700;
}
.cid-uPZsZwgzIG .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #385fff 0%, #385fff 100%) !important;
}
.cid-uPZsZwgzIG .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-uPZsZwgzIG .container {
  display: flex;
  margin: auto;
}
.cid-uPZsZwgzIG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZsZwgzIG .navbar-caption,
.cid-uPZsZwgzIG .dropdown-item {
  background-image: none;
}
.cid-uPZsZwgzIG .dropdown-menu,
.cid-uPZsZwgzIG .navbar.opened {
  background: #ff6d6a !important;
}
.cid-uPZsZwgzIG .nav-item:focus,
.cid-uPZsZwgzIG .nav-link:focus {
  outline: none;
}
.cid-uPZsZwgzIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-uPZsZwgzIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZsZwgzIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZsZwgzIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZsZwgzIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZsZwgzIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZsZwgzIG .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-uPZsZwgzIG .navbar.opened {
  transition: all 0.3s;
}
.cid-uPZsZwgzIG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZsZwgzIG .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZsZwgzIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPZsZwgzIG .navbar.collapsed {
  justify-content: center;
}
.cid-uPZsZwgzIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZsZwgzIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZsZwgzIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uPZsZwgzIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZsZwgzIG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZsZwgzIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZsZwgzIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZsZwgzIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPZsZwgzIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZsZwgzIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZsZwgzIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZsZwgzIG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZsZwgzIG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPZsZwgzIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPZsZwgzIG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZsZwgzIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPZsZwgzIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZsZwgzIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZsZwgzIG .navbar.navbar-short {
  min-height: 106px;
}
.cid-uPZsZwgzIG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPZsZwgzIG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPZsZwgzIG .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZsZwgzIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZsZwgzIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZsZwgzIG .dropdown-item.active,
.cid-uPZsZwgzIG .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZsZwgzIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZsZwgzIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZsZwgzIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZsZwgzIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-uPZsZwgzIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPZsZwgzIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPZsZwgzIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZsZwgzIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPZsZwgzIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZsZwgzIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPZsZwgzIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZsZwgzIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZsZwgzIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZsZwgzIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZsZwgzIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZsZwgzIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZsZwgzIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZsZwgzIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZsZwgzIG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPZsZwgzIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZsZwgzIG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZsZwgzIG .navbar {
    height: 70px;
  }
  .cid-uPZsZwgzIG .navbar.opened {
    height: auto;
  }
  .cid-uPZsZwgzIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZsZwgzIG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPZsZwgzIG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPZsZxGfjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/19-1920x1281.jpg");
}
.cid-uPZsZxGfjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZsZxGfjt .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-uPZsZxGfjt .container {
    padding: 0 15px;
  }
}
.cid-uPZsZxGfjt .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPZsZxGfjt .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZsZxGfjt .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uPZsZxGfjt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPZsZxGfjt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPZsZxGfjt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPZsZxGfjt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZsZxGfjt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPZsZxGfjt .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uPZsZxGfjt .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uPZsZxGfjt .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uPZsZxGfjt .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uPZsZxGfjt .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uPZsZxGfjt .mbr-section-title {
  color: #ffffff;
}
.cid-uPZsZxGfjt .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uPZsZxGfjt .mbr-text {
  color: #d2d2df;
}
.cid-uPZsZDjChO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPZsZDjChO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZsZDjChO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uPZsZDjChO .container {
    padding: 0 24px;
  }
}
.cid-uPZsZDjChO .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-uPZsZDjChO .content-wrapper {
    padding: 24px;
  }
}
.cid-uPZsZDjChO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPZsZDjChO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZsZDjChO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPZsZDjChO .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uPZsZDjChO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uPZsZDjChO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPZsZDjChO .mbr-section-title,
.cid-uPZsZDjChO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPZsZEmkWg {
  background-color: #ff6d6a;
}
.cid-uPZsZEmkWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZsZEmkWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZsZEmkWg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPZsZEmkWg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZsZEmkWg .container {
    padding: 0 16px;
  }
}
.cid-uPZsZEmkWg .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPZsZEmkWg .row {
    margin: 0 10px;
  }
}
.cid-uPZsZEmkWg .row .card {
  padding: 0;
}
.cid-uPZsZEmkWg .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPZsZEmkWg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPZsZEmkWg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPZsZEmkWg .google-map iframe {
  height: 500px;
  border: 10px solid #ffffff !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uPZsZEmkWg .google-map iframe {
    height: 350px;
  }
}
.cid-uPZsZEmkWg .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uPZsZEYdLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPZsZEYdLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZsZEYdLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZsZEYdLJ .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPZsZEYdLJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZsZEYdLJ .container {
    padding: 0 20px;
  }
}
.cid-uPZsZEYdLJ .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZsZEYdLJ .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPZsZEYdLJ .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPZsZEYdLJ .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uPZsZEYdLJ .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZsZEYdLJ .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uPZsZEYdLJ .row .list {
    margin-bottom: 32px;
  }
}
.cid-uPZsZEYdLJ .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPZsZEYdLJ .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #385fff;
}
.cid-uPZsZEYdLJ .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uPZsZEYdLJ .mbr-section-title {
  color: #000000;
}
.cid-uPZsZEYdLJ .mbr-desc {
  color: #ffffff;
}
.cid-uPZsZEYdLJ .mbr-text {
  color: #000000;
}
.cid-uPZsZEYdLJ .list {
  color: #ffaa00;
}
.cid-uPZsZEYdLJ .copyright {
  color: #141414;
}
.cid-uPZujLZVzW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-uPZujLZVzW nav.navbar {
  position: fixed;
}
.cid-uPZujLZVzW .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uPZujLZVzW .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-uPZujLZVzW .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-uPZujLZVzW .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-uPZujLZVzW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPZujLZVzW .nav-link,
.cid-uPZujLZVzW .dropdown-item {
  font-weight: 700;
}
.cid-uPZujLZVzW .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #385fff 0%, #385fff 100%) !important;
}
.cid-uPZujLZVzW .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-uPZujLZVzW .container {
  display: flex;
  margin: auto;
}
.cid-uPZujLZVzW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZujLZVzW .navbar-caption,
.cid-uPZujLZVzW .dropdown-item {
  background-image: none;
}
.cid-uPZujLZVzW .dropdown-menu,
.cid-uPZujLZVzW .navbar.opened {
  background: #ff6d6a !important;
}
.cid-uPZujLZVzW .nav-item:focus,
.cid-uPZujLZVzW .nav-link:focus {
  outline: none;
}
.cid-uPZujLZVzW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-uPZujLZVzW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZujLZVzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZujLZVzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZujLZVzW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZujLZVzW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZujLZVzW .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-uPZujLZVzW .navbar.opened {
  transition: all 0.3s;
}
.cid-uPZujLZVzW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZujLZVzW .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZujLZVzW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPZujLZVzW .navbar.collapsed {
  justify-content: center;
}
.cid-uPZujLZVzW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZujLZVzW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZujLZVzW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uPZujLZVzW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZujLZVzW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZujLZVzW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZujLZVzW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZujLZVzW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPZujLZVzW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZujLZVzW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZujLZVzW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZujLZVzW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZujLZVzW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPZujLZVzW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPZujLZVzW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZujLZVzW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPZujLZVzW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZujLZVzW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZujLZVzW .navbar.navbar-short {
  min-height: 106px;
}
.cid-uPZujLZVzW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPZujLZVzW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPZujLZVzW .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZujLZVzW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZujLZVzW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZujLZVzW .dropdown-item.active,
.cid-uPZujLZVzW .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZujLZVzW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZujLZVzW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZujLZVzW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZujLZVzW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-uPZujLZVzW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPZujLZVzW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPZujLZVzW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZujLZVzW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPZujLZVzW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZujLZVzW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPZujLZVzW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZujLZVzW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZujLZVzW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZujLZVzW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZujLZVzW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZujLZVzW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZujLZVzW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZujLZVzW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZujLZVzW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPZujLZVzW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZujLZVzW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZujLZVzW .navbar {
    height: 70px;
  }
  .cid-uPZujLZVzW .navbar.opened {
    height: auto;
  }
  .cid-uPZujLZVzW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZujLZVzW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPZujLZVzW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPZujMxgaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20-1500x901.jpg");
}
.cid-uPZujMxgaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZujMxgaR .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-uPZujMxgaR .container {
    padding: 0 15px;
  }
}
.cid-uPZujMxgaR .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPZujMxgaR .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZujMxgaR .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uPZujMxgaR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPZujMxgaR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPZujMxgaR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPZujMxgaR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZujMxgaR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPZujMxgaR .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uPZujMxgaR .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uPZujMxgaR .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uPZujMxgaR .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uPZujMxgaR .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uPZujMxgaR .mbr-section-title {
  color: #ffffff;
}
.cid-uPZujMxgaR .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uPZujMxgaR .mbr-text {
  color: #d2d2df;
}
.cid-uPZujN3KRn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPZujN3KRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZujN3KRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uPZujN3KRn .container {
    padding: 0 24px;
  }
}
.cid-uPZujN3KRn .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-uPZujN3KRn .content-wrapper {
    padding: 24px;
  }
}
.cid-uPZujN3KRn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPZujN3KRn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZujN3KRn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPZujN3KRn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uPZujN3KRn .mbr-section-title {
  color: #F9F6E0;
}
.cid-uPZujN3KRn .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPZujN3KRn .mbr-section-title,
.cid-uPZujN3KRn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPZujNyTHf {
  background-color: #ff6d6a;
}
.cid-uPZujNyTHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZujNyTHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZujNyTHf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPZujNyTHf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZujNyTHf .container {
    padding: 0 16px;
  }
}
.cid-uPZujNyTHf .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPZujNyTHf .row {
    margin: 0 10px;
  }
}
.cid-uPZujNyTHf .row .card {
  padding: 0;
}
.cid-uPZujNyTHf .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPZujNyTHf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPZujNyTHf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPZujNyTHf .google-map iframe {
  height: 500px;
  border: 10px solid #ffffff !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uPZujNyTHf .google-map iframe {
    height: 350px;
  }
}
.cid-uPZujNyTHf .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uPZujNVFku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPZujNVFku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZujNVFku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZujNVFku .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPZujNVFku .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZujNVFku .container {
    padding: 0 20px;
  }
}
.cid-uPZujNVFku .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZujNVFku .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPZujNVFku .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPZujNVFku .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uPZujNVFku .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZujNVFku .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uPZujNVFku .row .list {
    margin-bottom: 32px;
  }
}
.cid-uPZujNVFku .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPZujNVFku .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #385fff;
}
.cid-uPZujNVFku .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uPZujNVFku .mbr-section-title {
  color: #000000;
}
.cid-uPZujNVFku .mbr-desc {
  color: #ffffff;
}
.cid-uPZujNVFku .mbr-text {
  color: #000000;
}
.cid-uPZujNVFku .list {
  color: #ffaa00;
}
.cid-uPZujNVFku .copyright {
  color: #141414;
}
.cid-uPZynxbRfi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-uPZynxbRfi nav.navbar {
  position: fixed;
}
.cid-uPZynxbRfi .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uPZynxbRfi .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-uPZynxbRfi .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-uPZynxbRfi .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-uPZynxbRfi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPZynxbRfi .nav-link,
.cid-uPZynxbRfi .dropdown-item {
  font-weight: 700;
}
.cid-uPZynxbRfi .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #385fff 0%, #385fff 100%) !important;
}
.cid-uPZynxbRfi .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-uPZynxbRfi .container {
  display: flex;
  margin: auto;
}
.cid-uPZynxbRfi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZynxbRfi .navbar-caption,
.cid-uPZynxbRfi .dropdown-item {
  background-image: none;
}
.cid-uPZynxbRfi .dropdown-menu,
.cid-uPZynxbRfi .navbar.opened {
  background: #ff6d6a !important;
}
.cid-uPZynxbRfi .nav-item:focus,
.cid-uPZynxbRfi .nav-link:focus {
  outline: none;
}
.cid-uPZynxbRfi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-uPZynxbRfi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZynxbRfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZynxbRfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZynxbRfi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZynxbRfi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZynxbRfi .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-uPZynxbRfi .navbar.opened {
  transition: all 0.3s;
}
.cid-uPZynxbRfi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZynxbRfi .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZynxbRfi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPZynxbRfi .navbar.collapsed {
  justify-content: center;
}
.cid-uPZynxbRfi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZynxbRfi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZynxbRfi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uPZynxbRfi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZynxbRfi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZynxbRfi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZynxbRfi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZynxbRfi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPZynxbRfi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZynxbRfi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZynxbRfi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZynxbRfi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZynxbRfi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPZynxbRfi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPZynxbRfi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZynxbRfi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPZynxbRfi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZynxbRfi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZynxbRfi .navbar.navbar-short {
  min-height: 106px;
}
.cid-uPZynxbRfi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPZynxbRfi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPZynxbRfi .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZynxbRfi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZynxbRfi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZynxbRfi .dropdown-item.active,
.cid-uPZynxbRfi .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZynxbRfi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZynxbRfi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZynxbRfi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZynxbRfi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-uPZynxbRfi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPZynxbRfi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPZynxbRfi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZynxbRfi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPZynxbRfi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZynxbRfi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPZynxbRfi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZynxbRfi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZynxbRfi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZynxbRfi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZynxbRfi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZynxbRfi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZynxbRfi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZynxbRfi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZynxbRfi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPZynxbRfi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZynxbRfi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZynxbRfi .navbar {
    height: 70px;
  }
  .cid-uPZynxbRfi .navbar.opened {
    height: auto;
  }
  .cid-uPZynxbRfi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZynxbRfi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPZynxbRfi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPZynxPLl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/21-724x483.jpg");
}
.cid-uPZynxPLl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZynxPLl8 .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-uPZynxPLl8 .container {
    padding: 0 15px;
  }
}
.cid-uPZynxPLl8 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPZynxPLl8 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZynxPLl8 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uPZynxPLl8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPZynxPLl8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPZynxPLl8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPZynxPLl8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZynxPLl8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPZynxPLl8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uPZynxPLl8 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uPZynxPLl8 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uPZynxPLl8 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uPZynxPLl8 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uPZynxPLl8 .mbr-section-title {
  color: #ffffff;
}
.cid-uPZynxPLl8 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uPZynxPLl8 .mbr-text {
  color: #d2d2df;
}
.cid-uPZynycXRJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPZynycXRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZynycXRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uPZynycXRJ .container {
    padding: 0 24px;
  }
}
.cid-uPZynycXRJ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-uPZynycXRJ .content-wrapper {
    padding: 24px;
  }
}
.cid-uPZynycXRJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPZynycXRJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZynycXRJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPZynycXRJ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uPZynycXRJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uPZynycXRJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPZynycXRJ .mbr-section-title,
.cid-uPZynycXRJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPZynyKojg {
  background-color: #ff6d6a;
}
.cid-uPZynyKojg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZynyKojg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZynyKojg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPZynyKojg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZynyKojg .container {
    padding: 0 16px;
  }
}
.cid-uPZynyKojg .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPZynyKojg .row {
    margin: 0 10px;
  }
}
.cid-uPZynyKojg .row .card {
  padding: 0;
}
.cid-uPZynyKojg .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPZynyKojg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPZynyKojg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPZynyKojg .google-map iframe {
  height: 500px;
  border: 10px solid #ffffff !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uPZynyKojg .google-map iframe {
    height: 350px;
  }
}
.cid-uPZynyKojg .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uPZynz9OiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPZynz9OiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZynz9OiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZynz9OiG .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPZynz9OiG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPZynz9OiG .container {
    padding: 0 20px;
  }
}
.cid-uPZynz9OiG .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZynz9OiG .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uPZynz9OiG .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPZynz9OiG .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uPZynz9OiG .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZynz9OiG .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uPZynz9OiG .row .list {
    margin-bottom: 32px;
  }
}
.cid-uPZynz9OiG .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPZynz9OiG .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #385fff;
}
.cid-uPZynz9OiG .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uPZynz9OiG .mbr-section-title {
  color: #000000;
}
.cid-uPZynz9OiG .mbr-desc {
  color: #ffffff;
}
.cid-uPZynz9OiG .mbr-text {
  color: #000000;
}
.cid-uPZynz9OiG .list {
  color: #ffaa00;
}
.cid-uPZynz9OiG .copyright {
  color: #141414;
}
