.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Radio Canada Big;
}
.display-1 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 4.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffb849 !important;
}
.bg-success {
  background-color: #f7e8f4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #12b82e !important;
}
.bg-danger {
  background-color: #f5a11b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffb849 !important;
  border-color: #ffb849 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffcc7c !important;
  border-color: #ffcc7c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffcc7c !important;
  border-color: #ffcc7c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8576 !important;
  border-color: #ff8576 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb2a9 !important;
  border-color: #ffb2a9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb2a9 !important;
  border-color: #ffb2a9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e8f4 !important;
  border-color: #f7e8f4 !important;
  color: #a63a91 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a63a91 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #12b82e !important;
  border-color: #12b82e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #17e63a !important;
  border-color: #17e63a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #17e63a !important;
  border-color: #17e63a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5a11b !important;
  border-color: #f5a11b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7b54c !important;
  border-color: #f7b54c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f7b54c !important;
  border-color: #f7b54c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffb849;
  color: #ffb849;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f19300 !important;
  background-color: transparent !important;
  border-color: #f19300 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb849 !important;
  border-color: #ffb849 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff8576;
  color: #ff8576;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff381f !important;
  background-color: transparent !important;
  border-color: #ff381f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8576 !important;
  border-color: #ff8576 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7e8f4;
  color: #f7e8f4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e1a8d5 !important;
  background-color: transparent !important;
  border-color: #e1a8d5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a63a91 !important;
  background-color: #f7e8f4 !important;
  border-color: #f7e8f4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #12b82e;
  color: #12b82e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a691a !important;
  background-color: transparent !important;
  border-color: #0a691a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #12b82e !important;
  border-color: #12b82e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f5a11b;
  color: #f5a11b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b27008 !important;
  background-color: transparent !important;
  border-color: #b27008 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a11b !important;
  border-color: #f5a11b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffb849 !important;
}
.text-secondary {
  color: #ff8576 !important;
}
.text-success {
  color: #f7e8f4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #12b82e !important;
}
.text-danger {
  color: #f5a11b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e28a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff2a10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd9cd0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #095b17 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a36707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffb849;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #12b82e;
}
.alert-danger {
  background-color: #f5a11b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffb849;
  border-color: #ffb849;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffb849;
}
.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: #5bef74;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef2de;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ffb849 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ffb849;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffb849;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffb849;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffb849;
  border-bottom-color: #ffb849;
}
.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: #ffb849 !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: #ff8576 !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='%23ffb849' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 20px 64px;
  border-radius: 900px !important;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 32px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.content-wrap,
