.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Radio Canada Big;
}
.display-1 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 4.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #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: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8576 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #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: #ffffff !important;
  padding: 0;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uefW9bNkUI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uefW9bNkUI .menu_box .navbar.opened,
  .cid-uefW9bNkUI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uefW9bNkUI .navbar-dropdown {
  position: relative !important;
}
.cid-uefW9bNkUI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uefW9bNkUI .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uefW9bNkUI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uefW9bNkUI .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 0 !important;
  }
}
.cid-uefW9bNkUI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uefW9bNkUI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover,
.cid-uefW9bNkUI .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover::before,
.cid-uefW9bNkUI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uefW9bNkUI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uefW9bNkUI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uefW9bNkUI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uefW9bNkUI .offcanvas_box {
    display: none;
  }
}
.cid-uefW9bNkUI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uefW9bNkUI .container {
  display: flex;
  margin: auto;
}
.cid-uefW9bNkUI .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uefW9bNkUI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uefW9bNkUI .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav {
    margin: 0;
  }
}
.cid-uefW9bNkUI .dropdown-menu,
.cid-uefW9bNkUI .navbar.opened {
  background-color: false !important;
}
.cid-uefW9bNkUI .nav-item:focus,
.cid-uefW9bNkUI .nav-link:focus {
  outline: none;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uefW9bNkUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uefW9bNkUI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uefW9bNkUI .navbar.opened {
  transition: all 0.3s;
}
.cid-uefW9bNkUI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uefW9bNkUI .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uefW9bNkUI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar.collapsed {
  justify-content: center;
}
.cid-uefW9bNkUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uefW9bNkUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uefW9bNkUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uefW9bNkUI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uefW9bNkUI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uefW9bNkUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uefW9bNkUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uefW9bNkUI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uefW9bNkUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uefW9bNkUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uefW9bNkUI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uefW9bNkUI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uefW9bNkUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uefW9bNkUI .dropdown-item.active,
.cid-uefW9bNkUI .dropdown-item:active {
  background-color: transparent;
}
.cid-uefW9bNkUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uefW9bNkUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uefW9bNkUI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uefW9bNkUI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uefW9bNkUI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uefW9bNkUI .navbar {
    height: 70px;
  }
  .cid-uefW9bNkUI .navbar.opened {
    height: auto;
  }
  .cid-uefW9bNkUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uefW9bNkUI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uefW9bNkUI .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uefW9bNkUI .text_widget {
  margin-bottom: 32px;
}
.cid-uefW9bNkUI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uefW9bNkUI .text_widget a:hover,
.cid-uefW9bNkUI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uefW9bNkUI .contacts-wrapper {
  min-width: 200px;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uefW9bNkUI .navbar-caption {
  color: #ff8576;
}
.cid-uefW9bNkUI .mbr-phone {
  color: #ff8576;
}
.cid-uefW9bNkUI .mbr-email {
  color: #212529;
}
.cid-uefW9bNkUI .mbr-section-subtitle,
.cid-uefW9bNkUI .text_widget,
.cid-uefW9bNkUI .mbr-section-btn {
  text-align: center;
}
.cid-uefW9bNkUI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-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: #ffe2d4;
  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-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;
}
.cid-uFMPgJuHlF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.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: #f4f4f2;
}
.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: #f4f4f2;
}
.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-uFMPvYQiah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.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: #f4f4f2;
}
.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: #ffe2d4;
}
.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: #ffb849;
}
@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-uFMPwMX95m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.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-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;
}
@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;
}
.cid-uFMmpPVsxv .mbr-text,
.cid-uFMmpPVsxv .mbr-section-btn {
  color: #221b35;
}
.cid-uFMPxwesH7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.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-uFMmqzVNfI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.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;
}
@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;
}
.cid-uFMmqzVNfI .mbr-text,
.cid-uFMmqzVNfI .mbr-section-btn {
  color: #221b35;
}
.cid-uFMmMKrlN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #ffffff -20%, #ffffff 40%);
}
@media (max-width: 768px) {
  .cid-uFMmMKrlN1 {
    background-image: linear-gradient(45deg, #ffffff -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 #ff8576;
  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 #ff8576;
}
.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: #ff8576;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFMmMKrlN1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFMmMKrlN1 .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFMmMKrlN1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMmMKrlN1 .mbr-section-title {
  color: #000000;
}
.cid-uFMmMKrlN1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFMmMKrlN1 .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFMmMKrlN1 .panel-title-edit {
  color: #000000;
}
.cid-uFMmMKrlN1 .panel-text {
  color: #000000;
}
.cid-uFMnkSYUIk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8576;
}
.cid-uFMnkSYUIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMnkSYUIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMnkSYUIk .row {
  justify-content: center;
}
.cid-uFMnkSYUIk .main-content {
  margin: 0;
}
.cid-uFMnkSYUIk .card {
  padding: 0;
}
.cid-uFMnkSYUIk .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMnkSYUIk .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMnkSYUIk .google-map iframe {
    height: 350px;
  }
}
.cid-uFMnt49o40 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMnt49o40 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMnt49o40 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMnt49o40 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMnt49o40 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMnt49o40 a {
  background-image: none !important;
}
.cid-uFMnt49o40 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMnt49o40 .container {
  padding: 5rem 1rem;
}
.cid-uFMnt49o40 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMnt49o40 p {
    text-align: center !important;
  }
}
.cid-uFMnt49o40 .media-container-row .mbr-text2,
.cid-uFMnt49o40 .line {
  color: #232323;
  text-align: left;
}
.cid-uFMnDETPgD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe2d4;
}
.cid-uFMnDETPgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMnDETPgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMnDETPgD .content-wrap {
  justify-content: center;
}
.cid-uFMnDETPgD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uFMnDETPgD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uFMnDETPgD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uFMnDETPgD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMnDETPgD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMnDETPgD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFMnDETPgD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uFMnDETPgD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFMnDETPgD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFMnDETPgD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFMnDETPgD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uFMnDETPgD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff8576;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFMnDETPgD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMnDETPgD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uFMnDETPgD .mbr-section-title {
  color: #ff8576;
}
.cid-uFMnDETPgD .mbr-copy {
  color: #51565c;
}
.cid-uFMnDETPgD .mbr-copy,
.cid-uFMnDETPgD .copy-wrapper {
  text-align: right;
}
.cid-uFMS0WbcNO {
  background-color: transparent;
}
.cid-uFMS0WbcNO .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMS0WbcNO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMS0WbcNO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMS0WbcNO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMS0WbcNO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMS0WbcNO .menu_box .navbar.opened,
  .cid-uFMS0WbcNO .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMS0WbcNO .navbar-dropdown {
  position: relative !important;
}
.cid-uFMS0WbcNO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMS0WbcNO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMS0WbcNO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMS0WbcNO .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMS0WbcNO .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMS0WbcNO .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMS0WbcNO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMS0WbcNO .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMS0WbcNO .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMS0WbcNO .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMS0WbcNO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMS0WbcNO .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-uFMS0WbcNO .nav-item .nav-link:hover,
.cid-uFMS0WbcNO .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMS0WbcNO .nav-item .nav-link:hover::before,
.cid-uFMS0WbcNO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMS0WbcNO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMS0WbcNO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMS0WbcNO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMS0WbcNO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMS0WbcNO .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-uFMS0WbcNO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMS0WbcNO .offcanvas_box {
    display: none;
  }
}
.cid-uFMS0WbcNO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMS0WbcNO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMS0WbcNO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMS0WbcNO .container {
  display: flex;
  margin: auto;
}
.cid-uFMS0WbcNO .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-uFMS0WbcNO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMS0WbcNO .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMS0WbcNO .navbar-nav {
    margin: 0;
  }
}
.cid-uFMS0WbcNO .dropdown-menu,
.cid-uFMS0WbcNO .navbar.opened {
  background-color: false !important;
}
.cid-uFMS0WbcNO .nav-item:focus,
.cid-uFMS0WbcNO .nav-link:focus {
  outline: none;
}
.cid-uFMS0WbcNO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMS0WbcNO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMS0WbcNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMS0WbcNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMS0WbcNO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMS0WbcNO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMS0WbcNO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMS0WbcNO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMS0WbcNO .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMS0WbcNO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMS0WbcNO .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMS0WbcNO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMS0WbcNO .navbar.collapsed {
  justify-content: center;
}
.cid-uFMS0WbcNO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMS0WbcNO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMS0WbcNO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMS0WbcNO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMS0WbcNO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMS0WbcNO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMS0WbcNO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMS0WbcNO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMS0WbcNO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMS0WbcNO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMS0WbcNO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMS0WbcNO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMS0WbcNO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMS0WbcNO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMS0WbcNO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMS0WbcNO .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMS0WbcNO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMS0WbcNO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMS0WbcNO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMS0WbcNO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMS0WbcNO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMS0WbcNO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMS0WbcNO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMS0WbcNO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMS0WbcNO .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-uFMS0WbcNO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMS0WbcNO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMS0WbcNO .dropdown-item.active,
.cid-uFMS0WbcNO .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMS0WbcNO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMS0WbcNO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMS0WbcNO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMS0WbcNO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMS0WbcNO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMS0WbcNO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMS0WbcNO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMS0WbcNO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMS0WbcNO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMS0WbcNO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMS0WbcNO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMS0WbcNO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMS0WbcNO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMS0WbcNO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMS0WbcNO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMS0WbcNO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMS0WbcNO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMS0WbcNO .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-uFMS0WbcNO .navbar {
    height: 70px;
  }
  .cid-uFMS0WbcNO .navbar.opened {
    height: auto;
  }
  .cid-uFMS0WbcNO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMS0WbcNO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMS0WbcNO .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMS0WbcNO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMS0WbcNO .text_widget {
  margin-bottom: 32px;
}
.cid-uFMS0WbcNO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMS0WbcNO .text_widget a:hover,
.cid-uFMS0WbcNO .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMS0WbcNO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMS0WbcNO .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMS0WbcNO .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMS0WbcNO .contacts-wrapper .mbr-phone:hover,
.cid-uFMS0WbcNO .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMS0WbcNO .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMS0WbcNO .contacts-wrapper .mbr-email:hover,
.cid-uFMS0WbcNO .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMS0WbcNO .navbar-caption {
  color: #ff8576;
}
.cid-uFMS0WbcNO .mbr-phone {
  color: #ff8576;
}
.cid-uFMS0WbcNO .mbr-email {
  color: #212529;
}
.cid-uFMS0WbcNO .mbr-section-subtitle,
.cid-uFMS0WbcNO .text_widget,
.cid-uFMS0WbcNO .mbr-section-btn {
  text-align: center;
}
.cid-uFMS0WbcNO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFMS0X5H4f {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFMS0X5H4f .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffe2d4;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFMS0X5H4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS0X5H4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS0X5H4f .row {
  position: relative;
  z-index: 1;
}
.cid-uFMS0X5H4f .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMS0X5H4f .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uFMS0X5H4f .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .image-wrapper img {
    height: 350px;
  }
}
.cid-uFMS0X5H4f .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uFMS0X5H4f .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMS0X5H4f .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uFMS0X5H4f .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uFMS0X5H4f .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFMS0X5H4f .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFMS0X5H4f .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uFMS0X5H4f .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uFMS0X5H4f .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFMS0X5H4f .mbr-text {
  color: #51565c;
}
.cid-uFMS0X5H4f .mbr-desc {
  color: #51565c;
}
.cid-uFMS0XLdu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMS0XLdu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS0XLdu4 .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-uFMS0XLdu4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFMS0XLdu4 .container {
    padding: 0 12px;
  }
}
.cid-uFMS0XLdu4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFMS0XLdu4 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFMS0XLdu4 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFMS0XLdu4 .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-uFMS0XLdu4 .mbr-section-title {
  color: #222222;
}
.cid-uFMS0YiWK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFMS0YiWK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS0YiWK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS0YiWK8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFMS0YiWK8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFMS0YiWK8 .content-wrapper {
    padding: 0;
  }
}
.cid-uFMS0YiWK8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFMS0YiWK8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMS0YiWK8 .mbr-section-title,
.cid-uFMS0YiWK8 .title-wrapper {
  color: #ffffff;
}
.cid-uFMS0YiWK8 .mbr-section-title,
.cid-uFMS0YiWK8 .mbr-section-btn,
.cid-uFMS0YiWK8 .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uFMS0YIFWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS0YIFWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS0YIFWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS0YIFWO .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMS0YIFWO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMS0YIFWO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS0YIFWO .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMS0YIFWO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMS0YIFWO .mbr-section-title {
  color: #000000;
}
.cid-uFMS0YIFWO .mbr-desc {
  color: #000000;
}
.cid-uFMS0YIFWO .mbr-text {
  color: #000000;
}
.cid-uFMS0ZfrYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS0ZfrYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS0ZfrYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS0ZfrYZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMS0ZfrYZ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMS0ZfrYZ .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMS0ZfrYZ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMS0ZfrYZ .item {
    margin-bottom: 16px;
  }
}
.cid-uFMS0ZfrYZ .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMS0ZfrYZ .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMS0ZfrYZ .item:hover .item-wrapper .item-content .item-img,
.cid-uFMS0ZfrYZ .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMS0ZfrYZ .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMS0ZfrYZ .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMS0ZfrYZ .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMS0ZfrYZ .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMS0ZfrYZ .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMS0ZfrYZ .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMS0ZfrYZ .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMS0ZfrYZ .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-uFMS0ZfrYZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMS0ZfrYZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMS0ZfrYZ .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-uFMS0ZfrYZ .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMS0ZfrYZ .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-uFMS0ZfrYZ .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMS0ZfrYZ .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMS0ZfrYZ .mbr-section-title {
  color: #212529;
}
.cid-uFMS0ZfrYZ .panel-title-edit {
  color: #212529;
}
.cid-uFMS0ZfrYZ .panel-text {
  color: #51565c;
}
.cid-uFMS0ZQHhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS0ZQHhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS0ZQHhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS0ZQHhz .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMS0ZQHhz .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMS0ZQHhz .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS0ZQHhz .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMS0ZQHhz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMS0ZQHhz .mbr-section-title {
  color: #000000;
}
.cid-uFMS0ZQHhz .mbr-desc {
  color: #000000;
}
.cid-uFMS0ZQHhz .mbr-text {
  color: #000000;
}
.cid-uFMS10iO2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS10iO2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS10iO2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS10iO2I .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMS10iO2I .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMS10iO2I .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMS10iO2I .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMS10iO2I .item {
    margin-bottom: 16px;
  }
}
.cid-uFMS10iO2I .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMS10iO2I .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMS10iO2I .item:hover .item-wrapper .item-content .item-img,
.cid-uFMS10iO2I .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMS10iO2I .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMS10iO2I .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMS10iO2I .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMS10iO2I .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMS10iO2I .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMS10iO2I .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMS10iO2I .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMS10iO2I .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-uFMS10iO2I .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMS10iO2I .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMS10iO2I .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-uFMS10iO2I .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMS10iO2I .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-uFMS10iO2I .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMS10iO2I .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMS10iO2I .mbr-section-title {
  color: #212529;
}
.cid-uFMS10iO2I .panel-title-edit {
  color: #212529;
}
.cid-uFMS10iO2I .panel-text {
  color: #51565c;
}
.cid-uFMS10NOIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS10NOIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS10NOIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS10NOIG .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMS10NOIG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMS10NOIG .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS10NOIG .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMS10NOIG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMS10NOIG .mbr-section-title {
  color: #000000;
}
.cid-uFMS10NOIG .mbr-desc {
  color: #000000;
}
.cid-uFMS10NOIG .mbr-text {
  color: #000000;
}
.cid-uFMS11l70J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMS11l70J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS11l70J .col-12 {
  padding: 0;
}
.cid-uFMS11l70J .row {
  margin: 0;
}
.cid-uFMS11l70J .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMS11l70J .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMS11l70J .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-uFMS11l70J .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMS11l70J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS11l70J .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMS11l70J .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMS11l70J .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMS11l70J .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMS11l70J .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;
}
@media (max-width: 991px) {
  .cid-uFMS11l70J .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMS11l70J .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMS11l70J .mbr-section-title {
  color: #221b35;
}
.cid-uFMS11l70J .mbr-text,
.cid-uFMS11l70J .mbr-section-btn {
  color: #221b35;
}
.cid-uFMS11UHbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS11UHbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS11UHbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS11UHbB .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMS11UHbB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMS11UHbB .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS11UHbB .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMS11UHbB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMS11UHbB .mbr-section-title {
  color: #000000;
}
.cid-uFMS11UHbB .mbr-desc {
  color: #000000;
}
.cid-uFMS11UHbB .mbr-text {
  color: #000000;
}
.cid-uFMS12s04Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMS12s04Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS12s04Y .col-12 {
  padding: 0;
}
.cid-uFMS12s04Y .row {
  margin: 0;
}
.cid-uFMS12s04Y .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMS12s04Y .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMS12s04Y .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-uFMS12s04Y .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMS12s04Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS12s04Y .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMS12s04Y .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMS12s04Y .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMS12s04Y .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMS12s04Y .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;
}
@media (max-width: 991px) {
  .cid-uFMS12s04Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMS12s04Y .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMS12s04Y .mbr-section-title {
  color: #221b35;
}
.cid-uFMS12s04Y .mbr-text,
.cid-uFMS12s04Y .mbr-section-btn {
  color: #221b35;
}
.cid-uFMS131DPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMS131DPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS131DPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS131DPC .row {
  justify-content: space-between;
}
.cid-uFMS131DPC .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFMS131DPC .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFMS131DPC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFMS131DPC .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFMS131DPC .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #f4f4f2;
}
@media (max-width: 992px) {
  .cid-uFMS131DPC .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFMS131DPC .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFMS131DPC .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFMS131DPC .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8576;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFMS131DPC .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFMS131DPC .panel-group .card:first-child {
  border-top: 1px solid #ff8576;
}
.cid-uFMS131DPC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFMS131DPC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFMS131DPC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMS131DPC .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: #ff8576;
}
.cid-uFMS131DPC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFMS131DPC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFMS131DPC .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFMS131DPC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMS131DPC .mbr-section-title {
  color: #000000;
}
.cid-uFMS131DPC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFMS131DPC .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFMS131DPC .panel-title-edit {
  color: #000000;
}
.cid-uFMS131DPC .panel-text {
  color: #000000;
}
.cid-uFMXqEiBLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMXqEiBLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMXqEiBLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMXqEiBLU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFMXqEiBLU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFMXqEiBLU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFMXqEiBLU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFMXqEiBLU .container {
    padding: 0 16px;
  }
}
.cid-uFMXqEiBLU .row {
  justify-content: center;
}
.cid-uFMXqEiBLU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFMXqEiBLU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFMXqEiBLU .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uFMXqEiBLU .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uFMXqEiBLU .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uFMXqEiBLU .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFMXqEiBLU .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uFMXqEiBLU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFMXqEiBLU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFMXqEiBLU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMXqEiBLU .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uFMXqEiBLU .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFMXqEiBLU .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uFMXqEiBLU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMXqEiBLU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFMXqEiBLU .panel-title {
  color: #000000;
}
.cid-uFMXqEiBLU .panel-text {
  color: #000000;
}
.cid-uFMS13P9z0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8576;
}
.cid-uFMS13P9z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS13P9z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS13P9z0 .row {
  justify-content: center;
}
.cid-uFMS13P9z0 .main-content {
  margin: 0;
}
.cid-uFMS13P9z0 .card {
  padding: 0;
}
.cid-uFMS13P9z0 .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMS13P9z0 .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMS13P9z0 .google-map iframe {
    height: 350px;
  }
}
.cid-uFMS14llDk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMS14llDk .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMS14llDk .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMS14llDk .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMS14llDk .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMS14llDk a {
  background-image: none !important;
}
.cid-uFMS14llDk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMS14llDk .container {
  padding: 5rem 1rem;
}
.cid-uFMS14llDk p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMS14llDk p {
    text-align: center !important;
  }
}
.cid-uFMS14llDk .media-container-row .mbr-text2,
.cid-uFMS14llDk .line {
  color: #232323;
  text-align: left;
}
.cid-uFMS14JdWc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe2d4;
}
.cid-uFMS14JdWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMS14JdWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMS14JdWc .content-wrap {
  justify-content: center;
}
.cid-uFMS14JdWc .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uFMS14JdWc .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uFMS14JdWc .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uFMS14JdWc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS14JdWc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMS14JdWc .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFMS14JdWc .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uFMS14JdWc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFMS14JdWc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFMS14JdWc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFMS14JdWc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uFMS14JdWc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff8576;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFMS14JdWc .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMS14JdWc .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uFMS14JdWc .mbr-section-title {
  color: #ff8576;
}
.cid-uFMS14JdWc .mbr-copy {
  color: #51565c;
}
.cid-uFMS14JdWc .mbr-copy,
.cid-uFMS14JdWc .copy-wrapper {
  text-align: right;
}
.cid-uFMRpXCvFX {
  background-color: transparent;
}
.cid-uFMRpXCvFX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMRpXCvFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMRpXCvFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMRpXCvFX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMRpXCvFX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMRpXCvFX .menu_box .navbar.opened,
  .cid-uFMRpXCvFX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMRpXCvFX .navbar-dropdown {
  position: relative !important;
}
.cid-uFMRpXCvFX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMRpXCvFX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMRpXCvFX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMRpXCvFX .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMRpXCvFX .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMRpXCvFX .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMRpXCvFX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMRpXCvFX .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMRpXCvFX .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMRpXCvFX .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMRpXCvFX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMRpXCvFX .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-uFMRpXCvFX .nav-item .nav-link:hover,
.cid-uFMRpXCvFX .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMRpXCvFX .nav-item .nav-link:hover::before,
.cid-uFMRpXCvFX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMRpXCvFX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMRpXCvFX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMRpXCvFX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMRpXCvFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMRpXCvFX .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-uFMRpXCvFX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMRpXCvFX .offcanvas_box {
    display: none;
  }
}
.cid-uFMRpXCvFX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMRpXCvFX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMRpXCvFX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMRpXCvFX .container {
  display: flex;
  margin: auto;
}
.cid-uFMRpXCvFX .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-uFMRpXCvFX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMRpXCvFX .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMRpXCvFX .navbar-nav {
    margin: 0;
  }
}
.cid-uFMRpXCvFX .dropdown-menu,
.cid-uFMRpXCvFX .navbar.opened {
  background-color: false !important;
}
.cid-uFMRpXCvFX .nav-item:focus,
.cid-uFMRpXCvFX .nav-link:focus {
  outline: none;
}
.cid-uFMRpXCvFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMRpXCvFX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMRpXCvFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMRpXCvFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMRpXCvFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMRpXCvFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMRpXCvFX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMRpXCvFX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMRpXCvFX .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMRpXCvFX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMRpXCvFX .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMRpXCvFX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMRpXCvFX .navbar.collapsed {
  justify-content: center;
}
.cid-uFMRpXCvFX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMRpXCvFX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMRpXCvFX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMRpXCvFX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMRpXCvFX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMRpXCvFX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMRpXCvFX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMRpXCvFX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMRpXCvFX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMRpXCvFX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMRpXCvFX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMRpXCvFX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMRpXCvFX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMRpXCvFX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMRpXCvFX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMRpXCvFX .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMRpXCvFX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMRpXCvFX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMRpXCvFX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMRpXCvFX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMRpXCvFX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMRpXCvFX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMRpXCvFX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMRpXCvFX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMRpXCvFX .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-uFMRpXCvFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMRpXCvFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMRpXCvFX .dropdown-item.active,
.cid-uFMRpXCvFX .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMRpXCvFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMRpXCvFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMRpXCvFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMRpXCvFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMRpXCvFX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMRpXCvFX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMRpXCvFX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMRpXCvFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMRpXCvFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMRpXCvFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMRpXCvFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMRpXCvFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMRpXCvFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMRpXCvFX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMRpXCvFX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMRpXCvFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMRpXCvFX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMRpXCvFX .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-uFMRpXCvFX .navbar {
    height: 70px;
  }
  .cid-uFMRpXCvFX .navbar.opened {
    height: auto;
  }
  .cid-uFMRpXCvFX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMRpXCvFX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMRpXCvFX .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMRpXCvFX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMRpXCvFX .text_widget {
  margin-bottom: 32px;
}
.cid-uFMRpXCvFX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMRpXCvFX .text_widget a:hover,
.cid-uFMRpXCvFX .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMRpXCvFX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMRpXCvFX .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMRpXCvFX .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMRpXCvFX .contacts-wrapper .mbr-phone:hover,
.cid-uFMRpXCvFX .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMRpXCvFX .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMRpXCvFX .contacts-wrapper .mbr-email:hover,
.cid-uFMRpXCvFX .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMRpXCvFX .navbar-caption {
  color: #ff8576;
}
.cid-uFMRpXCvFX .mbr-phone {
  color: #ff8576;
}
.cid-uFMRpXCvFX .mbr-email {
  color: #212529;
}
.cid-uFMRpXCvFX .mbr-section-subtitle,
.cid-uFMRpXCvFX .text_widget,
.cid-uFMRpXCvFX .mbr-section-btn {
  text-align: center;
}
.cid-uFMRpXCvFX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFMRpYcwuT {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFMRpYcwuT .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffe2d4;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFMRpYcwuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRpYcwuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRpYcwuT .row {
  position: relative;
  z-index: 1;
}
.cid-uFMRpYcwuT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMRpYcwuT .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uFMRpYcwuT .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .image-wrapper img {
    height: 350px;
  }
}
.cid-uFMRpYcwuT .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uFMRpYcwuT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMRpYcwuT .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uFMRpYcwuT .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uFMRpYcwuT .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFMRpYcwuT .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFMRpYcwuT .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uFMRpYcwuT .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uFMRpYcwuT .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFMRpYcwuT .mbr-text {
  color: #51565c;
}
.cid-uFMRpYcwuT .mbr-desc {
  color: #51565c;
}
.cid-uFMRpYGwLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMRpYGwLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRpYGwLR .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-uFMRpYGwLR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFMRpYGwLR .container {
    padding: 0 12px;
  }
}
.cid-uFMRpYGwLR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFMRpYGwLR .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFMRpYGwLR .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFMRpYGwLR .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-uFMRpYGwLR .mbr-section-title {
  color: #222222;
}
.cid-uFMRpZ3dnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFMRpZ3dnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRpZ3dnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRpZ3dnb .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFMRpZ3dnb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFMRpZ3dnb .content-wrapper {
    padding: 0;
  }
}
.cid-uFMRpZ3dnb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFMRpZ3dnb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMRpZ3dnb .mbr-section-title,
.cid-uFMRpZ3dnb .title-wrapper {
  color: #ffffff;
}
.cid-uFMRpZ3dnb .mbr-section-title,
.cid-uFMRpZ3dnb .mbr-section-btn,
.cid-uFMRpZ3dnb .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uFMRq0OCH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq0OCH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq0OCH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq0OCH5 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMRq0OCH5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMRq0OCH5 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRq0OCH5 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMRq0OCH5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMRq0OCH5 .mbr-section-title {
  color: #000000;
}
.cid-uFMRq0OCH5 .mbr-desc {
  color: #000000;
}
.cid-uFMRq0OCH5 .mbr-text {
  color: #000000;
}
.cid-uFMRq28DoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq28DoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq28DoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq28DoS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMRq28DoS .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMRq28DoS .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMRq28DoS .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMRq28DoS .item {
    margin-bottom: 16px;
  }
}
.cid-uFMRq28DoS .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMRq28DoS .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMRq28DoS .item:hover .item-wrapper .item-content .item-img,
.cid-uFMRq28DoS .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMRq28DoS .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMRq28DoS .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMRq28DoS .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMRq28DoS .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMRq28DoS .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMRq28DoS .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMRq28DoS .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMRq28DoS .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-uFMRq28DoS .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMRq28DoS .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMRq28DoS .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-uFMRq28DoS .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMRq28DoS .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-uFMRq28DoS .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMRq28DoS .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMRq28DoS .mbr-section-title {
  color: #212529;
}
.cid-uFMRq28DoS .panel-title-edit {
  color: #212529;
}
.cid-uFMRq28DoS .panel-text {
  color: #51565c;
}
.cid-uFMRq2ZmMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq2ZmMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq2ZmMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq2ZmMi .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMRq2ZmMi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMRq2ZmMi .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRq2ZmMi .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMRq2ZmMi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMRq2ZmMi .mbr-section-title {
  color: #000000;
}
.cid-uFMRq2ZmMi .mbr-desc {
  color: #000000;
}
.cid-uFMRq2ZmMi .mbr-text {
  color: #000000;
}
.cid-uFMRq3uWqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq3uWqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq3uWqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq3uWqy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMRq3uWqy .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMRq3uWqy .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMRq3uWqy .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMRq3uWqy .item {
    margin-bottom: 16px;
  }
}
.cid-uFMRq3uWqy .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMRq3uWqy .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMRq3uWqy .item:hover .item-wrapper .item-content .item-img,
.cid-uFMRq3uWqy .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMRq3uWqy .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMRq3uWqy .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMRq3uWqy .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMRq3uWqy .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMRq3uWqy .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMRq3uWqy .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMRq3uWqy .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMRq3uWqy .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-uFMRq3uWqy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMRq3uWqy .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMRq3uWqy .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-uFMRq3uWqy .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMRq3uWqy .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-uFMRq3uWqy .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMRq3uWqy .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMRq3uWqy .mbr-section-title {
  color: #212529;
}
.cid-uFMRq3uWqy .panel-title-edit {
  color: #212529;
}
.cid-uFMRq3uWqy .panel-text {
  color: #51565c;
}
.cid-uFMRq47nPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq47nPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq47nPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq47nPL .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMRq47nPL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMRq47nPL .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRq47nPL .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMRq47nPL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMRq47nPL .mbr-section-title {
  color: #000000;
}
.cid-uFMRq47nPL .mbr-desc {
  color: #000000;
}
.cid-uFMRq47nPL .mbr-text {
  color: #000000;
}
.cid-uFMRq4ygxN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMRq4ygxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq4ygxN .col-12 {
  padding: 0;
}
.cid-uFMRq4ygxN .row {
  margin: 0;
}
.cid-uFMRq4ygxN .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMRq4ygxN .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMRq4ygxN .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-uFMRq4ygxN .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMRq4ygxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq4ygxN .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMRq4ygxN .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMRq4ygxN .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMRq4ygxN .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMRq4ygxN .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;
}
@media (max-width: 991px) {
  .cid-uFMRq4ygxN .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMRq4ygxN .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMRq4ygxN .mbr-section-title {
  color: #221b35;
}
.cid-uFMRq4ygxN .mbr-text,
.cid-uFMRq4ygxN .mbr-section-btn {
  color: #221b35;
}
.cid-uFMRq5dYON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq5dYON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq5dYON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq5dYON .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMRq5dYON .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMRq5dYON .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRq5dYON .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMRq5dYON .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMRq5dYON .mbr-section-title {
  color: #000000;
}
.cid-uFMRq5dYON .mbr-desc {
  color: #000000;
}
.cid-uFMRq5dYON .mbr-text {
  color: #000000;
}
.cid-uFMRq5Fo2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMRq5Fo2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq5Fo2G .col-12 {
  padding: 0;
}
.cid-uFMRq5Fo2G .row {
  margin: 0;
}
.cid-uFMRq5Fo2G .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMRq5Fo2G .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMRq5Fo2G .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-uFMRq5Fo2G .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMRq5Fo2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq5Fo2G .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMRq5Fo2G .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMRq5Fo2G .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMRq5Fo2G .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMRq5Fo2G .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;
}
@media (max-width: 991px) {
  .cid-uFMRq5Fo2G .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMRq5Fo2G .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMRq5Fo2G .mbr-section-title {
  color: #221b35;
}
.cid-uFMRq5Fo2G .mbr-text,
.cid-uFMRq5Fo2G .mbr-section-btn {
  color: #221b35;
}
.cid-uFMRq6bzap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMRq6bzap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq6bzap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq6bzap .row {
  justify-content: space-between;
}
.cid-uFMRq6bzap .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFMRq6bzap .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFMRq6bzap .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFMRq6bzap .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFMRq6bzap .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #f4f4f2;
}
@media (max-width: 992px) {
  .cid-uFMRq6bzap .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFMRq6bzap .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFMRq6bzap .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFMRq6bzap .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8576;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFMRq6bzap .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFMRq6bzap .panel-group .card:first-child {
  border-top: 1px solid #ff8576;
}
.cid-uFMRq6bzap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFMRq6bzap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFMRq6bzap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMRq6bzap .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: #ff8576;
}
.cid-uFMRq6bzap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFMRq6bzap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFMRq6bzap .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFMRq6bzap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMRq6bzap .mbr-section-title {
  color: #000000;
}
.cid-uFMRq6bzap .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFMRq6bzap .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFMRq6bzap .panel-title-edit {
  color: #000000;
}
.cid-uFMRq6bzap .panel-text {
  color: #000000;
}
.cid-uFMXYdiC0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff8576;
}
.cid-uFMXYdiC0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMXYdiC0a .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-uFMXYdiC0a .container {
    padding: 0 20px;
  }
}
.cid-uFMXYdiC0a .row {
  margin: 0;
}
.cid-uFMXYdiC0a .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFMXYdiC0a .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFMXYdiC0a .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uFMXYdiC0a .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFMXYdiC0a .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFMXYdiC0a .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFMXYdiC0a .mbr-section-title {
  color: #ffffff;
}
.cid-uFMWISq9WZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMWISq9WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMWISq9WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMWISq9WZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFMWISq9WZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFMWISq9WZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFMWISq9WZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFMWISq9WZ .container {
    padding: 0 16px;
  }
}
.cid-uFMWISq9WZ .row {
  justify-content: center;
}
.cid-uFMWISq9WZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFMWISq9WZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFMWISq9WZ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uFMWISq9WZ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uFMWISq9WZ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uFMWISq9WZ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFMWISq9WZ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uFMWISq9WZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFMWISq9WZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFMWISq9WZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMWISq9WZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uFMWISq9WZ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFMWISq9WZ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uFMWISq9WZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMWISq9WZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFMWISq9WZ .panel-title {
  color: #000000;
}
.cid-uFMWISq9WZ .panel-text {
  color: #000000;
}
.cid-uFMRq6OoKZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8576;
}
.cid-uFMRq6OoKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq6OoKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq6OoKZ .row {
  justify-content: center;
}
.cid-uFMRq6OoKZ .main-content {
  margin: 0;
}
.cid-uFMRq6OoKZ .card {
  padding: 0;
}
.cid-uFMRq6OoKZ .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMRq6OoKZ .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMRq6OoKZ .google-map iframe {
    height: 350px;
  }
}
.cid-uFMRq7knFr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMRq7knFr .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMRq7knFr .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMRq7knFr .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMRq7knFr .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMRq7knFr a {
  background-image: none !important;
}
.cid-uFMRq7knFr .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMRq7knFr .container {
  padding: 5rem 1rem;
}
.cid-uFMRq7knFr p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMRq7knFr p {
    text-align: center !important;
  }
}
.cid-uFMRq7knFr .media-container-row .mbr-text2,
.cid-uFMRq7knFr .line {
  color: #232323;
  text-align: left;
}
.cid-uFMRq7MYmX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe2d4;
}
.cid-uFMRq7MYmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMRq7MYmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMRq7MYmX .content-wrap {
  justify-content: center;
}
.cid-uFMRq7MYmX .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uFMRq7MYmX .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uFMRq7MYmX .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uFMRq7MYmX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRq7MYmX .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMRq7MYmX .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFMRq7MYmX .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uFMRq7MYmX .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFMRq7MYmX .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFMRq7MYmX .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFMRq7MYmX .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uFMRq7MYmX .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff8576;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFMRq7MYmX .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMRq7MYmX .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uFMRq7MYmX .mbr-section-title {
  color: #ff8576;
}
.cid-uFMRq7MYmX .mbr-copy {
  color: #51565c;
}
.cid-uFMRq7MYmX .mbr-copy,
.cid-uFMRq7MYmX .copy-wrapper {
  text-align: right;
}
.cid-uFMQnr5Awf {
  background-color: transparent;
}
.cid-uFMQnr5Awf .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMQnr5Awf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMQnr5Awf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMQnr5Awf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMQnr5Awf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMQnr5Awf .menu_box .navbar.opened,
  .cid-uFMQnr5Awf .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMQnr5Awf .navbar-dropdown {
  position: relative !important;
}
.cid-uFMQnr5Awf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMQnr5Awf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMQnr5Awf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMQnr5Awf .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMQnr5Awf .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMQnr5Awf .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMQnr5Awf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMQnr5Awf .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMQnr5Awf .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMQnr5Awf .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMQnr5Awf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMQnr5Awf .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-uFMQnr5Awf .nav-item .nav-link:hover,
.cid-uFMQnr5Awf .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMQnr5Awf .nav-item .nav-link:hover::before,
.cid-uFMQnr5Awf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMQnr5Awf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMQnr5Awf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMQnr5Awf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMQnr5Awf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMQnr5Awf .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-uFMQnr5Awf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMQnr5Awf .offcanvas_box {
    display: none;
  }
}
.cid-uFMQnr5Awf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMQnr5Awf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMQnr5Awf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMQnr5Awf .container {
  display: flex;
  margin: auto;
}
.cid-uFMQnr5Awf .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-uFMQnr5Awf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMQnr5Awf .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMQnr5Awf .navbar-nav {
    margin: 0;
  }
}
.cid-uFMQnr5Awf .dropdown-menu,
.cid-uFMQnr5Awf .navbar.opened {
  background-color: false !important;
}
.cid-uFMQnr5Awf .nav-item:focus,
.cid-uFMQnr5Awf .nav-link:focus {
  outline: none;
}
.cid-uFMQnr5Awf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMQnr5Awf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMQnr5Awf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMQnr5Awf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMQnr5Awf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMQnr5Awf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMQnr5Awf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnr5Awf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMQnr5Awf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMQnr5Awf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMQnr5Awf .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMQnr5Awf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMQnr5Awf .navbar.collapsed {
  justify-content: center;
}
.cid-uFMQnr5Awf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMQnr5Awf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMQnr5Awf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMQnr5Awf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMQnr5Awf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMQnr5Awf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMQnr5Awf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMQnr5Awf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMQnr5Awf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMQnr5Awf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMQnr5Awf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMQnr5Awf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMQnr5Awf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMQnr5Awf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMQnr5Awf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMQnr5Awf .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMQnr5Awf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMQnr5Awf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMQnr5Awf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMQnr5Awf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMQnr5Awf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMQnr5Awf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMQnr5Awf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMQnr5Awf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMQnr5Awf .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-uFMQnr5Awf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMQnr5Awf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMQnr5Awf .dropdown-item.active,
.cid-uFMQnr5Awf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMQnr5Awf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMQnr5Awf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMQnr5Awf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMQnr5Awf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMQnr5Awf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMQnr5Awf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMQnr5Awf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMQnr5Awf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMQnr5Awf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMQnr5Awf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMQnr5Awf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMQnr5Awf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMQnr5Awf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMQnr5Awf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMQnr5Awf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMQnr5Awf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMQnr5Awf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMQnr5Awf .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-uFMQnr5Awf .navbar {
    height: 70px;
  }
  .cid-uFMQnr5Awf .navbar.opened {
    height: auto;
  }
  .cid-uFMQnr5Awf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMQnr5Awf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMQnr5Awf .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMQnr5Awf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMQnr5Awf .text_widget {
  margin-bottom: 32px;
}
.cid-uFMQnr5Awf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMQnr5Awf .text_widget a:hover,
.cid-uFMQnr5Awf .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMQnr5Awf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMQnr5Awf .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMQnr5Awf .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMQnr5Awf .contacts-wrapper .mbr-phone:hover,
.cid-uFMQnr5Awf .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMQnr5Awf .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMQnr5Awf .contacts-wrapper .mbr-email:hover,
.cid-uFMQnr5Awf .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMQnr5Awf .navbar-caption {
  color: #ff8576;
}
.cid-uFMQnr5Awf .mbr-phone {
  color: #ff8576;
}
.cid-uFMQnr5Awf .mbr-email {
  color: #212529;
}
.cid-uFMQnr5Awf .mbr-section-subtitle,
.cid-uFMQnr5Awf .text_widget,
.cid-uFMQnr5Awf .mbr-section-btn {
  text-align: center;
}
.cid-uFMQnr5Awf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFMQnrL6i9 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFMQnrL6i9 .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffe2d4;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFMQnrL6i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnrL6i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnrL6i9 .row {
  position: relative;
  z-index: 1;
}
.cid-uFMQnrL6i9 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMQnrL6i9 .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uFMQnrL6i9 .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFMQnrL6i9 .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uFMQnrL6i9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMQnrL6i9 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uFMQnrL6i9 .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uFMQnrL6i9 .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFMQnrL6i9 .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFMQnrL6i9 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uFMQnrL6i9 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uFMQnrL6i9 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFMQnrL6i9 .mbr-text {
  color: #51565c;
}
.cid-uFMQnrL6i9 .mbr-desc {
  color: #51565c;
}
.cid-uFMQnsPQKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMQnsPQKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnsPQKT .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-uFMQnsPQKT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFMQnsPQKT .container {
    padding: 0 12px;
  }
}
.cid-uFMQnsPQKT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFMQnsPQKT .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFMQnsPQKT .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFMQnsPQKT .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-uFMQnsPQKT .mbr-section-title {
  color: #222222;
}
.cid-uFMQntY1Fn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFMQntY1Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQntY1Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQntY1Fn .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFMQntY1Fn .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFMQntY1Fn .content-wrapper {
    padding: 0;
  }
}
.cid-uFMQntY1Fn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFMQntY1Fn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFMQntY1Fn .mbr-section-title,
.cid-uFMQntY1Fn .title-wrapper {
  color: #ffffff;
}
.cid-uFMQntY1Fn .mbr-section-title,
.cid-uFMQntY1Fn .mbr-section-btn,
.cid-uFMQntY1Fn .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uFMQnvc0ef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQnvc0ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnvc0ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnvc0ef .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMQnvc0ef .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMQnvc0ef .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnvc0ef .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMQnvc0ef .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMQnvc0ef .mbr-section-title {
  color: #000000;
}
.cid-uFMQnvc0ef .mbr-desc {
  color: #000000;
}
.cid-uFMQnvc0ef .mbr-text {
  color: #000000;
}
.cid-uFMQnvSi55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQnvSi55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnvSi55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnvSi55 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMQnvSi55 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMQnvSi55 .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMQnvSi55 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMQnvSi55 .item {
    margin-bottom: 16px;
  }
}
.cid-uFMQnvSi55 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMQnvSi55 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMQnvSi55 .item:hover .item-wrapper .item-content .item-img,
.cid-uFMQnvSi55 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMQnvSi55 .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMQnvSi55 .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMQnvSi55 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMQnvSi55 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMQnvSi55 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMQnvSi55 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMQnvSi55 .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMQnvSi55 .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-uFMQnvSi55 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMQnvSi55 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMQnvSi55 .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-uFMQnvSi55 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMQnvSi55 .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-uFMQnvSi55 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMQnvSi55 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMQnvSi55 .mbr-section-title {
  color: #212529;
}
.cid-uFMQnvSi55 .panel-title-edit {
  color: #212529;
}
.cid-uFMQnvSi55 .panel-text {
  color: #51565c;
}
.cid-uFMQnwW63M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQnwW63M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnwW63M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnwW63M .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMQnwW63M .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMQnwW63M .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnwW63M .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMQnwW63M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMQnwW63M .mbr-section-title {
  color: #000000;
}
.cid-uFMQnwW63M .mbr-desc {
  color: #000000;
}
.cid-uFMQnwW63M .mbr-text {
  color: #000000;
}
.cid-uFMQnxp19F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQnxp19F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnxp19F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnxp19F .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFMQnxp19F .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMQnxp19F .items-wrapper {
  margin: 0 -10px;
}
.cid-uFMQnxp19F .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFMQnxp19F .item {
    margin-bottom: 16px;
  }
}
.cid-uFMQnxp19F .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFMQnxp19F .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFMQnxp19F .item:hover .item-wrapper .item-content .item-img,
.cid-uFMQnxp19F .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFMQnxp19F .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uFMQnxp19F .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uFMQnxp19F .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uFMQnxp19F .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uFMQnxp19F .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uFMQnxp19F .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFMQnxp19F .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFMQnxp19F .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-uFMQnxp19F .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFMQnxp19F .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFMQnxp19F .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-uFMQnxp19F .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFMQnxp19F .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-uFMQnxp19F .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFMQnxp19F .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFMQnxp19F .mbr-section-title {
  color: #212529;
}
.cid-uFMQnxp19F .panel-title-edit {
  color: #212529;
}
.cid-uFMQnxp19F .panel-text {
  color: #51565c;
}
.cid-uFMQny1tsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQny1tsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQny1tsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQny1tsX .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMQny1tsX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMQny1tsX .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQny1tsX .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMQny1tsX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMQny1tsX .mbr-section-title {
  color: #000000;
}
.cid-uFMQny1tsX .mbr-desc {
  color: #000000;
}
.cid-uFMQny1tsX .mbr-text {
  color: #000000;
}
.cid-uFMQnyv6eO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMQnyv6eO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnyv6eO .col-12 {
  padding: 0;
}
.cid-uFMQnyv6eO .row {
  margin: 0;
}
.cid-uFMQnyv6eO .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMQnyv6eO .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMQnyv6eO .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-uFMQnyv6eO .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMQnyv6eO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnyv6eO .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMQnyv6eO .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMQnyv6eO .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMQnyv6eO .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMQnyv6eO .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;
}
@media (max-width: 991px) {
  .cid-uFMQnyv6eO .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMQnyv6eO .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMQnyv6eO .mbr-section-title {
  color: #221b35;
}
.cid-uFMQnyv6eO .mbr-text,
.cid-uFMQnyv6eO .mbr-section-btn {
  color: #221b35;
}
.cid-uFMQnzdiT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQnzdiT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnzdiT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnzdiT0 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFMQnzdiT0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFMQnzdiT0 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnzdiT0 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFMQnzdiT0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFMQnzdiT0 .mbr-section-title {
  color: #000000;
}
.cid-uFMQnzdiT0 .mbr-desc {
  color: #000000;
}
.cid-uFMQnzdiT0 .mbr-text {
  color: #000000;
}
.cid-uFMQnzBr8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMQnzBr8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnzBr8J .col-12 {
  padding: 0;
}
.cid-uFMQnzBr8J .row {
  margin: 0;
}
.cid-uFMQnzBr8J .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFMQnzBr8J .card-margin {
    margin-top: -1px;
  }
}
.cid-uFMQnzBr8J .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-uFMQnzBr8J .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFMQnzBr8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnzBr8J .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFMQnzBr8J .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFMQnzBr8J .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFMQnzBr8J .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFMQnzBr8J .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;
}
@media (max-width: 991px) {
  .cid-uFMQnzBr8J .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFMQnzBr8J .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFMQnzBr8J .mbr-section-title {
  color: #221b35;
}
.cid-uFMQnzBr8J .mbr-text,
.cid-uFMQnzBr8J .mbr-section-btn {
  color: #221b35;
}
.cid-uFMQnA3Zyd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uFMQnA3Zyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnA3Zyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnA3Zyd .row {
  justify-content: space-between;
}
.cid-uFMQnA3Zyd .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFMQnA3Zyd .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uFMQnA3Zyd .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFMQnA3Zyd .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uFMQnA3Zyd .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #f4f4f2;
}
@media (max-width: 992px) {
  .cid-uFMQnA3Zyd .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uFMQnA3Zyd .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFMQnA3Zyd .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uFMQnA3Zyd .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8576;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFMQnA3Zyd .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uFMQnA3Zyd .panel-group .card:first-child {
  border-top: 1px solid #ff8576;
}
.cid-uFMQnA3Zyd .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFMQnA3Zyd .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFMQnA3Zyd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMQnA3Zyd .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: #ff8576;
}
.cid-uFMQnA3Zyd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFMQnA3Zyd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFMQnA3Zyd .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uFMQnA3Zyd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMQnA3Zyd .mbr-section-title {
  color: #000000;
}
.cid-uFMQnA3Zyd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFMQnA3Zyd .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uFMQnA3Zyd .panel-title-edit {
  color: #000000;
}
.cid-uFMQnA3Zyd .panel-text {
  color: #000000;
}
.cid-uFMWeLzywO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMWeLzywO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMWeLzywO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMWeLzywO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFMWeLzywO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFMWeLzywO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFMWeLzywO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFMWeLzywO .container {
    padding: 0 16px;
  }
}
.cid-uFMWeLzywO .row {
  justify-content: center;
}
.cid-uFMWeLzywO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFMWeLzywO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFMWeLzywO .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uFMWeLzywO .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uFMWeLzywO .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uFMWeLzywO .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFMWeLzywO .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uFMWeLzywO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFMWeLzywO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFMWeLzywO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFMWeLzywO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uFMWeLzywO .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFMWeLzywO .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uFMWeLzywO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFMWeLzywO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFMWeLzywO .panel-title {
  color: #000000;
}
.cid-uFMWeLzywO .panel-text {
  color: #000000;
}
.cid-uFMQnAIvED {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8576;
}
.cid-uFMQnAIvED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnAIvED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnAIvED .row {
  justify-content: center;
}
.cid-uFMQnAIvED .main-content {
  margin: 0;
}
.cid-uFMQnAIvED .card {
  padding: 0;
}
.cid-uFMQnAIvED .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMQnAIvED .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMQnAIvED .google-map iframe {
    height: 350px;
  }
}
.cid-uFMQnBeS8T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMQnBeS8T .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMQnBeS8T .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMQnBeS8T .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMQnBeS8T .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMQnBeS8T a {
  background-image: none !important;
}
.cid-uFMQnBeS8T .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMQnBeS8T .container {
  padding: 5rem 1rem;
}
.cid-uFMQnBeS8T p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMQnBeS8T p {
    text-align: center !important;
  }
}
.cid-uFMQnBeS8T .media-container-row .mbr-text2,
.cid-uFMQnBeS8T .line {
  color: #232323;
  text-align: left;
}
.cid-uFMQnBIRWT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe2d4;
}
.cid-uFMQnBIRWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMQnBIRWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMQnBIRWT .content-wrap {
  justify-content: center;
}
.cid-uFMQnBIRWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uFMQnBIRWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uFMQnBIRWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uFMQnBIRWT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnBIRWT .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMQnBIRWT .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFMQnBIRWT .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uFMQnBIRWT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFMQnBIRWT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFMQnBIRWT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFMQnBIRWT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uFMQnBIRWT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff8576;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFMQnBIRWT .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMQnBIRWT .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uFMQnBIRWT .mbr-section-title {
  color: #ff8576;
}
.cid-uFMQnBIRWT .mbr-copy {
  color: #51565c;
}
.cid-uFMQnBIRWT .mbr-copy,
.cid-uFMQnBIRWT .copy-wrapper {
  text-align: right;
}
.cid-uFMVbZ3XAG {
  background-color: transparent;
}
.cid-uFMVbZ3XAG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMVbZ3XAG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMVbZ3XAG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMVbZ3XAG .menu_box .navbar.opened,
  .cid-uFMVbZ3XAG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMVbZ3XAG .navbar-dropdown {
  position: relative !important;
}
.cid-uFMVbZ3XAG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMVbZ3XAG .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMVbZ3XAG .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMVbZ3XAG .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMVbZ3XAG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMVbZ3XAG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMVbZ3XAG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMVbZ3XAG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMVbZ3XAG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVbZ3XAG .nav-item .nav-link:hover,
.cid-uFMVbZ3XAG .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMVbZ3XAG .nav-item .nav-link:hover::before,
.cid-uFMVbZ3XAG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMVbZ3XAG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMVbZ3XAG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMVbZ3XAG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFMVbZ3XAG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMVbZ3XAG .offcanvas_box {
    display: none;
  }
}
.cid-uFMVbZ3XAG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMVbZ3XAG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMVbZ3XAG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMVbZ3XAG .container {
  display: flex;
  margin: auto;
}
.cid-uFMVbZ3XAG .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFMVbZ3XAG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMVbZ3XAG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .navbar-nav {
    margin: 0;
  }
}
.cid-uFMVbZ3XAG .dropdown-menu,
.cid-uFMVbZ3XAG .navbar.opened {
  background-color: false !important;
}
.cid-uFMVbZ3XAG .nav-item:focus,
.cid-uFMVbZ3XAG .nav-link:focus {
  outline: none;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMVbZ3XAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMVbZ3XAG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMVbZ3XAG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMVbZ3XAG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMVbZ3XAG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMVbZ3XAG .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMVbZ3XAG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMVbZ3XAG .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMVbZ3XAG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMVbZ3XAG .navbar.collapsed {
  justify-content: center;
}
.cid-uFMVbZ3XAG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMVbZ3XAG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMVbZ3XAG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMVbZ3XAG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMVbZ3XAG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMVbZ3XAG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMVbZ3XAG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMVbZ3XAG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMVbZ3XAG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMVbZ3XAG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMVbZ3XAG .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMVbZ3XAG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMVbZ3XAG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMVbZ3XAG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMVbZ3XAG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMVbZ3XAG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMVbZ3XAG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMVbZ3XAG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFMVbZ3XAG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMVbZ3XAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMVbZ3XAG .dropdown-item.active,
.cid-uFMVbZ3XAG .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMVbZ3XAG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMVbZ3XAG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMVbZ3XAG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMVbZ3XAG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMVbZ3XAG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMVbZ3XAG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMVbZ3XAG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVbZ3XAG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMVbZ3XAG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVbZ3XAG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMVbZ3XAG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFMVbZ3XAG .navbar {
    height: 70px;
  }
  .cid-uFMVbZ3XAG .navbar.opened {
    height: auto;
  }
  .cid-uFMVbZ3XAG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMVbZ3XAG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMVbZ3XAG .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMVbZ3XAG .text_widget {
  margin-bottom: 32px;
}
.cid-uFMVbZ3XAG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMVbZ3XAG .text_widget a:hover,
.cid-uFMVbZ3XAG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMVbZ3XAG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMVbZ3XAG .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-phone:hover,
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-email:hover,
.cid-uFMVbZ3XAG .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMVbZ3XAG .navbar-caption {
  color: #ff8576;
}
.cid-uFMVbZ3XAG .mbr-phone {
  color: #ff8576;
}
.cid-uFMVbZ3XAG .mbr-email {
  color: #212529;
}
.cid-uFMVbZ3XAG .mbr-section-subtitle,
.cid-uFMVbZ3XAG .text_widget,
.cid-uFMVbZ3XAG .mbr-section-btn {
  text-align: center;
}
.cid-uFMVbZ3XAG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-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: #ffe2d4;
  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-uFMVc0G8UD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.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: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8576;
}
.cid-uFMVc5EIp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVc5EIp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVc5EIp0 .row {
  justify-content: center;
}
.cid-uFMVc5EIp0 .main-content {
  margin: 0;
}
.cid-uFMVc5EIp0 .card {
  padding: 0;
}
.cid-uFMVc5EIp0 .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMVc5EIp0 .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMVc5EIp0 .google-map iframe {
    height: 350px;
  }
}
.cid-uFMVc6bMr2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMVc6bMr2 a {
  background-image: none !important;
}
.cid-uFMVc6bMr2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMVc6bMr2 .container {
  padding: 5rem 1rem;
}
.cid-uFMVc6bMr2 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMVc6bMr2 p {
    text-align: center !important;
  }
}
.cid-uFMVc6bMr2 .media-container-row .mbr-text2,
.cid-uFMVc6bMr2 .line {
  color: #232323;
  text-align: left;
}
.cid-uFMVc6Dazc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe2d4;
}
.cid-uFMVc6Dazc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVc6Dazc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVc6Dazc .content-wrap {
  justify-content: center;
}
.cid-uFMVc6Dazc .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uFMVc6Dazc .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uFMVc6Dazc .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uFMVc6Dazc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMVc6Dazc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMVc6Dazc .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFMVc6Dazc .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uFMVc6Dazc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFMVc6Dazc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFMVc6Dazc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFMVc6Dazc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uFMVc6Dazc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff8576;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFMVc6Dazc .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMVc6Dazc .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uFMVc6Dazc .mbr-section-title {
  color: #ff8576;
}
.cid-uFMVc6Dazc .mbr-copy {
  color: #51565c;
}
.cid-uFMVc6Dazc .mbr-copy,
.cid-uFMVc6Dazc .copy-wrapper {
  text-align: right;
}
.cid-uFMVE1IV42 {
  background-color: transparent;
}
.cid-uFMVE1IV42 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFMVE1IV42 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFMVE1IV42 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFMVE1IV42 .menu_box .navbar.opened,
  .cid-uFMVE1IV42 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFMVE1IV42 .navbar-dropdown {
  position: relative !important;
}
.cid-uFMVE1IV42 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFMVE1IV42 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uFMVE1IV42 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFMVE1IV42 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uFMVE1IV42 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFMVE1IV42 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uFMVE1IV42 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFMVE1IV42 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uFMVE1IV42 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVE1IV42 .nav-item .nav-link:hover,
.cid-uFMVE1IV42 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uFMVE1IV42 .nav-item .nav-link:hover::before,
.cid-uFMVE1IV42 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFMVE1IV42 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFMVE1IV42 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFMVE1IV42 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFMVE1IV42 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFMVE1IV42 .offcanvas_box {
    display: none;
  }
}
.cid-uFMVE1IV42 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFMVE1IV42 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFMVE1IV42 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFMVE1IV42 .container {
  display: flex;
  margin: auto;
}
.cid-uFMVE1IV42 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFMVE1IV42 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFMVE1IV42 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .navbar-nav {
    margin: 0;
  }
}
.cid-uFMVE1IV42 .dropdown-menu,
.cid-uFMVE1IV42 .navbar.opened {
  background-color: false !important;
}
.cid-uFMVE1IV42 .nav-item:focus,
.cid-uFMVE1IV42 .nav-link:focus {
  outline: none;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFMVE1IV42 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFMVE1IV42 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFMVE1IV42 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFMVE1IV42 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFMVE1IV42 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFMVE1IV42 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFMVE1IV42 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFMVE1IV42 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uFMVE1IV42 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFMVE1IV42 .navbar.collapsed {
  justify-content: center;
}
.cid-uFMVE1IV42 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFMVE1IV42 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFMVE1IV42 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFMVE1IV42 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFMVE1IV42 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFMVE1IV42 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFMVE1IV42 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFMVE1IV42 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFMVE1IV42 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFMVE1IV42 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFMVE1IV42 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFMVE1IV42 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFMVE1IV42 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uFMVE1IV42 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFMVE1IV42 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFMVE1IV42 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFMVE1IV42 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFMVE1IV42 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFMVE1IV42 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFMVE1IV42 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFMVE1IV42 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFMVE1IV42 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFMVE1IV42 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFMVE1IV42 .dropdown-item.active,
.cid-uFMVE1IV42 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFMVE1IV42 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uFMVE1IV42 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFMVE1IV42 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFMVE1IV42 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFMVE1IV42 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFMVE1IV42 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFMVE1IV42 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFMVE1IV42 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFMVE1IV42 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFMVE1IV42 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFMVE1IV42 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFMVE1IV42 .navbar {
    height: 70px;
  }
  .cid-uFMVE1IV42 .navbar.opened {
    height: auto;
  }
  .cid-uFMVE1IV42 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFMVE1IV42 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uFMVE1IV42 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFMVE1IV42 .text_widget {
  margin-bottom: 32px;
}
.cid-uFMVE1IV42 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFMVE1IV42 .text_widget a:hover,
.cid-uFMVE1IV42 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uFMVE1IV42 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uFMVE1IV42 .contacts-wrapper {
  min-width: 200px;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-phone:hover,
.cid-uFMVE1IV42 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFMVE1IV42 .contacts-wrapper .mbr-email:hover,
.cid-uFMVE1IV42 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uFMVE1IV42 .navbar-caption {
  color: #ff8576;
}
.cid-uFMVE1IV42 .mbr-phone {
  color: #ff8576;
}
.cid-uFMVE1IV42 .mbr-email {
  color: #212529;
}
.cid-uFMVE1IV42 .mbr-section-subtitle,
.cid-uFMVE1IV42 .text_widget,
.cid-uFMVE1IV42 .mbr-section-btn {
  text-align: center;
}
.cid-uFMVE1IV42 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-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: #ffe2d4;
  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-uFMVE2OIyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.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: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8576;
}
.cid-uFMVE3lyts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVE3lyts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVE3lyts .row {
  justify-content: center;
}
.cid-uFMVE3lyts .main-content {
  margin: 0;
}
.cid-uFMVE3lyts .card {
  padding: 0;
}
.cid-uFMVE3lyts .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uFMVE3lyts .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFMVE3lyts .google-map iframe {
    height: 350px;
  }
}
.cid-uFMVE3Q7n0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uFMVE3Q7n0 a {
  background-image: none !important;
}
.cid-uFMVE3Q7n0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uFMVE3Q7n0 .container {
  padding: 5rem 1rem;
}
.cid-uFMVE3Q7n0 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uFMVE3Q7n0 p {
    text-align: center !important;
  }
}
.cid-uFMVE3Q7n0 .media-container-row .mbr-text2,
.cid-uFMVE3Q7n0 .line {
  color: #232323;
  text-align: left;
}
.cid-uFMVE4eN59 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe2d4;
}
.cid-uFMVE4eN59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMVE4eN59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMVE4eN59 .content-wrap {
  justify-content: center;
}
.cid-uFMVE4eN59 .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uFMVE4eN59 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uFMVE4eN59 .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uFMVE4eN59 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMVE4eN59 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uFMVE4eN59 .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFMVE4eN59 .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uFMVE4eN59 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFMVE4eN59 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFMVE4eN59 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFMVE4eN59 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uFMVE4eN59 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ff8576;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uFMVE4eN59 .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFMVE4eN59 .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uFMVE4eN59 .mbr-section-title {
  color: #ff8576;
}
.cid-uFMVE4eN59 .mbr-copy {
  color: #51565c;
}
.cid-uFMVE4eN59 .mbr-copy,
.cid-uFMVE4eN59 .copy-wrapper {
  text-align: right;
}
