body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d96860 !important;
}
.bg-success {
  background-color: #888888 !important;
}
.bg-info {
  background-color: #6a696c !important;
}
.bg-warning {
  background-color: #c3c3c3 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d96860 !important;
  border-color: #d96860 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d96860;
  border-color: #d96860;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
.btn-primary:hover {
  background-color: #cf4137 !important;
  border-color: #cf4137 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d96860 !important;
  border-color: #d96860 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d96860;
  border-color: #d96860;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
.btn-secondary:hover {
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6a696c !important;
  border-color: #6a696c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6a696c;
  border-color: #6a696c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6a696c !important;
  border-color: #6a696c !important;
}
.btn-info:hover {
  background-color: #515052 !important;
  border-color: #515052 !important;
}
.btn-success,
.btn-success:active {
  background-color: #888888 !important;
  border-color: #888888 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #888888;
  border-color: #888888;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-success:hover {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-warning:hover {
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d96860;
  color: #d96860;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d96860 !important;
  border-color: #d96860;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d96860;
  color: #d96860;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #d96860 !important;
  border-color: #d96860;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
.btn-secondary-outline:hover {
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #6a696c;
  color: #6a696c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #6a696c !important;
  border-color: #6a696c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6a696c !important;
  border-color: #6a696c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #888888;
  color: #888888;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #888888 !important;
  border-color: #888888;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c3c3c3;
  color: #c3c3c3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #c3c3c3 !important;
  border-color: #c3c3c3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d96860 !important;
}
.text-secondary {
  color: #d96860 !important;
}
.text-success {
  color: #888888 !important;
}
.text-info {
  color: #6a696c !important;
}
.text-warning {
  color: #c3c3c3 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aa3129 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aa3129 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #555555 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #373738 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d96860 !important;
}
.alert-success {
  background-color: #888888;
}
.alert-info {
  background-color: #6a696c;
}
.alert-warning {
  background-color: #c3c3c3;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d96860;
  border-color: #d96860;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d96860;
}
.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: #c8c8c8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaa9ab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #d96860;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d96860;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d96860;
  border-bottom-color: #d96860;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d96860 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d96860 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uLmEg7TXmN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uLmEg7TXmN .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uLmEg7TXmN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uLmEg7TXmN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmEg7TXmN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLmEg7TXmN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLmEg7TXmN .menu_box .navbar.opened,
  .cid-uLmEg7TXmN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLmEg7TXmN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLmEg7TXmN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLmEg7TXmN .btn:hover {
  box-shadow: none;
}
.cid-uLmEg7TXmN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLmEg7TXmN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uLmEg7TXmN .nav-item {
    margin: 0 !important;
  }
}
.cid-uLmEg7TXmN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLmEg7TXmN .nav-item .nav-link:hover,
.cid-uLmEg7TXmN .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uLmEg7TXmN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLmEg7TXmN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLmEg7TXmN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLmEg7TXmN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLmEg7TXmN .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-uLmEg7TXmN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLmEg7TXmN .offcanvas_box {
    display: none;
  }
}
.cid-uLmEg7TXmN .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uLmEg7TXmN .dropdown-item:hover,
.cid-uLmEg7TXmN .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uLmEg7TXmN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLmEg7TXmN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uLmEg7TXmN .container {
  display: flex;
  margin: auto;
}
.cid-uLmEg7TXmN .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLmEg7TXmN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLmEg7TXmN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLmEg7TXmN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLmEg7TXmN .navbar-nav {
    margin: 0;
  }
}
.cid-uLmEg7TXmN .dropdown-menu,
.cid-uLmEg7TXmN .navbar.opened {
  background-color: true !important;
}
.cid-uLmEg7TXmN .nav-item:focus,
.cid-uLmEg7TXmN .nav-link:focus {
  outline: none;
}
.cid-uLmEg7TXmN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmEg7TXmN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmEg7TXmN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmEg7TXmN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmEg7TXmN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmEg7TXmN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmEg7TXmN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLmEg7TXmN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLmEg7TXmN .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmEg7TXmN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLmEg7TXmN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uLmEg7TXmN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmEg7TXmN .navbar.collapsed {
  justify-content: center;
}
.cid-uLmEg7TXmN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmEg7TXmN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLmEg7TXmN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmEg7TXmN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmEg7TXmN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmEg7TXmN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLmEg7TXmN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLmEg7TXmN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLmEg7TXmN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLmEg7TXmN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmEg7TXmN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmEg7TXmN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLmEg7TXmN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmEg7TXmN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLmEg7TXmN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmEg7TXmN .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uLmEg7TXmN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLmEg7TXmN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLmEg7TXmN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLmEg7TXmN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmEg7TXmN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLmEg7TXmN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmEg7TXmN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmEg7TXmN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmEg7TXmN .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-uLmEg7TXmN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLmEg7TXmN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmEg7TXmN .dropdown-item.active,
.cid-uLmEg7TXmN .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmEg7TXmN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uLmEg7TXmN .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uLmEg7TXmN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmEg7TXmN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmEg7TXmN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmEg7TXmN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLmEg7TXmN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmEg7TXmN 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: #ffffff;
}
.cid-uLmEg7TXmN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uLmEg7TXmN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmEg7TXmN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmEg7TXmN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmEg7TXmN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmEg7TXmN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmEg7TXmN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmEg7TXmN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmEg7TXmN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmEg7TXmN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLmEg7TXmN .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-uLmEg7TXmN .navbar {
    height: 70px;
  }
  .cid-uLmEg7TXmN .navbar.opened {
    height: auto;
  }
  .cid-uLmEg7TXmN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLmEg7TXmN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLmEg7TXmN .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uLmEg7TXmN .mbr-section-btn-main {
  width: fit-content;
}
.cid-uLmEg7TXmN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uLmEg7TXmN .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uLmEg7TXmN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLmEg7TXmN .text_widget {
  margin-bottom: 32px;
}
.cid-uLmEg7TXmN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLmEg7TXmN .text_widget a:hover,
.cid-uLmEg7TXmN .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uLmEg7TXmN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uLmEg7TXmN .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uLmEg7TXmN .navbar-caption {
  color: #30262b;
}
.cid-uLmEg7TXmN .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uLmEg7TXmN .icons-menu-main {
  display: flex;
}
.cid-uLmEg7TXmN .mbr-section-subtitle,
.cid-uLmEg7TXmN .text_widget,
.cid-uLmEg7TXmN .mbr-section-btn {
  text-align: center;
}
.cid-uLmEg7TXmN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhKMHlqFz {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background2.jpg");
}
@media (min-width: 992px) {
  .cid-uLhKMHlqFz .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uLhKMHlqFz .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uLhKMHlqFz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLhKMHlqFz .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uLhKMHlqFz .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uLhKMHlqFz .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uLhKMHlqFz .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uLhKMHlqFz .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uLhKMHlqFz .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uLhKMHlqFz .mbr-section-subtitle {
  color: #d96860;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-uLhKMHlqFz .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uLhKMHlqFz .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uLhKMHlqFz .mbr-section-button {
  margin-top: 25px;
}
.cid-uLhKMHlqFz .desc1,
.cid-uLhKMHlqFz .mbr-section-btn {
  color: #6a696c;
  text-align: left;
}
.cid-uLhKMHlqFz .desc2,
.cid-uLhKMHlqFz .mbr-section-btn {
  color: #283742;
  text-align: justify;
}
.cid-v1Sg5EeSHt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Sg5EeSHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Sg5EeSHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Sg5EeSHt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1Sg5EeSHt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1Sg5EeSHt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1Sg5EeSHt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1Sg5EeSHt .embla__slide .slide-content {
  width: 100%;
}
.cid-v1Sg5EeSHt .embla__slide .slide-content:hover .item-wrapper,
.cid-v1Sg5EeSHt .embla__slide .slide-content:focus .item-wrapper {
  background-color: #fdf5f3;
}
.cid-v1Sg5EeSHt .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1Sg5EeSHt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Sg5EeSHt .embla__button--next,
.cid-v1Sg5EeSHt .embla__button--prev {
  display: flex;
}
.cid-v1Sg5EeSHt .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #d96860 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1Sg5EeSHt .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1Sg5EeSHt .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1Sg5EeSHt .embla__button.embla__button--next {
  right: 0;
}
.cid-v1Sg5EeSHt .embla {
  position: relative;
  width: 100%;
}
.cid-v1Sg5EeSHt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1Sg5EeSHt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1Sg5EeSHt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1Sg5EeSHt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1Sg5EeSHt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1Sg5EeSHt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1Sg5EeSHt .mbr-section-title,
.cid-v1Sg5EeSHt .mbr-section-btn {
  color: #d96860;
}
.cid-uXIXEN0m8V {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXIXEN0m8V img,
.cid-uXIXEN0m8V .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uXIXEN0m8V .item:focus,
.cid-uXIXEN0m8V span:focus {
  outline: none;
}
.cid-uXIXEN0m8V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXIXEN0m8V .item {
    margin-bottom: 1rem;
  }
}
.cid-uXIXEN0m8V .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uXIXEN0m8V .item {
  padding: 0;
  margin: 0;
}
.cid-uXIXEN0m8V h5 {
  margin: 0;
}
.cid-uXIXEN0m8V .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXIXEN0m8V .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uXIXEN0m8V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXIXEN0m8V .item-wrapper:hover {
  border-color: #d96860;
}
.cid-uXIXEN0m8V .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uXIXEN0m8V .item-wrapper {
    height: auto;
  }
}
.cid-uXIXEN0m8V .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uXIXEN0m8V .item-title {
  text-align: center;
}
.cid-uXIXEN0m8V .item-subtitle {
  text-align: center;
}
.cid-uXIXEN0m8V .mbr-text,
.cid-uXIXEN0m8V .item .mbr-section-btn {
  text-align: center;
}
.cid-uXIXEN0m8V .content-head {
  max-width: 800px;
}
.cid-uXIXEN0m8V .mbr-section-subtitle,
.cid-uXIXEN0m8V .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #6a696c;
}
.cid-uSkd4brBvP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-2211-edited-2000x1205.jpg");
}
.cid-uSkd4brBvP .insert {
  display: none !important;
}
.cid-uSkd4brBvP .carousel {
  padding: 0;
}
.cid-uSkd4brBvP .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSkd4brBvP .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uSkd4brBvP .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uSkd4brBvP .carousel-controls a:hover span {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uSkd4brBvP .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uSkd4brBvP .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uSkd4brBvP .user {
  border-radius: 3px;
  padding: 60px 60px 70px;
  background-color: rgba(217, 104, 96, 0.9);
}
.cid-uSkd4brBvP .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-uSkd4brBvP .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uSkd4brBvP .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-uSkd4brBvP .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-uSkd4brBvP .carousel-control-prev {
    left: 70%;
  }
  .cid-uSkd4brBvP .carousel-control-next {
    left: 78%;
  }
  .cid-uSkd4brBvP .title__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uSkd4brBvP .mbr-section-title {
    margin-bottom: 30px;
  }
  .cid-uSkd4brBvP .carousel-control-prev {
    left: 67%;
  }
  .cid-uSkd4brBvP .user {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .cid-uSkd4brBvP .user_prof {
    display: none;
  }
  .cid-uSkd4brBvP .carousel-control-prev {
    left: 64%;
  }
}
@media (max-width: 400px) {
  .cid-uSkd4brBvP .user_name {
    display: none;
  }
  .cid-uSkd4brBvP .carousel-control-prev {
    left: 60%;
  }
  .cid-uSkd4brBvP .user_text {
    padding-bottom: 10px;
  }
}
.cid-uSkd4brBvP .user_text,
.cid-uSkd4brBvP .user_image {
  color: #ffffff;
  text-align: justify;
}
.cid-uLmSlFMZQi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLmSlFMZQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmSlFMZQi .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uLmSlFMZQi .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-uLmSlFMZQi img {
  border-radius: 1rem;
}
.cid-uLmSlFMZQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmSlFMZQi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLmSlFMZQi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLmSlFMZQi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLmSlFMZQi .mbr-section-title {
  color: #d96860;
  text-align: center;
}
.cid-uLmSlFMZQi .mbr-section-subtitle,
.cid-uLmSlFMZQi .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uLmSlFMZQi .mbr-text,
.cid-uLmSlFMZQi .mbr-section-btn {
  color: #888888;
  text-align: center;
}
.cid-uLhvsjt6mk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLhvsjt6mk .title__wrap {
  margin-bottom: 30px;
}
.cid-uLhvsjt6mk .title__block {
  margin-bottom: 10px;
}
.cid-uLhvsjt6mk .mbr-section-title,
.cid-uLhvsjt6mk .text__time,
.cid-uLhvsjt6mk .mbr-text,
.cid-uLhvsjt6mk .text__author,
.cid-uLhvsjt6mk .text__hall {
  margin-bottom: 0;
}
.cid-uLhvsjt6mk .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uLhvsjt6mk .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uLhvsjt6mk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLhvsjt6mk .mbr-section-btn .btn-secondary-outline:hover {
  color: #d96860 !important;
}
.cid-uLhvsjt6mk .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uLhvsjt6mk .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uLhvsjt6mk .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uLhvsjt6mk .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLhvsjt6mk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLhvsjt6mk .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uLhvsjt6mk .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uLhvsjt6mk .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #6a696c;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uLhvsjt6mk .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uLhvsjt6mk .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d96860;
}
.cid-uLhvsjt6mk .nav-tabs .nav-link.active:hover {
  background-color: #d96860;
}
@media (max-width: 991px) {
  .cid-uLhvsjt6mk .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uLhvsjt6mk .buttons {
    justify-content: flex-start;
  }
}
.cid-uLhvsjt6mk .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLhvsjt6mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhvsjt6mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhvsjt6mk .mbr-section-title {
  color: #d96860;
}
.cid-uLhvsjt6mk .mbr-text {
  color: #444345;
}
.cid-uLhvsjt6mk .text__time {
  color: #444345;
}
.cid-v2TIqsog1d {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2TIqsog1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2TIqsog1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdVHzHKoS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPdVHzHKoS img,
.cid-uPdVHzHKoS .item-img {
  width: 100%;
}
.cid-uPdVHzHKoS .item:focus,
.cid-uPdVHzHKoS span:focus {
  outline: none;
}
.cid-uPdVHzHKoS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPdVHzHKoS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPdVHzHKoS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPdVHzHKoS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPdVHzHKoS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPdVHzHKoS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPdVHzHKoS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPdVHzHKoS .mbr-section-title {
  color: #d96860;
}
.cid-uPdVHzHKoS .mbr-text,
.cid-uPdVHzHKoS .mbr-section-btn {
  text-align: center;
  color: #444345;
}
.cid-uPdVHzHKoS .item-title {
  text-align: center;
  color: #444345;
}
.cid-uPdVHzHKoS .item-subtitle {
  text-align: left;
}
.cid-uPdVHzHKoS .mbr-section-subtitle {
  color: #888888;
}
.cid-uWXklMQFaT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWXklMQFaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXklMQFaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXklMQFaT .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWXklMQFaT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWXklMQFaT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWXklMQFaT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWXklMQFaT .mbr-label {
  color: #444345;
  text-align: center;
}
.cid-uWXklMQFaT .mbr-section-title {
  color: #ff6d99;
}
.cid-uWXklMQFaT .mbr-text,
.cid-uWXklMQFaT .text-wrapper {
  color: #444345;
  text-align: center;
}
.cid-uWXklMQFaT .mbr-section-title,
.cid-uWXklMQFaT .mbr-section-btn {
  text-align: center;
  color: #d96860;
}
.cid-uXJ9gYH8JS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uXJ9gYH8JS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJ9gYH8JS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJ9gYH8JS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXJ9gYH8JS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXJ9gYH8JS .container {
    padding: 0 25px;
  }
}
.cid-uXJ9gYH8JS .row {
  justify-content: center;
  margin: 0;
}
.cid-uXJ9gYH8JS .item {
  padding: 0;
  border-right: 2px solid #ffffff;
}
.cid-uXJ9gYH8JS .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uXJ9gYH8JS .item {
    border-right: none;
  }
  .cid-uXJ9gYH8JS .item:nth-child(2n) {
    border-left: 2px solid #ffffff;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uXJ9gYH8JS .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-uXJ9gYH8JS .item {
    border-bottom: 2px solid #ffffff;
  }
  .cid-uXJ9gYH8JS .item:last-child {
    border-bottom: none;
  }
}
.cid-uXJ9gYH8JS .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uXJ9gYH8JS .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-uXJ9gYH8JS .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uYcxdrYeAJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uYcxdrYeAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcxdrYeAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcxdrYeAJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYcxdrYeAJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYcxdrYeAJ .container {
    padding: 0 25px;
  }
}
.cid-uYcxdrYeAJ .row {
  justify-content: center;
  margin: 0;
}
.cid-uYcxdrYeAJ .item {
  padding: 0;
  border-right: 2px solid #ffffff;
}
.cid-uYcxdrYeAJ .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYcxdrYeAJ .item {
    border-right: none;
  }
  .cid-uYcxdrYeAJ .item:nth-child(2n) {
    border-left: 2px solid #ffffff;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uYcxdrYeAJ .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-uYcxdrYeAJ .item {
    border-bottom: 2px solid #ffffff;
  }
  .cid-uYcxdrYeAJ .item:last-child {
    border-bottom: none;
  }
}
.cid-uYcxdrYeAJ .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uYcxdrYeAJ .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-uYcxdrYeAJ .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uWXl4JddRZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWXl4JddRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXl4JddRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXl4JddRZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uWXl4JddRZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWXl4JddRZ .container {
    padding: 0 25px;
  }
}
.cid-uWXl4JddRZ .row {
  justify-content: center;
  margin: 0;
}
.cid-uWXl4JddRZ .item {
  padding: 0;
  border-right: 2px solid #ffffff;
}
.cid-uWXl4JddRZ .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uWXl4JddRZ .item {
    border-right: none;
  }
  .cid-uWXl4JddRZ .item:nth-child(2n) {
    border-left: 2px solid #ffffff;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uWXl4JddRZ .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-uWXl4JddRZ .item {
    border-bottom: 2px solid #ffffff;
  }
  .cid-uWXl4JddRZ .item:last-child {
    border-bottom: none;
  }
}
.cid-uWXl4JddRZ .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uWXl4JddRZ .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-uWXl4JddRZ .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uWX8SLx8KD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uWX8SLx8KD .container {
  max-width: 1000px;
}
.cid-uWX8SLx8KD img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-uWX8SLx8KD .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-uYt6Yc4MTI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uYt6Yc4MTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYt6Yc4MTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYt6Yc4MTI .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uYt6Yc4MTI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYt6Yc4MTI .container {
    padding: 0 20px;
  }
}
.cid-uYt6Yc4MTI .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uYt6Yc4MTI .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uYt6Yc4MTI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uYt6Yc4MTI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYt6Yc4MTI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYt6Yc4MTI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uYt6Yc4MTI .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 60px;
}
@media (max-width: 992px) {
  .cid-uYt6Yc4MTI .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uYt6Yc4MTI .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uYt6Yc4MTI .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYt6Yc4MTI .mbr-section-title {
  color: #000000;
}
.cid-uYt6Yc4MTI .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYt6Yc4MTI .mbr-text,
.cid-uYt6Yc4MTI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYt6Yc4MTI .mbr-section-title,
.cid-uYt6Yc4MTI .mbr-section-btn,
.cid-uYt6Yc4MTI .image-wrapper {
  text-align: center;
}
.cid-uPeuPHBNSU {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPeuPHBNSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeuPHBNSU .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-uPeuPHBNSU .container {
    padding: 0 25px;
  }
}
.cid-uPeuPHBNSU .row {
  justify-content: center;
}
.cid-uPeuPHBNSU .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPeuPHBNSU .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPeuPHBNSU .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPeuPHBNSU .image-wrapper img {
    height: 350px;
  }
}
.cid-uPeuPHBNSU .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uPeuPHBNSU .form-wrapper {
    padding: 0 12px;
  }
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c3c3c3 !important;
  border-radius: 0 !important;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #c3c3c3 !important;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
  color: #000000;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}
