.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: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #ff8576 !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: #ff8576 !important;
  border-color: #ff8576 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb2a9 !important;
  border-color: #ffb2a9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb2a9 !important;
  border-color: #ffb2a9 !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: #ff8576;
  color: #ff8576;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff381f !important;
  background-color: transparent !important;
  border-color: #ff381f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8576 !important;
  border-color: #ff8576 !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: #ff8576 !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: #ff2a10 !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: #ff8576;
}
.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: #ff8576;
  border-color: #ff8576;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8576;
}
.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: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8576 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff8576;
}
/* 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: #ff8576;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8576;
}
.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: #ff8576;
  border-bottom-color: #ff8576;
}
.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: #ff8576 !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='%23ff8576' %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: #c2ffcc !important;
  padding: 0;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c2ffcc !important;
  background: #c2ffcc;
}
.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: #c2ffcc !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: #c2ffcc;
  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-uefW9mGQts {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uefW9mGQts .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c2ffcc;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uefW9mGQts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefW9mGQts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefW9mGQts .row {
  position: relative;
  z-index: 1;
}
.cid-uefW9mGQts .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefW9mGQts .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uefW9mGQts .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .image-wrapper img {
    height: 350px;
  }
}
.cid-uefW9mGQts .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uefW9mGQts .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uefW9mGQts .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uefW9mGQts .mbr-text {
  color: #51565c;
}
.cid-uefW9mGQts .mbr-desc {
  color: #51565c;
}
.cid-uefW9mGQts .mbr-desc,
.cid-uefW9mGQts .mbr-section-btn {
  color: #000000;
}
.cid-uFMnv2NPlN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMnv2NPlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMnv2NPlN .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-uFMnv2NPlN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFMnv2NPlN .container {
    padding: 0 12px;
  }
}
.cid-uFMnv2NPlN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFMnv2NPlN .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFMnv2NPlN .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFMnv2NPlN .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8576;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFMnv2NPlN .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uFMPgJuHlF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c2ffcc;
}
.cid-uFMPgJuHlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMPgJuHlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMPgJuHlF .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFMPgJuHlF .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFMPgJuHlF .content-wrapper {
    padding: 0;
  }
}
.cid-uFMPgJuHlF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFMPgJuHlF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMPgJuHlF .mbr-section-title,
.cid-uFMPgJuHlF .title-wrapper {
  color: #ffffff;
}
.cid-uFMPgJuHlF .mbr-section-title,
.cid-uFMPgJuHlF .mbr-section-btn,
.cid-uFMPgJuHlF .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uFMPvoSF4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMPvoSF4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMPvoSF4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMPvoSF4o .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMPvoSF4o .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMPvoSF4o .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMPvoSF4o .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMPvoSF4o .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMPvoSF4o .mbr-section-title {
  color: #000000;
}
.cid-uFMPvoSF4o .mbr-desc {
  color: #000000;
}
.cid-uFMPvoSF4o .mbr-text {
  color: #000000;
}
.cid-uFMjl76hbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uFMjl76hbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMjl76hbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMjl76hbM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMjl76hbM .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMjl76hbM .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMjl76hbM .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMjl76hbM .item {
    margin-bottom: 16px;
  }
}
.cid-uFMjl76hbM .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMjl76hbM .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMjl76hbM .item:hover .item-wrapper .item-content .item-img,
.cid-uFMjl76hbM .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMjl76hbM .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMjl76hbM .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMjl76hbM .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMjl76hbM .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMjl76hbM .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMjl76hbM .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMjl76hbM .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMjl76hbM .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uFMjl76hbM .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMjl76hbM .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMjl76hbM .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFMjl76hbM .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMjl76hbM .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uFMjl76hbM .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMjl76hbM .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMjl76hbM .mbr-section-title {
  color: #212529;
}
.cid-uFMjl76hbM .panel-title-edit {
  color: #212529;
}
.cid-uFMjl76hbM .panel-text {
  color: #51565c;
}
.cid-uFMjl76hbM .item-title {
  text-align: center;
}
.cid-uFMPvYQiah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMPvYQiah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMPvYQiah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMPvYQiah .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMPvYQiah .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMPvYQiah .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMPvYQiah .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMPvYQiah .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMPvYQiah .mbr-section-title {
  color: #000000;
}
.cid-uFMPvYQiah .mbr-desc {
  color: #000000;
}
.cid-uFMPvYQiah .mbr-text {
  color: #000000;
}
.cid-uFMjSpfit0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uFMjSpfit0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMjSpfit0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMjSpfit0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMjSpfit0 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMjSpfit0 .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMjSpfit0 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMjSpfit0 .item {
    margin-bottom: 16px;
  }
}
.cid-uFMjSpfit0 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMjSpfit0 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMjSpfit0 .item:hover .item-wrapper .item-content .item-img,
.cid-uFMjSpfit0 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMjSpfit0 .item:nth-child(2n) .item-wrapper {
  background-color: #a3c2ff;
}
.cid-uFMjSpfit0 .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMjSpfit0 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMjSpfit0 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMjSpfit0 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #12b82e;
}
@media (max-width: 992px) {
  .cid-uFMjSpfit0 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMjSpfit0 .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMjSpfit0 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uFMjSpfit0 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMjSpfit0 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMjSpfit0 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFMjSpfit0 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMjSpfit0 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uFMjSpfit0 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMjSpfit0 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMjSpfit0 .mbr-section-title {
  color: #212529;
}
.cid-uFMjSpfit0 .panel-title-edit {
  color: #212529;
}
.cid-uFMjSpfit0 .panel-text {
  color: #51565c;
}
.cid-uFMjSpfit0 .item-title {
  text-align: center;
}
.cid-uFMjSpfit0 .item-text {
  text-align: center;
}
.cid-uFMPwMX95m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMPwMX95m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMPwMX95m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMPwMX95m .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMPwMX95m .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMPwMX95m .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMPwMX95m .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMPwMX95m .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMPwMX95m .mbr-section-title {
  color: #000000;
}
.cid-uFMPwMX95m .mbr-desc {
  color: #000000;
}
.cid-uFMPwMX95m .mbr-text {
  color: #000000;
}
.cid-uFMPwMX95m .mbr-section-title,
.cid-uFMPwMX95m .mbr-section-btn {
  text-align: center;
}
.cid-uRVWYPVNkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRVWYPVNkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVWYPVNkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVWYPVNkS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRVWYPVNkS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRVWYPVNkS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRVWYPVNkS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRVWYPVNkS .container {
    padding: 0 24px;
  }
}
.cid-uRVWYPVNkS .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uRVWYPVNkS .image-wrapper img {
    height: 400px;
  }
}
.cid-uFMmpPVsxv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMmpPVsxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMmpPVsxv .col-12 {
  padding: 0;
}
.cid-uFMmpPVsxv .row {
  margin: 0;
}
.cid-uFMmpPVsxv .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMmpPVsxv .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMmpPVsxv .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFMmpPVsxv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMmpPVsxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMmpPVsxv .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMmpPVsxv .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMmpPVsxv .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMmpPVsxv .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMmpPVsxv .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uFMmpPVsxv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFMmpPVsxv .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMmpPVsxv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMmpPVsxv .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uFMmpPVsxv .mbr-text,
.cid-uFMmpPVsxv .mbr-section-btn {
  color: #221b35;
}
.cid-uFMPxwesH7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uFMPxwesH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMPxwesH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMPxwesH7 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMPxwesH7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMPxwesH7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMPxwesH7 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMPxwesH7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMPxwesH7 .mbr-section-title {
  color: #000000;
}
.cid-uFMPxwesH7 .mbr-desc {
  color: #000000;
}
.cid-uFMPxwesH7 .mbr-text {
  color: #000000;
}
.cid-uFMmMKrlN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #5cd070 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uFMmMKrlN1 {
    background-image: linear-gradient(45deg, #5cd070 -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: #ffffff;
}
@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 #000000;
  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 #000000;
}
.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: #c2ffcc;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.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-uFMmqzVNfI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c2ffcc;
}
.cid-uFMmqzVNfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMmqzVNfI .col-12 {
  padding: 0;
}
.cid-uFMmqzVNfI .row {
  margin: 0;
}
.cid-uFMmqzVNfI .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMmqzVNfI .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMmqzVNfI .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFMmqzVNfI .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMmqzVNfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMmqzVNfI .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMmqzVNfI .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMmqzVNfI .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMmqzVNfI .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMmqzVNfI .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uFMmqzVNfI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFMmqzVNfI .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMmqzVNfI .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMmqzVNfI .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uFMmqzVNfI .mbr-text,
.cid-uFMmqzVNfI .mbr-section-btn {
  color: #221b35;
}
.cid-uRW0KhQnwR {
  background-image: url("../../../assets/images/53-1600x875.jpg");
}
.cid-uRW0KhQnwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW0KhQnwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW0KhQnwR .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uRW0KhQnwR .image-wrap {
    height: 400px;
  }
}
.cid-uFMnkSYUIk {
  background-color: #ffffff;
}
.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-uRVTExroe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRVTExroe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVTExroe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVTExroe4 .row {
  justify-content: space-between;
}
.cid-uRVTExroe4 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRVTExroe4 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uRVTExroe4 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:hover,
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRVTExroe4 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uRVTExroe4 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uRVTExroe4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRVTExroe4 .mbr-section-title {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRVTExroe4 .list {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-desc {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-copy {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-desc,
.cid-uRVTExroe4 .social-wrapper {
  text-align: center;
}
.cid-uRVTExroe4 .mbr-copy,
.cid-uRVTExroe4 .mbr-section-btn-main {
  text-align: center;
}
.cid-uRVTExroe4 .mbr-section-title,
.cid-uRVTExroe4 .mbr-section-btn {
  text-align: center;
}
.cid-uFMVbZ3XAG {
  background-color: transparent;
}
.cid-uFMVbZ3XAG .navbar-dropdown {
  background-color: #c2ffcc !important;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c2ffcc !important;
  background: #c2ffcc;
}
.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: #c2ffcc !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: #c2ffcc;
  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-uFMVbZGyYc {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFMVbZGyYc .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c2ffcc;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFMVbZGyYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVbZGyYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVbZGyYc .row {
  position: relative;
  z-index: 1;
}
.cid-uFMVbZGyYc .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMVbZGyYc .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uFMVbZGyYc .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .image-wrapper img {
    height: 350px;
  }
}
.cid-uFMVbZGyYc .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uFMVbZGyYc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMVbZGyYc .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uFMVbZGyYc .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uFMVbZGyYc .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFMVbZGyYc .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFMVbZGyYc .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uFMVbZGyYc .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uFMVbZGyYc .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFMVbZGyYc .mbr-text {
  color: #51565c;
}
.cid-uFMVbZGyYc .mbr-desc {
  color: #51565c;
}
.cid-uFMVbZGyYc .mbr-desc,
.cid-uFMVbZGyYc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFMVc0G8UD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c2ffcc;
}
.cid-uFMVc0G8UD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVc0G8UD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVc0G8UD .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFMVc0G8UD .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFMVc0G8UD .content-wrapper {
    padding: 0;
  }
}
.cid-uFMVc0G8UD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFMVc0G8UD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMVc0G8UD .mbr-section-title,
.cid-uFMVc0G8UD .title-wrapper {
  color: #ffffff;
}
.cid-uFMVc0G8UD .mbr-section-title,
.cid-uFMVc0G8UD .mbr-section-btn,
.cid-uFMVc0G8UD .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uFMVc5EIp0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.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-uRVTExroe4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #c2ffcc;
}
.cid-uRVTExroe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVTExroe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVTExroe4 .row {
  justify-content: space-between;
}
.cid-uRVTExroe4 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRVTExroe4 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uRVTExroe4 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:hover,
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRVTExroe4 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uRVTExroe4 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uRVTExroe4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRVTExroe4 .mbr-section-title {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRVTExroe4 .list {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-desc {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-copy {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-desc,
.cid-uRVTExroe4 .social-wrapper {
  text-align: center;
}
.cid-uRVTExroe4 .mbr-copy,
.cid-uRVTExroe4 .mbr-section-btn-main {
  text-align: center;
}
.cid-uRVTExroe4 .mbr-section-title,
.cid-uRVTExroe4 .mbr-section-btn {
  text-align: center;
}
.cid-uFMVE1IV42 {
  background-color: transparent;
}
.cid-uFMVE1IV42 .navbar-dropdown {
  background-color: #c2ffcc !important;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c2ffcc !important;
  background: #c2ffcc;
}
.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: #c2ffcc !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: #c2ffcc;
  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-uFMVE2fAm2 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFMVE2fAm2 .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c2ffcc;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFMVE2fAm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVE2fAm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVE2fAm2 .row {
  position: relative;
  z-index: 1;
}
.cid-uFMVE2fAm2 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMVE2fAm2 .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uFMVE2fAm2 .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFMVE2fAm2 .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uFMVE2fAm2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMVE2fAm2 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uFMVE2fAm2 .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uFMVE2fAm2 .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFMVE2fAm2 .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFMVE2fAm2 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uFMVE2fAm2 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uFMVE2fAm2 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFMVE2fAm2 .mbr-text {
  color: #51565c;
}
.cid-uFMVE2fAm2 .mbr-desc {
  color: #51565c;
}
.cid-uFMVE2fAm2 .mbr-desc,
.cid-uFMVE2fAm2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFMVE2OIyw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c2ffcc;
}
.cid-uFMVE2OIyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVE2OIyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVE2OIyw .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFMVE2OIyw .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFMVE2OIyw .content-wrapper {
    padding: 0;
  }
}
.cid-uFMVE2OIyw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFMVE2OIyw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMVE2OIyw .mbr-section-title,
.cid-uFMVE2OIyw .title-wrapper {
  color: #ffffff;
}
.cid-uFMVE2OIyw .mbr-section-title,
.cid-uFMVE2OIyw .mbr-section-btn,
.cid-uFMVE2OIyw .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uFMVE3lyts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.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-uRVTExroe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRVTExroe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVTExroe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVTExroe4 .row {
  justify-content: space-between;
}
.cid-uRVTExroe4 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRVTExroe4 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uRVTExroe4 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:hover,
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRVTExroe4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRVTExroe4 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRVTExroe4 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uRVTExroe4 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRVTExroe4 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uRVTExroe4 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRVTExroe4 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uRVTExroe4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRVTExroe4 .mbr-section-title {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRVTExroe4 .list {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-desc {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-copy {
  color: #000000;
}
.cid-uRVTExroe4 .mbr-desc,
.cid-uRVTExroe4 .social-wrapper {
  text-align: center;
}
.cid-uRVTExroe4 .mbr-copy,
.cid-uRVTExroe4 .mbr-section-btn-main {
  text-align: center;
}
.cid-uRVTExroe4 .mbr-section-title,
.cid-uRVTExroe4 .mbr-section-btn {
  text-align: center;
}
.cid-uRW11mYafN {
  background-color: transparent;
}
.cid-uRW11mYafN .navbar-dropdown {
  background-color: #c2ffcc !important;
  padding: 0;
}
.cid-uRW11mYafN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c2ffcc !important;
  background: #c2ffcc;
}
.cid-uRW11mYafN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRW11mYafN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRW11mYafN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRW11mYafN .menu_box .navbar.opened,
  .cid-uRW11mYafN .menu_box .navbar-collapse {
    background-color: #c2ffcc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRW11mYafN .navbar-dropdown {
  position: relative !important;
}
.cid-uRW11mYafN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRW11mYafN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uRW11mYafN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRW11mYafN .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uRW11mYafN .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRW11mYafN .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uRW11mYafN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRW11mYafN .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uRW11mYafN .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uRW11mYafN .nav-item {
    margin: 0 !important;
  }
}
.cid-uRW11mYafN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uRW11mYafN .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-uRW11mYafN .nav-item .nav-link:hover,
.cid-uRW11mYafN .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uRW11mYafN .nav-item .nav-link:hover::before,
.cid-uRW11mYafN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRW11mYafN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRW11mYafN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRW11mYafN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRW11mYafN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRW11mYafN .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-uRW11mYafN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRW11mYafN .offcanvas_box {
    display: none;
  }
}
.cid-uRW11mYafN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRW11mYafN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRW11mYafN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRW11mYafN .container {
  display: flex;
  margin: auto;
}
.cid-uRW11mYafN .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-uRW11mYafN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRW11mYafN .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uRW11mYafN .navbar-nav {
    margin: 0;
  }
}
.cid-uRW11mYafN .dropdown-menu,
.cid-uRW11mYafN .navbar.opened {
  background-color: false !important;
}
.cid-uRW11mYafN .nav-item:focus,
.cid-uRW11mYafN .nav-link:focus {
  outline: none;
}
.cid-uRW11mYafN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRW11mYafN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRW11mYafN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRW11mYafN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRW11mYafN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRW11mYafN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRW11mYafN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRW11mYafN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRW11mYafN .navbar.opened {
  transition: all 0.3s;
}
.cid-uRW11mYafN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRW11mYafN .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uRW11mYafN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRW11mYafN .navbar.collapsed {
  justify-content: center;
}
.cid-uRW11mYafN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRW11mYafN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRW11mYafN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRW11mYafN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRW11mYafN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRW11mYafN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRW11mYafN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRW11mYafN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRW11mYafN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRW11mYafN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRW11mYafN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRW11mYafN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRW11mYafN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRW11mYafN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRW11mYafN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRW11mYafN .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uRW11mYafN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRW11mYafN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRW11mYafN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRW11mYafN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRW11mYafN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRW11mYafN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRW11mYafN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRW11mYafN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRW11mYafN .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-uRW11mYafN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRW11mYafN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRW11mYafN .dropdown-item.active,
.cid-uRW11mYafN .dropdown-item:active {
  background-color: transparent;
}
.cid-uRW11mYafN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uRW11mYafN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRW11mYafN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRW11mYafN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRW11mYafN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRW11mYafN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRW11mYafN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c2ffcc;
  background: #ff8576;
}
.cid-uRW11mYafN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRW11mYafN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRW11mYafN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRW11mYafN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRW11mYafN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRW11mYafN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRW11mYafN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRW11mYafN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRW11mYafN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRW11mYafN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRW11mYafN .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-uRW11mYafN .navbar {
    height: 70px;
  }
  .cid-uRW11mYafN .navbar.opened {
    height: auto;
  }
  .cid-uRW11mYafN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRW11mYafN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uRW11mYafN .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uRW11mYafN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRW11mYafN .text_widget {
  margin-bottom: 32px;
}
.cid-uRW11mYafN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRW11mYafN .text_widget a:hover,
.cid-uRW11mYafN .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uRW11mYafN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uRW11mYafN .contacts-wrapper {
  min-width: 200px;
}
.cid-uRW11mYafN .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRW11mYafN .contacts-wrapper .mbr-phone:hover,
.cid-uRW11mYafN .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uRW11mYafN .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRW11mYafN .contacts-wrapper .mbr-email:hover,
.cid-uRW11mYafN .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uRW11mYafN .navbar-caption {
  color: #ff8576;
}
.cid-uRW11mYafN .mbr-phone {
  color: #ff8576;
}
.cid-uRW11mYafN .mbr-email {
  color: #212529;
}
.cid-uRW11mYafN .mbr-section-subtitle,
.cid-uRW11mYafN .text_widget,
.cid-uRW11mYafN .mbr-section-btn {
  text-align: center;
}
.cid-uRW11mYafN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRW11o6JOi {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRW11o6JOi .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c2ffcc;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uRW11o6JOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11o6JOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11o6JOi .row {
  position: relative;
  z-index: 1;
}
.cid-uRW11o6JOi .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW11o6JOi .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uRW11o6JOi .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .image-wrapper img {
    height: 350px;
  }
}
.cid-uRW11o6JOi .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uRW11o6JOi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uRW11o6JOi .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uRW11o6JOi .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uRW11o6JOi .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRW11o6JOi .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uRW11o6JOi .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uRW11o6JOi .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uRW11o6JOi .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uRW11o6JOi .mbr-text {
  color: #51565c;
}
.cid-uRW11o6JOi .mbr-desc {
  color: #51565c;
}
.cid-uRW11o6JOi .mbr-desc,
.cid-uRW11o6JOi .mbr-section-btn {
  color: #000000;
}
.cid-uRW11pbPuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW11pbPuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11pbPuE .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-uRW11pbPuE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRW11pbPuE .container {
    padding: 0 12px;
  }
}
.cid-uRW11pbPuE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRW11pbPuE .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRW11pbPuE .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRW11pbPuE .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8576;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRW11pbPuE .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRW11pZFjt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c2ffcc;
}
.cid-uRW11pZFjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11pZFjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11pZFjt .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uRW11pZFjt .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRW11pZFjt .content-wrapper {
    padding: 0;
  }
}
.cid-uRW11pZFjt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRW11pZFjt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uRW11pZFjt .mbr-section-title,
.cid-uRW11pZFjt .title-wrapper {
  color: #ffffff;
}
.cid-uRW11pZFjt .mbr-section-title,
.cid-uRW11pZFjt .mbr-section-btn,
.cid-uRW11pZFjt .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRW11qQ5pm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW11qQ5pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11qQ5pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11qQ5pm .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW11qQ5pm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW11qQ5pm .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW11qQ5pm .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW11qQ5pm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW11qQ5pm .mbr-section-title {
  color: #000000;
}
.cid-uRW11qQ5pm .mbr-desc {
  color: #000000;
}
.cid-uRW11qQ5pm .mbr-text {
  color: #000000;
}
.cid-uRW11rDyns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW11rDyns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11rDyns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11rDyns .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRW11rDyns .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW11rDyns .items-wrapper {
  margin: 0 -10px;
}
.cid-uRW11rDyns .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRW11rDyns .item {
    margin-bottom: 16px;
  }
}
.cid-uRW11rDyns .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uRW11rDyns .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uRW11rDyns .item:hover .item-wrapper .item-content .item-img,
.cid-uRW11rDyns .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uRW11rDyns .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uRW11rDyns .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uRW11rDyns .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uRW11rDyns .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uRW11rDyns .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uRW11rDyns .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRW11rDyns .item .item-wrapper .item-content {
  position: relative;
}
.cid-uRW11rDyns .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uRW11rDyns .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uRW11rDyns .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRW11rDyns .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRW11rDyns .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uRW11rDyns .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uRW11rDyns .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uRW11rDyns .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uRW11rDyns .mbr-section-title {
  color: #212529;
}
.cid-uRW11rDyns .panel-title-edit {
  color: #212529;
}
.cid-uRW11rDyns .panel-text {
  color: #51565c;
}
.cid-uRW11rDyns .item-title {
  text-align: center;
}
.cid-uRW11sEEpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW11sEEpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11sEEpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11sEEpS .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW11sEEpS .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW11sEEpS .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW11sEEpS .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW11sEEpS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW11sEEpS .mbr-section-title {
  color: #000000;
}
.cid-uRW11sEEpS .mbr-desc {
  color: #000000;
}
.cid-uRW11sEEpS .mbr-text {
  color: #000000;
}
.cid-uRW11tuxuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW11tuxuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11tuxuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11tuxuz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRW11tuxuz .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW11tuxuz .items-wrapper {
  margin: 0 -10px;
}
.cid-uRW11tuxuz .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRW11tuxuz .item {
    margin-bottom: 16px;
  }
}
.cid-uRW11tuxuz .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uRW11tuxuz .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uRW11tuxuz .item:hover .item-wrapper .item-content .item-img,
.cid-uRW11tuxuz .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uRW11tuxuz .item:nth-child(2n) .item-wrapper {
  background-color: #a3c2ff;
}
.cid-uRW11tuxuz .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uRW11tuxuz .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uRW11tuxuz .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uRW11tuxuz .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #12b82e;
}
@media (max-width: 992px) {
  .cid-uRW11tuxuz .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRW11tuxuz .item .item-wrapper .item-content {
  position: relative;
}
.cid-uRW11tuxuz .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uRW11tuxuz .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uRW11tuxuz .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRW11tuxuz .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRW11tuxuz .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uRW11tuxuz .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uRW11tuxuz .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uRW11tuxuz .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uRW11tuxuz .mbr-section-title {
  color: #212529;
}
.cid-uRW11tuxuz .panel-title-edit {
  color: #212529;
}
.cid-uRW11tuxuz .panel-text {
  color: #51565c;
}
.cid-uRW11tuxuz .item-title {
  text-align: center;
}
.cid-uRW11tuxuz .item-text {
  text-align: center;
}
.cid-uRW11uH2Rl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW11uH2Rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11uH2Rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11uH2Rl .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW11uH2Rl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW11uH2Rl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW11uH2Rl .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW11uH2Rl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW11uH2Rl .mbr-section-title {
  color: #000000;
}
.cid-uRW11uH2Rl .mbr-desc {
  color: #000000;
}
.cid-uRW11uH2Rl .mbr-text {
  color: #000000;
}
.cid-uRW11uH2Rl .mbr-section-title,
.cid-uRW11uH2Rl .mbr-section-btn {
  text-align: center;
}
.cid-uRW11vyu1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW11vyu1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11vyu1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11vyu1t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRW11vyu1t .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRW11vyu1t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRW11vyu1t .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRW11vyu1t .container {
    padding: 0 24px;
  }
}
.cid-uRW11vyu1t .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uRW11vyu1t .image-wrapper img {
    height: 400px;
  }
}
.cid-uRW11wnTvX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRW11wnTvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11wnTvX .col-12 {
  padding: 0;
}
.cid-uRW11wnTvX .row {
  margin: 0;
}
.cid-uRW11wnTvX .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uRW11wnTvX .card-margin {
    margin-top: -1px;
  }
}
.cid-uRW11wnTvX .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRW11wnTvX .card-wrapper {
    padding: 1rem;
  }
}
.cid-uRW11wnTvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11wnTvX .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uRW11wnTvX .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uRW11wnTvX .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uRW11wnTvX .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uRW11wnTvX .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uRW11wnTvX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRW11wnTvX .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRW11wnTvX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRW11wnTvX .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uRW11wnTvX .mbr-text,
.cid-uRW11wnTvX .mbr-section-btn {
  color: #221b35;
}
.cid-uRW11xkHb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW11xkHb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11xkHb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11xkHb9 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW11xkHb9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW11xkHb9 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW11xkHb9 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW11xkHb9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW11xkHb9 .mbr-section-title {
  color: #000000;
}
.cid-uRW11xkHb9 .mbr-desc {
  color: #000000;
}
.cid-uRW11xkHb9 .mbr-text {
  color: #000000;
}
.cid-uRW11ylUfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #5cd070 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uRW11ylUfP {
    background-image: linear-gradient(45deg, #5cd070 -60%, #ffffff 40%);
  }
}
.cid-uRW11ylUfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11ylUfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11ylUfP .row {
  justify-content: space-between;
}
.cid-uRW11ylUfP .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRW11ylUfP .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uRW11ylUfP .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uRW11ylUfP .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uRW11ylUfP .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRW11ylUfP .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uRW11ylUfP .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uRW11ylUfP .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uRW11ylUfP .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRW11ylUfP .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uRW11ylUfP .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uRW11ylUfP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRW11ylUfP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRW11ylUfP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRW11ylUfP .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: #c2ffcc;
}
.cid-uRW11ylUfP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRW11ylUfP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRW11ylUfP .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uRW11ylUfP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRW11ylUfP .mbr-section-title {
  color: #000000;
}
.cid-uRW11ylUfP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRW11ylUfP .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uRW11ylUfP .panel-title-edit {
  color: #000000;
}
.cid-uRW11ylUfP .panel-text {
  color: #000000;
}
.cid-uRW11BBXiX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c2ffcc;
}
.cid-uRW11BBXiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW11BBXiX .col-12 {
  padding: 0;
}
.cid-uRW11BBXiX .row {
  margin: 0;
}
.cid-uRW11BBXiX .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uRW11BBXiX .card-margin {
    margin-top: -1px;
  }
}
.cid-uRW11BBXiX .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRW11BBXiX .card-wrapper {
    padding: 1rem;
  }
}
.cid-uRW11BBXiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW11BBXiX .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uRW11BBXiX .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uRW11BBXiX .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uRW11BBXiX .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uRW11BBXiX .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uRW11BBXiX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRW11BBXiX .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRW11BBXiX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRW11BBXiX .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uRW11BBXiX .mbr-text,
.cid-uRW11BBXiX .mbr-section-btn {
  color: #221b35;
}
.cid-uRW16je7rB {
  background-image: url("../../../assets/images/54-1200x900.jpg");
}
.cid-uRW16je7rB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW16je7rB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW16je7rB .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uRW16je7rB .image-wrap {
    height: 400px;
  }
}
.cid-uRW5jBposv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW5jBposv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW5jBposv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW5jBposv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uRW5jBposv .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uRW5jBposv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW5jBposv .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uRW5jBposv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRW5jBposv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uRW5jBposv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #ff8576;
}
@media (max-width: 1200px) {
  .cid-uRW5jBposv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uRW5jBposv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff543d;
}
.cid-uRW5jBposv .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRW5jBposv .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uRW5jBposv .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW5jBposv .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uRW5jBposv .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW5jBposv .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uRW5jBposv .mbr-section-title {
  color: #212529;
}
.cid-uRW5jBposv .item-title {
  color: #212529;
}
.cid-uRW5jBposv .item-text {
  color: #51565c;
}
.cid-uRW5jBposv .mbr-section-title,
.cid-uRW5jBposv .tabs-wrapper {
  text-align: center;
}
.cid-uRW5jBposv .item-text,
.cid-uRW5jBposv .text-wrap {
  color: #000000;
}
.cid-uRW16kJZ0b {
  background-color: #ffffff;
}
.cid-uRW16kJZ0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW16kJZ0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW16kJZ0b .row {
  justify-content: center;
}
.cid-uRW16kJZ0b .main-content {
  margin: 0;
}
.cid-uRW16kJZ0b .card {
  padding: 0;
}
.cid-uRW16kJZ0b .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uRW16kJZ0b .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRW16kJZ0b .google-map iframe {
    height: 350px;
  }
}
.cid-uRW16mdHpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW16mdHpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW16mdHpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW16mdHpM .row {
  justify-content: space-between;
}
.cid-uRW16mdHpM .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRW16mdHpM .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRW16mdHpM .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRW16mdHpM .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRW16mdHpM .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uRW16mdHpM .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRW16mdHpM .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRW16mdHpM .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRW16mdHpM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRW16mdHpM .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uRW16mdHpM .list-wrapper .list .item-wrap:hover,
.cid-uRW16mdHpM .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRW16mdHpM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRW16mdHpM .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRW16mdHpM .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRW16mdHpM .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uRW16mdHpM .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uRW16mdHpM .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRW16mdHpM .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRW16mdHpM .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRW16mdHpM .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRW16mdHpM .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uRW16mdHpM .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRW16mdHpM .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uRW16mdHpM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRW16mdHpM .mbr-section-title {
  color: #000000;
}
.cid-uRW16mdHpM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRW16mdHpM .list {
  color: #000000;
}
.cid-uRW16mdHpM .mbr-desc {
  color: #000000;
}
.cid-uRW16mdHpM .mbr-copy {
  color: #000000;
}
.cid-uRW16mdHpM .mbr-desc,
.cid-uRW16mdHpM .social-wrapper {
  text-align: center;
}
.cid-uRW16mdHpM .mbr-copy,
.cid-uRW16mdHpM .mbr-section-btn-main {
  text-align: center;
}
.cid-uRW16mdHpM .mbr-section-title,
.cid-uRW16mdHpM .mbr-section-btn {
  text-align: center;
}
.cid-uRW7CteRQc {
  background-color: transparent;
}
.cid-uRW7CteRQc .navbar-dropdown {
  background-color: #c2ffcc !important;
  padding: 0;
}
.cid-uRW7CteRQc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c2ffcc !important;
  background: #c2ffcc;
}
.cid-uRW7CteRQc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRW7CteRQc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRW7CteRQc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRW7CteRQc .menu_box .navbar.opened,
  .cid-uRW7CteRQc .menu_box .navbar-collapse {
    background-color: #c2ffcc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRW7CteRQc .navbar-dropdown {
  position: relative !important;
}
.cid-uRW7CteRQc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRW7CteRQc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uRW7CteRQc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRW7CteRQc .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uRW7CteRQc .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CteRQc .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uRW7CteRQc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRW7CteRQc .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uRW7CteRQc .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uRW7CteRQc .nav-item {
    margin: 0 !important;
  }
}
.cid-uRW7CteRQc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uRW7CteRQc .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-uRW7CteRQc .nav-item .nav-link:hover,
.cid-uRW7CteRQc .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uRW7CteRQc .nav-item .nav-link:hover::before,
.cid-uRW7CteRQc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRW7CteRQc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRW7CteRQc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRW7CteRQc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRW7CteRQc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRW7CteRQc .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-uRW7CteRQc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRW7CteRQc .offcanvas_box {
    display: none;
  }
}
.cid-uRW7CteRQc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRW7CteRQc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRW7CteRQc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRW7CteRQc .container {
  display: flex;
  margin: auto;
}
.cid-uRW7CteRQc .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-uRW7CteRQc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRW7CteRQc .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uRW7CteRQc .navbar-nav {
    margin: 0;
  }
}
.cid-uRW7CteRQc .dropdown-menu,
.cid-uRW7CteRQc .navbar.opened {
  background-color: false !important;
}
.cid-uRW7CteRQc .nav-item:focus,
.cid-uRW7CteRQc .nav-link:focus {
  outline: none;
}
.cid-uRW7CteRQc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRW7CteRQc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRW7CteRQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRW7CteRQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRW7CteRQc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRW7CteRQc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRW7CteRQc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRW7CteRQc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRW7CteRQc .navbar.opened {
  transition: all 0.3s;
}
.cid-uRW7CteRQc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRW7CteRQc .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uRW7CteRQc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRW7CteRQc .navbar.collapsed {
  justify-content: center;
}
.cid-uRW7CteRQc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRW7CteRQc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRW7CteRQc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRW7CteRQc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRW7CteRQc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRW7CteRQc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRW7CteRQc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRW7CteRQc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRW7CteRQc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRW7CteRQc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRW7CteRQc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRW7CteRQc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRW7CteRQc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRW7CteRQc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRW7CteRQc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRW7CteRQc .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uRW7CteRQc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRW7CteRQc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRW7CteRQc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRW7CteRQc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRW7CteRQc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRW7CteRQc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRW7CteRQc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRW7CteRQc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRW7CteRQc .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-uRW7CteRQc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRW7CteRQc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRW7CteRQc .dropdown-item.active,
.cid-uRW7CteRQc .dropdown-item:active {
  background-color: transparent;
}
.cid-uRW7CteRQc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uRW7CteRQc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRW7CteRQc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRW7CteRQc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRW7CteRQc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRW7CteRQc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRW7CteRQc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c2ffcc;
  background: #ff8576;
}
.cid-uRW7CteRQc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRW7CteRQc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRW7CteRQc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRW7CteRQc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRW7CteRQc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRW7CteRQc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRW7CteRQc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRW7CteRQc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRW7CteRQc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRW7CteRQc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRW7CteRQc .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-uRW7CteRQc .navbar {
    height: 70px;
  }
  .cid-uRW7CteRQc .navbar.opened {
    height: auto;
  }
  .cid-uRW7CteRQc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRW7CteRQc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uRW7CteRQc .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uRW7CteRQc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRW7CteRQc .text_widget {
  margin-bottom: 32px;
}
.cid-uRW7CteRQc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRW7CteRQc .text_widget a:hover,
.cid-uRW7CteRQc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uRW7CteRQc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uRW7CteRQc .contacts-wrapper {
  min-width: 200px;
}
.cid-uRW7CteRQc .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRW7CteRQc .contacts-wrapper .mbr-phone:hover,
.cid-uRW7CteRQc .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uRW7CteRQc .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRW7CteRQc .contacts-wrapper .mbr-email:hover,
.cid-uRW7CteRQc .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uRW7CteRQc .navbar-caption {
  color: #ff8576;
}
.cid-uRW7CteRQc .mbr-phone {
  color: #ff8576;
}
.cid-uRW7CteRQc .mbr-email {
  color: #212529;
}
.cid-uRW7CteRQc .mbr-section-subtitle,
.cid-uRW7CteRQc .text_widget,
.cid-uRW7CteRQc .mbr-section-btn {
  text-align: center;
}
.cid-uRW7CteRQc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRW7CudUsm {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRW7CudUsm .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c2ffcc;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uRW7CudUsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CudUsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CudUsm .row {
  position: relative;
  z-index: 1;
}
.cid-uRW7CudUsm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW7CudUsm .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uRW7CudUsm .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .image-wrapper img {
    height: 350px;
  }
}
.cid-uRW7CudUsm .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uRW7CudUsm .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uRW7CudUsm .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uRW7CudUsm .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uRW7CudUsm .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRW7CudUsm .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uRW7CudUsm .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uRW7CudUsm .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uRW7CudUsm .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uRW7CudUsm .mbr-text {
  color: #51565c;
}
.cid-uRW7CudUsm .mbr-desc {
  color: #51565c;
}
.cid-uRW7CudUsm .mbr-desc,
.cid-uRW7CudUsm .mbr-section-btn {
  color: #000000;
}
.cid-uRW7Cv05sZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW7Cv05sZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7Cv05sZ .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-uRW7Cv05sZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRW7Cv05sZ .container {
    padding: 0 12px;
  }
}
.cid-uRW7Cv05sZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRW7Cv05sZ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRW7Cv05sZ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRW7Cv05sZ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8576;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRW7Cv05sZ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRW7CvKRyD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c2ffcc;
}
.cid-uRW7CvKRyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CvKRyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CvKRyD .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uRW7CvKRyD .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CvKRyD .content-wrapper {
    padding: 0;
  }
}
.cid-uRW7CvKRyD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRW7CvKRyD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uRW7CvKRyD .mbr-section-title,
.cid-uRW7CvKRyD .title-wrapper {
  color: #ffffff;
}
.cid-uRW7CvKRyD .mbr-section-title,
.cid-uRW7CvKRyD .mbr-section-btn,
.cid-uRW7CvKRyD .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRW7Cwt4WN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW7Cwt4WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7Cwt4WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7Cwt4WN .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW7Cwt4WN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW7Cwt4WN .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7Cwt4WN .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW7Cwt4WN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW7Cwt4WN .mbr-section-title {
  color: #000000;
}
.cid-uRW7Cwt4WN .mbr-desc {
  color: #000000;
}
.cid-uRW7Cwt4WN .mbr-text {
  color: #000000;
}
.cid-uRW7Cx0Nli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW7Cx0Nli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7Cx0Nli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7Cx0Nli .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRW7Cx0Nli .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW7Cx0Nli .items-wrapper {
  margin: 0 -10px;
}
.cid-uRW7Cx0Nli .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRW7Cx0Nli .item {
    margin-bottom: 16px;
  }
}
.cid-uRW7Cx0Nli .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uRW7Cx0Nli .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uRW7Cx0Nli .item:hover .item-wrapper .item-content .item-img,
.cid-uRW7Cx0Nli .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uRW7Cx0Nli .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uRW7Cx0Nli .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uRW7Cx0Nli .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uRW7Cx0Nli .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uRW7Cx0Nli .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uRW7Cx0Nli .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-content {
  position: relative;
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRW7Cx0Nli .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uRW7Cx0Nli .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uRW7Cx0Nli .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uRW7Cx0Nli .mbr-section-title {
  color: #212529;
}
.cid-uRW7Cx0Nli .panel-title-edit {
  color: #212529;
}
.cid-uRW7Cx0Nli .panel-text {
  color: #51565c;
}
.cid-uRW7Cx0Nli .item-title {
  text-align: center;
}
.cid-uRW7Cy4lfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW7Cy4lfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7Cy4lfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7Cy4lfd .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW7Cy4lfd .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW7Cy4lfd .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7Cy4lfd .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW7Cy4lfd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW7Cy4lfd .mbr-section-title {
  color: #000000;
}
.cid-uRW7Cy4lfd .mbr-desc {
  color: #000000;
}
.cid-uRW7Cy4lfd .mbr-text {
  color: #000000;
}
.cid-uRW7CyZmiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW7CyZmiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CyZmiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CyZmiB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRW7CyZmiB .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW7CyZmiB .items-wrapper {
  margin: 0 -10px;
}
.cid-uRW7CyZmiB .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRW7CyZmiB .item {
    margin-bottom: 16px;
  }
}
.cid-uRW7CyZmiB .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uRW7CyZmiB .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uRW7CyZmiB .item:hover .item-wrapper .item-content .item-img,
.cid-uRW7CyZmiB .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uRW7CyZmiB .item:nth-child(2n) .item-wrapper {
  background-color: #a3c2ff;
}
.cid-uRW7CyZmiB .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uRW7CyZmiB .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uRW7CyZmiB .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uRW7CyZmiB .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #12b82e;
}
@media (max-width: 992px) {
  .cid-uRW7CyZmiB .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRW7CyZmiB .item .item-wrapper .item-content {
  position: relative;
}
.cid-uRW7CyZmiB .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uRW7CyZmiB .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uRW7CyZmiB .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRW7CyZmiB .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRW7CyZmiB .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uRW7CyZmiB .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uRW7CyZmiB .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uRW7CyZmiB .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uRW7CyZmiB .mbr-section-title {
  color: #212529;
}
.cid-uRW7CyZmiB .panel-title-edit {
  color: #212529;
}
.cid-uRW7CyZmiB .panel-text {
  color: #51565c;
}
.cid-uRW7CyZmiB .item-title {
  text-align: center;
}
.cid-uRW7CyZmiB .item-text {
  text-align: center;
}
.cid-uRW7CAi3mk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRW7CAi3mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CAi3mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CAi3mk .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW7CAi3mk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW7CAi3mk .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7CAi3mk .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW7CAi3mk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW7CAi3mk .mbr-section-title {
  color: #000000;
}
.cid-uRW7CAi3mk .mbr-desc {
  color: #000000;
}
.cid-uRW7CAi3mk .mbr-text {
  color: #000000;
}
.cid-uRW7CAi3mk .mbr-section-title,
.cid-uRW7CAi3mk .mbr-section-btn {
  text-align: center;
}
.cid-uRW7CBgFfY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW7CBgFfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CBgFfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CBgFfY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRW7CBgFfY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRW7CBgFfY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CBgFfY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRW7CBgFfY .container {
    padding: 0 24px;
  }
}
.cid-uRW7CBgFfY .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uRW7CBgFfY .image-wrapper img {
    height: 400px;
  }
}
.cid-uRW7CBWW00 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRW7CBWW00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CBWW00 .col-12 {
  padding: 0;
}
.cid-uRW7CBWW00 .row {
  margin: 0;
}
.cid-uRW7CBWW00 .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uRW7CBWW00 .card-margin {
    margin-top: -1px;
  }
}
.cid-uRW7CBWW00 .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRW7CBWW00 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uRW7CBWW00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CBWW00 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uRW7CBWW00 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uRW7CBWW00 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uRW7CBWW00 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uRW7CBWW00 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uRW7CBWW00 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRW7CBWW00 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRW7CBWW00 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRW7CBWW00 .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uRW7CBWW00 .mbr-text,
.cid-uRW7CBWW00 .mbr-section-btn {
  color: #221b35;
}
.cid-uRW7CCJ4VK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW7CCJ4VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CCJ4VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CCJ4VK .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRW7CCJ4VK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRW7CCJ4VK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7CCJ4VK .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRW7CCJ4VK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRW7CCJ4VK .mbr-section-title {
  color: #000000;
}
.cid-uRW7CCJ4VK .mbr-desc {
  color: #000000;
}
.cid-uRW7CCJ4VK .mbr-text {
  color: #000000;
}
.cid-uRW7CDFU8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #5cd070 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uRW7CDFU8t {
    background-image: linear-gradient(45deg, #5cd070 -60%, #ffffff 40%);
  }
}
.cid-uRW7CDFU8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CDFU8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CDFU8t .row {
  justify-content: space-between;
}
.cid-uRW7CDFU8t .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRW7CDFU8t .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uRW7CDFU8t .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uRW7CDFU8t .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uRW7CDFU8t .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRW7CDFU8t .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uRW7CDFU8t .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uRW7CDFU8t .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uRW7CDFU8t .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRW7CDFU8t .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uRW7CDFU8t .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uRW7CDFU8t .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRW7CDFU8t .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRW7CDFU8t .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRW7CDFU8t .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: #c2ffcc;
}
.cid-uRW7CDFU8t .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRW7CDFU8t .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRW7CDFU8t .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uRW7CDFU8t .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRW7CDFU8t .mbr-section-title {
  color: #000000;
}
.cid-uRW7CDFU8t .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRW7CDFU8t .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uRW7CDFU8t .panel-title-edit {
  color: #000000;
}
.cid-uRW7CDFU8t .panel-text {
  color: #000000;
}
.cid-uRW7CFEf5J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c2ffcc;
}
.cid-uRW7CFEf5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CFEf5J .col-12 {
  padding: 0;
}
.cid-uRW7CFEf5J .row {
  margin: 0;
}
.cid-uRW7CFEf5J .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uRW7CFEf5J .card-margin {
    margin-top: -1px;
  }
}
.cid-uRW7CFEf5J .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRW7CFEf5J .card-wrapper {
    padding: 1rem;
  }
}
.cid-uRW7CFEf5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CFEf5J .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uRW7CFEf5J .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uRW7CFEf5J .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uRW7CFEf5J .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uRW7CFEf5J .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uRW7CFEf5J .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRW7CFEf5J .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRW7CFEf5J .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRW7CFEf5J .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uRW7CFEf5J .mbr-text,
.cid-uRW7CFEf5J .mbr-section-btn {
  color: #221b35;
}
.cid-uRW7CGLcPQ {
  background-image: url("../../../assets/images/57-2000x1073.jpg");
}
.cid-uRW7CGLcPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CGLcPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CGLcPQ .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uRW7CGLcPQ .image-wrap {
    height: 400px;
  }
}
.cid-uRW7CHucvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW7CHucvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CHucvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CHucvU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uRW7CHucvU .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uRW7CHucvU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRW7CHucvU .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uRW7CHucvU .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRW7CHucvU .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uRW7CHucvU .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #ff8576;
}
@media (max-width: 1200px) {
  .cid-uRW7CHucvU .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uRW7CHucvU .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff543d;
}
.cid-uRW7CHucvU .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRW7CHucvU .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uRW7CHucvU .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7CHucvU .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uRW7CHucvU .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRW7CHucvU .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uRW7CHucvU .mbr-section-title {
  color: #212529;
}
.cid-uRW7CHucvU .item-title {
  color: #212529;
}
.cid-uRW7CHucvU .item-text {
  color: #51565c;
}
.cid-uRW7CHucvU .mbr-section-title,
.cid-uRW7CHucvU .tabs-wrapper {
  text-align: center;
}
.cid-uRW7CHucvU .item-text,
.cid-uRW7CHucvU .text-wrap {
  color: #000000;
}
.cid-uRW7CKm683 {
  background-color: #ffffff;
}
.cid-uRW7CKm683 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CKm683 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CKm683 .row {
  justify-content: center;
}
.cid-uRW7CKm683 .main-content {
  margin: 0;
}
.cid-uRW7CKm683 .card {
  padding: 0;
}
.cid-uRW7CKm683 .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uRW7CKm683 .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CKm683 .google-map iframe {
    height: 350px;
  }
}
.cid-uRW7CLXRVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRW7CLXRVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRW7CLXRVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRW7CLXRVT .row {
  justify-content: space-between;
}
.cid-uRW7CLXRVT .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRW7CLXRVT .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CLXRVT .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRW7CLXRVT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRW7CLXRVT .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uRW7CLXRVT .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRW7CLXRVT .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CLXRVT .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRW7CLXRVT .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRW7CLXRVT .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uRW7CLXRVT .list-wrapper .list .item-wrap:hover,
.cid-uRW7CLXRVT .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRW7CLXRVT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRW7CLXRVT .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRW7CLXRVT .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRW7CLXRVT .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uRW7CLXRVT .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uRW7CLXRVT .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRW7CLXRVT .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRW7CLXRVT .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRW7CLXRVT .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRW7CLXRVT .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uRW7CLXRVT .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRW7CLXRVT .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uRW7CLXRVT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRW7CLXRVT .mbr-section-title {
  color: #000000;
}
.cid-uRW7CLXRVT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRW7CLXRVT .list {
  color: #000000;
}
.cid-uRW7CLXRVT .mbr-desc {
  color: #000000;
}
.cid-uRW7CLXRVT .mbr-copy {
  color: #000000;
}
.cid-uRW7CLXRVT .mbr-desc,
.cid-uRW7CLXRVT .social-wrapper {
  text-align: center;
}
.cid-uRW7CLXRVT .mbr-copy,
.cid-uRW7CLXRVT .mbr-section-btn-main {
  text-align: center;
}
.cid-uRW7CLXRVT .mbr-section-title,
.cid-uRW7CLXRVT .mbr-section-btn {
  text-align: center;
}
.cid-uRWbsO3QM8 {
  background-color: transparent;
}
.cid-uRWbsO3QM8 .navbar-dropdown {
  background-color: #c2ffcc !important;
  padding: 0;
}
.cid-uRWbsO3QM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c2ffcc !important;
  background: #c2ffcc;
}
.cid-uRWbsO3QM8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRWbsO3QM8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRWbsO3QM8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRWbsO3QM8 .menu_box .navbar.opened,
  .cid-uRWbsO3QM8 .menu_box .navbar-collapse {
    background-color: #c2ffcc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRWbsO3QM8 .navbar-dropdown {
  position: relative !important;
}
.cid-uRWbsO3QM8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRWbsO3QM8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uRWbsO3QM8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRWbsO3QM8 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uRWbsO3QM8 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRWbsO3QM8 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uRWbsO3QM8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRWbsO3QM8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uRWbsO3QM8 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uRWbsO3QM8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uRWbsO3QM8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uRWbsO3QM8 .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-uRWbsO3QM8 .nav-item .nav-link:hover,
.cid-uRWbsO3QM8 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uRWbsO3QM8 .nav-item .nav-link:hover::before,
.cid-uRWbsO3QM8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRWbsO3QM8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRWbsO3QM8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRWbsO3QM8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRWbsO3QM8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRWbsO3QM8 .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-uRWbsO3QM8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRWbsO3QM8 .offcanvas_box {
    display: none;
  }
}
.cid-uRWbsO3QM8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRWbsO3QM8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRWbsO3QM8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRWbsO3QM8 .container {
  display: flex;
  margin: auto;
}
.cid-uRWbsO3QM8 .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-uRWbsO3QM8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRWbsO3QM8 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uRWbsO3QM8 .navbar-nav {
    margin: 0;
  }
}
.cid-uRWbsO3QM8 .dropdown-menu,
.cid-uRWbsO3QM8 .navbar.opened {
  background-color: false !important;
}
.cid-uRWbsO3QM8 .nav-item:focus,
.cid-uRWbsO3QM8 .nav-link:focus {
  outline: none;
}
.cid-uRWbsO3QM8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRWbsO3QM8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRWbsO3QM8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRWbsO3QM8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRWbsO3QM8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRWbsO3QM8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRWbsO3QM8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRWbsO3QM8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRWbsO3QM8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRWbsO3QM8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRWbsO3QM8 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uRWbsO3QM8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRWbsO3QM8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRWbsO3QM8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRWbsO3QM8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRWbsO3QM8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRWbsO3QM8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRWbsO3QM8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRWbsO3QM8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRWbsO3QM8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRWbsO3QM8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRWbsO3QM8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRWbsO3QM8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRWbsO3QM8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRWbsO3QM8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRWbsO3QM8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRWbsO3QM8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRWbsO3QM8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRWbsO3QM8 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uRWbsO3QM8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRWbsO3QM8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRWbsO3QM8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRWbsO3QM8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRWbsO3QM8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRWbsO3QM8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRWbsO3QM8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRWbsO3QM8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRWbsO3QM8 .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-uRWbsO3QM8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRWbsO3QM8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRWbsO3QM8 .dropdown-item.active,
.cid-uRWbsO3QM8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRWbsO3QM8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uRWbsO3QM8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRWbsO3QM8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRWbsO3QM8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRWbsO3QM8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRWbsO3QM8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRWbsO3QM8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c2ffcc;
  background: #ff8576;
}
.cid-uRWbsO3QM8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRWbsO3QM8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRWbsO3QM8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRWbsO3QM8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRWbsO3QM8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRWbsO3QM8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRWbsO3QM8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRWbsO3QM8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRWbsO3QM8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRWbsO3QM8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRWbsO3QM8 .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-uRWbsO3QM8 .navbar {
    height: 70px;
  }
  .cid-uRWbsO3QM8 .navbar.opened {
    height: auto;
  }
  .cid-uRWbsO3QM8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRWbsO3QM8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uRWbsO3QM8 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uRWbsO3QM8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRWbsO3QM8 .text_widget {
  margin-bottom: 32px;
}
.cid-uRWbsO3QM8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRWbsO3QM8 .text_widget a:hover,
.cid-uRWbsO3QM8 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uRWbsO3QM8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uRWbsO3QM8 .contacts-wrapper {
  min-width: 200px;
}
.cid-uRWbsO3QM8 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRWbsO3QM8 .contacts-wrapper .mbr-phone:hover,
.cid-uRWbsO3QM8 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uRWbsO3QM8 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRWbsO3QM8 .contacts-wrapper .mbr-email:hover,
.cid-uRWbsO3QM8 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uRWbsO3QM8 .navbar-caption {
  color: #ff8576;
}
.cid-uRWbsO3QM8 .mbr-phone {
  color: #ff8576;
}
.cid-uRWbsO3QM8 .mbr-email {
  color: #212529;
}
.cid-uRWbsO3QM8 .mbr-section-subtitle,
.cid-uRWbsO3QM8 .text_widget,
.cid-uRWbsO3QM8 .mbr-section-btn {
  text-align: center;
}
.cid-uRWbsO3QM8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRWbsPaUcD {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRWbsPaUcD .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c2ffcc;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uRWbsPaUcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsPaUcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsPaUcD .row {
  position: relative;
  z-index: 1;
}
.cid-uRWbsPaUcD .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRWbsPaUcD .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uRWbsPaUcD .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .image-wrapper img {
    height: 350px;
  }
}
.cid-uRWbsPaUcD .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uRWbsPaUcD .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uRWbsPaUcD .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uRWbsPaUcD .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uRWbsPaUcD .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRWbsPaUcD .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uRWbsPaUcD .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uRWbsPaUcD .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uRWbsPaUcD .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uRWbsPaUcD .mbr-text {
  color: #51565c;
}
.cid-uRWbsPaUcD .mbr-desc {
  color: #51565c;
}
.cid-uRWbsPaUcD .mbr-desc,
.cid-uRWbsPaUcD .mbr-section-btn {
  color: #000000;
}
.cid-uRWbsQdZtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRWbsQdZtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsQdZtj .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-uRWbsQdZtj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRWbsQdZtj .container {
    padding: 0 12px;
  }
}
.cid-uRWbsQdZtj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRWbsQdZtj .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRWbsQdZtj .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRWbsQdZtj .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff8576;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRWbsQdZtj .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRWbsRbCvD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #ffffff;
  background-color: #c2ffcc;
}
.cid-uRWbsRbCvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsRbCvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsRbCvD .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uRWbsRbCvD .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRWbsRbCvD .content-wrapper {
    padding: 0;
  }
}
.cid-uRWbsRbCvD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRWbsRbCvD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uRWbsRbCvD .mbr-section-title,
.cid-uRWbsRbCvD .title-wrapper {
  color: #ffffff;
}
.cid-uRWbsRbCvD .mbr-section-title,
.cid-uRWbsRbCvD .mbr-section-btn,
.cid-uRWbsRbCvD .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRWbsRYRrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRWbsRYRrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsRYRrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsRYRrt .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRWbsRYRrt .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRWbsRYRrt .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbsRYRrt .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRWbsRYRrt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRWbsRYRrt .mbr-section-title {
  color: #000000;
}
.cid-uRWbsRYRrt .mbr-desc {
  color: #000000;
}
.cid-uRWbsRYRrt .mbr-text {
  color: #000000;
}
.cid-uRWbsSOq0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRWbsSOq0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsSOq0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsSOq0B .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRWbsSOq0B .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRWbsSOq0B .items-wrapper {
  margin: 0 -10px;
}
.cid-uRWbsSOq0B .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRWbsSOq0B .item {
    margin-bottom: 16px;
  }
}
.cid-uRWbsSOq0B .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uRWbsSOq0B .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uRWbsSOq0B .item:hover .item-wrapper .item-content .item-img,
.cid-uRWbsSOq0B .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uRWbsSOq0B .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uRWbsSOq0B .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uRWbsSOq0B .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uRWbsSOq0B .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uRWbsSOq0B .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uRWbsSOq0B .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRWbsSOq0B .item .item-wrapper .item-content {
  position: relative;
}
.cid-uRWbsSOq0B .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uRWbsSOq0B .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uRWbsSOq0B .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRWbsSOq0B .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRWbsSOq0B .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uRWbsSOq0B .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uRWbsSOq0B .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uRWbsSOq0B .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uRWbsSOq0B .mbr-section-title {
  color: #212529;
}
.cid-uRWbsSOq0B .panel-title-edit {
  color: #212529;
}
.cid-uRWbsSOq0B .panel-text {
  color: #51565c;
}
.cid-uRWbsSOq0B .item-title {
  text-align: center;
}
.cid-uRWbsTUHL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRWbsTUHL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsTUHL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsTUHL0 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRWbsTUHL0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRWbsTUHL0 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbsTUHL0 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRWbsTUHL0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRWbsTUHL0 .mbr-section-title {
  color: #000000;
}
.cid-uRWbsTUHL0 .mbr-desc {
  color: #000000;
}
.cid-uRWbsTUHL0 .mbr-text {
  color: #000000;
}
.cid-uRWbsUNGj2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRWbsUNGj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsUNGj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsUNGj2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRWbsUNGj2 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRWbsUNGj2 .items-wrapper {
  margin: 0 -10px;
}
.cid-uRWbsUNGj2 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRWbsUNGj2 .item {
    margin-bottom: 16px;
  }
}
.cid-uRWbsUNGj2 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uRWbsUNGj2 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uRWbsUNGj2 .item:hover .item-wrapper .item-content .item-img,
.cid-uRWbsUNGj2 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uRWbsUNGj2 .item:nth-child(2n) .item-wrapper {
  background-color: #a3c2ff;
}
.cid-uRWbsUNGj2 .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uRWbsUNGj2 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uRWbsUNGj2 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uRWbsUNGj2 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #12b82e;
}
@media (max-width: 992px) {
  .cid-uRWbsUNGj2 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-content {
  position: relative;
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRWbsUNGj2 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uRWbsUNGj2 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uRWbsUNGj2 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uRWbsUNGj2 .mbr-section-title {
  color: #212529;
}
.cid-uRWbsUNGj2 .panel-title-edit {
  color: #212529;
}
.cid-uRWbsUNGj2 .panel-text {
  color: #51565c;
}
.cid-uRWbsUNGj2 .item-title {
  text-align: center;
}
.cid-uRWbsUNGj2 .item-text {
  text-align: center;
}
.cid-uRWbsW1SXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRWbsW1SXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsW1SXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsW1SXp .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRWbsW1SXp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRWbsW1SXp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbsW1SXp .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRWbsW1SXp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRWbsW1SXp .mbr-section-title {
  color: #000000;
}
.cid-uRWbsW1SXp .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-uRWbsW1SXp .mbr-text {
  color: #000000;
}
.cid-uRWbsW1SXp .mbr-section-title,
.cid-uRWbsW1SXp .mbr-section-btn {
  text-align: center;
}
.cid-uRWbsWVMzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRWbsWVMzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsWVMzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsWVMzE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRWbsWVMzE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRWbsWVMzE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRWbsWVMzE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRWbsWVMzE .container {
    padding: 0 24px;
  }
}
.cid-uRWbsWVMzE .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uRWbsWVMzE .image-wrapper img {
    height: 400px;
  }
}
.cid-uRWbsY5hTS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRWbsY5hTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsY5hTS .col-12 {
  padding: 0;
}
.cid-uRWbsY5hTS .row {
  margin: 0;
}
.cid-uRWbsY5hTS .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uRWbsY5hTS .card-margin {
    margin-top: -1px;
  }
}
.cid-uRWbsY5hTS .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRWbsY5hTS .card-wrapper {
    padding: 1rem;
  }
}
.cid-uRWbsY5hTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsY5hTS .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uRWbsY5hTS .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uRWbsY5hTS .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uRWbsY5hTS .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uRWbsY5hTS .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uRWbsY5hTS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRWbsY5hTS .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRWbsY5hTS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRWbsY5hTS .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uRWbsY5hTS .mbr-text,
.cid-uRWbsY5hTS .mbr-section-btn {
  color: #221b35;
}
.cid-uRWbsZo2nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRWbsZo2nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbsZo2nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbsZo2nh .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uRWbsZo2nh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRWbsZo2nh .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbsZo2nh .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uRWbsZo2nh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRWbsZo2nh .mbr-section-title {
  color: #000000;
}
.cid-uRWbsZo2nh .mbr-desc {
  color: #000000;
}
.cid-uRWbsZo2nh .mbr-text {
  color: #000000;
}
.cid-uRWbt48W3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #5cd070 -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uRWbt48W3d {
    background-image: linear-gradient(45deg, #5cd070 -60%, #ffffff 40%);
  }
}
.cid-uRWbt48W3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbt48W3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbt48W3d .row {
  justify-content: space-between;
}
.cid-uRWbt48W3d .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRWbt48W3d .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uRWbt48W3d .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uRWbt48W3d .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uRWbt48W3d .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRWbt48W3d .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uRWbt48W3d .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uRWbt48W3d .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uRWbt48W3d .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRWbt48W3d .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uRWbt48W3d .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uRWbt48W3d .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRWbt48W3d .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRWbt48W3d .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRWbt48W3d .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: #c2ffcc;
}
.cid-uRWbt48W3d .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRWbt48W3d .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRWbt48W3d .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uRWbt48W3d .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRWbt48W3d .mbr-section-title {
  color: #000000;
}
.cid-uRWbt48W3d .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRWbt48W3d .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uRWbt48W3d .panel-title-edit {
  color: #000000;
}
.cid-uRWbt48W3d .panel-text {
  color: #000000;
}
.cid-uRWbt71vQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c2ffcc;
}
.cid-uRWbt71vQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbt71vQU .col-12 {
  padding: 0;
}
.cid-uRWbt71vQU .row {
  margin: 0;
}
.cid-uRWbt71vQU .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uRWbt71vQU .card-margin {
    margin-top: -1px;
  }
}
.cid-uRWbt71vQU .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff8576;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRWbt71vQU .card-wrapper {
    padding: 1rem;
  }
}
.cid-uRWbt71vQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbt71vQU .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uRWbt71vQU .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uRWbt71vQU .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uRWbt71vQU .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uRWbt71vQU .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uRWbt71vQU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRWbt71vQU .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRWbt71vQU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRWbt71vQU .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uRWbt71vQU .mbr-text,
.cid-uRWbt71vQU .mbr-section-btn {
  color: #221b35;
}
.cid-uRWbt85Ybw {
  background-image: url("../../../assets/images/59.webp");
}
.cid-uRWbt85Ybw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbt85Ybw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbt85Ybw .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uRWbt85Ybw .image-wrap {
    height: 400px;
  }
}
.cid-uRWbt8YBx9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRWbt8YBx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbt8YBx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbt8YBx9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uRWbt8YBx9 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uRWbt8YBx9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRWbt8YBx9 .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uRWbt8YBx9 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRWbt8YBx9 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uRWbt8YBx9 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #ff8576;
}
@media (max-width: 1200px) {
  .cid-uRWbt8YBx9 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uRWbt8YBx9 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff543d;
}
.cid-uRWbt8YBx9 .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRWbt8YBx9 .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uRWbt8YBx9 .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbt8YBx9 .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uRWbt8YBx9 .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRWbt8YBx9 .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uRWbt8YBx9 .mbr-section-title {
  color: #212529;
}
.cid-uRWbt8YBx9 .item-title {
  color: #212529;
}
.cid-uRWbt8YBx9 .item-text {
  color: #51565c;
}
.cid-uRWbt8YBx9 .mbr-section-title,
.cid-uRWbt8YBx9 .tabs-wrapper {
  text-align: center;
}
.cid-uRWbt8YBx9 .item-text,
.cid-uRWbt8YBx9 .text-wrap {
  color: #000000;
}
.cid-uRWbt9ZKfz {
  background-color: #ffffff;
}
.cid-uRWbt9ZKfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbt9ZKfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbt9ZKfz .row {
  justify-content: center;
}
.cid-uRWbt9ZKfz .main-content {
  margin: 0;
}
.cid-uRWbt9ZKfz .card {
  padding: 0;
}
.cid-uRWbt9ZKfz .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uRWbt9ZKfz .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRWbt9ZKfz .google-map iframe {
    height: 350px;
  }
}
.cid-uRWbtbu8rC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c2ffcc;
}
.cid-uRWbtbu8rC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWbtbu8rC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWbtbu8rC .row {
  justify-content: space-between;
}
.cid-uRWbtbu8rC .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRWbtbu8rC .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRWbtbu8rC .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRWbtbu8rC .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uRWbtbu8rC .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uRWbtbu8rC .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRWbtbu8rC .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRWbtbu8rC .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRWbtbu8rC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRWbtbu8rC .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uRWbtbu8rC .list-wrapper .list .item-wrap:hover,
.cid-uRWbtbu8rC .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRWbtbu8rC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRWbtbu8rC .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uRWbtbu8rC .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uRWbtbu8rC .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uRWbtbu8rC .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uRWbtbu8rC .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uRWbtbu8rC .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRWbtbu8rC .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRWbtbu8rC .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRWbtbu8rC .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uRWbtbu8rC .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRWbtbu8rC .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uRWbtbu8rC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uRWbtbu8rC .mbr-section-title {
  color: #000000;
}
.cid-uRWbtbu8rC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRWbtbu8rC .list {
  color: #000000;
}
.cid-uRWbtbu8rC .mbr-desc {
  color: #000000;
}
.cid-uRWbtbu8rC .mbr-copy {
  color: #000000;
}
.cid-uRWbtbu8rC .mbr-desc,
.cid-uRWbtbu8rC .social-wrapper {
  text-align: center;
}
.cid-uRWbtbu8rC .mbr-copy,
.cid-uRWbtbu8rC .mbr-section-btn-main {
  text-align: center;
}
.cid-uRWbtbu8rC .mbr-section-title,
.cid-uRWbtbu8rC .mbr-section-btn {
  text-align: center;
}