.desc-wrap {
  border-radius: 30px !important;
}
.nav-link {
  border-radius: 900px;
}
.cid-uefW9bNkUI {
  background-color: transparent;
}
.cid-uefW9bNkUI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uefW9bNkUI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uefW9bNkUI .menu_box .navbar.opened,
  .cid-uefW9bNkUI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uefW9bNkUI .navbar-dropdown {
  position: relative !important;
}
.cid-uefW9bNkUI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uefW9bNkUI .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uefW9bNkUI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uefW9bNkUI .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 0 !important;
  }
}
.cid-uefW9bNkUI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uefW9bNkUI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover,
.cid-uefW9bNkUI .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover::before,
.cid-uefW9bNkUI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uefW9bNkUI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uefW9bNkUI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uefW9bNkUI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uefW9bNkUI .offcanvas_box {
    display: none;
  }
}
.cid-uefW9bNkUI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uefW9bNkUI .container {
  display: flex;
  margin: auto;
}
.cid-uefW9bNkUI .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uefW9bNkUI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uefW9bNkUI .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav {
    margin: 0;
  }
}
.cid-uefW9bNkUI .dropdown-menu,
.cid-uefW9bNkUI .navbar.opened {
  background-color: false !important;
}
.cid-uefW9bNkUI .nav-item:focus,
.cid-uefW9bNkUI .nav-link:focus {
  outline: none;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uefW9bNkUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uefW9bNkUI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uefW9bNkUI .navbar.opened {
  transition: all 0.3s;
}
.cid-uefW9bNkUI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uefW9bNkUI .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uefW9bNkUI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar.collapsed {
  justify-content: center;
}
.cid-uefW9bNkUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uefW9bNkUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uefW9bNkUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uefW9bNkUI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uefW9bNkUI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uefW9bNkUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uefW9bNkUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uefW9bNkUI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uefW9bNkUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uefW9bNkUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uefW9bNkUI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uefW9bNkUI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uefW9bNkUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uefW9bNkUI .dropdown-item.active,
.cid-uefW9bNkUI .dropdown-item:active {
  background-color: transparent;
}
.cid-uefW9bNkUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uefW9bNkUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uefW9bNkUI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uefW9bNkUI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uefW9bNkUI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uefW9bNkUI .navbar {
    height: 70px;
  }
  .cid-uefW9bNkUI .navbar.opened {
    height: auto;
  }
  .cid-uefW9bNkUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uefW9bNkUI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uefW9bNkUI .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uefW9bNkUI .text_widget {
  margin-bottom: 32px;
}
.cid-uefW9bNkUI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uefW9bNkUI .text_widget a:hover,
.cid-uefW9bNkUI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uefW9bNkUI .contacts-wrapper {
  min-width: 200px;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uefW9bNkUI .navbar-caption {
  color: #ff8576;
}
.cid-uefW9bNkUI .mbr-phone {
  color: #ff8576;
}
.cid-uefW9bNkUI .mbr-email {
  color: #212529;
}
.cid-uefW9bNkUI .mbr-section-subtitle,
.cid-uefW9bNkUI .text_widget,
.cid-uefW9bNkUI .mbr-section-btn {
  text-align: center;
}
.cid-uefW9bNkUI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNGCLP8ys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/620652b3962a1-1080x972.jpg");
  position: relative;
}
.cid-uFNGCLP8ys::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFNGCLP8ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNGCLP8ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNGCLP8ys .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFNGCLP8ys .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFNGCLP8ys .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffb849, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFNGCLP8ys .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFNGCLP8ys .mbr-section-title {
  color: #ffffff;
}
.cid-uFNGCLP8ys .mbr-text {
  color: #ffffff;
}
.cid-uFNGThB327 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNGThB327 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFNGThB327 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFNGThB327 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffb849;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFNGThB327 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFNGThB327 .mbr-text {
  color: #3d5943;
}
.cid-uFNH1jZEEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNH1jZEEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNH1jZEEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNH1jZEEp .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNH1jZEEp .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNH1jZEEp .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNH1jZEEp .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNH1jZEEp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNH1jZEEp .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNH1jZEEp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNH1jZEEp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNH1jZEEp .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNH1jZEEp .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNH1jZEEp .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNH1jZEEp .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNH1jZEEp .mbr-section-title {
  color: #212529;
}
.cid-uFNH1jZEEp .mbr-desc {
  color: #212529;
}
.cid-uFNLGKr38G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNLGKr38G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNLGKr38G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNLGKr38G .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNLGKr38G .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNLGKr38G .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNLGKr38G .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNLGKr38G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNLGKr38G .mbr-section-title {
  color: #000000;
}
.cid-uFNLGKr38G .mbr-desc {
  color: #000000;
}
.cid-uFNLGKr38G .mbr-text {
  color: #000000;
}
.cid-uFNHdWZYkv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNHdWZYkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNHdWZYkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNHdWZYkv .row {
  justify-content: center;
}
.cid-uFNHdWZYkv .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNHdWZYkv .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNHdWZYkv .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNHdWZYkv .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNHdWZYkv .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNHdWZYkv .card-row {
  align-items: stretch;
}
.cid-uFNHdWZYkv .card {
  padding: 10px;
}
.cid-uFNHdWZYkv .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNHdWZYkv .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNHdWZYkv .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNHdWZYkv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNHdWZYkv .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNHdWZYkv .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNHdWZYkv .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNHdWZYkv .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNHdWZYkv .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNHdWZYkv .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNHdWZYkv .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNHMLyx3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNHMLyx3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNHMLyx3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNHMLyx3q .row {
  justify-content: center;
}
.cid-uFNHMLyx3q .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNHMLyx3q .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNHMLyx3q .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNHMLyx3q .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNHMLyx3q .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNHMLyx3q .card-row {
  align-items: stretch;
}
.cid-uFNHMLyx3q .card {
  padding: 10px;
}
.cid-uFNHMLyx3q .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNHMLyx3q .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNHMLyx3q .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNHMLyx3q .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNHMLyx3q .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNHMLyx3q .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNHMLyx3q .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNHMLyx3q .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNHMLyx3q .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNHMLyx3q .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNHMLyx3q .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNI8yEacD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNI8yEacD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNI8yEacD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNI8yEacD .row {
  justify-content: center;
}
.cid-uFNI8yEacD .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNI8yEacD .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNI8yEacD .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNI8yEacD .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNI8yEacD .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNI8yEacD .card-row {
  align-items: stretch;
}
.cid-uFNI8yEacD .card {
  padding: 10px;
}
.cid-uFNI8yEacD .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNI8yEacD .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNI8yEacD .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNI8yEacD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNI8yEacD .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNI8yEacD .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNI8yEacD .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNI8yEacD .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNI8yEacD .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNI8yEacD .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNI8yEacD .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNLAU3YLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNLAU3YLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNLAU3YLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNLAU3YLs .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNLAU3YLs .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNLAU3YLs .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNLAU3YLs .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNLAU3YLs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNLAU3YLs .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNLAU3YLs .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNLAU3YLs .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNLAU3YLs .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNLAU3YLs .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNLAU3YLs .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNLAU3YLs .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNLAU3YLs .mbr-section-title {
  color: #212529;
}
.cid-uFNLAU3YLs .mbr-desc {
  color: #212529;
}
.cid-uFMmMKrlN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #ffb849 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uFMmMKrlN1 {
    background-image: linear-gradient(45deg, #ffb849 -60%, #ffffff 40%);
  }
}
.cid-uFMmMKrlN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMmMKrlN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMmMKrlN1 .row {
  justify-content: space-between;
}
.cid-uFMmMKrlN1 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFMmMKrlN1 .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFMmMKrlN1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFMmMKrlN1 .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFMmMKrlN1 .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMmMKrlN1 .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFMmMKrlN1 .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFMmMKrlN1 .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFMmMKrlN1 .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffb849;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFMmMKrlN1 .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFMmMKrlN1 .panel-group .card:first-child {
  border-top: 1px solid #ffb849;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #ffb849;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFMmMKrlN1 .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFMmMKrlN1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMmMKrlN1 .mbr-section-title {
  color: #000000;
}
.cid-uFMmMKrlN1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFMmMKrlN1 .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFMmMKrlN1 .panel-title-edit {
  color: #000000;
}
.cid-uFMmMKrlN1 .panel-text {
  color: #000000;
}
.cid-uFNLNuKw2R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNLNuKw2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNLNuKw2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNLNuKw2R .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNLNuKw2R .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNLNuKw2R .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNLNuKw2R .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNLNuKw2R .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNLNuKw2R .mbr-section-title {
  color: #000000;
}
.cid-uFNLNuKw2R .mbr-desc {
  color: #000000;
}
.cid-uFNLNuKw2R .mbr-text {
  color: #000000;
}
.cid-uFMnkSYUIk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb849;
}
.cid-uFMnkSYUIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMnkSYUIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMnkSYUIk .row {
  justify-content: center;
}
.cid-uFMnkSYUIk .main-content {
  margin: 0;
}
.cid-uFMnkSYUIk .card {
  padding: 0;
}
.cid-uFMnkSYUIk .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMnkSYUIk .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMnkSYUIk .google-map iframe {
    height: 350px;
  }
}
.cid-uFMnt49o40 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMnt49o40 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMnt49o40 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMnt49o40 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMnt49o40 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMnt49o40 a {
  background-image: none !important;
}
.cid-uFMnt49o40 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMnt49o40 .container {
  padding: 5rem 1rem;
}
.cid-uFMnt49o40 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMnt49o40 p {
    text-align: center !important;
  }
}
.cid-uFMnt49o40 .media-container-row .mbr-text2,
.cid-uFMnt49o40 .line {
  color: #232323;
  text-align: left;
}
.cid-uFNILoCz8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNILoCz8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNILoCz8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNILoCz8V .row {
  justify-content: center;
}
.cid-uFNILoCz8V .card {
  justify-content: center;
}
.cid-uFNILoCz8V .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNILoCz8V .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFNILoCz8V .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap:hover,
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFNILoCz8V .list,
.cid-uFNILoCz8V .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFMVbZ3XAG {
  background-color: transparent;
}
.cid-uFMVbZ3XAG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMVbZ3XAG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMVbZ3XAG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMVbZ3XAG .menu_box .navbar.opened,
  .cid-uFMVbZ3XAG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMVbZ3XAG .navbar-dropdown {
  position: relative !important;
}
.cid-uFMVbZ3XAG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMVbZ3XAG .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMVbZ3XAG .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMVbZ3XAG .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMVbZ3XAG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMVbZ3XAG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMVbZ3XAG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMVbZ3XAG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMVbZ3XAG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVbZ3XAG .nav-item .nav-link:hover,
.cid-uFMVbZ3XAG .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMVbZ3XAG .nav-item .nav-link:hover::before,
.cid-uFMVbZ3XAG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMVbZ3XAG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMVbZ3XAG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMVbZ3XAG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFMVbZ3XAG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMVbZ3XAG .offcanvas_box {
    display: none;
  }
}
.cid-uFMVbZ3XAG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMVbZ3XAG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMVbZ3XAG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMVbZ3XAG .container {
  display: flex;
  margin: auto;
}
.cid-uFMVbZ3XAG .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFMVbZ3XAG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMVbZ3XAG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .navbar-nav {
    margin: 0;
  }
}
.cid-uFMVbZ3XAG .dropdown-menu,
.cid-uFMVbZ3XAG .navbar.opened {
  background-color: false !important;
}
.cid-uFMVbZ3XAG .nav-item:focus,
.cid-uFMVbZ3XAG .nav-link:focus {
  outline: none;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMVbZ3XAG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMVbZ3XAG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMVbZ3XAG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMVbZ3XAG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMVbZ3XAG .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMVbZ3XAG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMVbZ3XAG .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMVbZ3XAG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMVbZ3XAG .navbar.collapsed {
  justify-content: center;
}
.cid-uFMVbZ3XAG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMVbZ3XAG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMVbZ3XAG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMVbZ3XAG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMVbZ3XAG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMVbZ3XAG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMVbZ3XAG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMVbZ3XAG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMVbZ3XAG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMVbZ3XAG .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMVbZ3XAG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMVbZ3XAG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMVbZ3XAG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMVbZ3XAG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMVbZ3XAG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFMVbZ3XAG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMVbZ3XAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMVbZ3XAG .dropdown-item.active,
.cid-uFMVbZ3XAG .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMVbZ3XAG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMVbZ3XAG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMVbZ3XAG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMVbZ3XAG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMVbZ3XAG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMVbZ3XAG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMVbZ3XAG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFMVbZ3XAG .navbar {
    height: 70px;
  }
  .cid-uFMVbZ3XAG .navbar.opened {
    height: auto;
  }
  .cid-uFMVbZ3XAG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMVbZ3XAG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMVbZ3XAG .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMVbZ3XAG .text_widget {
  margin-bottom: 32px;
}
.cid-uFMVbZ3XAG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMVbZ3XAG .text_widget a:hover,
.cid-uFMVbZ3XAG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMVbZ3XAG .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-phone:hover,
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-email:hover,
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMVbZ3XAG .navbar-caption {
  color: #ff8576;
}
.cid-uFMVbZ3XAG .mbr-phone {
  color: #ff8576;
}
.cid-uFMVbZ3XAG .mbr-email {
  color: #212529;
}
.cid-uFMVbZ3XAG .mbr-section-subtitle,
.cid-uFMVbZ3XAG .text_widget,
.cid-uFMVbZ3XAG .mbr-section-btn {
  text-align: center;
}
.cid-uFMVbZ3XAG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNLVkeR7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/obstacle-course-bounce-house.webp");
  position: relative;
}
.cid-uFNLVkeR7m::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFNLVkeR7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNLVkeR7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNLVkeR7m .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFNLVkeR7m .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFNLVkeR7m .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffb849, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFNLVkeR7m .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFNLVkeR7m .mbr-section-title {
  color: #ffffff;
}
.cid-uFNLVkeR7m .mbr-text {
  color: #ffffff;
}
.cid-uFNOIkF7zM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNOIkF7zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNOIkF7zM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNOIkF7zM .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNOIkF7zM .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNOIkF7zM .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNOIkF7zM .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNOIkF7zM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNOIkF7zM .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNOIkF7zM .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNOIkF7zM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNOIkF7zM .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNOIkF7zM .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNOIkF7zM .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNOIkF7zM .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNOIkF7zM .mbr-section-title {
  color: #212529;
}
.cid-uFNOIkF7zM .mbr-desc {
  color: #212529;
}
.cid-uFMVc5EIp0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb849;
}
.cid-uFMVc5EIp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVc5EIp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVc5EIp0 .row {
  justify-content: center;
}
.cid-uFMVc5EIp0 .main-content {
  margin: 0;
}
.cid-uFMVc5EIp0 .card {
  padding: 0;
}
.cid-uFMVc5EIp0 .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMVc5EIp0 .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMVc5EIp0 .google-map iframe {
    height: 350px;
  }
}
.cid-uFMVc6bMr2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMVc6bMr2 a {
  background-image: none !important;
}
.cid-uFMVc6bMr2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMVc6bMr2 .container {
  padding: 5rem 1rem;
}
.cid-uFMVc6bMr2 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMVc6bMr2 p {
    text-align: center !important;
  }
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text2,
.cid-uFMVc6bMr2 .line {
  color: #232323;
  text-align: left;
}
.cid-uFNILoCz8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNILoCz8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNILoCz8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNILoCz8V .row {
  justify-content: center;
}
.cid-uFNILoCz8V .card {
  justify-content: center;
}
.cid-uFNILoCz8V .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNILoCz8V .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFNILoCz8V .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap:hover,
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFNILoCz8V .list,
.cid-uFNILoCz8V .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFMVE1IV42 {
  background-color: transparent;
}
.cid-uFMVE1IV42 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMVE1IV42 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMVE1IV42 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMVE1IV42 .menu_box .navbar.opened,
  .cid-uFMVE1IV42 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMVE1IV42 .navbar-dropdown {
  position: relative !important;
}
.cid-uFMVE1IV42 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMVE1IV42 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMVE1IV42 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMVE1IV42 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMVE1IV42 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMVE1IV42 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMVE1IV42 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMVE1IV42 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMVE1IV42 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVE1IV42 .nav-item .nav-link:hover,
.cid-uFMVE1IV42 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMVE1IV42 .nav-item .nav-link:hover::before,
.cid-uFMVE1IV42 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMVE1IV42 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMVE1IV42 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMVE1IV42 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFMVE1IV42 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMVE1IV42 .offcanvas_box {
    display: none;
  }
}
.cid-uFMVE1IV42 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMVE1IV42 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMVE1IV42 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMVE1IV42 .container {
  display: flex;
  margin: auto;
}
.cid-uFMVE1IV42 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFMVE1IV42 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMVE1IV42 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .navbar-nav {
    margin: 0;
  }
}
.cid-uFMVE1IV42 .dropdown-menu,
.cid-uFMVE1IV42 .navbar.opened {
  background-color: false !important;
}
.cid-uFMVE1IV42 .nav-item:focus,
.cid-uFMVE1IV42 .nav-link:focus {
  outline: none;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMVE1IV42 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMVE1IV42 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMVE1IV42 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMVE1IV42 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMVE1IV42 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMVE1IV42 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMVE1IV42 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMVE1IV42 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMVE1IV42 .navbar.collapsed {
  justify-content: center;
}
.cid-uFMVE1IV42 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMVE1IV42 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMVE1IV42 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMVE1IV42 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMVE1IV42 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMVE1IV42 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMVE1IV42 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMVE1IV42 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMVE1IV42 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMVE1IV42 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMVE1IV42 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMVE1IV42 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMVE1IV42 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMVE1IV42 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMVE1IV42 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMVE1IV42 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMVE1IV42 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMVE1IV42 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMVE1IV42 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFMVE1IV42 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMVE1IV42 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMVE1IV42 .dropdown-item.active,
.cid-uFMVE1IV42 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMVE1IV42 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMVE1IV42 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMVE1IV42 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMVE1IV42 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMVE1IV42 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMVE1IV42 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMVE1IV42 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFMVE1IV42 .navbar {
    height: 70px;
  }
  .cid-uFMVE1IV42 .navbar.opened {
    height: auto;
  }
  .cid-uFMVE1IV42 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMVE1IV42 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMVE1IV42 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMVE1IV42 .text_widget {
  margin-bottom: 32px;
}
.cid-uFMVE1IV42 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMVE1IV42 .text_widget a:hover,
.cid-uFMVE1IV42 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMVE1IV42 .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-phone:hover,
.cid-uFMVE1IV42 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-email:hover,
.cid-uFMVE1IV42 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMVE1IV42 .navbar-caption {
  color: #ff8576;
}
.cid-uFMVE1IV42 .mbr-phone {
  color: #ff8576;
}
.cid-uFMVE1IV42 .mbr-email {
  color: #212529;
}
.cid-uFMVE1IV42 .mbr-section-subtitle,
.cid-uFMVE1IV42 .text_widget,
.cid-uFMVE1IV42 .mbr-section-btn {
  text-align: center;
}
.cid-uFMVE1IV42 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNMi7q42l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wbbh-back-compressed-scaled-1.webp");
  position: relative;
}
.cid-uFNMi7q42l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFNMi7q42l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMi7q42l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNMi7q42l .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFNMi7q42l .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFNMi7q42l .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffb849, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFNMi7q42l .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFNMi7q42l .mbr-section-title {
  color: #ffffff;
}
.cid-uFNMi7q42l .mbr-text {
  color: #ffffff;
}
.cid-uFNOkfCNqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNOkfCNqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNOkfCNqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNOkfCNqN .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNOkfCNqN .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNOkfCNqN .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNOkfCNqN .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNOkfCNqN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNOkfCNqN .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNOkfCNqN .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNOkfCNqN .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNOkfCNqN .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNOkfCNqN .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNOkfCNqN .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNOkfCNqN .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNOkfCNqN .mbr-section-title {
  color: #212529;
}
.cid-uFNOkfCNqN .mbr-desc {
  color: #212529;
}
.cid-uFMVE3lyts {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb849;
}
.cid-uFMVE3lyts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVE3lyts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVE3lyts .row {
  justify-content: center;
}
.cid-uFMVE3lyts .main-content {
  margin: 0;
}
.cid-uFMVE3lyts .card {
  padding: 0;
}
.cid-uFMVE3lyts .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMVE3lyts .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMVE3lyts .google-map iframe {
    height: 350px;
  }
}
.cid-uFMVE3Q7n0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMVE3Q7n0 a {
  background-image: none !important;
}
.cid-uFMVE3Q7n0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMVE3Q7n0 .container {
  padding: 5rem 1rem;
}
.cid-uFMVE3Q7n0 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMVE3Q7n0 p {
    text-align: center !important;
  }
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text2,
.cid-uFMVE3Q7n0 .line {
  color: #232323;
  text-align: left;
}
.cid-uFNILoCz8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNILoCz8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNILoCz8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNILoCz8V .row {
  justify-content: center;
}
.cid-uFNILoCz8V .card {
  justify-content: center;
}
.cid-uFNILoCz8V .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNILoCz8V .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFNILoCz8V .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap:hover,
.cid-uFNILoCz8V .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFNILoCz8V .list,
.cid-uFNILoCz8V .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFNQnJaVvM {
  background-color: transparent;
}
.cid-uFNQnJaVvM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFNQnJaVvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFNQnJaVvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNQnJaVvM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFNQnJaVvM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFNQnJaVvM .menu_box .navbar.opened,
  .cid-uFNQnJaVvM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFNQnJaVvM .navbar-dropdown {
  position: relative !important;
}
.cid-uFNQnJaVvM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFNQnJaVvM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFNQnJaVvM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFNQnJaVvM .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFNQnJaVvM .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFNQnJaVvM .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFNQnJaVvM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFNQnJaVvM .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFNQnJaVvM .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFNQnJaVvM .nav-item {
    margin: 0 !important;
  }
}
.cid-uFNQnJaVvM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFNQnJaVvM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFNQnJaVvM .nav-item .nav-link:hover,
.cid-uFNQnJaVvM .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFNQnJaVvM .nav-item .nav-link:hover::before,
.cid-uFNQnJaVvM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFNQnJaVvM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFNQnJaVvM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFNQnJaVvM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNQnJaVvM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNQnJaVvM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFNQnJaVvM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFNQnJaVvM .offcanvas_box {
    display: none;
  }
}
.cid-uFNQnJaVvM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFNQnJaVvM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFNQnJaVvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFNQnJaVvM .container {
  display: flex;
  margin: auto;
}
.cid-uFNQnJaVvM .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFNQnJaVvM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFNQnJaVvM .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFNQnJaVvM .navbar-nav {
    margin: 0;
  }
}
.cid-uFNQnJaVvM .dropdown-menu,
.cid-uFNQnJaVvM .navbar.opened {
  background-color: false !important;
}
.cid-uFNQnJaVvM .nav-item:focus,
.cid-uFNQnJaVvM .nav-link:focus {
  outline: none;
}
.cid-uFNQnJaVvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNQnJaVvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNQnJaVvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNQnJaVvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNQnJaVvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNQnJaVvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNQnJaVvM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFNQnJaVvM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFNQnJaVvM .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNQnJaVvM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFNQnJaVvM .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFNQnJaVvM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFNQnJaVvM .navbar.collapsed {
  justify-content: center;
}
.cid-uFNQnJaVvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNQnJaVvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFNQnJaVvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNQnJaVvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNQnJaVvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNQnJaVvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFNQnJaVvM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFNQnJaVvM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFNQnJaVvM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFNQnJaVvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNQnJaVvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNQnJaVvM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFNQnJaVvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNQnJaVvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFNQnJaVvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNQnJaVvM .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFNQnJaVvM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFNQnJaVvM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFNQnJaVvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFNQnJaVvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNQnJaVvM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFNQnJaVvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNQnJaVvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNQnJaVvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNQnJaVvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNQnJaVvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFNQnJaVvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNQnJaVvM .dropdown-item.active,
.cid-uFNQnJaVvM .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNQnJaVvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFNQnJaVvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNQnJaVvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNQnJaVvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNQnJaVvM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNQnJaVvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNQnJaVvM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFNQnJaVvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNQnJaVvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNQnJaVvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNQnJaVvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNQnJaVvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNQnJaVvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNQnJaVvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNQnJaVvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNQnJaVvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNQnJaVvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFNQnJaVvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNQnJaVvM .navbar {
    height: 70px;
  }
  .cid-uFNQnJaVvM .navbar.opened {
    height: auto;
  }
  .cid-uFNQnJaVvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNQnJaVvM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFNQnJaVvM .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFNQnJaVvM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFNQnJaVvM .text_widget {
  margin-bottom: 32px;
}
.cid-uFNQnJaVvM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFNQnJaVvM .text_widget a:hover,
.cid-uFNQnJaVvM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFNQnJaVvM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFNQnJaVvM .contacts-wrapper {
  min-width: 200px;
}
.cid-uFNQnJaVvM .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFNQnJaVvM .contacts-wrapper .mbr-phone:hover,
.cid-uFNQnJaVvM .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFNQnJaVvM .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFNQnJaVvM .contacts-wrapper .mbr-email:hover,
.cid-uFNQnJaVvM .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFNQnJaVvM .navbar-caption {
  color: #ff8576;
}
.cid-uFNQnJaVvM .mbr-phone {
  color: #ff8576;
}
.cid-uFNQnJaVvM .mbr-email {
  color: #212529;
}
.cid-uFNQnJaVvM .mbr-section-subtitle,
.cid-uFNQnJaVvM .text_widget,
.cid-uFNQnJaVvM .mbr-section-btn {
  text-align: center;
}
.cid-uFNQnJaVvM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNQnKIEvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cb-frid-lowerkidsgarden-jumpingcastleble-vf-3928-scaled-2-2000x1334.jpg");
  position: relative;
}
.cid-uFNQnKIEvf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFNQnKIEvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnKIEvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnKIEvf .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFNQnKIEvf .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFNQnKIEvf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffb849, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFNQnKIEvf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFNQnKIEvf .mbr-section-title {
  color: #ffffff;
}
.cid-uFNQnKIEvf .mbr-text {
  color: #ffffff;
}
.cid-uFNQnLZt3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNQnLZt3U .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFNQnLZt3U .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFNQnLZt3U .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffb849;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFNQnLZt3U .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFNQnLZt3U .mbr-text {
  color: #3d5943;
}
.cid-uFNQnN1kAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNQnN1kAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnN1kAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnN1kAx .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNQnN1kAx .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNQnN1kAx .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNQnN1kAx .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNQnN1kAx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNQnN1kAx .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNQnN1kAx .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNQnN1kAx .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNQnN1kAx .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNQnN1kAx .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQnN1kAx .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNQnN1kAx .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQnN1kAx .mbr-section-title {
  color: #212529;
}
.cid-uFNQnN1kAx .mbr-desc {
  color: #212529;
}
.cid-uFNQnOfOPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNQnOfOPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnOfOPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnOfOPi .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNQnOfOPi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNQnOfOPi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNQnOfOPi .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNQnOfOPi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNQnOfOPi .mbr-section-title {
  color: #000000;
}
.cid-uFNQnOfOPi .mbr-desc {
  color: #000000;
}
.cid-uFNQnOfOPi .mbr-text {
  color: #000000;
}
.cid-uFNQnPtVT3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNQnPtVT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnPtVT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnPtVT3 .row {
  justify-content: center;
}
.cid-uFNQnPtVT3 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNQnPtVT3 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNQnPtVT3 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNQnPtVT3 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNQnPtVT3 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNQnPtVT3 .card-row {
  align-items: stretch;
}
.cid-uFNQnPtVT3 .card {
  padding: 10px;
}
.cid-uFNQnPtVT3 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNQnPtVT3 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNQnPtVT3 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNQnPtVT3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNQnPtVT3 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNQnPtVT3 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNQnPtVT3 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNQnPtVT3 .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNQnPtVT3 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNQnPtVT3 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNQnPtVT3 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNQnRn5LK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNQnRn5LK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnRn5LK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnRn5LK .row {
  justify-content: center;
}
.cid-uFNQnRn5LK .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNQnRn5LK .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNQnRn5LK .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNQnRn5LK .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNQnRn5LK .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNQnRn5LK .card-row {
  align-items: stretch;
}
.cid-uFNQnRn5LK .card {
  padding: 10px;
}
.cid-uFNQnRn5LK .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNQnRn5LK .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNQnRn5LK .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNQnRn5LK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNQnRn5LK .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNQnRn5LK .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNQnRn5LK .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNQnRn5LK .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNQnRn5LK .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNQnRn5LK .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNQnRn5LK .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNQnSXjbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNQnSXjbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnSXjbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnSXjbP .row {
  justify-content: center;
}
.cid-uFNQnSXjbP .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNQnSXjbP .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNQnSXjbP .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNQnSXjbP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNQnSXjbP .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNQnSXjbP .card-row {
  align-items: stretch;
}
.cid-uFNQnSXjbP .card {
  padding: 10px;
}
.cid-uFNQnSXjbP .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNQnSXjbP .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNQnSXjbP .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNQnSXjbP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNQnSXjbP .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNQnSXjbP .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNQnSXjbP .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNQnSXjbP .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNQnSXjbP .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNQnSXjbP .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNQnSXjbP .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNQnUsemn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNQnUsemn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnUsemn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnUsemn .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNQnUsemn .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNQnUsemn .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNQnUsemn .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNQnUsemn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNQnUsemn .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNQnUsemn .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNQnUsemn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNQnUsemn .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNQnUsemn .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQnUsemn .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNQnUsemn .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQnUsemn .mbr-section-title {
  color: #212529;
}
.cid-uFNQnUsemn .mbr-desc {
  color: #212529;
}
.cid-uFNQnVHEjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #ffb849 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uFNQnVHEjg {
    background-image: linear-gradient(45deg, #ffb849 -60%, #ffffff 40%);
  }
}
.cid-uFNQnVHEjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnVHEjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnVHEjg .row {
  justify-content: space-between;
}
.cid-uFNQnVHEjg .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFNQnVHEjg .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFNQnVHEjg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFNQnVHEjg .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFNQnVHEjg .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFNQnVHEjg .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFNQnVHEjg .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNQnVHEjg .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFNQnVHEjg .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffb849;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFNQnVHEjg .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFNQnVHEjg .panel-group .card:first-child {
  border-top: 1px solid #ffb849;
}
.cid-uFNQnVHEjg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFNQnVHEjg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFNQnVHEjg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFNQnVHEjg .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #ffb849;
}
.cid-uFNQnVHEjg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFNQnVHEjg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFNQnVHEjg .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFNQnVHEjg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFNQnVHEjg .mbr-section-title {
  color: #000000;
}
.cid-uFNQnVHEjg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFNQnVHEjg .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFNQnVHEjg .panel-title-edit {
  color: #000000;
}
.cid-uFNQnVHEjg .panel-text {
  color: #000000;
}
.cid-uFNXvMBbtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNXvMBbtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNXvMBbtc .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-uFNXvMBbtc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFNXvMBbtc .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFNXvMBbtc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFNXvMBbtc .video-block .mbr-figure .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uFNXvMBbtc .video-block .mbr-figure .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uFNXvMBbtc .video-block .mbr-figure .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uFNXvMBbtc .video-block .mbr-figure iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uFNXvMBbtc .video-block .mbr-figure iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uFNXvMBbtc .mbr-section-title {
  color: #222222;
}
.cid-uFNQnXrmkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNQnXrmkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnXrmkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnXrmkY .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNQnXrmkY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNQnXrmkY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNQnXrmkY .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNQnXrmkY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNQnXrmkY .mbr-section-title {
  color: #000000;
}
.cid-uFNQnXrmkY .mbr-desc {
  color: #000000;
}
.cid-uFNQnXrmkY .mbr-text {
  color: #000000;
}
.cid-uFNXIfnONR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNXIfnONR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNXIfnONR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNXIfnONR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFNXIfnONR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFNXIfnONR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffb849;
}
.cid-uFNXIfnONR .panel-body,
.cid-uFNXIfnONR .card-header {
  padding: 1rem 0;
}
.cid-uFNXIfnONR .panel-title-edit {
  color: #000000;
}
.cid-uFNQnYHF7v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb849;
}
.cid-uFNQnYHF7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQnYHF7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQnYHF7v .row {
  justify-content: center;
}
.cid-uFNQnYHF7v .main-content {
  margin: 0;
}
.cid-uFNQnYHF7v .card {
  padding: 0;
}
.cid-uFNQnYHF7v .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFNQnYHF7v .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFNQnYHF7v .google-map iframe {
    height: 350px;
  }
}
.cid-uFNQnZWOPI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFNQnZWOPI .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFNQnZWOPI .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFNQnZWOPI .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFNQnZWOPI .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFNQnZWOPI a {
  background-image: none !important;
}
.cid-uFNQnZWOPI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFNQnZWOPI .container {
  padding: 5rem 1rem;
}
.cid-uFNQnZWOPI p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFNQnZWOPI p {
    text-align: center !important;
  }
}
.cid-uFNQnZWOPI .media-container-row .mbr-text2,
.cid-uFNQnZWOPI .line {
  color: #232323;
  text-align: left;
}
.cid-uFNQo13zzD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNQo13zzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQo13zzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQo13zzD .row {
  justify-content: center;
}
.cid-uFNQo13zzD .card {
  justify-content: center;
}
.cid-uFNQo13zzD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNQo13zzD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFNQo13zzD .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFNQo13zzD .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFNQo13zzD .nav-wrapper .list .item-wrap:hover,
.cid-uFNQo13zzD .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFNQo13zzD .list,
.cid-uFNQo13zzD .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFNQYSa0t0 {
  background-color: transparent;
}
.cid-uFNQYSa0t0 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFNQYSa0t0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFNQYSa0t0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNQYSa0t0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFNQYSa0t0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFNQYSa0t0 .menu_box .navbar.opened,
  .cid-uFNQYSa0t0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFNQYSa0t0 .navbar-dropdown {
  position: relative !important;
}
.cid-uFNQYSa0t0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFNQYSa0t0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFNQYSa0t0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFNQYSa0t0 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFNQYSa0t0 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFNQYSa0t0 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFNQYSa0t0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFNQYSa0t0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFNQYSa0t0 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFNQYSa0t0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFNQYSa0t0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFNQYSa0t0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFNQYSa0t0 .nav-item .nav-link:hover,
.cid-uFNQYSa0t0 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFNQYSa0t0 .nav-item .nav-link:hover::before,
.cid-uFNQYSa0t0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFNQYSa0t0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFNQYSa0t0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFNQYSa0t0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNQYSa0t0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNQYSa0t0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFNQYSa0t0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFNQYSa0t0 .offcanvas_box {
    display: none;
  }
}
.cid-uFNQYSa0t0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFNQYSa0t0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFNQYSa0t0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFNQYSa0t0 .container {
  display: flex;
  margin: auto;
}
.cid-uFNQYSa0t0 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFNQYSa0t0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFNQYSa0t0 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFNQYSa0t0 .navbar-nav {
    margin: 0;
  }
}
.cid-uFNQYSa0t0 .dropdown-menu,
.cid-uFNQYSa0t0 .navbar.opened {
  background-color: false !important;
}
.cid-uFNQYSa0t0 .nav-item:focus,
.cid-uFNQYSa0t0 .nav-link:focus {
  outline: none;
}
.cid-uFNQYSa0t0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNQYSa0t0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNQYSa0t0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNQYSa0t0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNQYSa0t0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNQYSa0t0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNQYSa0t0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFNQYSa0t0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFNQYSa0t0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNQYSa0t0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFNQYSa0t0 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFNQYSa0t0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFNQYSa0t0 .navbar.collapsed {
  justify-content: center;
}
.cid-uFNQYSa0t0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNQYSa0t0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFNQYSa0t0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNQYSa0t0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNQYSa0t0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNQYSa0t0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFNQYSa0t0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFNQYSa0t0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFNQYSa0t0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFNQYSa0t0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNQYSa0t0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNQYSa0t0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFNQYSa0t0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNQYSa0t0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFNQYSa0t0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNQYSa0t0 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFNQYSa0t0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFNQYSa0t0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFNQYSa0t0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFNQYSa0t0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNQYSa0t0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFNQYSa0t0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNQYSa0t0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNQYSa0t0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNQYSa0t0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNQYSa0t0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFNQYSa0t0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNQYSa0t0 .dropdown-item.active,
.cid-uFNQYSa0t0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNQYSa0t0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFNQYSa0t0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNQYSa0t0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNQYSa0t0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNQYSa0t0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNQYSa0t0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNQYSa0t0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFNQYSa0t0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNQYSa0t0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNQYSa0t0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNQYSa0t0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNQYSa0t0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNQYSa0t0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNQYSa0t0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNQYSa0t0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNQYSa0t0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNQYSa0t0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFNQYSa0t0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNQYSa0t0 .navbar {
    height: 70px;
  }
  .cid-uFNQYSa0t0 .navbar.opened {
    height: auto;
  }
  .cid-uFNQYSa0t0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNQYSa0t0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFNQYSa0t0 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFNQYSa0t0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFNQYSa0t0 .text_widget {
  margin-bottom: 32px;
}
.cid-uFNQYSa0t0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFNQYSa0t0 .text_widget a:hover,
.cid-uFNQYSa0t0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFNQYSa0t0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFNQYSa0t0 .contacts-wrapper {
  min-width: 200px;
}
.cid-uFNQYSa0t0 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFNQYSa0t0 .contacts-wrapper .mbr-phone:hover,
.cid-uFNQYSa0t0 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFNQYSa0t0 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFNQYSa0t0 .contacts-wrapper .mbr-email:hover,
.cid-uFNQYSa0t0 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFNQYSa0t0 .navbar-caption {
  color: #ff8576;
}
.cid-uFNQYSa0t0 .mbr-phone {
  color: #ff8576;
}
.cid-uFNQYSa0t0 .mbr-email {
  color: #212529;
}
.cid-uFNQYSa0t0 .mbr-section-subtitle,
.cid-uFNQYSa0t0 .text_widget,
.cid-uFNQYSa0t0 .mbr-section-btn {
  text-align: center;
}
.cid-uFNQYSa0t0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNQYSQgbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/x2o5fqdlpjfwhmwldxkwzsdvl4-1-2000x1334.jpg");
  position: relative;
}
.cid-uFNQYSQgbD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFNQYSQgbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYSQgbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYSQgbD .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFNQYSQgbD .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFNQYSQgbD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffb849, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFNQYSQgbD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFNQYSQgbD .mbr-section-title {
  color: #ffffff;
}
.cid-uFNQYSQgbD .mbr-text {
  color: #ffffff;
}
.cid-uFNQYTvZEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNQYTvZEv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFNQYTvZEv .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFNQYTvZEv .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffb849;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFNQYTvZEv .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFNQYTvZEv .mbr-text {
  color: #3d5943;
}
.cid-uFNQYTPdLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNQYTPdLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYTPdLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYTPdLu .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNQYTPdLu .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNQYTPdLu .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNQYTPdLu .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNQYTPdLu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNQYTPdLu .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNQYTPdLu .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNQYTPdLu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNQYTPdLu .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNQYTPdLu .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQYTPdLu .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNQYTPdLu .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQYTPdLu .mbr-section-title {
  color: #212529;
}
.cid-uFNQYTPdLu .mbr-desc {
  color: #212529;
}
.cid-uFNQYUhU35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNQYUhU35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYUhU35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYUhU35 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNQYUhU35 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNQYUhU35 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNQYUhU35 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNQYUhU35 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNQYUhU35 .mbr-section-title {
  color: #000000;
}
.cid-uFNQYUhU35 .mbr-desc {
  color: #000000;
}
.cid-uFNQYUhU35 .mbr-text {
  color: #000000;
}
.cid-uFNQYUzUdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNQYUzUdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYUzUdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYUzUdi .row {
  justify-content: center;
}
.cid-uFNQYUzUdi .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNQYUzUdi .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNQYUzUdi .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNQYUzUdi .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNQYUzUdi .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNQYUzUdi .card-row {
  align-items: stretch;
}
.cid-uFNQYUzUdi .card {
  padding: 10px;
}
.cid-uFNQYUzUdi .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNQYUzUdi .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNQYUzUdi .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNQYUzUdi .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNQYUzUdi .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNQYUzUdi .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNQYUzUdi .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #f7e8f4;
  }
}
.cid-uFNQYUzUdi .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNQYUzUdi .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNQYUzUdi .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNQYUzUdi .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNQYVftMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNQYVftMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYVftMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYVftMA .row {
  justify-content: center;
}
.cid-uFNQYVftMA .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNQYVftMA .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNQYVftMA .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNQYVftMA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNQYVftMA .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNQYVftMA .card-row {
  align-items: stretch;
}
.cid-uFNQYVftMA .card {
  padding: 10px;
}
.cid-uFNQYVftMA .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNQYVftMA .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNQYVftMA .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNQYVftMA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNQYVftMA .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNQYVftMA .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNQYVftMA .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNQYVftMA .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNQYVftMA .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNQYVftMA .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNQYVftMA .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNQYVTsEc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNQYVTsEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYVTsEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYVTsEc .row {
  justify-content: center;
}
.cid-uFNQYVTsEc .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNQYVTsEc .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNQYVTsEc .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNQYVTsEc .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNQYVTsEc .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNQYVTsEc .card-row {
  align-items: stretch;
}
.cid-uFNQYVTsEc .card {
  padding: 10px;
}
.cid-uFNQYVTsEc .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNQYVTsEc .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNQYVTsEc .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNQYVTsEc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNQYVTsEc .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNQYVTsEc .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNQYVTsEc .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNQYVTsEc .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNQYVTsEc .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNQYVTsEc .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNQYVTsEc .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNQYWzoTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNQYWzoTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYWzoTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYWzoTr .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNQYWzoTr .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNQYWzoTr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNQYWzoTr .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNQYWzoTr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNQYWzoTr .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNQYWzoTr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNQYWzoTr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNQYWzoTr .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNQYWzoTr .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQYWzoTr .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNQYWzoTr .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNQYWzoTr .mbr-section-title {
  color: #212529;
}
.cid-uFNQYWzoTr .mbr-desc {
  color: #212529;
}
.cid-uFNQYXd9oB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #ffb849 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uFNQYXd9oB {
    background-image: linear-gradient(45deg, #ffb849 -60%, #ffffff 40%);
  }
}
.cid-uFNQYXd9oB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYXd9oB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYXd9oB .row {
  justify-content: space-between;
}
.cid-uFNQYXd9oB .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFNQYXd9oB .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFNQYXd9oB .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFNQYXd9oB .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFNQYXd9oB .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFNQYXd9oB .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFNQYXd9oB .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNQYXd9oB .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFNQYXd9oB .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffb849;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFNQYXd9oB .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFNQYXd9oB .panel-group .card:first-child {
  border-top: 1px solid #ffb849;
}
.cid-uFNQYXd9oB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFNQYXd9oB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFNQYXd9oB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFNQYXd9oB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #ffb849;
}
.cid-uFNQYXd9oB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFNQYXd9oB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFNQYXd9oB .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFNQYXd9oB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFNQYXd9oB .mbr-section-title {
  color: #000000;
}
.cid-uFNQYXd9oB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFNQYXd9oB .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFNQYXd9oB .panel-title-edit {
  color: #000000;
}
.cid-uFNQYXd9oB .panel-text {
  color: #000000;
}
.cid-uFNQYYEdGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNQYYEdGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYYEdGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYYEdGK .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNQYYEdGK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNQYYEdGK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNQYYEdGK .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNQYYEdGK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNQYYEdGK .mbr-section-title {
  color: #000000;
}
.cid-uFNQYYEdGK .mbr-desc {
  color: #000000;
}
.cid-uFNQYYEdGK .mbr-text {
  color: #000000;
}
.cid-uFNY70kHA8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNY70kHA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNY70kHA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNY70kHA8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFNY70kHA8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFNY70kHA8 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffb849;
}
.cid-uFNY70kHA8 .panel-body,
.cid-uFNY70kHA8 .card-header {
  padding: 1rem 0;
}
.cid-uFNY70kHA8 .panel-title-edit {
  color: #000000;
}
.cid-uFNQYZQTCb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb849;
}
.cid-uFNQYZQTCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQYZQTCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQYZQTCb .row {
  justify-content: center;
}
.cid-uFNQYZQTCb .main-content {
  margin: 0;
}
.cid-uFNQYZQTCb .card {
  padding: 0;
}
.cid-uFNQYZQTCb .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFNQYZQTCb .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFNQYZQTCb .google-map iframe {
    height: 350px;
  }
}
.cid-uFNQZ11CWW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFNQZ11CWW .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFNQZ11CWW .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFNQZ11CWW .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFNQZ11CWW .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFNQZ11CWW a {
  background-image: none !important;
}
.cid-uFNQZ11CWW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFNQZ11CWW .container {
  padding: 5rem 1rem;
}
.cid-uFNQZ11CWW p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFNQZ11CWW p {
    text-align: center !important;
  }
}
.cid-uFNQZ11CWW .media-container-row .mbr-text2,
.cid-uFNQZ11CWW .line {
  color: #232323;
  text-align: left;
}
.cid-uFNQZ2rdnN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNQZ2rdnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNQZ2rdnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNQZ2rdnN .row {
  justify-content: center;
}
.cid-uFNQZ2rdnN .card {
  justify-content: center;
}
.cid-uFNQZ2rdnN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNQZ2rdnN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFNQZ2rdnN .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFNQZ2rdnN .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFNQZ2rdnN .nav-wrapper .list .item-wrap:hover,
.cid-uFNQZ2rdnN .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFNQZ2rdnN .list,
.cid-uFNQZ2rdnN .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFNRGj0LRK {
  background-color: transparent;
}
.cid-uFNRGj0LRK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFNRGj0LRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFNRGj0LRK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNRGj0LRK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFNRGj0LRK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFNRGj0LRK .menu_box .navbar.opened,
  .cid-uFNRGj0LRK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFNRGj0LRK .navbar-dropdown {
  position: relative !important;
}
.cid-uFNRGj0LRK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFNRGj0LRK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFNRGj0LRK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFNRGj0LRK .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFNRGj0LRK .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFNRGj0LRK .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFNRGj0LRK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFNRGj0LRK .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFNRGj0LRK .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFNRGj0LRK .nav-item {
    margin: 0 !important;
  }
}
.cid-uFNRGj0LRK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFNRGj0LRK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFNRGj0LRK .nav-item .nav-link:hover,
.cid-uFNRGj0LRK .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFNRGj0LRK .nav-item .nav-link:hover::before,
.cid-uFNRGj0LRK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFNRGj0LRK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFNRGj0LRK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFNRGj0LRK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNRGj0LRK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNRGj0LRK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFNRGj0LRK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFNRGj0LRK .offcanvas_box {
    display: none;
  }
}
.cid-uFNRGj0LRK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFNRGj0LRK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFNRGj0LRK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFNRGj0LRK .container {
  display: flex;
  margin: auto;
}
.cid-uFNRGj0LRK .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFNRGj0LRK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFNRGj0LRK .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFNRGj0LRK .navbar-nav {
    margin: 0;
  }
}
.cid-uFNRGj0LRK .dropdown-menu,
.cid-uFNRGj0LRK .navbar.opened {
  background-color: false !important;
}
.cid-uFNRGj0LRK .nav-item:focus,
.cid-uFNRGj0LRK .nav-link:focus {
  outline: none;
}
.cid-uFNRGj0LRK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNRGj0LRK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNRGj0LRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNRGj0LRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNRGj0LRK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNRGj0LRK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNRGj0LRK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFNRGj0LRK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFNRGj0LRK .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNRGj0LRK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFNRGj0LRK .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFNRGj0LRK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFNRGj0LRK .navbar.collapsed {
  justify-content: center;
}
.cid-uFNRGj0LRK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNRGj0LRK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFNRGj0LRK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNRGj0LRK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNRGj0LRK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNRGj0LRK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFNRGj0LRK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFNRGj0LRK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFNRGj0LRK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFNRGj0LRK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNRGj0LRK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNRGj0LRK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFNRGj0LRK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNRGj0LRK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFNRGj0LRK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNRGj0LRK .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFNRGj0LRK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFNRGj0LRK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFNRGj0LRK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFNRGj0LRK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNRGj0LRK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFNRGj0LRK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNRGj0LRK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNRGj0LRK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNRGj0LRK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNRGj0LRK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFNRGj0LRK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNRGj0LRK .dropdown-item.active,
.cid-uFNRGj0LRK .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNRGj0LRK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFNRGj0LRK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNRGj0LRK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNRGj0LRK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNRGj0LRK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNRGj0LRK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNRGj0LRK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFNRGj0LRK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNRGj0LRK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNRGj0LRK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNRGj0LRK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNRGj0LRK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNRGj0LRK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNRGj0LRK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNRGj0LRK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNRGj0LRK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNRGj0LRK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFNRGj0LRK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNRGj0LRK .navbar {
    height: 70px;
  }
  .cid-uFNRGj0LRK .navbar.opened {
    height: auto;
  }
  .cid-uFNRGj0LRK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNRGj0LRK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFNRGj0LRK .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFNRGj0LRK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFNRGj0LRK .text_widget {
  margin-bottom: 32px;
}
.cid-uFNRGj0LRK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFNRGj0LRK .text_widget a:hover,
.cid-uFNRGj0LRK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFNRGj0LRK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFNRGj0LRK .contacts-wrapper {
  min-width: 200px;
}
.cid-uFNRGj0LRK .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFNRGj0LRK .contacts-wrapper .mbr-phone:hover,
.cid-uFNRGj0LRK .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFNRGj0LRK .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFNRGj0LRK .contacts-wrapper .mbr-email:hover,
.cid-uFNRGj0LRK .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFNRGj0LRK .navbar-caption {
  color: #ff8576;
}
.cid-uFNRGj0LRK .mbr-phone {
  color: #ff8576;
}
.cid-uFNRGj0LRK .mbr-email {
  color: #212529;
}
.cid-uFNRGj0LRK .mbr-section-subtitle,
.cid-uFNRGj0LRK .text_widget,
.cid-uFNRGj0LRK .mbr-section-btn {
  text-align: center;
}
.cid-uFNRGj0LRK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNRGjBFde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-2-1.webp");
  position: relative;
}
.cid-uFNRGjBFde::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFNRGjBFde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGjBFde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGjBFde .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFNRGjBFde .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFNRGjBFde .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffb849, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFNRGjBFde .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFNRGjBFde .mbr-section-title {
  color: #ffffff;
}
.cid-uFNRGjBFde .mbr-text {
  color: #ffffff;
}
.cid-uFNRGk1wDx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNRGk1wDx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFNRGk1wDx .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFNRGk1wDx .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffb849;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFNRGk1wDx .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFNRGk1wDx .mbr-text {
  color: #3d5943;
}
.cid-uFNRGkjgyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNRGkjgyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGkjgyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGkjgyu .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNRGkjgyu .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNRGkjgyu .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNRGkjgyu .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNRGkjgyu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNRGkjgyu .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNRGkjgyu .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNRGkjgyu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNRGkjgyu .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNRGkjgyu .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNRGkjgyu .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNRGkjgyu .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNRGkjgyu .mbr-section-title {
  color: #212529;
}
.cid-uFNRGkjgyu .mbr-desc {
  color: #212529;
}
.cid-uFNRGkBoDF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNRGkBoDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGkBoDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGkBoDF .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNRGkBoDF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNRGkBoDF .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNRGkBoDF .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNRGkBoDF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNRGkBoDF .mbr-section-title {
  color: #000000;
}
.cid-uFNRGkBoDF .mbr-desc {
  color: #000000;
}
.cid-uFNRGkBoDF .mbr-text {
  color: #000000;
}
.cid-uFNRGkTzue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNRGkTzue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGkTzue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGkTzue .row {
  justify-content: center;
}
.cid-uFNRGkTzue .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNRGkTzue .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNRGkTzue .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNRGkTzue .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNRGkTzue .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNRGkTzue .card-row {
  align-items: stretch;
}
.cid-uFNRGkTzue .card {
  padding: 10px;
}
.cid-uFNRGkTzue .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNRGkTzue .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNRGkTzue .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNRGkTzue .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNRGkTzue .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNRGkTzue .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNRGkTzue .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNRGkTzue .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNRGkTzue .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNRGkTzue .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNRGkTzue .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNRGlw90H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNRGlw90H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGlw90H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGlw90H .row {
  justify-content: center;
}
.cid-uFNRGlw90H .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNRGlw90H .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNRGlw90H .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNRGlw90H .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNRGlw90H .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNRGlw90H .card-row {
  align-items: stretch;
}
.cid-uFNRGlw90H .card {
  padding: 10px;
}
.cid-uFNRGlw90H .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNRGlw90H .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNRGlw90H .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNRGlw90H .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNRGlw90H .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNRGlw90H .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNRGlw90H .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNRGlw90H .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNRGlw90H .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNRGlw90H .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNRGlw90H .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNRGm8MV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFNRGm8MV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGm8MV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGm8MV4 .row {
  justify-content: center;
}
.cid-uFNRGm8MV4 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uFNRGm8MV4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFNRGm8MV4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uFNRGm8MV4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNRGm8MV4 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uFNRGm8MV4 .card-row {
  align-items: stretch;
}
.cid-uFNRGm8MV4 .card {
  padding: 10px;
}
.cid-uFNRGm8MV4 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffb849;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uFNRGm8MV4 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uFNRGm8MV4 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uFNRGm8MV4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uFNRGm8MV4 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uFNRGm8MV4 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uFNRGm8MV4 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #ffb849;
  }
}
.cid-uFNRGm8MV4 .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-uFNRGm8MV4 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffb849;
}
.cid-uFNRGm8MV4 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uFNRGm8MV4 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uFNRGmCHp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb849;
}
.cid-uFNRGmCHp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGmCHp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGmCHp7 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFNRGmCHp7 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFNRGmCHp7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFNRGmCHp7 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNRGmCHp7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uFNRGmCHp7 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uFNRGmCHp7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uFNRGmCHp7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFNRGmCHp7 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uFNRGmCHp7 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uFNRGmCHp7 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNRGmCHp7 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFNRGmCHp7 .mbr-section-title {
  color: #212529;
}
.cid-uFNRGmCHp7 .mbr-desc {
  color: #212529;
}
.cid-uFNRGn0CXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #ffb849 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uFNRGn0CXt {
    background-image: linear-gradient(45deg, #ffb849 -60%, #ffffff 40%);
  }
}
.cid-uFNRGn0CXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGn0CXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGn0CXt .row {
  justify-content: space-between;
}
.cid-uFNRGn0CXt .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFNRGn0CXt .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFNRGn0CXt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFNRGn0CXt .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFNRGn0CXt .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFNRGn0CXt .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFNRGn0CXt .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFNRGn0CXt .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFNRGn0CXt .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffb849;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFNRGn0CXt .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFNRGn0CXt .panel-group .card:first-child {
  border-top: 1px solid #ffb849;
}
.cid-uFNRGn0CXt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFNRGn0CXt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFNRGn0CXt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFNRGn0CXt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #ffb849;
}
.cid-uFNRGn0CXt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFNRGn0CXt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFNRGn0CXt .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFNRGn0CXt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFNRGn0CXt .mbr-section-title {
  color: #000000;
}
.cid-uFNRGn0CXt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFNRGn0CXt .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFNRGn0CXt .panel-title-edit {
  color: #000000;
}
.cid-uFNRGn0CXt .panel-text {
  color: #000000;
}
.cid-uFNRGnGsCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNRGnGsCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGnGsCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGnGsCp .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFNRGnGsCp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFNRGnGsCp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNRGnGsCp .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFNRGnGsCp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNRGnGsCp .mbr-section-title {
  color: #000000;
}
.cid-uFNRGnGsCp .mbr-desc {
  color: #000000;
}
.cid-uFNRGnGsCp .mbr-text {
  color: #000000;
}
.cid-uFNYseLZL5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFNYseLZL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNYseLZL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNYseLZL5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFNYseLZL5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFNYseLZL5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffb849;
}
.cid-uFNYseLZL5 .panel-body,
.cid-uFNYseLZL5 .card-header {
  padding: 1rem 0;
}
.cid-uFNYseLZL5 .panel-title-edit {
  color: #000000;
}
.cid-uFNRGo7Qq8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb849;
}
.cid-uFNRGo7Qq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGo7Qq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGo7Qq8 .row {
  justify-content: center;
}
.cid-uFNRGo7Qq8 .main-content {
  margin: 0;
}
.cid-uFNRGo7Qq8 .card {
  padding: 0;
}
.cid-uFNRGo7Qq8 .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFNRGo7Qq8 .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFNRGo7Qq8 .google-map iframe {
    height: 350px;
  }
}
.cid-uFNRGoFAiW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFNRGoFAiW .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFNRGoFAiW .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFNRGoFAiW .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFNRGoFAiW .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFNRGoFAiW a {
  background-image: none !important;
}
.cid-uFNRGoFAiW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFNRGoFAiW .container {
  padding: 5rem 1rem;
}
.cid-uFNRGoFAiW p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFNRGoFAiW p {
    text-align: center !important;
  }
}
.cid-uFNRGoFAiW .media-container-row .mbr-text2,
.cid-uFNRGoFAiW .line {
  color: #232323;
  text-align: left;
}
.cid-uFNRGp0NCu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNRGp0NCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNRGp0NCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNRGp0NCu .row {
  justify-content: center;
}
.cid-uFNRGp0NCu .card {
  justify-content: center;
}
.cid-uFNRGp0NCu .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNRGp0NCu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFNRGp0NCu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFNRGp0NCu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFNRGp0NCu .nav-wrapper .list .item-wrap:hover,
.cid-uFNRGp0NCu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFNRGp0NCu .list,
.cid-uFNRGp0NCu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