.cid-uPeuPHBNSU .form-wrapper .dragArea.row .mbr-section-btn {
  width: 50%;
}
.cid-uPeuPHBNSU .mbr-section-title {
  color: #d96860;
}
.cid-uPeuPHBNSU .mbr-text {
  color: #000000;
}
.cid-uPeuPHBNSU label {
  color: #000000;
}
.cid-uPeuPHBNSU P {
  color: #444345;
}
.cid-uSkDIYn4ia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkDIYn4ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkDIYn4ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkDIYn4ia .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkDIYn4ia .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:hover,
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkDIYn4ia .list {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-copy {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkDIYn4ia .mbr-copy,
.cid-uSkDIYn4ia .social-wrap {
  color: #ffffff;
}
.cid-uSkDIYn4ia .list,
.cid-uSkDIYn4ia .item-wrap {
  color: #ffffff;
}
.cid-uPjjnJ1P1M {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uPjjnJ1P1M .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uPjjnJ1P1M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uPjjnJ1P1M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPjjnJ1P1M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPjjnJ1P1M .menu_box .navbar.opened,
  .cid-uPjjnJ1P1M .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPjjnJ1P1M nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uPjjnJ1P1M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPjjnJ1P1M .btn:hover {
  box-shadow: none;
}
.cid-uPjjnJ1P1M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPjjnJ1P1M .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .nav-item {
    margin: 0 !important;
  }
}
.cid-uPjjnJ1P1M .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uPjjnJ1P1M .nav-item .nav-link:hover,
.cid-uPjjnJ1P1M .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uPjjnJ1P1M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPjjnJ1P1M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPjjnJ1P1M .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-uPjjnJ1P1M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPjjnJ1P1M .offcanvas_box {
    display: none;
  }
}
.cid-uPjjnJ1P1M .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uPjjnJ1P1M .dropdown-item:hover,
.cid-uPjjnJ1P1M .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uPjjnJ1P1M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPjjnJ1P1M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uPjjnJ1P1M .container {
  display: flex;
  margin: auto;
}
.cid-uPjjnJ1P1M .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPjjnJ1P1M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPjjnJ1P1M .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPjjnJ1P1M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .navbar-nav {
    margin: 0;
  }
}
.cid-uPjjnJ1P1M .dropdown-menu,
.cid-uPjjnJ1P1M .navbar.opened {
  background-color: true !important;
}
.cid-uPjjnJ1P1M .nav-item:focus,
.cid-uPjjnJ1P1M .nav-link:focus {
  outline: none;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjjnJ1P1M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjjnJ1P1M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjjnJ1P1M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPjjnJ1P1M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPjjnJ1P1M .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjjnJ1P1M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPjjnJ1P1M .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uPjjnJ1P1M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPjjnJ1P1M .navbar.collapsed {
  justify-content: center;
}
.cid-uPjjnJ1P1M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjjnJ1P1M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPjjnJ1P1M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjjnJ1P1M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjjnJ1P1M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjjnJ1P1M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPjjnJ1P1M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPjjnJ1P1M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjjnJ1P1M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPjjnJ1P1M .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uPjjnJ1P1M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjjnJ1P1M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPjjnJ1P1M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPjjnJ1P1M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPjjnJ1P1M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPjjnJ1P1M .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-uPjjnJ1P1M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPjjnJ1P1M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPjjnJ1P1M .dropdown-item.active,
.cid-uPjjnJ1P1M .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjjnJ1P1M .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uPjjnJ1P1M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjjnJ1P1M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjjnJ1P1M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPjjnJ1P1M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPjjnJ1P1M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPjjnJ1P1M 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: #ffffff;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPjjnJ1P1M .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-uPjjnJ1P1M .navbar {
    height: 70px;
  }
  .cid-uPjjnJ1P1M .navbar.opened {
    height: auto;
  }
  .cid-uPjjnJ1P1M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjjnJ1P1M .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPjjnJ1P1M .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uPjjnJ1P1M .mbr-section-btn-main {
  width: fit-content;
}
.cid-uPjjnJ1P1M .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uPjjnJ1P1M .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPjjnJ1P1M .text_widget {
  margin-bottom: 32px;
}
.cid-uPjjnJ1P1M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPjjnJ1P1M .text_widget a:hover,
.cid-uPjjnJ1P1M .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPjjnJ1P1M .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uPjjnJ1P1M .navbar-caption {
  color: #30262b;
}
.cid-uPjjnJ1P1M .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uPjjnJ1P1M .icons-menu-main {
  display: flex;
}
.cid-uPjjnJ1P1M .mbr-section-subtitle,
.cid-uPjjnJ1P1M .text_widget,
.cid-uPjjnJ1P1M .mbr-section-btn {
  text-align: center;
}
.cid-uPjjnJ1P1M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPjjnK6vcE {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPjjnK6vcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjjnK6vcE .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uPjjnK6vcE .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-uPjjnK6vcE img {
  border-radius: 1rem;
}
.cid-uPjjnK6vcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjjnK6vcE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPjjnK6vcE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPjjnK6vcE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPjjnK6vcE .mbr-section-title {
  color: #d96860;
  text-align: center;
}
.cid-uPjjnK6vcE .mbr-section-subtitle,
.cid-uPjjnK6vcE .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uPjjnK6vcE .mbr-text,
.cid-uPjjnK6vcE .mbr-section-btn {
  color: #888888;
  text-align: center;
}
.cid-uWXyUTPi02 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWXyUTPi02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXyUTPi02 .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-uWXyUTPi02 .container {
    padding: 0 25px;
  }
}
.cid-uWXyUTPi02 .row {
  justify-content: center;
}
.cid-uWXyUTPi02 .item {
  padding: 90px 25px;
  border-right: 2px solid #fafafa;
}
.cid-uWXyUTPi02 .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-uWXyUTPi02 .item {
    border-right: none;
    border-bottom: 2px solid #fafafa;
  }
  .cid-uWXyUTPi02 .item:last-child {
    border-bottom: none;
  }
}
.cid-uWXyUTPi02 .item .item-wrapper a {
  display: block;
}
.cid-uWXyUTPi02 .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWXyUTPi02 .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWXyUTPi02 .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #d96860;
}
.cid-uWXyUTPi02 .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uWXyUTPi02 .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uWXyUTPi02 .item-title {
  color: #ffffff;
}
.cid-uWXyUTPi02 .item-title,
.cid-uWXyUTPi02 .icon-wrapper {
  text-align: center;
  color: #d96860;
}
.cid-uSkDIYn4ia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkDIYn4ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkDIYn4ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkDIYn4ia .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkDIYn4ia .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:hover,
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkDIYn4ia .list {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-copy {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkDIYn4ia .mbr-copy,
.cid-uSkDIYn4ia .social-wrap {
  color: #ffffff;
}
.cid-uSkDIYn4ia .list,
.cid-uSkDIYn4ia .item-wrap {
  color: #ffffff;
}
.cid-uPjjnJ1P1M {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uPjjnJ1P1M .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uPjjnJ1P1M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uPjjnJ1P1M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPjjnJ1P1M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPjjnJ1P1M .menu_box .navbar.opened,
  .cid-uPjjnJ1P1M .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPjjnJ1P1M nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uPjjnJ1P1M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPjjnJ1P1M .btn:hover {
  box-shadow: none;
}
.cid-uPjjnJ1P1M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPjjnJ1P1M .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .nav-item {
    margin: 0 !important;
  }
}
.cid-uPjjnJ1P1M .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uPjjnJ1P1M .nav-item .nav-link:hover,
.cid-uPjjnJ1P1M .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uPjjnJ1P1M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPjjnJ1P1M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPjjnJ1P1M .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-uPjjnJ1P1M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPjjnJ1P1M .offcanvas_box {
    display: none;
  }
}
.cid-uPjjnJ1P1M .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uPjjnJ1P1M .dropdown-item:hover,
.cid-uPjjnJ1P1M .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uPjjnJ1P1M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPjjnJ1P1M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uPjjnJ1P1M .container {
  display: flex;
  margin: auto;
}
.cid-uPjjnJ1P1M .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPjjnJ1P1M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPjjnJ1P1M .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPjjnJ1P1M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .navbar-nav {
    margin: 0;
  }
}
.cid-uPjjnJ1P1M .dropdown-menu,
.cid-uPjjnJ1P1M .navbar.opened {
  background-color: true !important;
}
.cid-uPjjnJ1P1M .nav-item:focus,
.cid-uPjjnJ1P1M .nav-link:focus {
  outline: none;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPjjnJ1P1M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPjjnJ1P1M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPjjnJ1P1M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPjjnJ1P1M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPjjnJ1P1M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPjjnJ1P1M .navbar.opened {
  transition: all 0.3s;
}
.cid-uPjjnJ1P1M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPjjnJ1P1M .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uPjjnJ1P1M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPjjnJ1P1M .navbar.collapsed {
  justify-content: center;
}
.cid-uPjjnJ1P1M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPjjnJ1P1M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPjjnJ1P1M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPjjnJ1P1M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPjjnJ1P1M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPjjnJ1P1M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPjjnJ1P1M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPjjnJ1P1M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPjjnJ1P1M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPjjnJ1P1M .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uPjjnJ1P1M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPjjnJ1P1M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPjjnJ1P1M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPjjnJ1P1M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPjjnJ1P1M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPjjnJ1P1M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPjjnJ1P1M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPjjnJ1P1M .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-uPjjnJ1P1M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPjjnJ1P1M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPjjnJ1P1M .dropdown-item.active,
.cid-uPjjnJ1P1M .dropdown-item:active {
  background-color: transparent;
}
.cid-uPjjnJ1P1M .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uPjjnJ1P1M .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uPjjnJ1P1M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPjjnJ1P1M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPjjnJ1P1M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPjjnJ1P1M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPjjnJ1P1M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPjjnJ1P1M 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: #ffffff;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPjjnJ1P1M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPjjnJ1P1M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPjjnJ1P1M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPjjnJ1P1M .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-uPjjnJ1P1M .navbar {
    height: 70px;
  }
  .cid-uPjjnJ1P1M .navbar.opened {
    height: auto;
  }
  .cid-uPjjnJ1P1M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPjjnJ1P1M .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPjjnJ1P1M .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uPjjnJ1P1M .mbr-section-btn-main {
  width: fit-content;
}
.cid-uPjjnJ1P1M .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uPjjnJ1P1M .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPjjnJ1P1M .text_widget {
  margin-bottom: 32px;
}
.cid-uPjjnJ1P1M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPjjnJ1P1M .text_widget a:hover,
.cid-uPjjnJ1P1M .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPjjnJ1P1M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPjjnJ1P1M .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uPjjnJ1P1M .navbar-caption {
  color: #30262b;
}
.cid-uPjjnJ1P1M .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uPjjnJ1P1M .icons-menu-main {
  display: flex;
}
.cid-uPjjnJ1P1M .mbr-section-subtitle,
.cid-uPjjnJ1P1M .text_widget,
.cid-uPjjnJ1P1M .mbr-section-btn {
  text-align: center;
}
.cid-uPjjnJ1P1M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPkcLEIhoo {
  background-image: url("../../../assets/images/background2.jpg");
}
@media (min-width: 992px) {
  .cid-uPkcLEIhoo .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uPkcLEIhoo .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uPkcLEIhoo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPkcLEIhoo .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uPkcLEIhoo .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uPkcLEIhoo .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uPkcLEIhoo .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uPkcLEIhoo .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uPkcLEIhoo .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uPkcLEIhoo .mbr-section-subtitle {
  color: #d96860;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-uPkcLEIhoo .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uPkcLEIhoo .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uPkcLEIhoo .mbr-section-button {
  margin-top: 25px;
}
.cid-uPkcLEIhoo .desc1,
.cid-uPkcLEIhoo .mbr-section-btn {
  color: #6a696c;
  text-align: left;
}
.cid-uPkcLEIhoo .desc2,
.cid-uPkcLEIhoo .mbr-section-btn {
  color: #283742;
  text-align: left;
}
.cid-uSkDIYn4ia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkDIYn4ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkDIYn4ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkDIYn4ia .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkDIYn4ia .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:hover,
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkDIYn4ia .list {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-copy {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkDIYn4ia .mbr-copy,
.cid-uSkDIYn4ia .social-wrap {
  color: #ffffff;
}
.cid-uSkDIYn4ia .list,
.cid-uSkDIYn4ia .item-wrap {
  color: #ffffff;
}
.cid-uPAOOVDK06 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uPAOOVDK06 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uPAOOVDK06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uPAOOVDK06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPAOOVDK06 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPAOOVDK06 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPAOOVDK06 .menu_box .navbar.opened,
  .cid-uPAOOVDK06 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPAOOVDK06 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uPAOOVDK06 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPAOOVDK06 .btn:hover {
  box-shadow: none;
}
.cid-uPAOOVDK06 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPAOOVDK06 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPAOOVDK06 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPAOOVDK06 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uPAOOVDK06 .nav-item .nav-link:hover,
.cid-uPAOOVDK06 .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uPAOOVDK06 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPAOOVDK06 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPAOOVDK06 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPAOOVDK06 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPAOOVDK06 .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-uPAOOVDK06 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPAOOVDK06 .offcanvas_box {
    display: none;
  }
}
.cid-uPAOOVDK06 .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uPAOOVDK06 .dropdown-item:hover,
.cid-uPAOOVDK06 .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uPAOOVDK06 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPAOOVDK06 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uPAOOVDK06 .container {
  display: flex;
  margin: auto;
}
.cid-uPAOOVDK06 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPAOOVDK06 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPAOOVDK06 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPAOOVDK06 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPAOOVDK06 .navbar-nav {
    margin: 0;
  }
}
.cid-uPAOOVDK06 .dropdown-menu,
.cid-uPAOOVDK06 .navbar.opened {
  background-color: true !important;
}
.cid-uPAOOVDK06 .nav-item:focus,
.cid-uPAOOVDK06 .nav-link:focus {
  outline: none;
}
.cid-uPAOOVDK06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPAOOVDK06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPAOOVDK06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPAOOVDK06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPAOOVDK06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPAOOVDK06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPAOOVDK06 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPAOOVDK06 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPAOOVDK06 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPAOOVDK06 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPAOOVDK06 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uPAOOVDK06 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPAOOVDK06 .navbar.collapsed {
  justify-content: center;
}
.cid-uPAOOVDK06 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPAOOVDK06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPAOOVDK06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPAOOVDK06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPAOOVDK06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPAOOVDK06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPAOOVDK06 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPAOOVDK06 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPAOOVDK06 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPAOOVDK06 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPAOOVDK06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPAOOVDK06 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPAOOVDK06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPAOOVDK06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPAOOVDK06 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPAOOVDK06 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uPAOOVDK06 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPAOOVDK06 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPAOOVDK06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPAOOVDK06 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPAOOVDK06 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPAOOVDK06 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPAOOVDK06 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPAOOVDK06 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPAOOVDK06 .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-uPAOOVDK06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPAOOVDK06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPAOOVDK06 .dropdown-item.active,
.cid-uPAOOVDK06 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPAOOVDK06 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uPAOOVDK06 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uPAOOVDK06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPAOOVDK06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPAOOVDK06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPAOOVDK06 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPAOOVDK06 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPAOOVDK06 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: #ffffff;
}
.cid-uPAOOVDK06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uPAOOVDK06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPAOOVDK06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPAOOVDK06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPAOOVDK06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPAOOVDK06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPAOOVDK06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPAOOVDK06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPAOOVDK06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPAOOVDK06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPAOOVDK06 .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-uPAOOVDK06 .navbar {
    height: 70px;
  }
  .cid-uPAOOVDK06 .navbar.opened {
    height: auto;
  }
  .cid-uPAOOVDK06 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPAOOVDK06 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPAOOVDK06 .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uPAOOVDK06 .mbr-section-btn-main {
  width: fit-content;
}
.cid-uPAOOVDK06 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uPAOOVDK06 .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uPAOOVDK06 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPAOOVDK06 .text_widget {
  margin-bottom: 32px;
}
.cid-uPAOOVDK06 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPAOOVDK06 .text_widget a:hover,
.cid-uPAOOVDK06 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPAOOVDK06 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPAOOVDK06 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uPAOOVDK06 .navbar-caption {
  color: #30262b;
}
.cid-uPAOOVDK06 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uPAOOVDK06 .icons-menu-main {
  display: flex;
}
.cid-uPAOOVDK06 .mbr-section-subtitle,
.cid-uPAOOVDK06 .text_widget,
.cid-uPAOOVDK06 .mbr-section-btn {
  text-align: center;
}
.cid-uPAOOVDK06 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPAOOVYVyS {
  background-image: url("../../../assets/images/background2.jpg");
}
@media (min-width: 992px) {
  .cid-uPAOOVYVyS .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uPAOOVYVyS .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uPAOOVYVyS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPAOOVYVyS .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uPAOOVYVyS .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uPAOOVYVyS .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uPAOOVYVyS .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uPAOOVYVyS .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uPAOOVYVyS .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uPAOOVYVyS .mbr-section-subtitle {
  color: #d96860;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-uPAOOVYVyS .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uPAOOVYVyS .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uPAOOVYVyS .mbr-section-button {
  margin-top: 25px;
}
.cid-uPAOOVYVyS .desc1,
.cid-uPAOOVYVyS .mbr-section-btn {
  color: #444345;
  text-align: left;
}
.cid-uPAOOVYVyS .desc2,
.cid-uPAOOVYVyS .mbr-section-btn {
  color: #444345;
  text-align: left;
}
.cid-uSkDIYn4ia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkDIYn4ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkDIYn4ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkDIYn4ia .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkDIYn4ia .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:hover,
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkDIYn4ia .list {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-copy {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkDIYn4ia .mbr-copy,
.cid-uSkDIYn4ia .social-wrap {
  color: #ffffff;
}
.cid-uSkDIYn4ia .list,
.cid-uSkDIYn4ia .item-wrap {
  color: #ffffff;
}
.cid-uQm5DU8saY {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uQm5DU8saY .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uQm5DU8saY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uQm5DU8saY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQm5DU8saY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQm5DU8saY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQm5DU8saY .menu_box .navbar.opened,
  .cid-uQm5DU8saY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQm5DU8saY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uQm5DU8saY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQm5DU8saY .btn:hover {
  box-shadow: none;
}
.cid-uQm5DU8saY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQm5DU8saY .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQm5DU8saY .nav-item {
    margin: 0 !important;
  }
}
.cid-uQm5DU8saY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uQm5DU8saY .nav-item .nav-link:hover,
.cid-uQm5DU8saY .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uQm5DU8saY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQm5DU8saY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQm5DU8saY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQm5DU8saY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQm5DU8saY .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-uQm5DU8saY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQm5DU8saY .offcanvas_box {
    display: none;
  }
}
.cid-uQm5DU8saY .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uQm5DU8saY .dropdown-item:hover,
.cid-uQm5DU8saY .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uQm5DU8saY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQm5DU8saY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uQm5DU8saY .container {
  display: flex;
  margin: auto;
}
.cid-uQm5DU8saY .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQm5DU8saY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQm5DU8saY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQm5DU8saY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQm5DU8saY .navbar-nav {
    margin: 0;
  }
}
.cid-uQm5DU8saY .dropdown-menu,
.cid-uQm5DU8saY .navbar.opened {
  background-color: true !important;
}
.cid-uQm5DU8saY .nav-item:focus,
.cid-uQm5DU8saY .nav-link:focus {
  outline: none;
}
.cid-uQm5DU8saY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQm5DU8saY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQm5DU8saY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQm5DU8saY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQm5DU8saY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQm5DU8saY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQm5DU8saY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQm5DU8saY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQm5DU8saY .navbar.opened {
  transition: all 0.3s;
}
.cid-uQm5DU8saY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQm5DU8saY .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uQm5DU8saY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQm5DU8saY .navbar.collapsed {
  justify-content: center;
}
.cid-uQm5DU8saY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQm5DU8saY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQm5DU8saY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQm5DU8saY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQm5DU8saY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQm5DU8saY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQm5DU8saY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQm5DU8saY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQm5DU8saY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQm5DU8saY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQm5DU8saY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQm5DU8saY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQm5DU8saY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQm5DU8saY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQm5DU8saY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQm5DU8saY .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uQm5DU8saY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQm5DU8saY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQm5DU8saY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQm5DU8saY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQm5DU8saY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQm5DU8saY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQm5DU8saY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQm5DU8saY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQm5DU8saY .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-uQm5DU8saY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQm5DU8saY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQm5DU8saY .dropdown-item.active,
.cid-uQm5DU8saY .dropdown-item:active {
  background-color: transparent;
}
.cid-uQm5DU8saY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uQm5DU8saY .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uQm5DU8saY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQm5DU8saY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQm5DU8saY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQm5DU8saY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQm5DU8saY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQm5DU8saY 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: #ffffff;
}
.cid-uQm5DU8saY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uQm5DU8saY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQm5DU8saY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQm5DU8saY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQm5DU8saY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQm5DU8saY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQm5DU8saY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQm5DU8saY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQm5DU8saY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQm5DU8saY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQm5DU8saY .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-uQm5DU8saY .navbar {
    height: 70px;
  }
  .cid-uQm5DU8saY .navbar.opened {
    height: auto;
  }
  .cid-uQm5DU8saY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQm5DU8saY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQm5DU8saY .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uQm5DU8saY .mbr-section-btn-main {
  width: fit-content;
}
.cid-uQm5DU8saY .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uQm5DU8saY .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uQm5DU8saY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQm5DU8saY .text_widget {
  margin-bottom: 32px;
}
.cid-uQm5DU8saY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQm5DU8saY .text_widget a:hover,
.cid-uQm5DU8saY .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQm5DU8saY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uQm5DU8saY .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uQm5DU8saY .navbar-caption {
  color: #30262b;
}
.cid-uQm5DU8saY .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uQm5DU8saY .icons-menu-main {
  display: flex;
}
.cid-uQm5DU8saY .mbr-section-subtitle,
.cid-uQm5DU8saY .text_widget,
.cid-uQm5DU8saY .mbr-section-btn {
  text-align: center;
}
.cid-uQm5DU8saY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-1j {
  /* Type valid CSS here */
}
#custom-html-1j div {
  padding: 140px 0;
  color: #777;
  text-align: center;
}
#custom-html-1j p {
  font-size: 60px;
  color: #777;
}
.cid-uSkDIYn4ia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkDIYn4ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkDIYn4ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkDIYn4ia .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkDIYn4ia .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkDIYn4ia .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkDIYn4ia .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:hover,
.cid-uSkDIYn4ia .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkDIYn4ia .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkDIYn4ia .list {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-copy {
  color: #050f0f;
}
.cid-uSkDIYn4ia .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkDIYn4ia .mbr-copy,
.cid-uSkDIYn4ia .social-wrap {
  color: #ffffff;
}
.cid-uSkDIYn4ia .list,
.cid-uSkDIYn4ia .item-wrap {
  color: #ffffff;
}
.cid-uSkMm7DAvq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSkMm7DAvq .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uSkMm7DAvq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uSkMm7DAvq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkMm7DAvq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkMm7DAvq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkMm7DAvq .menu_box .navbar.opened,
  .cid-uSkMm7DAvq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkMm7DAvq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSkMm7DAvq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkMm7DAvq .btn:hover {
  box-shadow: none;
}
.cid-uSkMm7DAvq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkMm7DAvq .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSkMm7DAvq .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkMm7DAvq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSkMm7DAvq .nav-item .nav-link:hover,
.cid-uSkMm7DAvq .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uSkMm7DAvq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkMm7DAvq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkMm7DAvq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkMm7DAvq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkMm7DAvq .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-uSkMm7DAvq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkMm7DAvq .offcanvas_box {
    display: none;
  }
}
.cid-uSkMm7DAvq .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uSkMm7DAvq .dropdown-item:hover,
.cid-uSkMm7DAvq .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uSkMm7DAvq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkMm7DAvq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uSkMm7DAvq .container {
  display: flex;
  margin: auto;
}
.cid-uSkMm7DAvq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSkMm7DAvq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkMm7DAvq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkMm7DAvq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkMm7DAvq .navbar-nav {
    margin: 0;
  }
}
.cid-uSkMm7DAvq .dropdown-menu,
.cid-uSkMm7DAvq .navbar.opened {
  background-color: true !important;
}
.cid-uSkMm7DAvq .nav-item:focus,
.cid-uSkMm7DAvq .nav-link:focus {
  outline: none;
}
.cid-uSkMm7DAvq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkMm7DAvq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkMm7DAvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkMm7DAvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkMm7DAvq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkMm7DAvq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkMm7DAvq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkMm7DAvq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkMm7DAvq .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkMm7DAvq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkMm7DAvq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uSkMm7DAvq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSkMm7DAvq .navbar.collapsed {
  justify-content: center;
}
.cid-uSkMm7DAvq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkMm7DAvq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkMm7DAvq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkMm7DAvq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkMm7DAvq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkMm7DAvq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkMm7DAvq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkMm7DAvq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkMm7DAvq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSkMm7DAvq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkMm7DAvq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkMm7DAvq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkMm7DAvq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkMm7DAvq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkMm7DAvq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkMm7DAvq .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uSkMm7DAvq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkMm7DAvq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkMm7DAvq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkMm7DAvq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkMm7DAvq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkMm7DAvq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkMm7DAvq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkMm7DAvq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkMm7DAvq .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-uSkMm7DAvq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSkMm7DAvq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkMm7DAvq .dropdown-item.active,
.cid-uSkMm7DAvq .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkMm7DAvq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uSkMm7DAvq .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uSkMm7DAvq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkMm7DAvq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkMm7DAvq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkMm7DAvq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkMm7DAvq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkMm7DAvq 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: #ffffff;
}
.cid-uSkMm7DAvq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uSkMm7DAvq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkMm7DAvq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkMm7DAvq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkMm7DAvq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkMm7DAvq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkMm7DAvq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkMm7DAvq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkMm7DAvq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkMm7DAvq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkMm7DAvq .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-uSkMm7DAvq .navbar {
    height: 70px;
  }
  .cid-uSkMm7DAvq .navbar.opened {
    height: auto;
  }
  .cid-uSkMm7DAvq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkMm7DAvq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSkMm7DAvq .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uSkMm7DAvq .mbr-section-btn-main {
  width: fit-content;
}
.cid-uSkMm7DAvq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uSkMm7DAvq .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uSkMm7DAvq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkMm7DAvq .text_widget {
  margin-bottom: 32px;
}
.cid-uSkMm7DAvq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkMm7DAvq .text_widget a:hover,
.cid-uSkMm7DAvq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSkMm7DAvq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uSkMm7DAvq .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uSkMm7DAvq .navbar-caption {
  color: #30262b;
}
.cid-uSkMm7DAvq .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uSkMm7DAvq .icons-menu-main {
  display: flex;
}
.cid-uSkMm7DAvq .mbr-section-subtitle,
.cid-uSkMm7DAvq .text_widget,
.cid-uSkMm7DAvq .mbr-section-btn {
  text-align: center;
}
.cid-uSkMm7DAvq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkNjkz5TD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uSkNjkz5TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkNjkz5TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkNjkz5TD .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uSkNjkz5TD .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSkNjkz5TD .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSkNjkz5TD .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSkNjkz5TD .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSkNjkz5TD .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #d96860;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSkNjkz5TD .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSkNjkz5TD .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uSkNjkz5TD .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSkNjkz5TD .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSkNjkz5TD .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uSkNjkz5TD .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uSkNjkz5TD .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkNjkz5TD .mbr-label,
.cid-uSkNjkz5TD .label-wrapper {
  color: #d96860;
  text-align: center;
}
.cid-uSkNjkz5TD .mbr-section-title {
  color: #f5f8ff;
}
.cid-uSkNjkz5TD .mbr-text,
.cid-uSkNjkz5TD .text-wrapper {
  color: #444345;
  text-align: center;
}
.cid-uSkNjkz5TD .mbr-section-title,
.cid-uSkNjkz5TD .mbr-section-btn {
  text-align: center;
}
.cid-uSkNjkz5TD .mbr-section-title,
.cid-uSkNjkz5TD .mbr-section-btn,
.cid-uSkNjkz5TD .title-wrapper {
  color: #d96860;
}
.cid-uSkMm8n71S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkMm8n71S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkMm8n71S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkMm8n71S .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkMm8n71S .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkMm8n71S .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkMm8n71S .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkMm8n71S .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkMm8n71S .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkMm8n71S .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkMm8n71S .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkMm8n71S .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkMm8n71S .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkMm8n71S .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkMm8n71S .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkMm8n71S .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkMm8n71S .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkMm8n71S .list-wrapper .list .item-wrap:hover,
.cid-uSkMm8n71S .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkMm8n71S .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkMm8n71S .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkMm8n71S .list {
  color: #050f0f;
}
.cid-uSkMm8n71S .mbr-copy {
  color: #050f0f;
}
.cid-uSkMm8n71S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkMm8n71S .mbr-copy,
.cid-uSkMm8n71S .social-wrap {
  color: #ffffff;
}
.cid-uSkMm8n71S .list,
.cid-uSkMm8n71S .item-wrap {
  color: #ffffff;
}
.cid-uSkOj0EFP2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSkOj0EFP2 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uSkOj0EFP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uSkOj0EFP2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkOj0EFP2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkOj0EFP2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkOj0EFP2 .menu_box .navbar.opened,
  .cid-uSkOj0EFP2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkOj0EFP2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSkOj0EFP2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkOj0EFP2 .btn:hover {
  box-shadow: none;
}
.cid-uSkOj0EFP2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkOj0EFP2 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uSkOj0EFP2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkOj0EFP2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uSkOj0EFP2 .nav-item .nav-link:hover,
.cid-uSkOj0EFP2 .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uSkOj0EFP2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkOj0EFP2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkOj0EFP2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkOj0EFP2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkOj0EFP2 .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-uSkOj0EFP2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkOj0EFP2 .offcanvas_box {
    display: none;
  }
}
.cid-uSkOj0EFP2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uSkOj0EFP2 .dropdown-item:hover,
.cid-uSkOj0EFP2 .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uSkOj0EFP2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkOj0EFP2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uSkOj0EFP2 .container {
  display: flex;
  margin: auto;
}
.cid-uSkOj0EFP2 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSkOj0EFP2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkOj0EFP2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkOj0EFP2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkOj0EFP2 .navbar-nav {
    margin: 0;
  }
}
.cid-uSkOj0EFP2 .dropdown-menu,
.cid-uSkOj0EFP2 .navbar.opened {
  background-color: true !important;
}
.cid-uSkOj0EFP2 .nav-item:focus,
.cid-uSkOj0EFP2 .nav-link:focus {
  outline: none;
}
.cid-uSkOj0EFP2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkOj0EFP2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkOj0EFP2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkOj0EFP2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkOj0EFP2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkOj0EFP2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkOj0EFP2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkOj0EFP2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkOj0EFP2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkOj0EFP2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkOj0EFP2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uSkOj0EFP2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSkOj0EFP2 .navbar.collapsed {
  justify-content: center;
}
.cid-uSkOj0EFP2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkOj0EFP2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkOj0EFP2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkOj0EFP2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkOj0EFP2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkOj0EFP2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkOj0EFP2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkOj0EFP2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkOj0EFP2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSkOj0EFP2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkOj0EFP2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkOj0EFP2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkOj0EFP2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkOj0EFP2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkOj0EFP2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkOj0EFP2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uSkOj0EFP2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkOj0EFP2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkOj0EFP2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkOj0EFP2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkOj0EFP2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkOj0EFP2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkOj0EFP2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkOj0EFP2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkOj0EFP2 .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-uSkOj0EFP2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSkOj0EFP2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkOj0EFP2 .dropdown-item.active,
.cid-uSkOj0EFP2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkOj0EFP2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uSkOj0EFP2 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uSkOj0EFP2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkOj0EFP2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkOj0EFP2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkOj0EFP2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkOj0EFP2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkOj0EFP2 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: #ffffff;
}
.cid-uSkOj0EFP2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uSkOj0EFP2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkOj0EFP2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkOj0EFP2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkOj0EFP2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkOj0EFP2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkOj0EFP2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkOj0EFP2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkOj0EFP2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkOj0EFP2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkOj0EFP2 .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-uSkOj0EFP2 .navbar {
    height: 70px;
  }
  .cid-uSkOj0EFP2 .navbar.opened {
    height: auto;
  }
  .cid-uSkOj0EFP2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkOj0EFP2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSkOj0EFP2 .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uSkOj0EFP2 .mbr-section-btn-main {
  width: fit-content;
}
.cid-uSkOj0EFP2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uSkOj0EFP2 .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uSkOj0EFP2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkOj0EFP2 .text_widget {
  margin-bottom: 32px;
}
.cid-uSkOj0EFP2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkOj0EFP2 .text_widget a:hover,
.cid-uSkOj0EFP2 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uSkOj0EFP2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uSkOj0EFP2 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uSkOj0EFP2 .navbar-caption {
  color: #30262b;
}
.cid-uSkOj0EFP2 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uSkOj0EFP2 .icons-menu-main {
  display: flex;
}
.cid-uSkOj0EFP2 .mbr-section-subtitle,
.cid-uSkOj0EFP2 .text_widget,
.cid-uSkOj0EFP2 .mbr-section-btn {
  text-align: center;
}
.cid-uSkOj0EFP2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkOj1qRuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uSkOj1qRuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkOj1qRuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkOj1qRuD .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uSkOj1qRuD .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSkOj1qRuD .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSkOj1qRuD .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSkOj1qRuD .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uSkOj1qRuD .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #d96860;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSkOj1qRuD .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSkOj1qRuD .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uSkOj1qRuD .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSkOj1qRuD .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSkOj1qRuD .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uSkOj1qRuD .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uSkOj1qRuD .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSkOj1qRuD .mbr-label,
.cid-uSkOj1qRuD .label-wrapper {
  color: #d96860;
  text-align: center;
}
.cid-uSkOj1qRuD .mbr-section-title {
  color: #f5f8ff;
}
.cid-uSkOj1qRuD .mbr-text,
.cid-uSkOj1qRuD .text-wrapper {
  color: #444345;
  text-align: center;
}
.cid-uSkOj1qRuD .mbr-section-title,
.cid-uSkOj1qRuD .mbr-section-btn {
  text-align: center;
}
.cid-uSkOj1qRuD .mbr-section-title,
.cid-uSkOj1qRuD .mbr-section-btn,
.cid-uSkOj1qRuD .title-wrapper {
  color: #d96860;
}
.cid-uSkOj1EfpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uSkOj1EfpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkOj1EfpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkOj1EfpO .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSkOj1EfpO .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkOj1EfpO .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSkOj1EfpO .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uSkOj1EfpO .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSkOj1EfpO .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSkOj1EfpO .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSkOj1EfpO .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uSkOj1EfpO .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uSkOj1EfpO .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uSkOj1EfpO .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSkOj1EfpO .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSkOj1EfpO .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uSkOj1EfpO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSkOj1EfpO .list-wrapper .list .item-wrap:hover,
.cid-uSkOj1EfpO .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uSkOj1EfpO .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSkOj1EfpO .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uSkOj1EfpO .list {
  color: #050f0f;
}
.cid-uSkOj1EfpO .mbr-copy {
  color: #050f0f;
}
.cid-uSkOj1EfpO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSkOj1EfpO .mbr-copy,
.cid-uSkOj1EfpO .social-wrap {
  color: #ffffff;
}
.cid-uSkOj1EfpO .list,
.cid-uSkOj1EfpO .item-wrap {
  color: #ffffff;
}
.cid-uWhSkKA1AW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uWhSkKA1AW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uWhSkKA1AW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uWhSkKA1AW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWhSkKA1AW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWhSkKA1AW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWhSkKA1AW .menu_box .navbar.opened,
  .cid-uWhSkKA1AW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWhSkKA1AW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWhSkKA1AW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWhSkKA1AW .btn:hover {
  box-shadow: none;
}
.cid-uWhSkKA1AW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWhSkKA1AW .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWhSkKA1AW .nav-item {
    margin: 0 !important;
  }
}
.cid-uWhSkKA1AW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uWhSkKA1AW .nav-item .nav-link:hover,
.cid-uWhSkKA1AW .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uWhSkKA1AW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWhSkKA1AW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWhSkKA1AW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWhSkKA1AW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWhSkKA1AW .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-uWhSkKA1AW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWhSkKA1AW .offcanvas_box {
    display: none;
  }
}
.cid-uWhSkKA1AW .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uWhSkKA1AW .dropdown-item:hover,
.cid-uWhSkKA1AW .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uWhSkKA1AW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWhSkKA1AW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uWhSkKA1AW .container {
  display: flex;
  margin: auto;
}
.cid-uWhSkKA1AW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWhSkKA1AW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWhSkKA1AW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhSkKA1AW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWhSkKA1AW .navbar-nav {
    margin: 0;
  }
}
.cid-uWhSkKA1AW .dropdown-menu,
.cid-uWhSkKA1AW .navbar.opened {
  background-color: true !important;
}
.cid-uWhSkKA1AW .nav-item:focus,
.cid-uWhSkKA1AW .nav-link:focus {
  outline: none;
}
.cid-uWhSkKA1AW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhSkKA1AW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWhSkKA1AW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhSkKA1AW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhSkKA1AW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhSkKA1AW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhSkKA1AW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWhSkKA1AW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWhSkKA1AW .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhSkKA1AW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWhSkKA1AW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uWhSkKA1AW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhSkKA1AW .navbar.collapsed {
  justify-content: center;
}
.cid-uWhSkKA1AW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhSkKA1AW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWhSkKA1AW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhSkKA1AW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhSkKA1AW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhSkKA1AW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWhSkKA1AW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWhSkKA1AW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWhSkKA1AW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWhSkKA1AW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhSkKA1AW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhSkKA1AW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWhSkKA1AW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhSkKA1AW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWhSkKA1AW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhSkKA1AW .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uWhSkKA1AW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWhSkKA1AW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWhSkKA1AW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWhSkKA1AW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhSkKA1AW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWhSkKA1AW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWhSkKA1AW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWhSkKA1AW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWhSkKA1AW .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-uWhSkKA1AW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWhSkKA1AW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhSkKA1AW .dropdown-item.active,
.cid-uWhSkKA1AW .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhSkKA1AW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uWhSkKA1AW .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uWhSkKA1AW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhSkKA1AW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhSkKA1AW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhSkKA1AW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWhSkKA1AW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWhSkKA1AW 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: #ffffff;
}
.cid-uWhSkKA1AW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uWhSkKA1AW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWhSkKA1AW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWhSkKA1AW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWhSkKA1AW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWhSkKA1AW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhSkKA1AW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhSkKA1AW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhSkKA1AW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhSkKA1AW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWhSkKA1AW .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-uWhSkKA1AW .navbar {
    height: 70px;
  }
  .cid-uWhSkKA1AW .navbar.opened {
    height: auto;
  }
  .cid-uWhSkKA1AW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhSkKA1AW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWhSkKA1AW .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uWhSkKA1AW .mbr-section-btn-main {
  width: fit-content;
}
.cid-uWhSkKA1AW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uWhSkKA1AW .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uWhSkKA1AW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWhSkKA1AW .text_widget {
  margin-bottom: 32px;
}
.cid-uWhSkKA1AW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWhSkKA1AW .text_widget a:hover,
.cid-uWhSkKA1AW .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWhSkKA1AW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uWhSkKA1AW .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uWhSkKA1AW .navbar-caption {
  color: #30262b;
}
.cid-uWhSkKA1AW .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uWhSkKA1AW .icons-menu-main {
  display: flex;
}
.cid-uWhSkKA1AW .mbr-section-subtitle,
.cid-uWhSkKA1AW .text_widget,
.cid-uWhSkKA1AW .mbr-section-btn {
  text-align: center;
}
.cid-uWhSkKA1AW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWXtVALGSO {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWXtVALGSO .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWXtVALGSO .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uWXtVALGSO .mbr-text {
  margin: 10px 0;
}
.cid-uWXtVALGSO .divider {
  background-color: #d96860;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uWXtVALGSO .btn-primary:hover {
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
@media (max-width: 767px) {
  .cid-uWXtVALGSO .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uWXtVALGSO .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uWXtVALGSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXtVALGSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhZcmfjJ9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWhZcmfjJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhZcmfjJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhZcmfjJ9 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWhZcmfjJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWhZcmfjJ9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWhZcmfjJ9 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhZcmfjJ9 .mbr-label {
  color: #444345;
  text-align: center;
}
.cid-uWhZcmfjJ9 .mbr-section-title {
  color: #ff6d99;
}
.cid-uWhZcmfjJ9 .mbr-text,
.cid-uWhZcmfjJ9 .text-wrapper {
  color: #444345;
  text-align: center;
}
.cid-uWhZcmfjJ9 .mbr-section-title,
.cid-uWhZcmfjJ9 .mbr-section-btn {
  text-align: center;
  color: #d96860;
}
.cid-uZI6MU7Q6v {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZI6MU7Q6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI6MU7Q6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI6MU7Q6v .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZI6MU7Q6v .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZI6MU7Q6v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZI6MU7Q6v .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZI6MU7Q6v .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZI6MU7Q6v .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZI6MU7Q6v .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZI6MU7Q6v .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZI6MU7Q6v .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZI6MU7Q6v .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZI6MU7Q6v .card-title {
  color: #d96860;
}
.cid-uZI6MU7Q6v .mbr-text,
.cid-uZI6MU7Q6v .social-row {
  color: #444345;
}
.cid-uZI6MU7Q6v .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZI9B9bnb7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZI9B9bnb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI9B9bnb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI9B9bnb7 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZI9B9bnb7 .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZI9B9bnb7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZI9B9bnb7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZI9B9bnb7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZI9B9bnb7 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZI9B9bnb7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZI9B9bnb7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZI9B9bnb7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZI9B9bnb7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZI9B9bnb7 .card-title {
  color: #d96860;
}
.cid-uZI9B9bnb7 .mbr-text,
.cid-uZI9B9bnb7 .social-row {
  color: #444345;
}
.cid-uZI9B9bnb7 .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZI5ad0xaN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZI5ad0xaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI5ad0xaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI5ad0xaN .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZI5ad0xaN .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZI5ad0xaN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZI5ad0xaN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZI5ad0xaN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZI5ad0xaN .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZI5ad0xaN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZI5ad0xaN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZI5ad0xaN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZI5ad0xaN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZI5ad0xaN .card-title {
  color: #d96860;
}
.cid-uZI5ad0xaN .mbr-text,
.cid-uZI5ad0xaN .social-row {
  color: #444345;
}
.cid-uZI5ad0xaN .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZI5n7fjnX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZI5n7fjnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI5n7fjnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI5n7fjnX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZI5n7fjnX .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZI5n7fjnX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZI5n7fjnX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZI5n7fjnX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZI5n7fjnX .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZI5n7fjnX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZI5n7fjnX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZI5n7fjnX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZI5n7fjnX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZI5n7fjnX .card-title {
  color: #d96860;
}
.cid-uZI5n7fjnX .mbr-text,
.cid-uZI5n7fjnX .social-row {
  color: #444345;
}
.cid-uZI5n7fjnX .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZIaNqIcDd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZIaNqIcDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIaNqIcDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIaNqIcDd .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZIaNqIcDd .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZIaNqIcDd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZIaNqIcDd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZIaNqIcDd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZIaNqIcDd .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZIaNqIcDd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZIaNqIcDd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZIaNqIcDd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIaNqIcDd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZIaNqIcDd .card-title {
  color: #d96860;
}
.cid-uZIaNqIcDd .mbr-text,
.cid-uZIaNqIcDd .social-row {
  color: #444345;
}
.cid-uZIaNqIcDd .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZI6kK9hRj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZI6kK9hRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI6kK9hRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI6kK9hRj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZI6kK9hRj .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZI6kK9hRj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZI6kK9hRj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZI6kK9hRj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZI6kK9hRj .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZI6kK9hRj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZI6kK9hRj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZI6kK9hRj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZI6kK9hRj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZI6kK9hRj .card-title {
  color: #d96860;
}
.cid-uZI6kK9hRj .mbr-text,
.cid-uZI6kK9hRj .social-row {
  color: #444345;
}
.cid-uZI6kK9hRj .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uYgFun5oOB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYgFun5oOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgFun5oOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgFun5oOB .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYgFun5oOB .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uYgFun5oOB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYgFun5oOB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uYgFun5oOB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYgFun5oOB .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uYgFun5oOB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYgFun5oOB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYgFun5oOB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYgFun5oOB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYgFun5oOB .card-title {
  color: #d96860;
}
.cid-uYgFun5oOB .mbr-text,
.cid-uYgFun5oOB .social-row {
  color: #444345;
}
.cid-uYgFun5oOB .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-v0hbMuIBbJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0hbMuIBbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hbMuIBbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hbMuIBbJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0hbMuIBbJ .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-v0hbMuIBbJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0hbMuIBbJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0hbMuIBbJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0hbMuIBbJ .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0hbMuIBbJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0hbMuIBbJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0hbMuIBbJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0hbMuIBbJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0hbMuIBbJ .card-title {
  color: #d96860;
}
.cid-v0hbMuIBbJ .mbr-text,
.cid-v0hbMuIBbJ .social-row {
  color: #444345;
}
.cid-v0hbMuIBbJ .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uZBcGJnTaO {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZBcGJnTaO .container {
  max-width: 1000px;
}
.cid-uZBcGJnTaO img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-uZBcGJnTaO .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-uWXyuYLUYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWXyuYLUYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXyuYLUYx .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-uWXyuYLUYx .container {
    padding: 0 25px;
  }
}
.cid-uWXyuYLUYx .row {
  justify-content: center;
}
.cid-uWXyuYLUYx .item {
  padding: 90px 25px;
  border-right: 2px solid #fafafa;
}
.cid-uWXyuYLUYx .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-uWXyuYLUYx .item {
    border-right: none;
    border-bottom: 2px solid #fafafa;
  }
  .cid-uWXyuYLUYx .item:last-child {
    border-bottom: none;
  }
}
.cid-uWXyuYLUYx .item .item-wrapper a {
  display: block;
}
.cid-uWXyuYLUYx .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWXyuYLUYx .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWXyuYLUYx .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #d96860;
}
.cid-uWXyuYLUYx .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uWXyuYLUYx .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uWXyuYLUYx .item-title {
  color: #ffffff;
}
.cid-uWXyuYLUYx .item-title,
.cid-uWXyuYLUYx .icon-wrapper {
  text-align: center;
  color: #d96860;
}
.cid-uWhSkKWHT6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uWhSkKWHT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhSkKWHT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhSkKWHT6 .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhSkKWHT6 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhSkKWHT6 .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhSkKWHT6 .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uWhSkKWHT6 .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhSkKWHT6 .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uWhSkKWHT6 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWhSkKWHT6 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uWhSkKWHT6 .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uWhSkKWHT6 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uWhSkKWHT6 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhSkKWHT6 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uWhSkKWHT6 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhSkKWHT6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWhSkKWHT6 .list-wrapper .list .item-wrap:hover,
.cid-uWhSkKWHT6 .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uWhSkKWHT6 .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhSkKWHT6 .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uWhSkKWHT6 .list {
  color: #050f0f;
}
.cid-uWhSkKWHT6 .mbr-copy {
  color: #050f0f;
}
.cid-uWhSkKWHT6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWhSkKWHT6 .mbr-copy,
.cid-uWhSkKWHT6 .social-wrap {
  color: #ffffff;
}
.cid-uWhSkKWHT6 .list,
.cid-uWhSkKWHT6 .item-wrap {
  color: #ffffff;
}
.cid-uWXsa5yrha {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uWXsa5yrha .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uWXsa5yrha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uWXsa5yrha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWXsa5yrha .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWXsa5yrha .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWXsa5yrha .menu_box .navbar.opened,
  .cid-uWXsa5yrha .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWXsa5yrha nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uWXsa5yrha .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWXsa5yrha .btn:hover {
  box-shadow: none;
}
.cid-uWXsa5yrha .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWXsa5yrha .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWXsa5yrha .nav-item {
    margin: 0 !important;
  }
}
.cid-uWXsa5yrha .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uWXsa5yrha .nav-item .nav-link:hover,
.cid-uWXsa5yrha .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uWXsa5yrha .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWXsa5yrha .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWXsa5yrha .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWXsa5yrha .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWXsa5yrha .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-uWXsa5yrha .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWXsa5yrha .offcanvas_box {
    display: none;
  }
}
.cid-uWXsa5yrha .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uWXsa5yrha .dropdown-item:hover,
.cid-uWXsa5yrha .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uWXsa5yrha .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWXsa5yrha .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uWXsa5yrha .container {
  display: flex;
  margin: auto;
}
.cid-uWXsa5yrha .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWXsa5yrha .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWXsa5yrha .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWXsa5yrha .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWXsa5yrha .navbar-nav {
    margin: 0;
  }
}
.cid-uWXsa5yrha .dropdown-menu,
.cid-uWXsa5yrha .navbar.opened {
  background-color: true !important;
}
.cid-uWXsa5yrha .nav-item:focus,
.cid-uWXsa5yrha .nav-link:focus {
  outline: none;
}
.cid-uWXsa5yrha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWXsa5yrha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWXsa5yrha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWXsa5yrha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWXsa5yrha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWXsa5yrha .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWXsa5yrha .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWXsa5yrha .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWXsa5yrha .navbar.opened {
  transition: all 0.3s;
}
.cid-uWXsa5yrha .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWXsa5yrha .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uWXsa5yrha .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWXsa5yrha .navbar.collapsed {
  justify-content: center;
}
.cid-uWXsa5yrha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWXsa5yrha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWXsa5yrha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWXsa5yrha .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWXsa5yrha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWXsa5yrha .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWXsa5yrha .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWXsa5yrha .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWXsa5yrha .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWXsa5yrha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWXsa5yrha .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWXsa5yrha .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWXsa5yrha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWXsa5yrha .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWXsa5yrha .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWXsa5yrha .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uWXsa5yrha .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWXsa5yrha .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWXsa5yrha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWXsa5yrha .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWXsa5yrha .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWXsa5yrha .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWXsa5yrha .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWXsa5yrha .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWXsa5yrha .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-uWXsa5yrha .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWXsa5yrha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWXsa5yrha .dropdown-item.active,
.cid-uWXsa5yrha .dropdown-item:active {
  background-color: transparent;
}
.cid-uWXsa5yrha .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uWXsa5yrha .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uWXsa5yrha .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWXsa5yrha .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWXsa5yrha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWXsa5yrha ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWXsa5yrha .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWXsa5yrha 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: #ffffff;
}
.cid-uWXsa5yrha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uWXsa5yrha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWXsa5yrha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWXsa5yrha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWXsa5yrha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWXsa5yrha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWXsa5yrha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWXsa5yrha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWXsa5yrha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWXsa5yrha a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWXsa5yrha .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-uWXsa5yrha .navbar {
    height: 70px;
  }
  .cid-uWXsa5yrha .navbar.opened {
    height: auto;
  }
  .cid-uWXsa5yrha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWXsa5yrha .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWXsa5yrha .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uWXsa5yrha .mbr-section-btn-main {
  width: fit-content;
}
.cid-uWXsa5yrha .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uWXsa5yrha .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uWXsa5yrha .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWXsa5yrha .text_widget {
  margin-bottom: 32px;
}
.cid-uWXsa5yrha .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWXsa5yrha .text_widget a:hover,
.cid-uWXsa5yrha .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWXsa5yrha .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uWXsa5yrha .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uWXsa5yrha .navbar-caption {
  color: #30262b;
}
.cid-uWXsa5yrha .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uWXsa5yrha .icons-menu-main {
  display: flex;
}
.cid-uWXsa5yrha .mbr-section-subtitle,
.cid-uWXsa5yrha .text_widget,
.cid-uWXsa5yrha .mbr-section-btn {
  text-align: center;
}
.cid-uWXsa5yrha a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWXuFyxuwa {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWXuFyxuwa .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWXuFyxuwa .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uWXuFyxuwa .mbr-text {
  margin: 10px 0;
}
.cid-uWXuFyxuwa .divider {
  background-color: #d96860;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uWXuFyxuwa .btn-primary:hover {
  background-color: #d96860 !important;
  border-color: #d96860 !important;
}
@media (max-width: 767px) {
  .cid-uWXuFyxuwa .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uWXuFyxuwa .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uWXuFyxuwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXuFyxuwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXsa5SSy8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWXsa5SSy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXsa5SSy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXsa5SSy8 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWXsa5SSy8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWXsa5SSy8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWXsa5SSy8 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWXsa5SSy8 .mbr-label {
  color: #444345;
  text-align: center;
}
.cid-uWXsa5SSy8 .mbr-section-title {
  color: #ff6d99;
}
.cid-uWXsa5SSy8 .mbr-text,
.cid-uWXsa5SSy8 .text-wrapper {
  color: #444345;
  text-align: center;
}
.cid-uWXsa5SSy8 .mbr-section-title,
.cid-uWXsa5SSy8 .mbr-section-btn {
  text-align: center;
  color: #d96860;
}
.cid-uZIbWHryPc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZIbWHryPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIbWHryPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIbWHryPc .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZIbWHryPc .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZIbWHryPc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZIbWHryPc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZIbWHryPc .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZIbWHryPc .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZIbWHryPc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZIbWHryPc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZIbWHryPc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIbWHryPc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZIbWHryPc .card-title {
  color: #d96860;
}
.cid-uZIbWHryPc .mbr-text,
.cid-uZIbWHryPc .social-row {
  color: #444345;
}
.cid-uZIbWHryPc .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZIc8OOakf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZIc8OOakf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIc8OOakf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIc8OOakf .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZIc8OOakf .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZIc8OOakf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZIc8OOakf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZIc8OOakf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZIc8OOakf .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZIc8OOakf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZIc8OOakf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZIc8OOakf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIc8OOakf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZIc8OOakf .card-title {
  color: #d96860;
}
.cid-uZIc8OOakf .mbr-text,
.cid-uZIc8OOakf .social-row {
  color: #444345;
}
.cid-uZIc8OOakf .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uWXsa5Z98c {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWXsa5Z98c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXsa5Z98c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXsa5Z98c .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWXsa5Z98c .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uWXsa5Z98c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWXsa5Z98c .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uWXsa5Z98c .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uWXsa5Z98c .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uWXsa5Z98c .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWXsa5Z98c .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWXsa5Z98c .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWXsa5Z98c .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWXsa5Z98c .card-title {
  color: #d96860;
}
.cid-uWXsa5Z98c .mbr-text,
.cid-uWXsa5Z98c .social-row {
  color: #444345;
}
.cid-uWXsa5Z98c .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZIbBZlZSD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZIbBZlZSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIbBZlZSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIbBZlZSD .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZIbBZlZSD .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZIbBZlZSD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZIbBZlZSD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZIbBZlZSD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZIbBZlZSD .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZIbBZlZSD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZIbBZlZSD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZIbBZlZSD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIbBZlZSD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZIbBZlZSD .card-title {
  color: #d96860;
}
.cid-uZIbBZlZSD .mbr-text,
.cid-uZIbBZlZSD .social-row {
  color: #444345;
}
.cid-uZIbBZlZSD .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZIcHTrbC6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZIcHTrbC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIcHTrbC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIcHTrbC6 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZIcHTrbC6 .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZIcHTrbC6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZIcHTrbC6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZIcHTrbC6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZIcHTrbC6 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZIcHTrbC6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZIcHTrbC6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZIcHTrbC6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIcHTrbC6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZIcHTrbC6 .card-title {
  color: #d96860;
}
.cid-uZIcHTrbC6 .mbr-text,
.cid-uZIcHTrbC6 .social-row {
  color: #444345;
}
.cid-uZIcHTrbC6 .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uZIcVznyoX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZIcVznyoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIcVznyoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIcVznyoX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZIcVznyoX .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uZIcVznyoX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZIcVznyoX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZIcVznyoX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZIcVznyoX .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZIcVznyoX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZIcVznyoX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZIcVznyoX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIcVznyoX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZIcVznyoX .card-title {
  color: #d96860;
}
.cid-uZIcVznyoX .mbr-text,
.cid-uZIcVznyoX .social-row {
  color: #444345;
}
.cid-uZIcVznyoX .card-subtitle {
  text-align: left;
  color: #444345;
}
.cid-uYgCEyWo7z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYgCEyWo7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgCEyWo7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgCEyWo7z .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uYgCEyWo7z .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uYgCEyWo7z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYgCEyWo7z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uYgCEyWo7z .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uYgCEyWo7z .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uYgCEyWo7z .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYgCEyWo7z .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uYgCEyWo7z .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYgCEyWo7z .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uYgCEyWo7z .card-title {
  color: #d96860;
}
.cid-uYgCEyWo7z .mbr-text,
.cid-uYgCEyWo7z .social-row {
  color: #444345;
}
.cid-uYgCEyWo7z .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-v0hcgJ3jRf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0hcgJ3jRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hcgJ3jRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hcgJ3jRf .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0hcgJ3jRf .item-wrapper {
  background-color: #fef9f7;
  border-radius: 4px;
  background-color: transparent;
}
.cid-v0hcgJ3jRf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0hcgJ3jRf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0hcgJ3jRf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0hcgJ3jRf .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0hcgJ3jRf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0hcgJ3jRf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0hcgJ3jRf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0hcgJ3jRf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0hcgJ3jRf .card-title {
  color: #d96860;
}
.cid-v0hcgJ3jRf .mbr-text,
.cid-v0hcgJ3jRf .social-row {
  color: #444345;
}
.cid-v0hcgJ3jRf .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uZBdquSDb1 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZBdquSDb1 .container {
  max-width: 1000px;
}
.cid-uZBdquSDb1 img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-uZBdquSDb1 .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-uWXwYiWD0c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWXwYiWD0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXwYiWD0c .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-uWXwYiWD0c .container {
    padding: 0 25px;
  }
}
.cid-uWXwYiWD0c .row {
  justify-content: center;
}
.cid-uWXwYiWD0c .item {
  padding: 90px 25px;
  border-right: 2px solid #fafafa;
}
.cid-uWXwYiWD0c .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-uWXwYiWD0c .item {
    border-right: none;
    border-bottom: 2px solid #fafafa;
  }
  .cid-uWXwYiWD0c .item:last-child {
    border-bottom: none;
  }
}
.cid-uWXwYiWD0c .item .item-wrapper a {
  display: block;
}
.cid-uWXwYiWD0c .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWXwYiWD0c .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWXwYiWD0c .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #d96860;
}
.cid-uWXwYiWD0c .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uWXwYiWD0c .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uWXwYiWD0c .item-title {
  color: #ffffff;
}
.cid-uWXwYiWD0c .item-title,
.cid-uWXwYiWD0c .icon-wrapper {
  text-align: center;
  color: #d96860;
}
.cid-uWXsa6shY3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uWXsa6shY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXsa6shY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXsa6shY3 .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWXsa6shY3 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWXsa6shY3 .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWXsa6shY3 .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uWXsa6shY3 .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWXsa6shY3 .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uWXsa6shY3 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWXsa6shY3 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uWXsa6shY3 .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uWXsa6shY3 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uWXsa6shY3 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWXsa6shY3 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uWXsa6shY3 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uWXsa6shY3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWXsa6shY3 .list-wrapper .list .item-wrap:hover,
.cid-uWXsa6shY3 .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uWXsa6shY3 .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWXsa6shY3 .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uWXsa6shY3 .list {
  color: #050f0f;
}
.cid-uWXsa6shY3 .mbr-copy {
  color: #050f0f;
}
.cid-uWXsa6shY3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWXsa6shY3 .mbr-copy,
.cid-uWXsa6shY3 .social-wrap {
  color: #ffffff;
}
.cid-uWXsa6shY3 .list,
.cid-uWXsa6shY3 .item-wrap {
  color: #ffffff;
}
.cid-uZAiR9bilG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uZAiR9bilG .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-uZAiR9bilG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-uZAiR9bilG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZAiR9bilG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZAiR9bilG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZAiR9bilG .menu_box .navbar.opened,
  .cid-uZAiR9bilG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZAiR9bilG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZAiR9bilG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZAiR9bilG .btn:hover {
  box-shadow: none;
}
.cid-uZAiR9bilG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZAiR9bilG .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZAiR9bilG .nav-item {
    margin: 0 !important;
  }
}
.cid-uZAiR9bilG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uZAiR9bilG .nav-item .nav-link:hover,
.cid-uZAiR9bilG .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-uZAiR9bilG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZAiR9bilG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZAiR9bilG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZAiR9bilG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZAiR9bilG .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-uZAiR9bilG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZAiR9bilG .offcanvas_box {
    display: none;
  }
}
.cid-uZAiR9bilG .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uZAiR9bilG .dropdown-item:hover,
.cid-uZAiR9bilG .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-uZAiR9bilG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZAiR9bilG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uZAiR9bilG .container {
  display: flex;
  margin: auto;
}
.cid-uZAiR9bilG .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZAiR9bilG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZAiR9bilG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZAiR9bilG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZAiR9bilG .navbar-nav {
    margin: 0;
  }
}
.cid-uZAiR9bilG .dropdown-menu,
.cid-uZAiR9bilG .navbar.opened {
  background-color: true !important;
}
.cid-uZAiR9bilG .nav-item:focus,
.cid-uZAiR9bilG .nav-link:focus {
  outline: none;
}
.cid-uZAiR9bilG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZAiR9bilG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZAiR9bilG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZAiR9bilG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAiR9bilG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZAiR9bilG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZAiR9bilG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZAiR9bilG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZAiR9bilG .navbar.opened {
  transition: all 0.3s;
}
.cid-uZAiR9bilG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZAiR9bilG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uZAiR9bilG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZAiR9bilG .navbar.collapsed {
  justify-content: center;
}
.cid-uZAiR9bilG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZAiR9bilG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZAiR9bilG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAiR9bilG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAiR9bilG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAiR9bilG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZAiR9bilG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZAiR9bilG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZAiR9bilG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZAiR9bilG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZAiR9bilG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAiR9bilG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZAiR9bilG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAiR9bilG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZAiR9bilG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZAiR9bilG .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uZAiR9bilG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZAiR9bilG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZAiR9bilG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZAiR9bilG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZAiR9bilG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZAiR9bilG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZAiR9bilG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZAiR9bilG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZAiR9bilG .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-uZAiR9bilG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZAiR9bilG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAiR9bilG .dropdown-item.active,
.cid-uZAiR9bilG .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAiR9bilG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uZAiR9bilG .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uZAiR9bilG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAiR9bilG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAiR9bilG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAiR9bilG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZAiR9bilG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZAiR9bilG 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: #ffffff;
}
.cid-uZAiR9bilG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-uZAiR9bilG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZAiR9bilG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAiR9bilG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAiR9bilG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZAiR9bilG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAiR9bilG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZAiR9bilG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZAiR9bilG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAiR9bilG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZAiR9bilG .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-uZAiR9bilG .navbar {
    height: 70px;
  }
  .cid-uZAiR9bilG .navbar.opened {
    height: auto;
  }
  .cid-uZAiR9bilG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZAiR9bilG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZAiR9bilG .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uZAiR9bilG .mbr-section-btn-main {
  width: fit-content;
}
.cid-uZAiR9bilG .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uZAiR9bilG .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-uZAiR9bilG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZAiR9bilG .text_widget {
  margin-bottom: 32px;
}
.cid-uZAiR9bilG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZAiR9bilG .text_widget a:hover,
.cid-uZAiR9bilG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZAiR9bilG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uZAiR9bilG .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uZAiR9bilG .navbar-caption {
  color: #30262b;
}
.cid-uZAiR9bilG .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uZAiR9bilG .icons-menu-main {
  display: flex;
}
.cid-uZAiR9bilG .mbr-section-subtitle,
.cid-uZAiR9bilG .text_widget,
.cid-uZAiR9bilG .mbr-section-btn {
  text-align: center;
}
.cid-uZAiR9bilG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZAlPIWIjz {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAlPIWIjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAlPIWIjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAlPIWIjz .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZAlPIWIjz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZAlPIWIjz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZAlPIWIjz .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZAlPIWIjz .mbr-label {
  color: #444345;
  text-align: center;
}
.cid-uZAlPIWIjz .mbr-section-title {
  color: #ff6d99;
}
.cid-uZAlPIWIjz .mbr-text,
.cid-uZAlPIWIjz .text-wrapper {
  color: #6a696c;
  text-align: center;
}
.cid-uZAlPIWIjz .mbr-section-title,
.cid-uZAlPIWIjz .mbr-section-btn {
  text-align: center;
  color: #d96860;
}
.cid-uZAmGiHaf3 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAmGiHaf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAmGiHaf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAmGiHaf3 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAmGiHaf3 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAmGiHaf3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAmGiHaf3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAmGiHaf3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAmGiHaf3 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAmGiHaf3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAmGiHaf3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAmGiHaf3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAmGiHaf3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAmGiHaf3 .card-title {
  color: #d96860;
}
.cid-uZAmGiHaf3 .mbr-text,
.cid-uZAmGiHaf3 .social-row {
  color: #444345;
}
.cid-uZAmGiHaf3 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAr1Y0IGA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAr1Y0IGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAr1Y0IGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAr1Y0IGA .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAr1Y0IGA .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAr1Y0IGA .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAr1Y0IGA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAr1Y0IGA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAr1Y0IGA .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAr1Y0IGA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAr1Y0IGA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAr1Y0IGA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAr1Y0IGA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAr1Y0IGA .card-title {
  color: #d96860;
}
.cid-uZAr1Y0IGA .mbr-text,
.cid-uZAr1Y0IGA .social-row {
  color: #444345;
}
.cid-uZAr1Y0IGA .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZB4s1URrb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZB4s1URrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZB4s1URrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZB4s1URrb .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZB4s1URrb .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZB4s1URrb .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZB4s1URrb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZB4s1URrb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZB4s1URrb .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZB4s1URrb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZB4s1URrb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZB4s1URrb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZB4s1URrb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZB4s1URrb .card-title {
  color: #d96860;
}
.cid-uZB4s1URrb .mbr-text,
.cid-uZB4s1URrb .social-row {
  color: #444345;
}
.cid-uZB4s1URrb .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0W9QymR3z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0W9QymR3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0W9QymR3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0W9QymR3z .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0W9QymR3z .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0W9QymR3z .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0W9QymR3z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0W9QymR3z .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0W9QymR3z .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0W9QymR3z .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0W9QymR3z .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0W9QymR3z .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0W9QymR3z .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0W9QymR3z .card-title {
  color: #d96860;
}
.cid-v0W9QymR3z .mbr-text,
.cid-v0W9QymR3z .social-row {
  color: #444345;
}
.cid-v0W9QymR3z .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZALcYlve1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZALcYlve1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZALcYlve1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZALcYlve1 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZALcYlve1 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZALcYlve1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZALcYlve1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZALcYlve1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZALcYlve1 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZALcYlve1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZALcYlve1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZALcYlve1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZALcYlve1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZALcYlve1 .card-title {
  color: #d96860;
}
.cid-uZALcYlve1 .mbr-text,
.cid-uZALcYlve1 .social-row {
  color: #444345;
}
.cid-uZALcYlve1 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAOvCrpHr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAOvCrpHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAOvCrpHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAOvCrpHr .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAOvCrpHr .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAOvCrpHr .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAOvCrpHr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAOvCrpHr .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAOvCrpHr .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAOvCrpHr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAOvCrpHr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAOvCrpHr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAOvCrpHr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAOvCrpHr .card-title {
  color: #d96860;
}
.cid-uZAOvCrpHr .mbr-text,
.cid-uZAOvCrpHr .social-row {
  color: #444345;
}
.cid-uZAOvCrpHr .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v09UQfFOdO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v09UQfFOdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09UQfFOdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09UQfFOdO .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v09UQfFOdO .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v09UQfFOdO .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v09UQfFOdO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v09UQfFOdO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v09UQfFOdO .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v09UQfFOdO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v09UQfFOdO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v09UQfFOdO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v09UQfFOdO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v09UQfFOdO .card-title {
  color: #d96860;
}
.cid-v09UQfFOdO .mbr-text,
.cid-v09UQfFOdO .social-row {
  color: #444345;
}
.cid-v09UQfFOdO .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v1ua0bRmwp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1ua0bRmwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ua0bRmwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ua0bRmwp .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v1ua0bRmwp .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v1ua0bRmwp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v1ua0bRmwp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v1ua0bRmwp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v1ua0bRmwp .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v1ua0bRmwp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1ua0bRmwp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v1ua0bRmwp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1ua0bRmwp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v1ua0bRmwp .card-title {
  color: #d96860;
}
.cid-v1ua0bRmwp .mbr-text,
.cid-v1ua0bRmwp .social-row {
  color: #444345;
}
.cid-v1ua0bRmwp .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAvCEYfQM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAvCEYfQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAvCEYfQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAvCEYfQM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAvCEYfQM .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAvCEYfQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAvCEYfQM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAvCEYfQM .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAvCEYfQM .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAvCEYfQM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAvCEYfQM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAvCEYfQM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAvCEYfQM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAvCEYfQM .card-title {
  color: #d96860;
}
.cid-uZAvCEYfQM .mbr-text,
.cid-uZAvCEYfQM .social-row {
  color: #444345;
}
.cid-uZAvCEYfQM .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZC2dcDkKW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZC2dcDkKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZC2dcDkKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZC2dcDkKW .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZC2dcDkKW .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZC2dcDkKW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZC2dcDkKW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZC2dcDkKW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZC2dcDkKW .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZC2dcDkKW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZC2dcDkKW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZC2dcDkKW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZC2dcDkKW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZC2dcDkKW .card-title {
  color: #d96860;
}
.cid-uZC2dcDkKW .mbr-text,
.cid-uZC2dcDkKW .social-row {
  color: #444345;
}
.cid-uZC2dcDkKW .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZGHhv5euX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZGHhv5euX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGHhv5euX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGHhv5euX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZGHhv5euX .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZGHhv5euX .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZGHhv5euX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZGHhv5euX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZGHhv5euX .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZGHhv5euX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZGHhv5euX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZGHhv5euX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZGHhv5euX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZGHhv5euX .card-title {
  color: #d96860;
}
.cid-uZGHhv5euX .mbr-text,
.cid-uZGHhv5euX .social-row {
  color: #444345;
}
.cid-uZGHhv5euX .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAQWpWheh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAQWpWheh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAQWpWheh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAQWpWheh .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAQWpWheh .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAQWpWheh .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAQWpWheh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAQWpWheh .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAQWpWheh .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAQWpWheh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAQWpWheh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAQWpWheh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAQWpWheh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAQWpWheh .card-title {
  color: #d96860;
}
.cid-uZAQWpWheh .mbr-text,
.cid-uZAQWpWheh .social-row {
  color: #444345;
}
.cid-uZAQWpWheh .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZBhAK6UZc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZBhAK6UZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBhAK6UZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBhAK6UZc .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZBhAK6UZc .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZBhAK6UZc .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZBhAK6UZc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZBhAK6UZc .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZBhAK6UZc .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZBhAK6UZc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZBhAK6UZc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZBhAK6UZc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZBhAK6UZc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZBhAK6UZc .card-title {
  color: #d96860;
}
.cid-uZBhAK6UZc .mbr-text,
.cid-uZBhAK6UZc .social-row {
  color: #444345;
}
.cid-uZBhAK6UZc .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0QNrb5ulI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0QNrb5ulI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QNrb5ulI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QNrb5ulI .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0QNrb5ulI .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0QNrb5ulI .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0QNrb5ulI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0QNrb5ulI .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0QNrb5ulI .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0QNrb5ulI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0QNrb5ulI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0QNrb5ulI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0QNrb5ulI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0QNrb5ulI .card-title {
  color: #d96860;
}
.cid-v0QNrb5ulI .mbr-text,
.cid-v0QNrb5ulI .social-row {
  color: #444345;
}
.cid-v0QNrb5ulI .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v3aVjKQO0R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3aVjKQO0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3aVjKQO0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3aVjKQO0R .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v3aVjKQO0R .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v3aVjKQO0R .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v3aVjKQO0R .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v3aVjKQO0R .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v3aVjKQO0R .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v3aVjKQO0R .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3aVjKQO0R .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v3aVjKQO0R .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3aVjKQO0R .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v3aVjKQO0R .card-title {
  color: #d96860;
}
.cid-v3aVjKQO0R .mbr-text,
.cid-v3aVjKQO0R .social-row {
  color: #444345;
}
.cid-v3aVjKQO0R .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0lh5N78k4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0lh5N78k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lh5N78k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0lh5N78k4 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0lh5N78k4 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0lh5N78k4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0lh5N78k4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0lh5N78k4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0lh5N78k4 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0lh5N78k4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0lh5N78k4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0lh5N78k4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0lh5N78k4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0lh5N78k4 .card-title {
  color: #d96860;
}
.cid-v0lh5N78k4 .mbr-text,
.cid-v0lh5N78k4 .social-row {
  color: #444345;
}
.cid-v0lh5N78k4 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAnK1zgOj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAnK1zgOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAnK1zgOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAnK1zgOj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAnK1zgOj .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAnK1zgOj .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAnK1zgOj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAnK1zgOj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAnK1zgOj .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAnK1zgOj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAnK1zgOj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAnK1zgOj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAnK1zgOj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAnK1zgOj .card-title {
  color: #d96860;
}
.cid-uZAnK1zgOj .mbr-text,
.cid-uZAnK1zgOj .social-row {
  color: #444345;
}
.cid-uZAnK1zgOj .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v10UfU4LfT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v10UfU4LfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v10UfU4LfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v10UfU4LfT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v10UfU4LfT .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v10UfU4LfT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v10UfU4LfT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v10UfU4LfT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v10UfU4LfT .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v10UfU4LfT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v10UfU4LfT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v10UfU4LfT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v10UfU4LfT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v10UfU4LfT .card-title {
  color: #d96860;
}
.cid-v10UfU4LfT .mbr-text,
.cid-v10UfU4LfT .social-row {
  color: #444345;
}
.cid-v10UfU4LfT .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v2rjsJOkpW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rjsJOkpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rjsJOkpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rjsJOkpW .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rjsJOkpW .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rjsJOkpW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v2rjsJOkpW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v2rjsJOkpW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v2rjsJOkpW .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v2rjsJOkpW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rjsJOkpW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rjsJOkpW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rjsJOkpW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rjsJOkpW .card-title {
  color: #d96860;
}
.cid-v2rjsJOkpW .mbr-text,
.cid-v2rjsJOkpW .social-row {
  color: #444345;
}
.cid-v2rjsJOkpW .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZBgs7FYF0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZBgs7FYF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBgs7FYF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBgs7FYF0 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZBgs7FYF0 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZBgs7FYF0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZBgs7FYF0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZBgs7FYF0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZBgs7FYF0 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZBgs7FYF0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZBgs7FYF0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZBgs7FYF0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZBgs7FYF0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZBgs7FYF0 .card-title {
  color: #d96860;
}
.cid-uZBgs7FYF0 .mbr-text,
.cid-uZBgs7FYF0 .social-row {
  color: #444345;
}
.cid-uZBgs7FYF0 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0l30ZE9iK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0l30ZE9iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0l30ZE9iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0l30ZE9iK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0l30ZE9iK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0l30ZE9iK .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0l30ZE9iK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0l30ZE9iK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0l30ZE9iK .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0l30ZE9iK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0l30ZE9iK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0l30ZE9iK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0l30ZE9iK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0l30ZE9iK .card-title {
  color: #d96860;
}
.cid-v0l30ZE9iK .mbr-text,
.cid-v0l30ZE9iK .social-row {
  color: #444345;
}
.cid-v0l30ZE9iK .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0y4dZJ9Kk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0y4dZJ9Kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0y4dZJ9Kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0y4dZJ9Kk .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0y4dZJ9Kk .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0y4dZJ9Kk .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0y4dZJ9Kk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0y4dZJ9Kk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0y4dZJ9Kk .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0y4dZJ9Kk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0y4dZJ9Kk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0y4dZJ9Kk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0y4dZJ9Kk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0y4dZJ9Kk .card-title {
  color: #d96860;
}
.cid-v0y4dZJ9Kk .mbr-text,
.cid-v0y4dZJ9Kk .social-row {
  color: #444345;
}
.cid-v0y4dZJ9Kk .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZN4dYtZtK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZN4dYtZtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZN4dYtZtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZN4dYtZtK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZN4dYtZtK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZN4dYtZtK .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZN4dYtZtK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZN4dYtZtK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZN4dYtZtK .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZN4dYtZtK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZN4dYtZtK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZN4dYtZtK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZN4dYtZtK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZN4dYtZtK .card-title {
  color: #d96860;
}
.cid-uZN4dYtZtK .mbr-text,
.cid-uZN4dYtZtK .social-row {
  color: #444345;
}
.cid-uZN4dYtZtK .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0hdUZgjlt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0hdUZgjlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hdUZgjlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hdUZgjlt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0hdUZgjlt .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0hdUZgjlt .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0hdUZgjlt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0hdUZgjlt .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0hdUZgjlt .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0hdUZgjlt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0hdUZgjlt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0hdUZgjlt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0hdUZgjlt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0hdUZgjlt .card-title {
  color: #d96860;
}
.cid-v0hdUZgjlt .mbr-text,
.cid-v0hdUZgjlt .social-row {
  color: #444345;
}
.cid-v0hdUZgjlt .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAtBz56hK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAtBz56hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAtBz56hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAtBz56hK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAtBz56hK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAtBz56hK .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAtBz56hK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAtBz56hK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAtBz56hK .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAtBz56hK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAtBz56hK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAtBz56hK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAtBz56hK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAtBz56hK .card-title {
  color: #d96860;
}
.cid-uZAtBz56hK .mbr-text,
.cid-uZAtBz56hK .social-row {
  color: #444345;
}
.cid-uZAtBz56hK .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0QytDCCtK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0QytDCCtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QytDCCtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QytDCCtK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0QytDCCtK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0QytDCCtK .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0QytDCCtK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0QytDCCtK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0QytDCCtK .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0QytDCCtK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0QytDCCtK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0QytDCCtK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0QytDCCtK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0QytDCCtK .card-title {
  color: #d96860;
}
.cid-v0QytDCCtK .mbr-text,
.cid-v0QytDCCtK .social-row {
  color: #444345;
}
.cid-v0QytDCCtK .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0yS2kBoRS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0yS2kBoRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yS2kBoRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yS2kBoRS .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0yS2kBoRS .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0yS2kBoRS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0yS2kBoRS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0yS2kBoRS .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0yS2kBoRS .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0yS2kBoRS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0yS2kBoRS .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0yS2kBoRS .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0yS2kBoRS .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0yS2kBoRS .card-title {
  color: #d96860;
}
.cid-v0yS2kBoRS .mbr-text,
.cid-v0yS2kBoRS .social-row {
  color: #444345;
}
.cid-v0yS2kBoRS .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZB2eXcRiy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZB2eXcRiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZB2eXcRiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZB2eXcRiy .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZB2eXcRiy .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZB2eXcRiy .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZB2eXcRiy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZB2eXcRiy .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZB2eXcRiy .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZB2eXcRiy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZB2eXcRiy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZB2eXcRiy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZB2eXcRiy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZB2eXcRiy .card-title {
  color: #d96860;
}
.cid-uZB2eXcRiy .mbr-text,
.cid-uZB2eXcRiy .social-row {
  color: #444345;
}
.cid-uZB2eXcRiy .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v2kPUudZu7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2kPUudZu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kPUudZu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kPUudZu7 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2kPUudZu7 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2kPUudZu7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v2kPUudZu7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v2kPUudZu7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v2kPUudZu7 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v2kPUudZu7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2kPUudZu7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2kPUudZu7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2kPUudZu7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2kPUudZu7 .card-title {
  color: #d96860;
}
.cid-v2kPUudZu7 .mbr-text,
.cid-v2kPUudZu7 .social-row {
  color: #444345;
}
.cid-v2kPUudZu7 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAoWJEuXq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAoWJEuXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAoWJEuXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAoWJEuXq .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAoWJEuXq .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAoWJEuXq .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAoWJEuXq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAoWJEuXq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAoWJEuXq .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAoWJEuXq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAoWJEuXq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAoWJEuXq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAoWJEuXq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAoWJEuXq .card-title {
  color: #d96860;
}
.cid-uZAoWJEuXq .mbr-text,
.cid-uZAoWJEuXq .social-row {
  color: #444345;
}
.cid-uZAoWJEuXq .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZApDJrJ8u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZApDJrJ8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZApDJrJ8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZApDJrJ8u .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZApDJrJ8u .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZApDJrJ8u .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZApDJrJ8u .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZApDJrJ8u .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZApDJrJ8u .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZApDJrJ8u .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZApDJrJ8u .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZApDJrJ8u .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZApDJrJ8u .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZApDJrJ8u .card-title {
  color: #d96860;
}
.cid-uZApDJrJ8u .mbr-text,
.cid-uZApDJrJ8u .social-row {
  color: #444345;
}
.cid-uZApDJrJ8u .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v127udlu07 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v127udlu07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127udlu07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v127udlu07 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v127udlu07 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v127udlu07 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v127udlu07 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v127udlu07 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v127udlu07 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v127udlu07 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v127udlu07 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v127udlu07 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v127udlu07 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v127udlu07 .card-title {
  color: #d96860;
}
.cid-v127udlu07 .mbr-text,
.cid-v127udlu07 .social-row {
  color: #444345;
}
.cid-v127udlu07 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAj9TwuD9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAj9TwuD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAj9TwuD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAj9TwuD9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAj9TwuD9 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAj9TwuD9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAj9TwuD9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAj9TwuD9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAj9TwuD9 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAj9TwuD9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAj9TwuD9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAj9TwuD9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAj9TwuD9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAj9TwuD9 .card-title {
  color: #d96860;
}
.cid-uZAj9TwuD9 .mbr-text,
.cid-uZAj9TwuD9 .social-row {
  color: #444345;
}
.cid-uZAj9TwuD9 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZBeTbkjwF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZBeTbkjwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBeTbkjwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBeTbkjwF .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZBeTbkjwF .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZBeTbkjwF .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZBeTbkjwF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZBeTbkjwF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZBeTbkjwF .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZBeTbkjwF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZBeTbkjwF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZBeTbkjwF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZBeTbkjwF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZBeTbkjwF .card-title {
  color: #d96860;
}
.cid-uZBeTbkjwF .mbr-text,
.cid-uZBeTbkjwF .social-row {
  color: #444345;
}
.cid-uZBeTbkjwF .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0mBvzy442 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0mBvzy442 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mBvzy442 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mBvzy442 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0mBvzy442 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0mBvzy442 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0mBvzy442 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0mBvzy442 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0mBvzy442 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0mBvzy442 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0mBvzy442 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0mBvzy442 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0mBvzy442 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0mBvzy442 .card-title {
  color: #d96860;
}
.cid-v0mBvzy442 .mbr-text,
.cid-v0mBvzy442 .social-row {
  color: #444345;
}
.cid-v0mBvzy442 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v1SziGnJAC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1SziGnJAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SziGnJAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SziGnJAC .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v1SziGnJAC .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v1SziGnJAC .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v1SziGnJAC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v1SziGnJAC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v1SziGnJAC .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v1SziGnJAC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1SziGnJAC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v1SziGnJAC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1SziGnJAC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v1SziGnJAC .card-title {
  color: #d96860;
}
.cid-v1SziGnJAC .mbr-text,
.cid-v1SziGnJAC .social-row {
  color: #444345;
}
.cid-v1SziGnJAC .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAxQSe6bX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAxQSe6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAxQSe6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAxQSe6bX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZAxQSe6bX .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZAxQSe6bX .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-uZAxQSe6bX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-uZAxQSe6bX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZAxQSe6bX .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-uZAxQSe6bX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZAxQSe6bX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZAxQSe6bX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZAxQSe6bX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZAxQSe6bX .card-title {
  color: #d96860;
}
.cid-uZAxQSe6bX .mbr-text,
.cid-uZAxQSe6bX .social-row {
  color: #444345;
}
.cid-uZAxQSe6bX .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-v0QMc4pBO4 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0QMc4pBO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QMc4pBO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QMc4pBO4 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0QMc4pBO4 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0QMc4pBO4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.cid-v0QMc4pBO4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #d96860;
  transition: all 0.3s;
}
.cid-v0QMc4pBO4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #d96860;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0QMc4pBO4 .social-row .soc-item:hover {
  background-color: #d96860;
}
.cid-v0QMc4pBO4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0QMc4pBO4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0QMc4pBO4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0QMc4pBO4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0QMc4pBO4 .card-title {
  color: #d96860;
}
.cid-v0QMc4pBO4 .mbr-text,
.cid-v0QMc4pBO4 .social-row {
  color: #444345;
}
.cid-v0QMc4pBO4 .card-subtitle {
  text-align: left;
  color: #d96860;
}
.cid-uZAiR9xVo6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uZAiR9xVo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAiR9xVo6 .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-uZAiR9xVo6 .container {
    padding: 0 25px;
  }
}
.cid-uZAiR9xVo6 .row {
  justify-content: center;
}
.cid-uZAiR9xVo6 .item {
  padding: 90px 25px;
  border-right: 2px solid #fafafa;
}
.cid-uZAiR9xVo6 .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-uZAiR9xVo6 .item {
    border-right: none;
    border-bottom: 2px solid #fafafa;
  }
  .cid-uZAiR9xVo6 .item:last-child {
    border-bottom: none;
  }
}
.cid-uZAiR9xVo6 .item .item-wrapper a {
  display: block;
}
.cid-uZAiR9xVo6 .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZAiR9xVo6 .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZAiR9xVo6 .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #d96860;
}
.cid-uZAiR9xVo6 .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uZAiR9xVo6 .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZAiR9xVo6 .item-title {
  color: #ffffff;
}
.cid-uZAiR9xVo6 .item-title,
.cid-uZAiR9xVo6 .icon-wrapper {
  text-align: center;
  color: #d96860;
}
.cid-uZAiR9DB0X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-uZAiR9DB0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAiR9DB0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAiR9DB0X .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZAiR9DB0X .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZAiR9DB0X .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZAiR9DB0X .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uZAiR9DB0X .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZAiR9DB0X .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uZAiR9DB0X .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZAiR9DB0X .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uZAiR9DB0X .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uZAiR9DB0X .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uZAiR9DB0X .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZAiR9DB0X .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uZAiR9DB0X .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZAiR9DB0X .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZAiR9DB0X .list-wrapper .list .item-wrap:hover,
.cid-uZAiR9DB0X .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uZAiR9DB0X .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZAiR9DB0X .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uZAiR9DB0X .list {
  color: #050f0f;
}
.cid-uZAiR9DB0X .mbr-copy {
  color: #050f0f;
}
.cid-uZAiR9DB0X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZAiR9DB0X .mbr-copy,
.cid-uZAiR9DB0X .social-wrap {
  color: #ffffff;
}
.cid-uZAiR9DB0X .list,
.cid-uZAiR9DB0X .item-wrap {
  color: #ffffff;
}
.cid-v0QzXC8Qxi {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v0QzXC8Qxi .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-v0QzXC8Qxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-v0QzXC8Qxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0QzXC8Qxi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0QzXC8Qxi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v0QzXC8Qxi .menu_box .navbar.opened,
  .cid-v0QzXC8Qxi .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v0QzXC8Qxi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v0QzXC8Qxi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v0QzXC8Qxi .btn:hover {
  box-shadow: none;
}
.cid-v0QzXC8Qxi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v0QzXC8Qxi .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-v0QzXC8Qxi .nav-item {
    margin: 0 !important;
  }
}
.cid-v0QzXC8Qxi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-v0QzXC8Qxi .nav-item .nav-link:hover,
.cid-v0QzXC8Qxi .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-v0QzXC8Qxi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0QzXC8Qxi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v0QzXC8Qxi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v0QzXC8Qxi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0QzXC8Qxi .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-v0QzXC8Qxi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v0QzXC8Qxi .offcanvas_box {
    display: none;
  }
}
.cid-v0QzXC8Qxi .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v0QzXC8Qxi .dropdown-item:hover,
.cid-v0QzXC8Qxi .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-v0QzXC8Qxi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v0QzXC8Qxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-v0QzXC8Qxi .container {
  display: flex;
  margin: auto;
}
.cid-v0QzXC8Qxi .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v0QzXC8Qxi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v0QzXC8Qxi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0QzXC8Qxi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v0QzXC8Qxi .navbar-nav {
    margin: 0;
  }
}
.cid-v0QzXC8Qxi .dropdown-menu,
.cid-v0QzXC8Qxi .navbar.opened {
  background-color: true !important;
}
.cid-v0QzXC8Qxi .nav-item:focus,
.cid-v0QzXC8Qxi .nav-link:focus {
  outline: none;
}
.cid-v0QzXC8Qxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0QzXC8Qxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0QzXC8Qxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0QzXC8Qxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0QzXC8Qxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0QzXC8Qxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0QzXC8Qxi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v0QzXC8Qxi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v0QzXC8Qxi .navbar.opened {
  transition: all 0.3s;
}
.cid-v0QzXC8Qxi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v0QzXC8Qxi .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-v0QzXC8Qxi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0QzXC8Qxi .navbar.collapsed {
  justify-content: center;
}
.cid-v0QzXC8Qxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0QzXC8Qxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0QzXC8Qxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0QzXC8Qxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0QzXC8Qxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0QzXC8Qxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v0QzXC8Qxi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0QzXC8Qxi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v0QzXC8Qxi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v0QzXC8Qxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0QzXC8Qxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0QzXC8Qxi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v0QzXC8Qxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0QzXC8Qxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v0QzXC8Qxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0QzXC8Qxi .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v0QzXC8Qxi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v0QzXC8Qxi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v0QzXC8Qxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v0QzXC8Qxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0QzXC8Qxi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v0QzXC8Qxi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0QzXC8Qxi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0QzXC8Qxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0QzXC8Qxi .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-v0QzXC8Qxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v0QzXC8Qxi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0QzXC8Qxi .dropdown-item.active,
.cid-v0QzXC8Qxi .dropdown-item:active {
  background-color: transparent;
}
.cid-v0QzXC8Qxi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-v0QzXC8Qxi .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-v0QzXC8Qxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0QzXC8Qxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0QzXC8Qxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0QzXC8Qxi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v0QzXC8Qxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0QzXC8Qxi 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: #ffffff;
}
.cid-v0QzXC8Qxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-v0QzXC8Qxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0QzXC8Qxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0QzXC8Qxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0QzXC8Qxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0QzXC8Qxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0QzXC8Qxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0QzXC8Qxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0QzXC8Qxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0QzXC8Qxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0QzXC8Qxi .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-v0QzXC8Qxi .navbar {
    height: 70px;
  }
  .cid-v0QzXC8Qxi .navbar.opened {
    height: auto;
  }
  .cid-v0QzXC8Qxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0QzXC8Qxi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v0QzXC8Qxi .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-v0QzXC8Qxi .mbr-section-btn-main {
  width: fit-content;
}
.cid-v0QzXC8Qxi .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-v0QzXC8Qxi .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-v0QzXC8Qxi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v0QzXC8Qxi .text_widget {
  margin-bottom: 32px;
}
.cid-v0QzXC8Qxi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v0QzXC8Qxi .text_widget a:hover,
.cid-v0QzXC8Qxi .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v0QzXC8Qxi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-v0QzXC8Qxi .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-v0QzXC8Qxi .navbar-caption {
  color: #30262b;
}
.cid-v0QzXC8Qxi .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-v0QzXC8Qxi .icons-menu-main {
  display: flex;
}
.cid-v0QzXC8Qxi .mbr-section-subtitle,
.cid-v0QzXC8Qxi .text_widget,
.cid-v0QzXC8Qxi .mbr-section-btn {
  text-align: center;
}
.cid-v0QzXC8Qxi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v0QBM2d3mf {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v0QBM2d3mf .container-fluid {
  padding: 0 3rem;
}
.cid-v0QBM2d3mf .mbr-section-subtitle {
  color: #767676;
}
.cid-v0QBM2d3mf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v0QBM2d3mf .table-wrapper {
  margin: 0 auto;
}
.cid-v0QBM2d3mf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v0QBM2d3mf table thead tr {
  border: none !important;
}
.cid-v0QBM2d3mf table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-v0QBM2d3mf table tr td {
  border-color: #eceeef;
}
.cid-v0QBM2d3mf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-v0QBM2d3mf tr:hover {
  background-color: #f5f7fd !important;
}
.cid-v0QBM2d3mf th:after,
.cid-v0QBM2d3mf th:before {
  display: none !important;
}
.cid-v0QBM2d3mf .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-v0QBM2d3mf .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-v0QBM2d3mf table th,
  .cid-v0QBM2d3mf table td {
    padding: .75rem;
  }
}
.cid-v0QBM2d3mf .body-item {
  text-align: left;
}
.cid-v0QBM2d3mf .mbr-text {
  color: #767676;
}
.cid-v0QBM2d3mf .head-item {
  color: #232323;
}
.cid-v0QBM2d3mf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-v0QBM2d3mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QBM2d3mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QBM2d3mf .mbr-section-title,
.cid-v0QBM2d3mf .head-item {
  color: #d96860;
}
.cid-v0QDT6v1al {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v0QDT6v1al .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QDT6v1al .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-v0QDT6v1al .container {
    padding: 0 25px;
  }
}
.cid-v0QDT6v1al .row {
  justify-content: center;
}
.cid-v0QDT6v1al .item {
  padding: 90px 25px;
  border-right: 2px solid #fafafa;
}
.cid-v0QDT6v1al .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-v0QDT6v1al .item {
    border-right: none;
    border-bottom: 2px solid #fafafa;
  }
  .cid-v0QDT6v1al .item:last-child {
    border-bottom: none;
  }
}
.cid-v0QDT6v1al .item .item-wrapper a {
  display: block;
}
.cid-v0QDT6v1al .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0QDT6v1al .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0QDT6v1al .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #d96860;
}
.cid-v0QDT6v1al .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v0QDT6v1al .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-v0QDT6v1al .item-title {
  color: #ffffff;
}
.cid-v0QDT6v1al .item-title,
.cid-v0QDT6v1al .icon-wrapper {
  text-align: center;
  color: #d96860;
}
.cid-v0QzXCtmNk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-v0QzXCtmNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QzXCtmNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QzXCtmNk .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0QzXCtmNk .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0QzXCtmNk .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0QzXCtmNk .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-v0QzXCtmNk .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0QzXCtmNk .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v0QzXCtmNk .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0QzXCtmNk .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-v0QzXCtmNk .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-v0QzXCtmNk .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v0QzXCtmNk .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0QzXCtmNk .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0QzXCtmNk .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v0QzXCtmNk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0QzXCtmNk .list-wrapper .list .item-wrap:hover,
.cid-v0QzXCtmNk .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-v0QzXCtmNk .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0QzXCtmNk .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-v0QzXCtmNk .list {
  color: #050f0f;
}
.cid-v0QzXCtmNk .mbr-copy {
  color: #050f0f;
}
.cid-v0QzXCtmNk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0QzXCtmNk .mbr-copy,
.cid-v0QzXCtmNk .social-wrap {
  color: #ffffff;
}
.cid-v0QzXCtmNk .list,
.cid-v0QzXCtmNk .item-wrap {
  color: #ffffff;
}
.cid-v4e3x5JK84 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v4e3x5JK84 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
}
.cid-v4e3x5JK84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
}
.cid-v4e3x5JK84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4e3x5JK84 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4e3x5JK84 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v4e3x5JK84 .menu_box .navbar.opened,
  .cid-v4e3x5JK84 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v4e3x5JK84 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v4e3x5JK84 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v4e3x5JK84 .btn:hover {
  box-shadow: none;
}
.cid-v4e3x5JK84 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v4e3x5JK84 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-v4e3x5JK84 .nav-item {
    margin: 0 !important;
  }
}
.cid-v4e3x5JK84 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-v4e3x5JK84 .nav-item .nav-link:hover,
.cid-v4e3x5JK84 .nav-item .nav-link:focus {
  color: #6a696c !important;
}
.cid-v4e3x5JK84 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v4e3x5JK84 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v4e3x5JK84 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3x5JK84 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4e3x5JK84 .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-v4e3x5JK84 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v4e3x5JK84 .offcanvas_box {
    display: none;
  }
}
.cid-v4e3x5JK84 .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3x5JK84 .dropdown-item:hover,
.cid-v4e3x5JK84 .dropdown-item:focus {
  color: #6a696c !important;
}
.cid-v4e3x5JK84 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v4e3x5JK84 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-v4e3x5JK84 .container {
  display: flex;
  margin: auto;
}
.cid-v4e3x5JK84 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v4e3x5JK84 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v4e3x5JK84 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4e3x5JK84 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v4e3x5JK84 .navbar-nav {
    margin: 0;
  }
}
.cid-v4e3x5JK84 .dropdown-menu,
.cid-v4e3x5JK84 .navbar.opened {
  background-color: true !important;
}
.cid-v4e3x5JK84 .nav-item:focus,
.cid-v4e3x5JK84 .nav-link:focus {
  outline: none;
}
.cid-v4e3x5JK84 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3x5JK84 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3x5JK84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3x5JK84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3x5JK84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3x5JK84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3x5JK84 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v4e3x5JK84 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v4e3x5JK84 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3x5JK84 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v4e3x5JK84 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-v4e3x5JK84 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4e3x5JK84 .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3x5JK84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3x5JK84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4e3x5JK84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3x5JK84 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3x5JK84 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3x5JK84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v4e3x5JK84 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4e3x5JK84 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v4e3x5JK84 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v4e3x5JK84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3x5JK84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3x5JK84 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v4e3x5JK84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3x5JK84 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v4e3x5JK84 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4e3x5JK84 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-v4e3x5JK84 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v4e3x5JK84 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v4e3x5JK84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v4e3x5JK84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3x5JK84 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v4e3x5JK84 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4e3x5JK84 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4e3x5JK84 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4e3x5JK84 .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-v4e3x5JK84 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v4e3x5JK84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3x5JK84 .dropdown-item.active,
.cid-v4e3x5JK84 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3x5JK84 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-v4e3x5JK84 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-v4e3x5JK84 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3x5JK84 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3x5JK84 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4e3x5JK84 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v4e3x5JK84 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4e3x5JK84 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: #ffffff;
}
.cid-v4e3x5JK84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d96860;
}
.cid-v4e3x5JK84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3x5JK84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3x5JK84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3x5JK84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3x5JK84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3x5JK84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3x5JK84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3x5JK84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3x5JK84 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4e3x5JK84 .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-v4e3x5JK84 .navbar {
    height: 70px;
  }
  .cid-v4e3x5JK84 .navbar.opened {
    height: auto;
  }
  .cid-v4e3x5JK84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3x5JK84 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v4e3x5JK84 .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-v4e3x5JK84 .mbr-section-btn-main {
  width: fit-content;
}
.cid-v4e3x5JK84 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-v4e3x5JK84 .navbar-caption:hover {
  color: #d96860;
}
@media (min-width: 992px) {
  .cid-v4e3x5JK84 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v4e3x5JK84 .text_widget {
  margin-bottom: 32px;
}
.cid-v4e3x5JK84 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v4e3x5JK84 .text_widget a:hover,
.cid-v4e3x5JK84 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v4e3x5JK84 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-v4e3x5JK84 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-v4e3x5JK84 .navbar-caption {
  color: #30262b;
}
.cid-v4e3x5JK84 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-v4e3x5JK84 .icons-menu-main {
  display: flex;
}
.cid-v4e3x5JK84 .mbr-section-subtitle,
.cid-v4e3x5JK84 .text_widget,
.cid-v4e3x5JK84 .mbr-section-btn {
  text-align: center;
}
.cid-v4e3x5JK84 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v4e3Wjbw07 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v4e3Wjbw07 h3 {
  text-align: center;
}
.cid-v4e3Wjbw07 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v4e3Wjbw07 .mbr-content-text {
  color: #767676;
}
.cid-v4e3Wjbw07 .panel-item {
  background: #ffffff;
}
.cid-v4e3Wjbw07 .card {
  word-wrap: break-word;
}
.cid-v4e3Wjbw07 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-v4e3Wjbw07 .mbr-section-title {
  color: #d96860;
}
.cid-v4e3Wjbw07 H3 {
  color: #444345;
}
.cid-v4ejupbHMq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v4ejupbHMq h3 {
  text-align: center;
}
.cid-v4ejupbHMq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v4ejupbHMq .mbr-content-text {
  color: #767676;
}
.cid-v4ejupbHMq .panel-item {
  background: #ffffff;
}
.cid-v4ejupbHMq .card {
  word-wrap: break-word;
}
.cid-v4ejupbHMq .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-v4ejupbHMq H3 {
  color: #444345;
}
.cid-v4eoq2sWoC {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #fff0ec;
}
.cid-v4eoq2sWoC .carousel-control {
  background: #000;
}
.cid-v4eoq2sWoC .mbr-section-subtitle {
  color: #767676;
}
.cid-v4eoq2sWoC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4eoq2sWoC .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v4eoq2sWoC .carousel-item .wrap-img {
  text-align: center;
}
.cid-v4eoq2sWoC .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-v4eoq2sWoC .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4eoq2sWoC .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-v4eoq2sWoC .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v4eoq2sWoC .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v4eoq2sWoC .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-v4eoq2sWoC .cloneditem-1,
.cid-v4eoq2sWoC .cloneditem-2,
.cid-v4eoq2sWoC .cloneditem-3,
.cid-v4eoq2sWoC .cloneditem-4,
.cid-v4eoq2sWoC .cloneditem-5 {
  display: none;
}
.cid-v4eoq2sWoC .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4eoq2sWoC .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides2 .cloneditem-1,
  .cid-v4eoq2sWoC .carousel-inner.slides2 .cloneditem-2,
  .cid-v4eoq2sWoC .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides3 .cloneditem-1,
  .cid-v4eoq2sWoC .carousel-inner.slides3 .cloneditem-2,
  .cid-v4eoq2sWoC .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides4 .cloneditem-1,
  .cid-v4eoq2sWoC .carousel-inner.slides4 .cloneditem-2,
  .cid-v4eoq2sWoC .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides5 .cloneditem-1,
  .cid-v4eoq2sWoC .carousel-inner.slides5 .cloneditem-2,
  .cid-v4eoq2sWoC .carousel-inner.slides5 .cloneditem-3,
  .cid-v4eoq2sWoC .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v4eoq2sWoC .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-v4eoq2sWoC .carousel-inner.slides6 .cloneditem-1,
  .cid-v4eoq2sWoC .carousel-inner.slides6 .cloneditem-2,
  .cid-v4eoq2sWoC .carousel-inner.slides6 .cloneditem-3,
  .cid-v4eoq2sWoC .carousel-inner.slides6 .cloneditem-4,
  .cid-v4eoq2sWoC .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v4eoq2sWoC H2 {
  color: #3e4e5e;
}
.cid-v4eRLmXTEc {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #fff0ec;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4eRLmXTEc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4eRLmXTEc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4eRLmXTEc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4eRLmXTEc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4eRLmXTEc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v4eRLmXTEc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v4eRLmXTEc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-v4eRLmXTEc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-v4eRLmXTEc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-v4e3x6ixyi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v4e3x6ixyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4e3x6ixyi .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-v4e3x6ixyi .container {
    padding: 0 25px;
  }
}
.cid-v4e3x6ixyi .row {
  justify-content: center;
}
.cid-v4e3x6ixyi .item {
  padding: 90px 25px;
  border-right: 2px solid #fafafa;
}
.cid-v4e3x6ixyi .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-v4e3x6ixyi .item {
    border-right: none;
    border-bottom: 2px solid #fafafa;
  }
  .cid-v4e3x6ixyi .item:last-child {
    border-bottom: none;
  }
}
.cid-v4e3x6ixyi .item .item-wrapper a {
  display: block;
}
.cid-v4e3x6ixyi .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4e3x6ixyi .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4e3x6ixyi .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #d96860;
}
.cid-v4e3x6ixyi .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v4e3x6ixyi .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-v4e3x6ixyi .item-title {
  color: #ffffff;
}
.cid-v4e3x6ixyi .item-title,
.cid-v4e3x6ixyi .icon-wrapper {
  text-align: center;
  color: #d96860;
}
.cid-v4e3x6qYKz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d96860;
}
.cid-v4e3x6qYKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4e3x6qYKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4e3x6qYKz .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4e3x6qYKz .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4e3x6qYKz .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4e3x6qYKz .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-v4e3x6qYKz .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v4e3x6qYKz .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v4e3x6qYKz .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v4e3x6qYKz .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-v4e3x6qYKz .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-v4e3x6qYKz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v4e3x6qYKz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4e3x6qYKz .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4e3x6qYKz .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3x6qYKz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4e3x6qYKz .list-wrapper .list .item-wrap:hover,
.cid-v4e3x6qYKz .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-v4e3x6qYKz .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4e3x6qYKz .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-v4e3x6qYKz .list {
  color: #050f0f;
}
.cid-v4e3x6qYKz .mbr-copy {
  color: #050f0f;
}
.cid-v4e3x6qYKz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4e3x6qYKz .mbr-copy,
.cid-v4e3x6qYKz .social-wrap {
  color: #ffffff;
}
.cid-v4e3x6qYKz .list,
.cid-v4e3x6qYKz .item-wrap {
  color: #ffffff;
}
