body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'JosefinSans-Regular';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'JosefinSans-Regular';
  font-size: 2.1rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-4 {
  font-family: 'JosefinSans-Regular';
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'JosefinSans-Regular';
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Barlow-Regular';
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #afd1d3 !important;
}
.bg-success {
  background-color: #ffdbca !important;
}
.bg-info {
  background-color: #afd1d3 !important;
}
.bg-warning {
  background-color: #cfe1e2 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #afd1d3 !important;
  border-color: #afd1d3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #7eb5b8 !important;
  border-color: #7eb5b8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7eb5b8 !important;
  border-color: #7eb5b8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f4c2aa !important;
  border-color: #f4c2aa !important;
  color: #8d3a12 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #8d3a12 !important;
  background-color: #eb9166 !important;
  border-color: #eb9166 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #8d3a12 !important;
  background-color: #eb9166 !important;
  border-color: #eb9166 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #afd1d3 !important;
  border-color: #afd1d3 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7eb5b8 !important;
  border-color: #7eb5b8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7eb5b8 !important;
  border-color: #7eb5b8 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffdbca !important;
  border-color: #ffdbca !important;
  color: #ca4100 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ca4100 !important;
  background-color: #ffa77d !important;
  border-color: #ffa77d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ca4100 !important;
  background-color: #ffa77d !important;
  border-color: #ffa77d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #cfe1e2 !important;
  border-color: #cfe1e2 !important;
  color: #436d6f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #436d6f !important;
  background-color: #9fc3c5 !important;
  border-color: #9fc3c5 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #436d6f !important;
  background-color: #9fc3c5 !important;
  border-color: #9fc3c5 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #6dabaf;
  color: #6dabaf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #afd1d3;
  border-color: #afd1d3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #afd1d3 !important;
  border-color: #afd1d3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e88150;
  color: #e88150;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #8d3a12;
  background-color: #f4c2aa;
  border-color: #f4c2aa;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #8d3a12 !important;
  background-color: #f4c2aa !important;
  border-color: #f4c2aa !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #6dabaf;
  color: #6dabaf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #afd1d3;
  border-color: #afd1d3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #afd1d3 !important;
  border-color: #afd1d3 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ff9664;
  color: #ff9664;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ca4100;
  background-color: #ffdbca;
  border-color: #ffdbca;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ca4100 !important;
  background-color: #ffdbca !important;
  border-color: #ffdbca !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8fb9bc;
  color: #8fb9bc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #436d6f;
  background-color: #cfe1e2;
  border-color: #cfe1e2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #436d6f !important;
  background-color: #cfe1e2 !important;
  border-color: #cfe1e2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #afd1d3 !important;
}
.text-secondary {
  color: #f4c2aa !important;
}
.text-success {
  color: #ffdbca !important;
}
.text-info {
  color: #afd1d3 !important;
}
.text-warning {
  color: #cfe1e2 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6dabaf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e88150 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff9664 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #6dabaf !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8fb9bc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #ffdbca;
}
.alert-info {
  background-color: #afd1d3;
}
.alert-warning {
  background-color: #cfe1e2;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #afd1d3;
  border-color: #afd1d3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #afd1d3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #eee2c1;
}
#scrollToTop a i:before {
  background: #eee2c1;
}
#scrollToTop a i:after {
  border-top: 2px solid #eee2c1;
  border-right: 2px solid #eee2c1;
}
.mbr-arrow a i {
  color: #eee2c1;
}
.form-control {
  font-family: 'Barlow-Regular';
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #afd1d3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #afd1d3;
  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-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #afd1d3;
  border-bottom-color: #afd1d3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #afd1d3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4c2aa !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23afd1d3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-tifFCYWlC2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-tifFCYWlC2:hover {
  background-color: #ffffff;
}
.cid-tifFCYWlC2 .mbr-section-title {
  margin: 0;
}
.cid-tifFCYWlC2 .card-wrapper {
  z-index: 3;
}
.cid-tifFCYWlC2 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tifFCYWlC2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tifFCYWlC2 .mbr-section-title,
.cid-tifFCYWlC2 .text-block {
  text-align: right;
  color: #ffffff;
}
.cid-sovBYFTpoq {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/blumen-og-03a-2000x1500.jpg");
  background-position: right;
}
.cid-sovBYFTpoq .wrapper {
  position: relative;
  border-top: 3px solid #ffdbca;
  border-right: 3px solid #ffdbca;
  border-left: 3px solid #ffdbca;
  padding: 2.5rem 2.5rem;
}
.cid-sovBYFTpoq .wrapper:before {
  content: "";
  background: #ffdbca;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sovBYFTpoq .wrapper:after {
  content: "";
  background: #ffdbca;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sovBYFTpoq img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sovBYFTpoq .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sovBYFTpoq H1 {
  text-align: left;
  color: #000000;
}
.cid-sovBYFTpoq .mbr-text,
.cid-sovBYFTpoq .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-u7xOTvfki3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7xOTvfki3 .mbr-text,
.cid-u7xOTvfki3 .ornament {
  text-align: left;
}
.cid-u7xOXhkEAr {
  overflow: visible !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7xOXhkEAr .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-u7xOXhkEAr .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-u7xOXhkEAr .wrapper {
    transform: translateX(30%);
  }
}
.cid-u7xOXhkEAr .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7xOXhkEAr .display-5 {
    font-size: 29px;
  }
}
.cid-u7xOXhkEAr .mbr-section-subtitle {
  color: #cfa1b6;
}
.cid-u7xQqJ01EO {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7xQqJ01EO .mbr-text,
.cid-u7xQqJ01EO .ornament {
  text-align: left;
}
.cid-u7xQUGVeFw {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7xQUGVeFw .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-u7xQUGVeFw .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-u7xQUGVeFw .wrapper {
    transform: translateX(30%);
  }
}
.cid-u7xQUGVeFw .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7xQUGVeFw .display-5 {
    font-size: 29px;
  }
}
.cid-u7xQUGVeFw .mbr-section-subtitle {
  color: #cfa1b6;
}
.cid-u7xSacYoCP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7xSacYoCP .mbr-text,
.cid-u7xSacYoCP .ornament {
  text-align: left;
}
.cid-tglXQavqOc {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #69b9d0);
}
.cid-tglXQavqOc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tglXQavqOc .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tglXQavqOc .image-block {
    width: 100% !important;
  }
}
.cid-uGP3IeuisT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffdbca;
}
.cid-uGP3IeuisT .item-img,
.cid-uGP3IeuisT .img-wrap,
.cid-uGP3IeuisT img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uGP3IeuisT img,
.cid-uGP3IeuisT .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uGP3IeuisT img,
  .cid-uGP3IeuisT .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uGP3IeuisT .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGP3IeuisT .item:focus,
.cid-uGP3IeuisT span:focus {
  outline: none;
}
.cid-uGP3IeuisT .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uGP3IeuisT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGP3IeuisT .item {
    margin-bottom: 1rem;
  }
}
.cid-uGP3IeuisT h5 {
  margin: 0;
}
.cid-uGP3IeuisT .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGP3IeuisT .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uGP3IeuisT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGP3IeuisT .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uGP3IeuisT .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uGP3IeuisT .item-wrapper {
    height: auto;
  }
}
.cid-uGP3IeuisT .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uGP3IeuisT .item-title {
  text-align: center;
  color: #000000;
}
.cid-uGP3IeuisT .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uGP3IeuisT .mbr-text,
.cid-uGP3IeuisT .item .mbr-section-btn {
  text-align: center;
}
.cid-uGP3IeuisT .mbr-section-subtitle,
.cid-uGP3IeuisT .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7gFvPzxc8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gFvPzxc8 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gFvPzxc8 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gFvPzxc8 .mbr-list {
  margin: 0;
}
.cid-s7gFvPzxc8 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gFvPzxc8 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gFvPzxc8 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gFvPzxc8 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-rWrdbmn9RN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rWrdbmn9RN .text-block {
  z-index: 2;
}
.cid-rWrdbmn9RN .content-panel {
  width: 110%;
  background: #ffffff;
  padding: 3rem;
}
.cid-rWrdbmn9RN .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWrdbmn9RN .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rWrdbmn9RN .text-block {
    padding-bottom: 2rem;
  }
  .cid-rWrdbmn9RN .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-rWrdbmn9RN .mbr-section-title {
  color: #444444;
  text-align: left;
}
.cid-rWrdbmn9RN .box-text {
  color: #0c7295;
}
.cid-rWrdbmn9RN H3 {
  color: #0c7295;
}
.cid-s7gR8MVoFQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gR8MVoFQ .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gR8MVoFQ .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gR8MVoFQ .mbr-list {
  margin: 0;
}
.cid-s7gR8MVoFQ .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gR8MVoFQ .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gR8MVoFQ .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gR8MVoFQ .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-rWr9CRSLnY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rWr9CRSLnY *:focus {
  outline: none;
}
.cid-rWr9CRSLnY .form-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-rWr9CRSLnY .img-block {
  display: flex;
}
.cid-rWr9CRSLnY .img-block img {
  object-fit: cover;
  object-position: center center;
  min-height: 100%;
}
.cid-rWr9CRSLnY .input-wrap {
  padding-bottom: 1rem;
  position: relative;
}
.cid-rWr9CRSLnY .input-wrap input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
}
.cid-rWr9CRSLnY .btn-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-rWr9CRSLnY .img-block {
    padding-bottom: 3rem;
  }
  .cid-rWr9CRSLnY .form-1 {
    padding-top: 0;
  }
}
.cid-rWr9CRSLnY .form-title {
  color: #444444;
  text-align: center;
}
.cid-rWrxv9WDzn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWrxv9WDzn .card-icon {
  font-size: 40px;
  color: #000000;
  transition: color 0.3s;
}
.cid-rWrxv9WDzn .icon2 {
  color: #000000;
}
.cid-rWrxv9WDzn .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rWrxv9WDzn p {
  font-weight: 400;
}
.cid-rWrxv9WDzn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #000000;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rWrxv9WDzn .line2 {
  background: #000000;
}
.cid-rWrxv9WDzn .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #ffdbca;
}
.cid-rWrxv9WDzn .card-wrapper:hover .link-ico {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.cid-rWrxv9WDzn .card2 {
  background: #cfe1e2;
}
.cid-rWrxv9WDzn .card-title,
.cid-rWrxv9WDzn .card-ico,
.cid-rWrxv9WDzn .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rWrxv9WDzn .mbr-text,
.cid-rWrxv9WDzn .card-link {
  text-align: center;
  color: #000000;
}
.cid-sbRJ9Lb9vV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbRJ9Lb9vV .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sbRJ9Lb9vV .title,
.cid-sbRJ9Lb9vV .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sbRJ9Lb9vV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sbRJ9Lb9vV .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sbRJ9Lb9vV .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sbRJ9Lb9vV .text-box {
  padding: 0rem;
}
.cid-sbRJ9Lb9vV .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sbRJ9Lb9vV .card-title {
  color: #444444;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sbRJ9Lb9vV .card-img {
  overflow: hidden;
}
.cid-sbRJ9Lb9vV .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sbRJ9Lb9vV .card-box {
  padding: 0rem;
}
.cid-sbRJ9Lb9vV img {
  transition: all 0.3s;
}
.cid-sbRJ9Lb9vV .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sbRJ9Lb9vV .status {
  color: #f4c2aa;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sbRJ9Lb9vV .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sbRJ9Lb9vV .card-img {
    width: 30%;
  }
  .cid-sbRJ9Lb9vV .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sbRJ9Lb9vV .card-img {
    width: 50%;
  }
  .cid-sbRJ9Lb9vV .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sbRJ9Lb9vV .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sbRJ9Lb9vV .card-img {
    width: 100%;
  }
  .cid-sbRJ9Lb9vV .card-box {
    width: 100%;
  }
}
.cid-sbRJ9Lb9vV .card-box > p,
.cid-sbRJ9Lb9vV .mbr-section-btn {
  color: #767676;
}
.cid-th7EptyVKV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7EptyVKV .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7EptyVKV .content-block .mbr-text {
  margin: 0;
}
.cid-th7EptyVKV .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7EptyVKV .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7EptyVKV .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7EptyVKV .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7EptyVKV .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7EptyVKV h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7EptyVKV .mbr-section-title {
  color: #000000;
}
.cid-th7EptyVKV .mbr-section-subtitle {
  color: #780345;
}
.cid-th7EptyVKV .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7gRB57zVz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gRB57zVz .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gRB57zVz .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gRB57zVz .mbr-list {
  margin: 0;
}
.cid-s7gRB57zVz .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gRB57zVz .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gRB57zVz .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gRB57zVz .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-rWqoU7hOSl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #afd1d3;
  transition: background-color 0.3s ease-in-out;
}
.cid-rWqoU7hOSl:hover {
  background-color: #f4c2aa;
}
.cid-rWqoU7hOSl .mbr-section-title {
  margin: 0;
}
.cid-rWqoU7hOSl .card-wrapper {
  z-index: 3;
}
.cid-rWqoU7hOSl .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rWqoU7hOSl .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rWqoWop2jI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWqoWop2jI .mbr-text,
.cid-rWqoWop2jI .ornament {
  color: #444444;
  text-align: left;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7gSq1Ryi0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gSq1Ryi0 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gSq1Ryi0 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gSq1Ryi0 .mbr-list {
  margin: 0;
}
.cid-s7gSq1Ryi0 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gSq1Ryi0 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gSq1Ryi0 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gSq1Ryi0 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-rWqlwVlH1F {
  background: #fcfaf3;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-rWqlwVlH1F .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWqlwVlH1F .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWqlwVlH1F .image-block:hover:before {
  opacity: 0.4;
}
.cid-rWqlwVlH1F .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWqlwVlH1F .image-block:hover img {
  transform: scale(1.05);
}
.cid-rWqlwVlH1F h4 {
  letter-spacing: 2px;
}
.cid-rWqlwVlH1F figcaption {
  position: relative;
}
.cid-rWqlwVlH1F figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rWqlwVlH1F img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rWqlwVlH1F .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rWqlwVlH1F .wrap {
    opacity: 1!important;
  }
  .cid-rWqlwVlH1F .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWq5jjNOD7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWq5jjNOD7 .mbr-text,
.cid-rWq5jjNOD7 .ornament {
  text-align: left;
  color: #444444;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7gThBqext {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gThBqext .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gThBqext .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gThBqext .mbr-list {
  margin: 0;
}
.cid-s7gThBqext .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gThBqext .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gThBqext .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gThBqext .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s7hCndynB4 .nav-item:focus,
.cid-s7hCndynB4 .nav-link:focus {
  outline: none;
}
.cid-s7hCndynB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7hCndynB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7hCndynB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7hCndynB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7hCndynB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7hCndynB4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-s7hCndynB4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-s7hCndynB4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s7hCndynB4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7hCndynB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7hCndynB4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7hCndynB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7hCndynB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7hCndynB4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7hCndynB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7hCndynB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7hCndynB4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7hCndynB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7hCndynB4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7hCndynB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7hCndynB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7hCndynB4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7hCndynB4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7hCndynB4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7hCndynB4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7hCndynB4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7hCndynB4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7hCndynB4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7hCndynB4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-s7hCndynB4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7hCndynB4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7hCndynB4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7hCndynB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7hCndynB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7hCndynB4 .dropdown-item.active,
.cid-s7hCndynB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-s7hCndynB4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7hCndynB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7hCndynB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7hCndynB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-s7hCndynB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7hCndynB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7hCndynB4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7hCndynB4 .navbar-buttons {
  text-align: center;
}
.cid-s7hCndynB4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7hCndynB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7hCndynB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7hCndynB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7hCndynB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7hCndynB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7hCndynB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7hCndynB4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7hCndynB4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7hCndynB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7hCndynB4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7hCndynB4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7hCndynB4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7hCndynB4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s7hCndynB4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s7hCndynB4 .nav-link:hover,
.cid-s7hCndynB4 .dropdown-item:hover,
.cid-s7hCndynB4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7hCndynB4 .navbar {
    height: 77px;
  }
  .cid-s7hCndynB4 .navbar.opened {
    height: auto;
  }
}
.cid-s7lBc0ekuh {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s7lBc0ekuh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s7lBc0ekuh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7lBc0ekuh .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-s7lBc0ekuh .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s7lBc0ekuh .mbr-text,
.cid-s7lBc0ekuh .mbr-section-btn {
  color: #f08467;
  text-align: left;
}
.cid-s7lBc0ekuh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-s7lBc0ekuh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7lBc0ekuh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7lBc0ekuh .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s7lBc0ekuh .main-row {
    margin: 0;
  }
  .cid-s7lBc0ekuh .mbr-section-title,
  .cid-s7lBc0ekuh .mbr-text,
  .cid-s7lBc0ekuh .list,
  .cid-s7lBc0ekuh .mbr-section-btn {
    text-align: left !important;
  }
  .cid-s7lBc0ekuh .text-content {
    padding: 0;
  }
}
.cid-s7lBc0ekuh .mbr-section-title {
  color: #444444;
  text-align: left;
}
.cid-s7lBc0ekuh .list {
  color: #444444;
}
.cid-s7lBc0ekuh .list UL {
  text-align: left;
}
.cid-sHLsF7aSjw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHLsF7aSjw .mbr-overlay {
  background: #232323;
}
.cid-sHLsF7aSjw .mbr-section-title {
  letter-spacing: 0.5rem;
  color: #f4c2aa;
}
.cid-th7CuBjzEt {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7CuBjzEt .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7CuBjzEt .content-block .mbr-text {
  margin: 0;
}
.cid-th7CuBjzEt .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7CuBjzEt .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7CuBjzEt .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7CuBjzEt .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7CuBjzEt .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7CuBjzEt h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7CuBjzEt .mbr-section-title {
  color: #000000;
}
.cid-th7CuBjzEt .mbr-section-subtitle {
  color: #780345;
}
.cid-th7CuBjzEt .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7hCnfCBga {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7hCnfCBga .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7hCnfCBga .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7hCnfCBga .mbr-list {
  margin: 0;
}
.cid-s7hCnfCBga .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7hCnfCBga .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7hCnfCBga .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7hCnfCBga .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s7kP2Y9hY6 .nav-item:focus,
.cid-s7kP2Y9hY6 .nav-link:focus {
  outline: none;
}
.cid-s7kP2Y9hY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7kP2Y9hY6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7kP2Y9hY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7kP2Y9hY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7kP2Y9hY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7kP2Y9hY6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-s7kP2Y9hY6 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-s7kP2Y9hY6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s7kP2Y9hY6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7kP2Y9hY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7kP2Y9hY6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7kP2Y9hY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7kP2Y9hY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7kP2Y9hY6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7kP2Y9hY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7kP2Y9hY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7kP2Y9hY6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7kP2Y9hY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7kP2Y9hY6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7kP2Y9hY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7kP2Y9hY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7kP2Y9hY6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7kP2Y9hY6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7kP2Y9hY6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7kP2Y9hY6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7kP2Y9hY6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7kP2Y9hY6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7kP2Y9hY6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7kP2Y9hY6 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-s7kP2Y9hY6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7kP2Y9hY6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7kP2Y9hY6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7kP2Y9hY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7kP2Y9hY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7kP2Y9hY6 .dropdown-item.active,
.cid-s7kP2Y9hY6 .dropdown-item:active {
  background-color: transparent;
}
.cid-s7kP2Y9hY6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7kP2Y9hY6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7kP2Y9hY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7kP2Y9hY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-s7kP2Y9hY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7kP2Y9hY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7kP2Y9hY6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7kP2Y9hY6 .navbar-buttons {
  text-align: center;
}
.cid-s7kP2Y9hY6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7kP2Y9hY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7kP2Y9hY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7kP2Y9hY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kP2Y9hY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kP2Y9hY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7kP2Y9hY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kP2Y9hY6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7kP2Y9hY6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7kP2Y9hY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kP2Y9hY6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7kP2Y9hY6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7kP2Y9hY6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7kP2Y9hY6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s7kP2Y9hY6 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s7kP2Y9hY6 .nav-link:hover,
.cid-s7kP2Y9hY6 .dropdown-item:hover,
.cid-s7kP2Y9hY6 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7kP2Y9hY6 .navbar {
    height: 77px;
  }
  .cid-s7kP2Y9hY6 .navbar.opened {
    height: auto;
  }
}
.cid-u7xVFfmfQ6 {
  overflow: visible !important;
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7xVFfmfQ6 .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-u7xVFfmfQ6 .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-u7xVFfmfQ6 .wrapper {
    transform: translateX(30%);
  }
}
.cid-u7xVFfmfQ6 .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7xVFfmfQ6 .display-5 {
    font-size: 29px;
  }
}
.cid-u7xVFfmfQ6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u7xWbqvloy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7xWbqvloy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7xWbqvloy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7xWbqvloy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7xWbqvloy .row {
    align-items: center !important;
  }
}
.cid-u7xWbqvloy .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7xWbqvloy .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7xWbqvloy .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7xWbqvloy .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7xWbqvloy .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7xWbqvloy .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7xWbqvloy .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7xWbqvloy .mbr-title {
  color: #f4c2aa;
}
.cid-u7xWbqvloy .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7xWbqvloy .list-box {
  width: 100%;
}
.cid-u7xWbqvloy .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7xWbqvloy .list-text {
  position: relative;
}
.cid-u7xWbqvloy .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7xWbqvloy .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7xWbqvloy .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7xWbqvloy .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7xWbqvloy .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7xWbqvloy .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7xWHSl1e5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7xWHSl1e5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7xWHSl1e5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7xWHSl1e5 .row {
    align-items: center !important;
  }
}
.cid-u7xWHSl1e5 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7xWHSl1e5 .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7xWHSl1e5 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7xWHSl1e5 .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7xWHSl1e5 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7xWHSl1e5 .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7xWHSl1e5 .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7xWHSl1e5 .mbr-title {
  color: #f4c2aa;
}
.cid-u7xWHSl1e5 .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7xWHSl1e5 .list-box {
  width: 100%;
}
.cid-u7xWHSl1e5 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7xWHSl1e5 .list-text {
  position: relative;
}
.cid-u7xWHSl1e5 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7xWHSl1e5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7xWHSl1e5 .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u7xWHSl1e5 .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7xWHSl1e5 .img-box {
    border-radius: 0 15vw 0 0;
  }
}
.cid-u7xWHSl1e5 .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7xXyRplmv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7xXyRplmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7xXyRplmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7xXyRplmv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7xXyRplmv .row {
    align-items: center !important;
  }
}
.cid-u7xXyRplmv .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7xXyRplmv .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7xXyRplmv .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7xXyRplmv .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7xXyRplmv .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7xXyRplmv .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7xXyRplmv .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7xXyRplmv .mbr-title {
  color: #f4c2aa;
}
.cid-u7xXyRplmv .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7xXyRplmv .list-box {
  width: 100%;
}
.cid-u7xXyRplmv .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7xXyRplmv .list-text {
  position: relative;
}
.cid-u7xXyRplmv .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7xXyRplmv .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7xXyRplmv .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7xXyRplmv .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7xXyRplmv .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7xXyRplmv .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-th7A0xl0WQ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7A0xl0WQ .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7A0xl0WQ .content-block .mbr-text {
  margin: 0;
}
.cid-th7A0xl0WQ .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7A0xl0WQ .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7A0xl0WQ .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7A0xl0WQ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7A0xl0WQ .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7A0xl0WQ h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7A0xl0WQ .mbr-section-title {
  color: #000000;
}
.cid-th7A0xl0WQ .mbr-section-subtitle {
  color: #780345;
}
.cid-th7A0xl0WQ .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7kP32L4dl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7kP32L4dl .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7kP32L4dl .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7kP32L4dl .mbr-list {
  margin: 0;
}
.cid-s7kP32L4dl .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7kP32L4dl .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7kP32L4dl .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7kP32L4dl .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s7yDA7ZAvF .nav-item:focus,
.cid-s7yDA7ZAvF .nav-link:focus {
  outline: none;
}
.cid-s7yDA7ZAvF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7yDA7ZAvF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7yDA7ZAvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7yDA7ZAvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7yDA7ZAvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7yDA7ZAvF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-s7yDA7ZAvF .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-s7yDA7ZAvF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s7yDA7ZAvF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7yDA7ZAvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7yDA7ZAvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7yDA7ZAvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7yDA7ZAvF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7yDA7ZAvF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7yDA7ZAvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7yDA7ZAvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7yDA7ZAvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7yDA7ZAvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7yDA7ZAvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7yDA7ZAvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7yDA7ZAvF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7yDA7ZAvF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7yDA7ZAvF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7yDA7ZAvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7yDA7ZAvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7yDA7ZAvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7yDA7ZAvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7yDA7ZAvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7yDA7ZAvF .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-s7yDA7ZAvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7yDA7ZAvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7yDA7ZAvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7yDA7ZAvF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7yDA7ZAvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7yDA7ZAvF .dropdown-item.active,
.cid-s7yDA7ZAvF .dropdown-item:active {
  background-color: transparent;
}
.cid-s7yDA7ZAvF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7yDA7ZAvF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7yDA7ZAvF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7yDA7ZAvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-s7yDA7ZAvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7yDA7ZAvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7yDA7ZAvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7yDA7ZAvF .navbar-buttons {
  text-align: center;
}
.cid-s7yDA7ZAvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7yDA7ZAvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7yDA7ZAvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7yDA7ZAvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7yDA7ZAvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7yDA7ZAvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7yDA7ZAvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7yDA7ZAvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7yDA7ZAvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7yDA7ZAvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7yDA7ZAvF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7yDA7ZAvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7yDA7ZAvF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7yDA7ZAvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s7yDA7ZAvF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s7yDA7ZAvF .nav-link:hover,
.cid-s7yDA7ZAvF .dropdown-item:hover,
.cid-s7yDA7ZAvF .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7yDA7ZAvF .navbar {
    height: 77px;
  }
  .cid-s7yDA7ZAvF .navbar.opened {
    height: auto;
  }
}
.cid-u4mZuSjUjO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4mZuSjUjO .container {
  max-width: 1500px;
}
.cid-u4mZuSjUjO img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u4mZuSjUjO img:hover {
  transform: scale(1.1);
}
.cid-u4mZuSjUjO .row {
  background: #ffffff;
}
.cid-u4mZuSjUjO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-u4mZuSjUjO h2 {
  padding: 0;
  margin: 0;
}
.cid-u4mZuSjUjO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4mZuSjUjO .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-u4mZuSjUjO .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-u4mZuSjUjO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-u4mZuSjUjO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-u4mZuSjUjO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-u4mZuSjUjO .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u4mZuSjUjO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4mZuSjUjO .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-u4mZuSjUjO .row {
    margin: 0rem;
  }
  .cid-u4mZuSjUjO .text-col {
    padding: 2rem 1rem;
  }
  .cid-u4mZuSjUjO .number {
    margin-right: 2rem;
  }
  .cid-u4mZuSjUjO .img-col {
    margin-bottom: 3rem;
  }
}
.cid-u4mZuSjUjO H2 {
  color: #f4c2aa;
  text-align: left;
}
.cid-u4mZuSjUjO .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-u4mZuSjUjO H3 {
  color: #444444;
}
.cid-tI1ORStb7y {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tI1ORStb7y .container {
  max-width: 1500px;
}
.cid-tI1ORStb7y img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tI1ORStb7y img:hover {
  transform: scale(1.1);
}
.cid-tI1ORStb7y .row {
  background: #ffffff;
}
.cid-tI1ORStb7y .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tI1ORStb7y h2 {
  padding: 0;
  margin: 0;
}
.cid-tI1ORStb7y .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI1ORStb7y .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tI1ORStb7y .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tI1ORStb7y .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tI1ORStb7y .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tI1ORStb7y .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tI1ORStb7y .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tI1ORStb7y .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1ORStb7y .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tI1ORStb7y .row {
    margin: 0rem;
  }
  .cid-tI1ORStb7y .text-col {
    padding: 2rem 1rem;
  }
  .cid-tI1ORStb7y .number {
    margin-right: 2rem;
  }
  .cid-tI1ORStb7y .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tI1ORStb7y H2 {
  color: #f4c2aa;
  text-align: left;
}
.cid-tI1ORStb7y .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-tI1ORStb7y H3 {
  color: #444444;
}
.cid-ttdCFnMRog {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttdCFnMRog .container {
  max-width: 1500px;
}
.cid-ttdCFnMRog img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ttdCFnMRog img:hover {
  transform: scale(1.1);
}
.cid-ttdCFnMRog .row {
  background: #ffffff;
}
.cid-ttdCFnMRog .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-ttdCFnMRog h2 {
  padding: 0;
  margin: 0;
}
.cid-ttdCFnMRog .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttdCFnMRog .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-ttdCFnMRog .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-ttdCFnMRog .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-ttdCFnMRog .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-ttdCFnMRog .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-ttdCFnMRog .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ttdCFnMRog .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ttdCFnMRog .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-ttdCFnMRog .row {
    margin: 0rem;
  }
  .cid-ttdCFnMRog .text-col {
    padding: 2rem 1rem;
  }
  .cid-ttdCFnMRog .number {
    margin-right: 2rem;
  }
  .cid-ttdCFnMRog .img-col {
    margin-bottom: 3rem;
  }
}
.cid-ttdCFnMRog H2 {
  color: #f4c2aa;
  text-align: left;
}
.cid-ttdCFnMRog .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-ttdCFnMRog H3 {
  color: #444444;
}
.cid-t4jsPN1WoH {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4jsPN1WoH .container {
  max-width: 1500px;
}
.cid-t4jsPN1WoH img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t4jsPN1WoH img:hover {
  transform: scale(1.1);
}
.cid-t4jsPN1WoH .row {
  background: #ffffff;
}
.cid-t4jsPN1WoH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-t4jsPN1WoH h2 {
  padding: 0;
  margin: 0;
}
.cid-t4jsPN1WoH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4jsPN1WoH .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-t4jsPN1WoH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-t4jsPN1WoH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-t4jsPN1WoH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-t4jsPN1WoH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-t4jsPN1WoH .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t4jsPN1WoH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t4jsPN1WoH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-t4jsPN1WoH .row {
    margin: 0rem;
  }
  .cid-t4jsPN1WoH .text-col {
    padding: 2rem 1rem;
  }
  .cid-t4jsPN1WoH .number {
    margin-right: 2rem;
  }
  .cid-t4jsPN1WoH .img-col {
    margin-bottom: 3rem;
  }
}
.cid-t4jsPN1WoH H2 {
  color: #f4c2aa;
  text-align: left;
}
.cid-t4jsPN1WoH .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-t4jsPN1WoH H3 {
  color: #444444;
}
.cid-s7UhhcSlfe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7UhhcSlfe .container {
  max-width: 1500px;
}
.cid-s7UhhcSlfe img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7UhhcSlfe img:hover {
  transform: scale(1.1);
}
.cid-s7UhhcSlfe .row {
  background: #ffffff;
}
.cid-s7UhhcSlfe .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-s7UhhcSlfe h2 {
  padding: 0;
  margin: 0;
}
.cid-s7UhhcSlfe .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7UhhcSlfe .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-s7UhhcSlfe .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s7UhhcSlfe .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7UhhcSlfe .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7UhhcSlfe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s7UhhcSlfe .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s7UhhcSlfe .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7UhhcSlfe .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7UhhcSlfe .row {
    margin: 0rem;
  }
  .cid-s7UhhcSlfe .text-col {
    padding: 2rem 1rem;
  }
  .cid-s7UhhcSlfe .number {
    margin-right: 2rem;
  }
  .cid-s7UhhcSlfe .img-col {
    margin-bottom: 3rem;
  }
}
.cid-s7UhhcSlfe H2 {
  color: #f4c2aa;
  text-align: left;
}
.cid-s7UhhcSlfe .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-s7UhhcSlfe H3 {
  color: #444444;
}
.cid-sGYLzOiMoR {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGYLzOiMoR img {
  height: 500px;
  object-fit: cover;
}
.cid-sGYLzOiMoR .card-img {
  position: relative;
}
.cid-sGYLzOiMoR .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sGYLzOiMoR .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-sGYLzOiMoR .card-img {
    margin-bottom: 2rem;
  }
}
.cid-th7De5Cv7y {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7De5Cv7y .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7De5Cv7y .content-block .mbr-text {
  margin: 0;
}
.cid-th7De5Cv7y .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7De5Cv7y .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7De5Cv7y .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7De5Cv7y .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7De5Cv7y .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7De5Cv7y h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7De5Cv7y .mbr-section-title {
  color: #000000;
}
.cid-th7De5Cv7y .mbr-section-subtitle {
  color: #780345;
}
.cid-th7De5Cv7y .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7yDAaiOcF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7yDAaiOcF .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7yDAaiOcF .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7yDAaiOcF .mbr-list {
  margin: 0;
}
.cid-s7yDAaiOcF .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7yDAaiOcF .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7yDAaiOcF .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7yDAaiOcF .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s7hAxehQYm .nav-item:focus,
.cid-s7hAxehQYm .nav-link:focus {
  outline: none;
}
.cid-s7hAxehQYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7hAxehQYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7hAxehQYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7hAxehQYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7hAxehQYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7hAxehQYm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-s7hAxehQYm .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-s7hAxehQYm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s7hAxehQYm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7hAxehQYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7hAxehQYm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7hAxehQYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7hAxehQYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7hAxehQYm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7hAxehQYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7hAxehQYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7hAxehQYm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7hAxehQYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7hAxehQYm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7hAxehQYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7hAxehQYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7hAxehQYm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7hAxehQYm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7hAxehQYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7hAxehQYm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7hAxehQYm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7hAxehQYm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7hAxehQYm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7hAxehQYm .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-s7hAxehQYm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7hAxehQYm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7hAxehQYm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7hAxehQYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7hAxehQYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7hAxehQYm .dropdown-item.active,
.cid-s7hAxehQYm .dropdown-item:active {
  background-color: transparent;
}
.cid-s7hAxehQYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7hAxehQYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7hAxehQYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7hAxehQYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-s7hAxehQYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7hAxehQYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7hAxehQYm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7hAxehQYm .navbar-buttons {
  text-align: center;
}
.cid-s7hAxehQYm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7hAxehQYm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7hAxehQYm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7hAxehQYm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7hAxehQYm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7hAxehQYm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7hAxehQYm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7hAxehQYm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7hAxehQYm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7hAxehQYm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7hAxehQYm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7hAxehQYm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7hAxehQYm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7hAxehQYm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s7hAxehQYm .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s7hAxehQYm .nav-link:hover,
.cid-s7hAxehQYm .dropdown-item:hover,
.cid-s7hAxehQYm .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7hAxehQYm .navbar {
    height: 77px;
  }
  .cid-s7hAxehQYm .navbar.opened {
    height: auto;
  }
}
.cid-s7hAxcsXfC {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #cfe1e2;
}
.cid-s7hAxcsXfC .card-wrapper {
  z-index: 3;
}
.cid-s7hAxcsXfC .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-s7hAxcsXfC:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-s7hAxcsXfC .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s7hAxcsXfC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-s7hAxcsXfC H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uxcKQtCIjp {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxcKQtCIjp .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uxcKQtCIjp .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uxcKQtCIjp .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uxcKQtCIjp .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uxcKQtCIjp .mbr-text,
.cid-uxcKQtCIjp .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-uxcKQtCIjp .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-uxcKQtCIjp .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uxcKQtCIjp .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uxcKQtCIjp .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uxcKQtCIjp .main-row {
    margin: 0;
  }
  .cid-uxcKQtCIjp .mbr-section-title,
  .cid-uxcKQtCIjp .mbr-text,
  .cid-uxcKQtCIjp .list,
  .cid-uxcKQtCIjp .mbr-section-btn {
    text-align: left !important;
  }
  .cid-uxcKQtCIjp .text-content {
    padding: 0;
  }
}
.cid-uxcKQtCIjp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxcKQtCIjp .list {
  color: #0c7295;
}
.cid-uxcKQtCIjp .list UL {
  text-align: left;
}
.cid-uxcFAy4UZo {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #ffdbca;
}
.cid-uxcFAy4UZo .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uxcFAy4UZo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uxcFAy4UZo .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uxcFAy4UZo .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uxcFAy4UZo .mbr-text,
.cid-uxcFAy4UZo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uxcFAy4UZo .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-uxcFAy4UZo .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uxcFAy4UZo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uxcFAy4UZo .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uxcFAy4UZo .main-row {
    margin: 0;
  }
  .cid-uxcFAy4UZo .mbr-section-title,
  .cid-uxcFAy4UZo .mbr-text,
  .cid-uxcFAy4UZo .list,
  .cid-uxcFAy4UZo .mbr-section-btn {
    text-align: left !important;
  }
  .cid-uxcFAy4UZo .text-content {
    padding: 0;
  }
}
.cid-uxcFAy4UZo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uxcFAy4UZo .list {
  color: #0c7295;
}
.cid-uxcFAy4UZo .list UL {
  text-align: left;
}
.cid-uiGfrIFFy7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiGfrIFFy7 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uiGfrIFFy7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uiGfrIFFy7 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uiGfrIFFy7 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uiGfrIFFy7 .mbr-text,
.cid-uiGfrIFFy7 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-uiGfrIFFy7 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-uiGfrIFFy7 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uiGfrIFFy7 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uiGfrIFFy7 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uiGfrIFFy7 .main-row {
    margin: 0;
  }
  .cid-uiGfrIFFy7 .mbr-section-title,
  .cid-uiGfrIFFy7 .mbr-text,
  .cid-uiGfrIFFy7 .list,
  .cid-uiGfrIFFy7 .mbr-section-btn {
    text-align: left !important;
  }
  .cid-uiGfrIFFy7 .text-content {
    padding: 0;
  }
}
.cid-uiGfrIFFy7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiGfrIFFy7 .list {
  color: #0c7295;
}
.cid-uiGfrIFFy7 .list UL {
  text-align: left;
}
.cid-uiGgjG4ffh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uiGgjG4ffh .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.cid-uiGgjG4ffh .content-block .mbr-text {
  margin: 0;
}
.cid-uiGgjG4ffh .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-uiGgjG4ffh .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-uiGgjG4ffh .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-uiGgjG4ffh .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uiGgjG4ffh .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-uiGgjG4ffh h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-uiGgjG4ffh .mbr-section-title {
  color: #fcfaf3;
}
.cid-uiGgjG4ffh .mbr-section-subtitle {
  color: #780345;
}
.cid-u7yl0NOz8Q {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffdbca;
}
.cid-u7yl0NOz8Q .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-u7yl0NOz8Q .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u7yl0NOz8Q .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-u7yl0NOz8Q .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-u7yl0NOz8Q .mbr-text,
.cid-u7yl0NOz8Q .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-u7yl0NOz8Q .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-u7yl0NOz8Q .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u7yl0NOz8Q .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u7yl0NOz8Q .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u7yl0NOz8Q .main-row {
    margin: 0;
  }
  .cid-u7yl0NOz8Q .mbr-section-title,
  .cid-u7yl0NOz8Q .mbr-text,
  .cid-u7yl0NOz8Q .list,
  .cid-u7yl0NOz8Q .mbr-section-btn {
    text-align: left !important;
  }
  .cid-u7yl0NOz8Q .text-content {
    padding: 0;
  }
}
.cid-u7yl0NOz8Q .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7yl0NOz8Q .list {
  color: #0c7295;
}
.cid-u7yl0NOz8Q .list UL {
  text-align: left;
}
.cid-u7ypj6dhyZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-u7ypj6dhyZ .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-u7ypj6dhyZ .content-block .mbr-text {
  margin: 0;
}
.cid-u7ypj6dhyZ .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-u7ypj6dhyZ .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-u7ypj6dhyZ .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-u7ypj6dhyZ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u7ypj6dhyZ .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-u7ypj6dhyZ h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-u7ypj6dhyZ .mbr-section-title {
  color: #fcfaf3;
}
.cid-u7ypj6dhyZ .mbr-section-subtitle {
  color: #780345;
}
.cid-uiGu2jVtgU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiGu2jVtgU .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uiGu2jVtgU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uiGu2jVtgU .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uiGu2jVtgU .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uiGu2jVtgU .mbr-text,
.cid-uiGu2jVtgU .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-uiGu2jVtgU .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-uiGu2jVtgU .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uiGu2jVtgU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uiGu2jVtgU .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uiGu2jVtgU .main-row {
    margin: 0;
  }
  .cid-uiGu2jVtgU .mbr-section-title,
  .cid-uiGu2jVtgU .mbr-text,
  .cid-uiGu2jVtgU .list,
  .cid-uiGu2jVtgU .mbr-section-btn {
    text-align: left !important;
  }
  .cid-uiGu2jVtgU .text-content {
    padding: 0;
  }
}
.cid-uiGu2jVtgU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiGu2jVtgU .list {
  color: #0c7295;
}
.cid-uiGu2jVtgU .list UL {
  text-align: left;
}
.cid-sNTiFmsWzs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffdbca;
}
.cid-sNTiFmsWzs .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sNTiFmsWzs .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sNTiFmsWzs .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sNTiFmsWzs .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sNTiFmsWzs .mbr-text,
.cid-sNTiFmsWzs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sNTiFmsWzs .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-sNTiFmsWzs .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sNTiFmsWzs .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sNTiFmsWzs .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sNTiFmsWzs .main-row {
    margin: 0;
  }
  .cid-sNTiFmsWzs .mbr-section-title,
  .cid-sNTiFmsWzs .mbr-text,
  .cid-sNTiFmsWzs .list,
  .cid-sNTiFmsWzs .mbr-section-btn {
    text-align: left !important;
  }
  .cid-sNTiFmsWzs .text-content {
    padding: 0;
  }
}
.cid-sNTiFmsWzs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sNTiFmsWzs .list {
  color: #0c7295;
}
.cid-sNTiFmsWzs .list UL {
  text-align: left;
}
.cid-u7yq8R6r48 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u7yq8R6r48 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-u7yq8R6r48 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u7yq8R6r48 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-u7yq8R6r48 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-u7yq8R6r48 .mbr-text,
.cid-u7yq8R6r48 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-u7yq8R6r48 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-u7yq8R6r48 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u7yq8R6r48 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u7yq8R6r48 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u7yq8R6r48 .main-row {
    margin: 0;
  }
  .cid-u7yq8R6r48 .mbr-section-title,
  .cid-u7yq8R6r48 .mbr-text,
  .cid-u7yq8R6r48 .list,
  .cid-u7yq8R6r48 .mbr-section-btn {
    text-align: left !important;
  }
  .cid-u7yq8R6r48 .text-content {
    padding: 0;
  }
}
.cid-u7yq8R6r48 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7yq8R6r48 .list {
  color: #0c7295;
}
.cid-u7yq8R6r48 .list UL {
  text-align: left;
}
.cid-sGvUb1wKJo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffdbca;
}
.cid-sGvUb1wKJo .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sGvUb1wKJo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sGvUb1wKJo .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sGvUb1wKJo .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sGvUb1wKJo .mbr-text,
.cid-sGvUb1wKJo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sGvUb1wKJo .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-sGvUb1wKJo .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sGvUb1wKJo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sGvUb1wKJo .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sGvUb1wKJo .main-row {
    margin: 0;
  }
  .cid-sGvUb1wKJo .mbr-section-title,
  .cid-sGvUb1wKJo .mbr-text,
  .cid-sGvUb1wKJo .list,
  .cid-sGvUb1wKJo .mbr-section-btn {
    text-align: left !important;
  }
  .cid-sGvUb1wKJo .text-content {
    padding: 0;
  }
}
.cid-sGvUb1wKJo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sGvUb1wKJo .list {
  color: #0c7295;
}
.cid-sGvUb1wKJo .list UL {
  text-align: left;
}
.cid-u7ypk78Sb4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-u7ypk78Sb4 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.cid-u7ypk78Sb4 .content-block .mbr-text {
  margin: 0;
}
.cid-u7ypk78Sb4 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-u7ypk78Sb4 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-u7ypk78Sb4 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-u7ypk78Sb4 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u7ypk78Sb4 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-u7ypk78Sb4 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-u7ypk78Sb4 .mbr-section-title {
  color: #fcfaf3;
}
.cid-u7ypk78Sb4 .mbr-section-subtitle {
  color: #780345;
}
.cid-sOgPbD8ZD9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sOgPbD8ZD9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sOgPbD8ZD9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sOgPbD8ZD9 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sOgPbD8ZD9 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sOgPbD8ZD9 .mbr-text,
.cid-sOgPbD8ZD9 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sOgPbD8ZD9 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-sOgPbD8ZD9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sOgPbD8ZD9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sOgPbD8ZD9 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sOgPbD8ZD9 .main-row {
    margin: 0;
  }
  .cid-sOgPbD8ZD9 .mbr-section-title,
  .cid-sOgPbD8ZD9 .mbr-text,
  .cid-sOgPbD8ZD9 .list,
  .cid-sOgPbD8ZD9 .mbr-section-btn {
    text-align: left !important;
  }
  .cid-sOgPbD8ZD9 .text-content {
    padding: 0;
  }
}
.cid-sOgPbD8ZD9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sOgPbD8ZD9 .list {
  color: #0c7295;
}
.cid-sOgPbD8ZD9 .list UL {
  text-align: left;
}
.cid-sNTnUkT6Eb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffdbca;
}
.cid-sNTnUkT6Eb .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sNTnUkT6Eb .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sNTnUkT6Eb .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sNTnUkT6Eb .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sNTnUkT6Eb .mbr-text,
.cid-sNTnUkT6Eb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sNTnUkT6Eb .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-sNTnUkT6Eb .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sNTnUkT6Eb .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sNTnUkT6Eb .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sNTnUkT6Eb .main-row {
    margin: 0;
  }
  .cid-sNTnUkT6Eb .mbr-section-title,
  .cid-sNTnUkT6Eb .mbr-text,
  .cid-sNTnUkT6Eb .list,
  .cid-sNTnUkT6Eb .mbr-section-btn {
    text-align: left !important;
  }
  .cid-sNTnUkT6Eb .text-content {
    padding: 0;
  }
}
.cid-sNTnUkT6Eb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sNTnUkT6Eb .list {
  color: #0c7295;
}
.cid-sNTnUkT6Eb .list UL {
  text-align: left;
}
.cid-sAtH44EKF0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sAtH44EKF0 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sAtH44EKF0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sAtH44EKF0 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sAtH44EKF0 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sAtH44EKF0 .mbr-text,
.cid-sAtH44EKF0 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sAtH44EKF0 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-sAtH44EKF0 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sAtH44EKF0 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sAtH44EKF0 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sAtH44EKF0 .main-row {
    margin: 0;
  }
  .cid-sAtH44EKF0 .mbr-section-title,
  .cid-sAtH44EKF0 .mbr-text,
  .cid-sAtH44EKF0 .list,
  .cid-sAtH44EKF0 .mbr-section-btn {
    text-align: left !important;
  }
  .cid-sAtH44EKF0 .text-content {
    padding: 0;
  }
}
.cid-sAtH44EKF0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sAtH44EKF0 .list {
  color: #0c7295;
}
.cid-sAtH44EKF0 .list UL {
  text-align: left;
}
.cid-sAtH7aAF0J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sAtH7aAF0J .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sAtH7aAF0J .content-block .mbr-text {
  margin: 0;
}
.cid-sAtH7aAF0J .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sAtH7aAF0J .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sAtH7aAF0J .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sAtH7aAF0J .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sAtH7aAF0J .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sAtH7aAF0J h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sAtH7aAF0J .mbr-section-title {
  color: #fcfaf3;
}
.cid-sAtH7aAF0J .mbr-section-subtitle {
  color: #780345;
}
.cid-s7lGt1cV9V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffdbca;
}
.cid-s7lGt1cV9V .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s7lGt1cV9V .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7lGt1cV9V .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-s7lGt1cV9V .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s7lGt1cV9V .mbr-text,
.cid-s7lGt1cV9V .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7lGt1cV9V .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-s7lGt1cV9V .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7lGt1cV9V .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7lGt1cV9V .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s7lGt1cV9V .main-row {
    margin: 0;
  }
  .cid-s7lGt1cV9V .mbr-section-title,
  .cid-s7lGt1cV9V .mbr-text,
  .cid-s7lGt1cV9V .list,
  .cid-s7lGt1cV9V .mbr-section-btn {
    text-align: left !important;
  }
  .cid-s7lGt1cV9V .text-content {
    padding: 0;
  }
}
.cid-s7lGt1cV9V .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-s7lGt1cV9V .list {
  color: #0c7295;
}
.cid-s7lGt1cV9V .list UL {
  text-align: left;
}
.cid-s7lIp1HNGs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdbca;
}
.cid-s7lIp1HNGs .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-s7lIp1HNGs .content-block .mbr-text {
  margin: 0;
}
.cid-s7lIp1HNGs .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-s7lIp1HNGs .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-s7lIp1HNGs .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-s7lIp1HNGs .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-s7lIp1HNGs .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-s7lIp1HNGs h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-s7lIp1HNGs .mbr-section-title {
  color: #fcfaf3;
}
.cid-s7lIp1HNGs .mbr-section-subtitle {
  color: #780345;
}
.cid-th7BFSUy9c {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7BFSUy9c .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7BFSUy9c .content-block .mbr-text {
  margin: 0;
}
.cid-th7BFSUy9c .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7BFSUy9c .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7BFSUy9c .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7BFSUy9c .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7BFSUy9c .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7BFSUy9c h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7BFSUy9c .mbr-section-title {
  color: #000000;
}
.cid-th7BFSUy9c .mbr-section-subtitle {
  color: #780345;
}
.cid-th7BFSUy9c .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7hAxgQwrp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7hAxgQwrp .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7hAxgQwrp .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7hAxgQwrp .mbr-list {
  margin: 0;
}
.cid-s7hAxgQwrp .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7hAxgQwrp .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7hAxgQwrp .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7hAxgQwrp .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-ua72CaJp15 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ua72CaJp15 .container-fluid {
  padding: 0 2rem;
}
.cid-ua72CaJp15 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #f4c2aa;
  display: inline-block;
}
.cid-ua72CaJp15 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-ua72CaJp15 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-ua72CaJp15 .time-line-date-content {
  margin-right: 2rem;
}
.cid-ua72CaJp15 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-ua72CaJp15 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-ua72CaJp15 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000000;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-ua72CaJp15 .separline:before,
.cid-ua72CaJp15 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-ua72CaJp15 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ua72CaJp15 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ua72CaJp15 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-ua72CaJp15 .separline:before,
  .cid-ua72CaJp15 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-ua72CaJp15 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-ua72CaJp15 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-ua72CaJp15 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-ua72CaJp15 .time-line-date-content p {
    float: left !important;
  }
  .cid-ua72CaJp15 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-ua72CaJp15 .mbr-section-title,
.cid-ua72CaJp15 .underline {
  text-align: center;
  color: #afd1d3;
}
.cid-ua72CaJp15 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-ua72CaJp15 .mbr-timeline-date {
  color: #f4c2aa;
}
.cid-u7cSMSsdch {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7cSMSsdch img {
  height: 500px;
  object-fit: cover;
}
.cid-u7cSMSsdch .card-img {
  position: relative;
}
.cid-u7cSMSsdch .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-u7cSMSsdch .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-u7cSMSsdch .card-img {
    margin-bottom: 2rem;
  }
}
.cid-tOM294zVhj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOM294zVhj .container-fluid {
  padding: 0 2rem;
}
.cid-tOM294zVhj .underline .line {
  width: 80px;
  height: 4px;
  background-color: #f4c2aa;
  display: inline-block;
}
.cid-tOM294zVhj .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tOM294zVhj .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tOM294zVhj .time-line-date-content {
  margin-right: 2rem;
}
.cid-tOM294zVhj .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tOM294zVhj .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tOM294zVhj .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000000;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tOM294zVhj .separline:before,
.cid-tOM294zVhj .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tOM294zVhj .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tOM294zVhj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tOM294zVhj .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tOM294zVhj .separline:before,
  .cid-tOM294zVhj .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tOM294zVhj .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tOM294zVhj .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tOM294zVhj .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tOM294zVhj .time-line-date-content p {
    float: left !important;
  }
  .cid-tOM294zVhj .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tOM294zVhj .mbr-section-title,
.cid-tOM294zVhj .underline {
  text-align: center;
  color: #afd1d3;
}
.cid-tOM294zVhj .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tOM294zVhj .mbr-timeline-date {
  color: #f4c2aa;
}
.cid-tJx4YPl4Ts {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJx4YPl4Ts img {
  height: 500px;
  object-fit: cover;
}
.cid-tJx4YPl4Ts .card-img {
  position: relative;
}
.cid-tJx4YPl4Ts .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-tJx4YPl4Ts .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-tJx4YPl4Ts .card-img {
    margin-bottom: 2rem;
  }
}
.cid-tJw9GWNpPv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJw9GWNpPv img {
  height: 500px;
  object-fit: cover;
}
.cid-tJw9GWNpPv .card-img {
  position: relative;
}
.cid-tJw9GWNpPv .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-tJw9GWNpPv .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-tJw9GWNpPv .card-img {
    margin-bottom: 2rem;
  }
}
.cid-tJw9I4ruyq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJw9I4ruyq img {
  height: 500px;
  object-fit: cover;
}
.cid-tJw9I4ruyq .card-img {
  position: relative;
}
.cid-tJw9I4ruyq .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-tJw9I4ruyq .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-tJw9I4ruyq .card-img {
    margin-bottom: 2rem;
  }
}
.cid-tuBVhzCdwF {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tuBVhzCdwF .container-fluid {
  padding: 0 2rem;
}
.cid-tuBVhzCdwF .underline .line {
  width: 80px;
  height: 4px;
  background-color: #f4c2aa;
  display: inline-block;
}
.cid-tuBVhzCdwF .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tuBVhzCdwF .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tuBVhzCdwF .time-line-date-content {
  margin-right: 2rem;
}
.cid-tuBVhzCdwF .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tuBVhzCdwF .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tuBVhzCdwF .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000000;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tuBVhzCdwF .separline:before,
.cid-tuBVhzCdwF .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tuBVhzCdwF .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tuBVhzCdwF .container-fluid {
    padding: 0 1rem;
  }
  .cid-tuBVhzCdwF .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tuBVhzCdwF .separline:before,
  .cid-tuBVhzCdwF .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tuBVhzCdwF .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tuBVhzCdwF .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tuBVhzCdwF .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tuBVhzCdwF .time-line-date-content p {
    float: left !important;
  }
  .cid-tuBVhzCdwF .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tuBVhzCdwF .mbr-section-title,
.cid-tuBVhzCdwF .underline {
  text-align: center;
  color: #afd1d3;
}
.cid-tuBVhzCdwF .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tuBVhzCdwF .mbr-timeline-date {
  color: #f4c2aa;
}
.cid-t9NLANmGoD {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t9NLANmGoD img {
  height: 500px;
  object-fit: cover;
}
.cid-t9NLANmGoD .card-img {
  position: relative;
}
.cid-t9NLANmGoD .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-t9NLANmGoD .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-t9NLANmGoD .card-img {
    margin-bottom: 2rem;
  }
}
.cid-sGSNtUeKz7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGSNtUeKz7 .container-fluid {
  padding: 0 2rem;
}
.cid-sGSNtUeKz7 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #f4c2aa;
  display: inline-block;
}
.cid-sGSNtUeKz7 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sGSNtUeKz7 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sGSNtUeKz7 .time-line-date-content {
  margin-right: 2rem;
}
.cid-sGSNtUeKz7 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sGSNtUeKz7 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sGSNtUeKz7 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000000;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sGSNtUeKz7 .separline:before,
.cid-sGSNtUeKz7 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sGSNtUeKz7 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sGSNtUeKz7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sGSNtUeKz7 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sGSNtUeKz7 .separline:before,
  .cid-sGSNtUeKz7 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sGSNtUeKz7 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sGSNtUeKz7 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sGSNtUeKz7 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sGSNtUeKz7 .time-line-date-content p {
    float: left !important;
  }
  .cid-sGSNtUeKz7 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sGSNtUeKz7 .mbr-section-title,
.cid-sGSNtUeKz7 .underline {
  text-align: center;
  color: #afd1d3;
}
.cid-sGSNtUeKz7 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sGSNtUeKz7 .mbr-timeline-date {
  color: #f4c2aa;
}
.cid-uGPahur3t9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffdbca;
}
.cid-uGPahur3t9 .item-img,
.cid-uGPahur3t9 .img-wrap,
.cid-uGPahur3t9 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uGPahur3t9 img,
.cid-uGPahur3t9 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uGPahur3t9 img,
  .cid-uGPahur3t9 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uGPahur3t9 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGPahur3t9 .item:focus,
.cid-uGPahur3t9 span:focus {
  outline: none;
}
.cid-uGPahur3t9 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uGPahur3t9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGPahur3t9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGPahur3t9 h5 {
  margin: 0;
}
.cid-uGPahur3t9 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGPahur3t9 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uGPahur3t9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGPahur3t9 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uGPahur3t9 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uGPahur3t9 .item-wrapper {
    height: auto;
  }
}
.cid-uGPahur3t9 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uGPahur3t9 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uGPahur3t9 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uGPahur3t9 .mbr-text,
.cid-uGPahur3t9 .item .mbr-section-btn {
  text-align: center;
}
.cid-uGPahur3t9 .mbr-section-subtitle,
.cid-uGPahur3t9 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7gjNLzX6r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gjNLzX6r .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gjNLzX6r .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gjNLzX6r .mbr-list {
  margin: 0;
}
.cid-s7gjNLzX6r .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gjNLzX6r .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gjNLzX6r .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gjNLzX6r .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sWnh3MoZzm .nav-item:focus,
.cid-sWnh3MoZzm .nav-link:focus {
  outline: none;
}
.cid-sWnh3MoZzm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sWnh3MoZzm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnh3MoZzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWnh3MoZzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sWnh3MoZzm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWnh3MoZzm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-sWnh3MoZzm .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-sWnh3MoZzm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sWnh3MoZzm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWnh3MoZzm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sWnh3MoZzm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sWnh3MoZzm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWnh3MoZzm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWnh3MoZzm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWnh3MoZzm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWnh3MoZzm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWnh3MoZzm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWnh3MoZzm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWnh3MoZzm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sWnh3MoZzm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWnh3MoZzm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWnh3MoZzm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWnh3MoZzm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWnh3MoZzm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWnh3MoZzm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWnh3MoZzm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWnh3MoZzm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sWnh3MoZzm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWnh3MoZzm .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-sWnh3MoZzm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWnh3MoZzm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWnh3MoZzm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWnh3MoZzm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWnh3MoZzm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWnh3MoZzm .dropdown-item.active,
.cid-sWnh3MoZzm .dropdown-item:active {
  background-color: transparent;
}
.cid-sWnh3MoZzm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWnh3MoZzm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWnh3MoZzm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWnh3MoZzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-sWnh3MoZzm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWnh3MoZzm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWnh3MoZzm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWnh3MoZzm .navbar-buttons {
  text-align: center;
}
.cid-sWnh3MoZzm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnh3MoZzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWnh3MoZzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnh3MoZzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnh3MoZzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnh3MoZzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnh3MoZzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnh3MoZzm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnh3MoZzm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnh3MoZzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnh3MoZzm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWnh3MoZzm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sWnh3MoZzm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWnh3MoZzm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWnh3MoZzm .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sWnh3MoZzm .nav-link:hover,
.cid-sWnh3MoZzm .dropdown-item:hover,
.cid-sWnh3MoZzm .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWnh3MoZzm .navbar {
    height: 77px;
  }
  .cid-sWnh3MoZzm .navbar.opened {
    height: auto;
  }
}
.cid-tyzJLQUVK8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyzJLQUVK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyzJLQUVK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyzJLQUVK8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tyzJLQUVK8 .row {
    align-items: center !important;
  }
}
.cid-tyzJLQUVK8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tyzJLQUVK8 .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tyzJLQUVK8 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tyzJLQUVK8 .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-tyzJLQUVK8 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tyzJLQUVK8 .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-tyzJLQUVK8 .text-wrap {
    padding: 30px 0;
  }
}
.cid-tyzJLQUVK8 .mbr-title {
  color: #f4c2aa;
}
.cid-tyzJLQUVK8 .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tyzJLQUVK8 .list-box {
  width: 100%;
}
.cid-tyzJLQUVK8 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-tyzJLQUVK8 .list-text {
  position: relative;
}
.cid-tyzJLQUVK8 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tyzJLQUVK8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tyzJLQUVK8 .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-tyzJLQUVK8 .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyzJLQUVK8 .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-tyzJLQUVK8 .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tyzHVTzlH8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyzHVTzlH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyzHVTzlH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyzHVTzlH8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tyzHVTzlH8 .row {
    align-items: center !important;
  }
}
.cid-tyzHVTzlH8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tyzHVTzlH8 .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tyzHVTzlH8 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tyzHVTzlH8 .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-tyzHVTzlH8 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tyzHVTzlH8 .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-tyzHVTzlH8 .text-wrap {
    padding: 30px 0;
  }
}
.cid-tyzHVTzlH8 .mbr-title {
  color: #f4c2aa;
}
.cid-tyzHVTzlH8 .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tyzHVTzlH8 .list-box {
  width: 100%;
}
.cid-tyzHVTzlH8 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-tyzHVTzlH8 .list-text {
  position: relative;
}
.cid-tyzHVTzlH8 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tyzHVTzlH8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tyzHVTzlH8 .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-tyzHVTzlH8 .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyzHVTzlH8 .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-tyzHVTzlH8 .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tyzG5veune {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyzG5veune .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyzG5veune .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyzG5veune .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tyzG5veune .row {
    align-items: center !important;
  }
}
.cid-tyzG5veune .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tyzG5veune .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tyzG5veune .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tyzG5veune .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-tyzG5veune .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tyzG5veune .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-tyzG5veune .text-wrap {
    padding: 30px 0;
  }
}
.cid-tyzG5veune .mbr-title {
  color: #f4c2aa;
}
.cid-tyzG5veune .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tyzG5veune .list-box {
  width: 100%;
}
.cid-tyzG5veune .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-tyzG5veune .list-text {
  position: relative;
}
.cid-tyzG5veune .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tyzG5veune .mbr-section-btn {
  margin-top: 20px;
}
.cid-tyzG5veune .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-tyzG5veune .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyzG5veune .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-tyzG5veune .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-sWnjVNN4Pq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sWnjVNN4Pq .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sWnjVNN4Pq .content-block .mbr-text {
  margin: 0;
}
.cid-sWnjVNN4Pq .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sWnjVNN4Pq .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sWnjVNN4Pq .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sWnjVNN4Pq .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sWnjVNN4Pq .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sWnjVNN4Pq h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sWnjVNN4Pq .mbr-section-title {
  color: #fcfaf3;
}
.cid-sWnjVNN4Pq .mbr-section-subtitle {
  color: #780345;
}
.cid-taeDMmnLA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cfe1e2;
}
.cid-taeDMmnLA2 .row {
  flex-direction: row-reverse;
}
.cid-taeDMmnLA2 .row {
  align-items: center;
}
.cid-taeDMmnLA2 .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-taeDMmnLA2 .img-item {
    padding: 0;
  }
}
.cid-taeDMmnLA2 .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-taeDMmnLA2 .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-taeDMmnLA2 .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-taeDMmnLA2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-taeDMmnLA2 .text-wrapper {
    padding: 0 100px 0 75px;
    padding: 0 75px 0 100px;
  }
}
.cid-taeDMmnLA2 .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-taeDMmnLA2 .icon-wrap {
    justify-content: center;
  }
}
.cid-taeDMmnLA2 .icon-box {
  background: #ffffff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-taeDMmnLA2 .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #808080;
}
.cid-taeDMmnLA2 .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-taeDMmnLA2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-taeDMmnLA2 .mbr-text {
  color: #555555;
  letter-spacing: inherit;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-taeDMmnLA2 .mbr-text {
    text-align: center !important;
  }
}
.cid-taeDMmnLA2 .btn-container {
  width: 100%;
}
.cid-taeDMmnLA2 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-taeDMmnLA2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-taeDMmnLA2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-taeDMmnLA2 .mbr-section-title,
.cid-taeDMmnLA2 .mbr-section-btn {
  color: #ffffff;
}
.cid-taeDMmnLA2 .name-text {
  color: #000000;
}
.cid-tyzKxDv0ok {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyzKxDv0ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyzKxDv0ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyzKxDv0ok .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tyzKxDv0ok .row {
    align-items: center !important;
  }
}
.cid-tyzKxDv0ok .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tyzKxDv0ok .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tyzKxDv0ok .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tyzKxDv0ok .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-tyzKxDv0ok .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tyzKxDv0ok .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-tyzKxDv0ok .text-wrap {
    padding: 30px 0;
  }
}
.cid-tyzKxDv0ok .mbr-title {
  color: #f4c2aa;
}
.cid-tyzKxDv0ok .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tyzKxDv0ok .list-box {
  width: 100%;
}
.cid-tyzKxDv0ok .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-tyzKxDv0ok .list-text {
  position: relative;
}
.cid-tyzKxDv0ok .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tyzKxDv0ok .mbr-section-btn {
  margin-top: 20px;
}
.cid-tyzKxDv0ok .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-tyzKxDv0ok .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyzKxDv0ok .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-tyzKxDv0ok .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-sWooGtOqvb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-sWooGtOqvb .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sWooGtOqvb .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sWooGtOqvb .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sWooGtOqvb .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sWooGtOqvb .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sWooGtOqvb .title {
  max-width: 800px;
  margin: auto;
}
.cid-sWooGtOqvb .text-wrap {
  padding: 0 1rem;
}
.cid-sWooGtOqvb .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sWooGtOqvb .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sWooGtOqvb .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sWooGtOqvb .card-block:hover img {
  transform: scale(1.1);
}
.cid-sWooGtOqvb H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sWooGtOqvb .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-sWooGtOqvb H2 {
  color: #000000;
}
.cid-sWosyuLUBp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWosyuLUBp .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sWosyuLUBp .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sWosyuLUBp .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sWosyuLUBp .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sWosyuLUBp .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sWosyuLUBp .title {
  max-width: 800px;
  margin: auto;
}
.cid-sWosyuLUBp .text-wrap {
  padding: 0 1rem;
}
.cid-sWosyuLUBp .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sWosyuLUBp .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sWosyuLUBp .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sWosyuLUBp .card-block:hover img {
  transform: scale(1.1);
}
.cid-sWosyuLUBp H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sWosyuLUBp .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-sWosyuLUBp H2 {
  color: #afd1d3;
}
.cid-th7CLUG3Jn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7CLUG3Jn .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7CLUG3Jn .content-block .mbr-text {
  margin: 0;
}
.cid-th7CLUG3Jn .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7CLUG3Jn .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7CLUG3Jn .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7CLUG3Jn .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7CLUG3Jn .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7CLUG3Jn h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7CLUG3Jn .mbr-section-title {
  color: #000000;
}
.cid-th7CLUG3Jn .mbr-section-subtitle {
  color: #780345;
}
.cid-th7CLUG3Jn .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-sWnh3P07sh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-sWnh3P07sh .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sWnh3P07sh .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sWnh3P07sh .mbr-list {
  margin: 0;
}
.cid-sWnh3P07sh .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sWnh3P07sh .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sWnh3P07sh .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sWnh3P07sh .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s8zD7iCQM0 .nav-item:focus,
.cid-s8zD7iCQM0 .nav-link:focus {
  outline: none;
}
.cid-s8zD7iCQM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8zD7iCQM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8zD7iCQM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8zD7iCQM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8zD7iCQM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s8zD7iCQM0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-s8zD7iCQM0 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-s8zD7iCQM0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s8zD7iCQM0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s8zD7iCQM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s8zD7iCQM0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s8zD7iCQM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8zD7iCQM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8zD7iCQM0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s8zD7iCQM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8zD7iCQM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8zD7iCQM0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8zD7iCQM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8zD7iCQM0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s8zD7iCQM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8zD7iCQM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8zD7iCQM0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s8zD7iCQM0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s8zD7iCQM0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8zD7iCQM0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8zD7iCQM0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s8zD7iCQM0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s8zD7iCQM0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8zD7iCQM0 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-s8zD7iCQM0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s8zD7iCQM0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s8zD7iCQM0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s8zD7iCQM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8zD7iCQM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8zD7iCQM0 .dropdown-item.active,
.cid-s8zD7iCQM0 .dropdown-item:active {
  background-color: transparent;
}
.cid-s8zD7iCQM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8zD7iCQM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8zD7iCQM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8zD7iCQM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-s8zD7iCQM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8zD7iCQM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8zD7iCQM0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s8zD7iCQM0 .navbar-buttons {
  text-align: center;
}
.cid-s8zD7iCQM0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8zD7iCQM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s8zD7iCQM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8zD7iCQM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8zD7iCQM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8zD7iCQM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8zD7iCQM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8zD7iCQM0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8zD7iCQM0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8zD7iCQM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8zD7iCQM0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s8zD7iCQM0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8zD7iCQM0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8zD7iCQM0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s8zD7iCQM0 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s8zD7iCQM0 .nav-link:hover,
.cid-s8zD7iCQM0 .dropdown-item:hover,
.cid-s8zD7iCQM0 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s8zD7iCQM0 .navbar {
    height: 77px;
  }
  .cid-s8zD7iCQM0 .navbar.opened {
    height: auto;
  }
}
.cid-s8zRM1UkOR {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8zRM1UkOR img {
  height: 500px;
  object-fit: cover;
}
.cid-s8zRM1UkOR .card-img {
  position: relative;
}
.cid-s8zRM1UkOR .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-s8zRM1UkOR .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-s8zRM1UkOR .card-img {
    margin-bottom: 2rem;
  }
}
.cid-s8zFHIGpwj {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8zFHIGpwj img {
  height: 500px;
  object-fit: cover;
}
.cid-s8zFHIGpwj .card-img {
  position: relative;
}
.cid-s8zFHIGpwj .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-s8zFHIGpwj .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-s8zFHIGpwj .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uGPazwlxMb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffdbca;
}
.cid-uGPazwlxMb .item-img,
.cid-uGPazwlxMb .img-wrap,
.cid-uGPazwlxMb img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uGPazwlxMb img,
.cid-uGPazwlxMb .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uGPazwlxMb img,
  .cid-uGPazwlxMb .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uGPazwlxMb .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGPazwlxMb .item:focus,
.cid-uGPazwlxMb span:focus {
  outline: none;
}
.cid-uGPazwlxMb .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uGPazwlxMb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGPazwlxMb .item {
    margin-bottom: 1rem;
  }
}
.cid-uGPazwlxMb h5 {
  margin: 0;
}
.cid-uGPazwlxMb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGPazwlxMb .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uGPazwlxMb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGPazwlxMb .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uGPazwlxMb .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uGPazwlxMb .item-wrapper {
    height: auto;
  }
}
.cid-uGPazwlxMb .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uGPazwlxMb .item-title {
  text-align: center;
  color: #000000;
}
.cid-uGPazwlxMb .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uGPazwlxMb .mbr-text,
.cid-uGPazwlxMb .item .mbr-section-btn {
  text-align: center;
}
.cid-uGPazwlxMb .mbr-section-subtitle,
.cid-uGPazwlxMb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s8zD7jUiJG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s8zD7jUiJG .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8zD7jUiJG .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s8zD7jUiJG .mbr-list {
  margin: 0;
}
.cid-s8zD7jUiJG .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s8zD7jUiJG .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s8zD7jUiJG .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s8zD7jUiJG .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rBEmAdT6c4 .nav-item:focus,
.cid-rBEmAdT6c4 .nav-link:focus {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rBEmAdT6c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rBEmAdT6c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rBEmAdT6c4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-rBEmAdT6c4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rBEmAdT6c4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rBEmAdT6c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rBEmAdT6c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rBEmAdT6c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rBEmAdT6c4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rBEmAdT6c4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rBEmAdT6c4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rBEmAdT6c4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rBEmAdT6c4 .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rBEmAdT6c4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rBEmAdT6c4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rBEmAdT6c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rBEmAdT6c4 .dropdown-item.active,
.cid-rBEmAdT6c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rBEmAdT6c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rBEmAdT6c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-rBEmAdT6c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rBEmAdT6c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBEmAdT6c4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBEmAdT6c4 .navbar-buttons {
  text-align: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBEmAdT6c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBEmAdT6c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBEmAdT6c4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rBEmAdT6c4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rBEmAdT6c4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rBEmAdT6c4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rBEmAdT6c4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rBEmAdT6c4 .nav-link:hover,
.cid-rBEmAdT6c4 .dropdown-item:hover,
.cid-rBEmAdT6c4 .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rBEmAdT6c4 .navbar {
    height: 77px;
  }
  .cid-rBEmAdT6c4 .navbar.opened {
    height: auto;
  }
}
.cid-s7lrkYuqxW {
  padding-top: 140px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s7lrkYuqxW .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s7lrkYuqxW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7lrkYuqxW .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-s7lrkYuqxW .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s7lrkYuqxW .mbr-text,
.cid-s7lrkYuqxW .mbr-section-btn {
  color: #f4c2aa;
  text-align: left;
}
.cid-s7lrkYuqxW .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-s7lrkYuqxW .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7lrkYuqxW .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7lrkYuqxW .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s7lrkYuqxW .main-row {
    margin: 0;
  }
  .cid-s7lrkYuqxW .mbr-section-title,
  .cid-s7lrkYuqxW .mbr-text,
  .cid-s7lrkYuqxW .list,
  .cid-s7lrkYuqxW .mbr-section-btn {
    text-align: left !important;
  }
  .cid-s7lrkYuqxW .text-content {
    padding: 0;
  }
}
.cid-s7lrkYuqxW .mbr-section-title {
  color: #f4c2aa;
  text-align: left;
}
.cid-s7lrkYuqxW .list {
  color: #444444;
}
.cid-s7lrkYuqxW .list UL {
  text-align: left;
}
.cid-u7sIXqD1nt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-u7sIXqD1nt .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-u7sIXqD1nt .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u7sIXqD1nt .text-content {
  padding-right: 1.5rem;
}
.cid-u7sIXqD1nt .mbr-text,
.cid-u7sIXqD1nt .mbr-section-btn {
  color: #f4c2aa;
  text-align: left;
}
.cid-u7sIXqD1nt .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-u7sIXqD1nt .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u7sIXqD1nt .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u7sIXqD1nt .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u7sIXqD1nt .main-row {
    margin: 0;
  }
  .cid-u7sIXqD1nt .mbr-section-title,
  .cid-u7sIXqD1nt .mbr-text,
  .cid-u7sIXqD1nt .list,
  .cid-u7sIXqD1nt .mbr-section-btn {
    text-align: left !important;
  }
  .cid-u7sIXqD1nt .text-content {
    padding: 0;
  }
}
.cid-u7sIXqD1nt .mbr-section-title {
  color: #f4c2aa;
  text-align: left;
}
.cid-u7sIXqD1nt .list {
  color: #444444;
}
.cid-u7sIXqD1nt .list UL {
  text-align: left;
}
.cid-u7sKymY46n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7sKymY46n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sKymY46n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sKymY46n .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7sKymY46n .row {
    align-items: center !important;
  }
}
.cid-u7sKymY46n .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7sKymY46n .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7sKymY46n .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7sKymY46n .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7sKymY46n .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7sKymY46n .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7sKymY46n .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7sKymY46n .mbr-title {
  color: #f4c2aa;
}
.cid-u7sKymY46n .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7sKymY46n .list-box {
  width: 100%;
}
.cid-u7sKymY46n .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7sKymY46n .list-text {
  position: relative;
}
.cid-u7sKymY46n .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7sKymY46n .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7sKymY46n .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7sKymY46n .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7sKymY46n .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7sKymY46n .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7sL43cDL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7sL43cDL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sL43cDL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7sL43cDL5 .row {
    align-items: center !important;
  }
}
.cid-u7sL43cDL5 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7sL43cDL5 .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7sL43cDL5 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7sL43cDL5 .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7sL43cDL5 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7sL43cDL5 .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #eee2c1;
}
@media (max-width: 991px) {
  .cid-u7sL43cDL5 .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7sL43cDL5 .mbr-title {
  color: #f4c2aa;
}
.cid-u7sL43cDL5 .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7sL43cDL5 .list-box {
  width: 100%;
}
.cid-u7sL43cDL5 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7sL43cDL5 .list-text {
  position: relative;
}
.cid-u7sL43cDL5 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7sL43cDL5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7sL43cDL5 .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u7sL43cDL5 .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7sL43cDL5 .img-box {
    border-radius: 0 15vw 0 0;
  }
}
.cid-u7sL43cDL5 .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7sLUQmPmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7sLUQmPmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sLUQmPmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sLUQmPmw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7sLUQmPmw .row {
    align-items: center !important;
  }
}
.cid-u7sLUQmPmw .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7sLUQmPmw .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7sLUQmPmw .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7sLUQmPmw .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7sLUQmPmw .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7sLUQmPmw .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #e7dacc;
}
@media (max-width: 991px) {
  .cid-u7sLUQmPmw .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7sLUQmPmw .mbr-title {
  color: #f4c2aa;
}
.cid-u7sLUQmPmw .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7sLUQmPmw .list-box {
  width: 100%;
}
.cid-u7sLUQmPmw .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7sLUQmPmw .list-text {
  position: relative;
}
.cid-u7sLUQmPmw .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7sLUQmPmw .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7sLUQmPmw .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7sLUQmPmw .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7sLUQmPmw .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7sLUQmPmw .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7sNlMYT0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7sNlMYT0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sNlMYT0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7sNlMYT0Y .row {
    align-items: center !important;
  }
}
.cid-u7sNlMYT0Y .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7sNlMYT0Y .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7sNlMYT0Y .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7sNlMYT0Y .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7sNlMYT0Y .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7sNlMYT0Y .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #e7dacc;
}
@media (max-width: 991px) {
  .cid-u7sNlMYT0Y .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7sNlMYT0Y .mbr-title {
  color: #afd1d3;
}
.cid-u7sNlMYT0Y .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7sNlMYT0Y .list-box {
  width: 100%;
}
.cid-u7sNlMYT0Y .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7sNlMYT0Y .list-text {
  position: relative;
}
.cid-u7sNlMYT0Y .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7sNlMYT0Y .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7sNlMYT0Y .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u7sNlMYT0Y .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7sNlMYT0Y .img-box {
    border-radius: 0 15vw 0 0;
  }
}
.cid-u7sNlMYT0Y .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7sPF8n7pU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7sPF8n7pU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7sPF8n7pU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7sPF8n7pU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7sPF8n7pU .row {
    align-items: center !important;
  }
}
.cid-u7sPF8n7pU .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7sPF8n7pU .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7sPF8n7pU .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7sPF8n7pU .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7sPF8n7pU .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7sPF8n7pU .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7sPF8n7pU .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7sPF8n7pU .mbr-title {
  color: #f4c2aa;
}
.cid-u7sPF8n7pU .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7sPF8n7pU .list-box {
  width: 100%;
}
.cid-u7sPF8n7pU .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7sPF8n7pU .list-text {
  position: relative;
}
.cid-u7sPF8n7pU .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7sPF8n7pU .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7sPF8n7pU .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7sPF8n7pU .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7sPF8n7pU .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7sPF8n7pU .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-th7B288orr {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7B288orr .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7B288orr .content-block .mbr-text {
  margin: 0;
}
.cid-th7B288orr .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7B288orr .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7B288orr .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7B288orr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7B288orr .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7B288orr h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7B288orr .mbr-section-title {
  color: #000000;
}
.cid-th7B288orr .mbr-section-subtitle {
  color: #780345;
}
.cid-th7B288orr .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7gQBfXcS5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7gQBfXcS5 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7gQBfXcS5 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7gQBfXcS5 .mbr-list {
  margin: 0;
}
.cid-s7gQBfXcS5 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7gQBfXcS5 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7gQBfXcS5 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7gQBfXcS5 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s7kTCS9SVl .nav-item:focus,
.cid-s7kTCS9SVl .nav-link:focus {
  outline: none;
}
.cid-s7kTCS9SVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7kTCS9SVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7kTCS9SVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7kTCS9SVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s7kTCS9SVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s7kTCS9SVl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-s7kTCS9SVl .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-s7kTCS9SVl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s7kTCS9SVl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7kTCS9SVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7kTCS9SVl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7kTCS9SVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7kTCS9SVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7kTCS9SVl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s7kTCS9SVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7kTCS9SVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7kTCS9SVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7kTCS9SVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7kTCS9SVl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7kTCS9SVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7kTCS9SVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7kTCS9SVl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s7kTCS9SVl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7kTCS9SVl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7kTCS9SVl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7kTCS9SVl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s7kTCS9SVl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7kTCS9SVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7kTCS9SVl .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-s7kTCS9SVl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7kTCS9SVl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7kTCS9SVl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7kTCS9SVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7kTCS9SVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7kTCS9SVl .dropdown-item.active,
.cid-s7kTCS9SVl .dropdown-item:active {
  background-color: transparent;
}
.cid-s7kTCS9SVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7kTCS9SVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7kTCS9SVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7kTCS9SVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-s7kTCS9SVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7kTCS9SVl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7kTCS9SVl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7kTCS9SVl .navbar-buttons {
  text-align: center;
}
.cid-s7kTCS9SVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7kTCS9SVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s7kTCS9SVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7kTCS9SVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kTCS9SVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kTCS9SVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7kTCS9SVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kTCS9SVl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7kTCS9SVl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7kTCS9SVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kTCS9SVl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7kTCS9SVl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7kTCS9SVl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7kTCS9SVl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s7kTCS9SVl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s7kTCS9SVl .nav-link:hover,
.cid-s7kTCS9SVl .dropdown-item:hover,
.cid-s7kTCS9SVl .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7kTCS9SVl .navbar {
    height: 77px;
  }
  .cid-s7kTCS9SVl .navbar.opened {
    height: auto;
  }
}
.cid-ujfjn0navv {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ujfjn0navv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfjn0navv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfjn0navv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ujfjn0navv .row {
    align-items: center !important;
  }
}
.cid-ujfjn0navv .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ujfjn0navv .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-ujfjn0navv .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-ujfjn0navv .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-ujfjn0navv .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-ujfjn0navv .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-ujfjn0navv .text-wrap {
    padding: 30px 0;
  }
}
.cid-ujfjn0navv .mbr-title {
  color: #f4c2aa;
}
.cid-ujfjn0navv .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-ujfjn0navv .list-box {
  width: 100%;
}
.cid-ujfjn0navv .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-ujfjn0navv .list-text {
  position: relative;
}
.cid-ujfjn0navv .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ujfjn0navv .mbr-section-btn {
  margin-top: 20px;
}
.cid-ujfjn0navv .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-ujfjn0navv .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-ujfjn0navv .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-ujfjn0navv .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ujfsMIDC0m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ujfsMIDC0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfsMIDC0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujfsMIDC0m .row {
    align-items: center !important;
  }
}
.cid-ujfsMIDC0m .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ujfsMIDC0m .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-ujfsMIDC0m .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-ujfsMIDC0m .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-ujfsMIDC0m .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-ujfsMIDC0m .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-ujfsMIDC0m .text-wrap {
    padding: 30px 0;
  }
}
.cid-ujfsMIDC0m .mbr-title {
  color: #f4c2aa;
}
.cid-ujfsMIDC0m .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-ujfsMIDC0m .list-box {
  width: 100%;
}
.cid-ujfsMIDC0m .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-ujfsMIDC0m .list-text {
  position: relative;
}
.cid-ujfsMIDC0m .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ujfsMIDC0m .mbr-section-btn {
  margin-top: 20px;
}
.cid-ujfsMIDC0m .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ujfsMIDC0m .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-ujfsMIDC0m .img-box {
    border-radius: 0 15vw 0 0;
  }
}
.cid-ujfsMIDC0m .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-thiO7hk7mi {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #69b9d0);
}
.cid-thiO7hk7mi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-thiO7hk7mi .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thiO7hk7mi .image-block {
    width: 100% !important;
  }
}
.cid-thGqB6Zrti {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffdbca;
}
.cid-thGqB6Zrti .mbr-text {
  position: relative;
  text-align: left;
  color: #000000;
}
.cid-thGqB6Zrti .mbr-text:before {
  color: #ffdbca;
  content: '\201C';
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-thGqB6Zrti .mbr-text:after {
  color: #ffdbca;
  content: '\201D';
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-thGqB6Zrti .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-thGqB6Zrti .mbr-text:after,
  .cid-thGqB6Zrti .mbr-text:before {
    display: none;
  }
}
.cid-thGqB6Zrti .mbr-section-title,
.cid-thGqB6Zrti .logo {
  color: #000000;
  text-align: left;
}
.cid-s7kYXksxV0 {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7kYXksxV0 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #fcfaf3);
}
.cid-s7kYXksxV0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7kYXksxV0 .text-content {
  padding-right: 1.5rem;
}
.cid-s7kYXksxV0 .mbr-text,
.cid-s7kYXksxV0 .mbr-section-btn {
  color: #f4c2aa;
  text-align: left;
}
.cid-s7kYXksxV0 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-s7kYXksxV0 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7kYXksxV0 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7kYXksxV0 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s7kYXksxV0 .main-row {
    margin: 0;
  }
  .cid-s7kYXksxV0 .mbr-section-title,
  .cid-s7kYXksxV0 .mbr-text,
  .cid-s7kYXksxV0 .list,
  .cid-s7kYXksxV0 .mbr-section-btn {
    text-align: left !important;
  }
  .cid-s7kYXksxV0 .text-content {
    padding: 0;
  }
}
.cid-s7kYXksxV0 .mbr-section-title {
  color: #cfe1e2;
  text-align: left;
}
.cid-s7kYXksxV0 .list {
  color: #444444;
}
.cid-s7kYXksxV0 .list UL {
  text-align: left;
}
.cid-s7l1i4pMui {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7l1i4pMui .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #fcfaf3);
}
.cid-s7l1i4pMui .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7l1i4pMui .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-s7l1i4pMui .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s7l1i4pMui .mbr-text,
.cid-s7l1i4pMui .mbr-section-btn {
  color: #f4c2aa;
  text-align: left;
}
.cid-s7l1i4pMui .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-s7l1i4pMui .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7l1i4pMui .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7l1i4pMui .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s7l1i4pMui .main-row {
    margin: 0;
  }
  .cid-s7l1i4pMui .mbr-section-title,
  .cid-s7l1i4pMui .mbr-text,
  .cid-s7l1i4pMui .list,
  .cid-s7l1i4pMui .mbr-section-btn {
    text-align: left !important;
  }
  .cid-s7l1i4pMui .text-content {
    padding: 0;
  }
}
.cid-s7l1i4pMui .mbr-section-title {
  color: #cfe1e2;
  text-align: left;
}
.cid-s7l1i4pMui .list {
  color: #444444;
}
.cid-s7l1i4pMui .list UL {
  text-align: left;
}
.cid-s7l1C2NHkJ {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7l1C2NHkJ .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #fcfaf3);
}
.cid-s7l1C2NHkJ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7l1C2NHkJ .text-content {
  padding-right: 1.5rem;
}
.cid-s7l1C2NHkJ .mbr-text,
.cid-s7l1C2NHkJ .mbr-section-btn {
  color: #f4c2aa;
  text-align: left;
}
.cid-s7l1C2NHkJ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.3);
  border-radius: .25rem;
}
.cid-s7l1C2NHkJ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7l1C2NHkJ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7l1C2NHkJ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s7l1C2NHkJ .main-row {
    margin: 0;
  }
  .cid-s7l1C2NHkJ .mbr-section-title,
  .cid-s7l1C2NHkJ .mbr-text,
  .cid-s7l1C2NHkJ .list,
  .cid-s7l1C2NHkJ .mbr-section-btn {
    text-align: left !important;
  }
  .cid-s7l1C2NHkJ .text-content {
    padding: 0;
  }
}
.cid-s7l1C2NHkJ .mbr-section-title {
  color: #cfe1e2;
  text-align: left;
}
.cid-s7l1C2NHkJ .list {
  color: #444444;
}
.cid-s7l1C2NHkJ .list UL {
  text-align: left;
}
.cid-th7zfU37KR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-th7zfU37KR .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-th7zfU37KR .content-block .mbr-text {
  margin: 0;
}
.cid-th7zfU37KR .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-th7zfU37KR .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-th7zfU37KR .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-th7zfU37KR .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-th7zfU37KR .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-th7zfU37KR h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-th7zfU37KR .mbr-section-title {
  color: #000000;
}
.cid-th7zfU37KR .mbr-section-subtitle {
  color: #780345;
}
.cid-th7zfU37KR .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s7kTCX2DZR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-s7kTCX2DZR .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7kTCX2DZR .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-s7kTCX2DZR .mbr-list {
  margin: 0;
}
.cid-s7kTCX2DZR .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s7kTCX2DZR .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s7kTCX2DZR .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s7kTCX2DZR .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-thib2AHMjg .nav-item:focus,
.cid-thib2AHMjg .nav-link:focus {
  outline: none;
}
.cid-thib2AHMjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thib2AHMjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thib2AHMjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thib2AHMjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thib2AHMjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thib2AHMjg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-thib2AHMjg .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-thib2AHMjg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-thib2AHMjg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thib2AHMjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thib2AHMjg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thib2AHMjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thib2AHMjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thib2AHMjg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thib2AHMjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thib2AHMjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thib2AHMjg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thib2AHMjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thib2AHMjg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thib2AHMjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thib2AHMjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thib2AHMjg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thib2AHMjg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thib2AHMjg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thib2AHMjg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thib2AHMjg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thib2AHMjg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thib2AHMjg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thib2AHMjg .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-thib2AHMjg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thib2AHMjg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thib2AHMjg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thib2AHMjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thib2AHMjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thib2AHMjg .dropdown-item.active,
.cid-thib2AHMjg .dropdown-item:active {
  background-color: transparent;
}
.cid-thib2AHMjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thib2AHMjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thib2AHMjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thib2AHMjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-thib2AHMjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thib2AHMjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thib2AHMjg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thib2AHMjg .navbar-buttons {
  text-align: center;
}
.cid-thib2AHMjg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thib2AHMjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thib2AHMjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thib2AHMjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thib2AHMjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thib2AHMjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thib2AHMjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thib2AHMjg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thib2AHMjg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thib2AHMjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thib2AHMjg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thib2AHMjg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thib2AHMjg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thib2AHMjg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-thib2AHMjg .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-thib2AHMjg .nav-link:hover,
.cid-thib2AHMjg .dropdown-item:hover,
.cid-thib2AHMjg .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thib2AHMjg .navbar {
    height: 77px;
  }
  .cid-thib2AHMjg .navbar.opened {
    height: auto;
  }
}
.cid-thihn2q1V5 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-thihn2q1V5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thihn2q1V5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thihn2q1V5 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-thihn2q1V5 .container {
    padding: 0 50px !important;
  }
}
.cid-thihn2q1V5 .row {
  align-items: stretch;
}
.cid-thihn2q1V5 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-thihn2q1V5 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-thihn2q1V5 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thihn2q1V5 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-thihn2q1V5 .card-title {
  color: #f4c2aa;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thihn2q1V5 .card-title {
    text-align: center;
  }
}
.cid-thihn2q1V5 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-thihn2q1V5 .mbr-text {
    text-align: center;
  }
}
.cid-thihn2q1V5 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-thihn2q1V5 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-thihn2q1V5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-thihn2q1V5 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-thihn2q1V5 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-thihn2q1V5 .image-wrapper {
    padding-right: 0;
  }
}
.cid-thihn2q1V5 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #afd1d3;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-thihn2q1V5 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-thihn2q1V5 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-thio5nkZJt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #afd1d3;
}
.cid-thio5nkZJt img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-thio5nkZJt .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-thio5nkZJt .card-phone:hover {
  color: #afd1d3;
}
.cid-thio5nkZJt .mbr-text,
.cid-thio5nkZJt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-thio5nkZJt .card-title,
.cid-thio5nkZJt .card-box {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-thio5nkZJt .img-col {
    margin-bottom: 3rem;
  }
}
.cid-thio5nkZJt .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-thib2CdPtl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thib2CdPtl .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #f4c2aa;
  transition: all 0.4s ease-in-out;
}
.cid-thib2CdPtl .content-block .mbr-text {
  margin: 0;
}
.cid-thib2CdPtl .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-thib2CdPtl .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-thib2CdPtl .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-thib2CdPtl .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-thib2CdPtl .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-thib2CdPtl h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-thib2CdPtl .mbr-section-title {
  color: #000000;
}
.cid-thib2CdPtl .mbr-section-subtitle {
  color: #780345;
}
.cid-thib2CdPtl .mbr-text {
  color: #ffffff;
}
.cid-thib2CSpfs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-thib2CSpfs .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thib2CSpfs .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-thib2CSpfs .mbr-list {
  margin: 0;
}
.cid-thib2CSpfs .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-thib2CSpfs .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-thib2CSpfs .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-thib2CSpfs .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-u7cV6rRJKf .nav-item:focus,
.cid-u7cV6rRJKf .nav-link:focus {
  outline: none;
}
.cid-u7cV6rRJKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u7cV6rRJKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7cV6rRJKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7cV6rRJKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u7cV6rRJKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7cV6rRJKf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-u7cV6rRJKf .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-u7cV6rRJKf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u7cV6rRJKf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7cV6rRJKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7cV6rRJKf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u7cV6rRJKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7cV6rRJKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7cV6rRJKf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u7cV6rRJKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7cV6rRJKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7cV6rRJKf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7cV6rRJKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7cV6rRJKf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u7cV6rRJKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7cV6rRJKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7cV6rRJKf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7cV6rRJKf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7cV6rRJKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7cV6rRJKf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7cV6rRJKf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7cV6rRJKf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u7cV6rRJKf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7cV6rRJKf .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-u7cV6rRJKf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7cV6rRJKf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7cV6rRJKf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7cV6rRJKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7cV6rRJKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7cV6rRJKf .dropdown-item.active,
.cid-u7cV6rRJKf .dropdown-item:active {
  background-color: transparent;
}
.cid-u7cV6rRJKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7cV6rRJKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7cV6rRJKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7cV6rRJKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-u7cV6rRJKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7cV6rRJKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7cV6rRJKf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7cV6rRJKf .navbar-buttons {
  text-align: center;
}
.cid-u7cV6rRJKf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7cV6rRJKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7cV6rRJKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7cV6rRJKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7cV6rRJKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7cV6rRJKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7cV6rRJKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7cV6rRJKf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7cV6rRJKf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7cV6rRJKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7cV6rRJKf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7cV6rRJKf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7cV6rRJKf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7cV6rRJKf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u7cV6rRJKf .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u7cV6rRJKf .nav-link:hover,
.cid-u7cV6rRJKf .dropdown-item:hover,
.cid-u7cV6rRJKf .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7cV6rRJKf .navbar {
    height: 77px;
  }
  .cid-u7cV6rRJKf .navbar.opened {
    height: auto;
  }
}
.cid-u7y1QoRxPq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7y1QoRxPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7y1QoRxPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7y1QoRxPq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7y1QoRxPq .row {
    align-items: center !important;
  }
}
.cid-u7y1QoRxPq .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7y1QoRxPq .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7y1QoRxPq .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7y1QoRxPq .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
  text-align: left;
}
.cid-u7y1QoRxPq .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7y1QoRxPq .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7y1QoRxPq .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7y1QoRxPq .mbr-title {
  color: #f4c2aa;
}
.cid-u7y1QoRxPq .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7y1QoRxPq .list-box {
  width: 100%;
}
.cid-u7y1QoRxPq .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7y1QoRxPq .list-text {
  position: relative;
}
.cid-u7y1QoRxPq .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7y1QoRxPq .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7y1QoRxPq .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7y1QoRxPq .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7y1QoRxPq .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7y1QoRxPq .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7y1REQWBt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7y1REQWBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7y1REQWBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7y1REQWBt .row {
    align-items: center !important;
  }
}
.cid-u7y1REQWBt .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7y1REQWBt .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7y1REQWBt .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7y1REQWBt .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7y1REQWBt .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7y1REQWBt .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7y1REQWBt .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7y1REQWBt .mbr-title {
  color: #f4c2aa;
}
.cid-u7y1REQWBt .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7y1REQWBt .list-box {
  width: 100%;
}
.cid-u7y1REQWBt .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7y1REQWBt .list-text {
  position: relative;
}
.cid-u7y1REQWBt .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7y1REQWBt .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7y1REQWBt .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u7y1REQWBt .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7y1REQWBt .img-box {
    border-radius: 0 15vw 0 0;
  }
}
.cid-u7y1REQWBt .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7y1SaHP5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7y1SaHP5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7y1SaHP5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7y1SaHP5J .row {
    align-items: center !important;
  }
}
.cid-u7y1SaHP5J .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7y1SaHP5J .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7y1SaHP5J .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7y1SaHP5J .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7y1SaHP5J .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7y1SaHP5J .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7y1SaHP5J .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7y1SaHP5J .mbr-title {
  color: #f4c2aa;
}
.cid-u7y1SaHP5J .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7y1SaHP5J .list-box {
  width: 100%;
}
.cid-u7y1SaHP5J .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7y1SaHP5J .list-text {
  position: relative;
}
.cid-u7y1SaHP5J .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7y1SaHP5J .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7y1SaHP5J .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u7y1SaHP5J .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7y1SaHP5J .img-box {
    border-radius: 0 15vw 0 0;
  }
}
.cid-u7y1SaHP5J .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7y1SGTwHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7y1SGTwHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7y1SGTwHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7y1SGTwHa .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7y1SGTwHa .row {
    align-items: center !important;
  }
}
.cid-u7y1SGTwHa .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u7y1SGTwHa .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-u7y1SGTwHa .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-u7y1SGTwHa .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-u7y1SGTwHa .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u7y1SGTwHa .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-u7y1SGTwHa .text-wrap {
    padding: 30px 0;
  }
}
.cid-u7y1SGTwHa .mbr-title {
  color: #f4c2aa;
}
.cid-u7y1SGTwHa .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-u7y1SGTwHa .list-box {
  width: 100%;
}
.cid-u7y1SGTwHa .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-u7y1SGTwHa .list-text {
  position: relative;
}
.cid-u7y1SGTwHa .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-u7y1SGTwHa .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7y1SGTwHa .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-u7y1SGTwHa .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7y1SGTwHa .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-u7y1SGTwHa .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u7cV6u02Nm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-u7cV6u02Nm .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-u7cV6u02Nm .content-block .mbr-text {
  margin: 0;
}
.cid-u7cV6u02Nm .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-u7cV6u02Nm .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-u7cV6u02Nm .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-u7cV6u02Nm .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u7cV6u02Nm .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-u7cV6u02Nm h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-u7cV6u02Nm .mbr-section-title {
  color: #000000;
}
.cid-u7cV6u02Nm .mbr-section-subtitle {
  color: #780345;
}
.cid-u7cV6u02Nm .mbr-text {
  color: #f4c2aa;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-u7cV6uXBlS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-u7cV6uXBlS .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7cV6uXBlS .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-u7cV6uXBlS .mbr-list {
  margin: 0;
}
.cid-u7cV6uXBlS .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u7cV6uXBlS .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7cV6uXBlS .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u7cV6uXBlS .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-urmwMMMPdR .nav-item:focus,
.cid-urmwMMMPdR .nav-link:focus {
  outline: none;
}
.cid-urmwMMMPdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urmwMMMPdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urmwMMMPdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-urmwMMMPdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-urmwMMMPdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urmwMMMPdR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-urmwMMMPdR .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-urmwMMMPdR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-urmwMMMPdR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urmwMMMPdR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urmwMMMPdR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urmwMMMPdR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urmwMMMPdR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urmwMMMPdR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urmwMMMPdR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urmwMMMPdR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-urmwMMMPdR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-urmwMMMPdR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urmwMMMPdR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-urmwMMMPdR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urmwMMMPdR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urmwMMMPdR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urmwMMMPdR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-urmwMMMPdR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urmwMMMPdR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urmwMMMPdR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urmwMMMPdR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-urmwMMMPdR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-urmwMMMPdR .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-urmwMMMPdR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urmwMMMPdR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urmwMMMPdR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urmwMMMPdR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urmwMMMPdR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urmwMMMPdR .dropdown-item.active,
.cid-urmwMMMPdR .dropdown-item:active {
  background-color: transparent;
}
.cid-urmwMMMPdR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urmwMMMPdR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urmwMMMPdR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urmwMMMPdR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-urmwMMMPdR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urmwMMMPdR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urmwMMMPdR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urmwMMMPdR .navbar-buttons {
  text-align: center;
}
.cid-urmwMMMPdR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urmwMMMPdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urmwMMMPdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urmwMMMPdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urmwMMMPdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urmwMMMPdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urmwMMMPdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urmwMMMPdR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urmwMMMPdR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urmwMMMPdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urmwMMMPdR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-urmwMMMPdR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urmwMMMPdR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-urmwMMMPdR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-urmwMMMPdR .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-urmwMMMPdR .nav-link:hover,
.cid-urmwMMMPdR .dropdown-item:hover,
.cid-urmwMMMPdR .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urmwMMMPdR .navbar {
    height: 77px;
  }
  .cid-urmwMMMPdR .navbar.opened {
    height: auto;
  }
}
.cid-urmyNoRiuK {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urmyNoRiuK .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-urmyNoRiuK .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-urmyNoRiuK .wrapper {
    transform: translateX(30%);
  }
}
.cid-urmyNoRiuK .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urmyNoRiuK .display-5 {
    font-size: 29px;
  }
}
.cid-urmyNoRiuK .mbr-section-subtitle {
  color: #000000;
}
.cid-urmwMNVMhc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urmwMNVMhc img {
  height: 500px;
  object-fit: cover;
}
.cid-urmwMNVMhc .card-img {
  position: relative;
}
.cid-urmwMNVMhc .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urmwMNVMhc .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urmwMNVMhc .card-img {
    margin-bottom: 2rem;
  }
}
.cid-urmAmLQByL {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urmAmLQByL .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-urmAmLQByL .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-urmAmLQByL .wrapper {
    transform: translateX(30%);
  }
}
.cid-urmAmLQByL .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urmAmLQByL .display-5 {
    font-size: 29px;
  }
}
.cid-urmAmLQByL .mbr-section-subtitle {
  color: #000000;
}
.cid-urmwMOa39b {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urmwMOa39b img {
  height: 500px;
  object-fit: cover;
}
.cid-urmwMOa39b .card-img {
  position: relative;
}
.cid-urmwMOa39b .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urmwMOa39b .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urmwMOa39b .card-img {
    margin-bottom: 2rem;
  }
}
.cid-urmAnq9TSt {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urmAnq9TSt .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-urmAnq9TSt .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-urmAnq9TSt .wrapper {
    transform: translateX(30%);
  }
}
.cid-urmAnq9TSt .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urmAnq9TSt .display-5 {
    font-size: 29px;
  }
}
.cid-urmAnq9TSt .mbr-section-subtitle {
  color: #000000;
}
.cid-urmyxHhrpe {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urmyxHhrpe img {
  height: 500px;
  object-fit: cover;
}
.cid-urmyxHhrpe .card-img {
  position: relative;
}
.cid-urmyxHhrpe .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urmyxHhrpe .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urmyxHhrpe .card-img {
    margin-bottom: 2rem;
  }
}
.cid-urnuqDwDAY {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urnuqDwDAY .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-urnuqDwDAY .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-urnuqDwDAY .wrapper {
    transform: translateX(30%);
  }
}
.cid-urnuqDwDAY .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urnuqDwDAY .display-5 {
    font-size: 29px;
  }
}
.cid-urnuqDwDAY .mbr-section-subtitle {
  color: #000000;
}
.cid-urnunQFirq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urnunQFirq img {
  height: 500px;
  object-fit: cover;
}
.cid-urnunQFirq .card-img {
  position: relative;
}
.cid-urnunQFirq .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urnunQFirq .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urnunQFirq .card-img {
    margin-bottom: 2rem;
  }
}
.cid-urt7IZGdxU {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urt7IZGdxU .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-urt7IZGdxU .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-urt7IZGdxU .wrapper {
    transform: translateX(30%);
  }
}
.cid-urt7IZGdxU .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urt7IZGdxU .display-5 {
    font-size: 29px;
  }
}
.cid-urt7IZGdxU .mbr-section-subtitle {
  color: #000000;
}
.cid-urt7MGnzFh {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urt7MGnzFh img {
  height: 500px;
  object-fit: cover;
}
.cid-urt7MGnzFh .card-img {
  position: relative;
}
.cid-urt7MGnzFh .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urt7MGnzFh .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urt7MGnzFh .card-img {
    margin-bottom: 2rem;
  }
}
.cid-urQoexPfzC {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urQoexPfzC .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-urQoexPfzC .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-urQoexPfzC .wrapper {
    transform: translateX(30%);
  }
}
.cid-urQoexPfzC .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urQoexPfzC .display-5 {
    font-size: 29px;
  }
}
.cid-urQoexPfzC .mbr-section-subtitle {
  color: #000000;
}
.cid-urQogPLz7s {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urQogPLz7s img {
  height: 500px;
  object-fit: cover;
}
.cid-urQogPLz7s .card-img {
  position: relative;
}
.cid-urQogPLz7s .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urQogPLz7s .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urQogPLz7s .card-img {
    margin-bottom: 2rem;
  }
}
.cid-urQoOgPt2E {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urQoOgPt2E img {
  height: 500px;
  object-fit: cover;
}
.cid-urQoOgPt2E .card-img {
  position: relative;
}
.cid-urQoOgPt2E .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-urQoOgPt2E .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-urQoOgPt2E .card-img {
    margin-bottom: 2rem;
  }
}
.cid-us1mQthjjT {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-us1mQthjjT .wrapper {
  background: #ffdbca;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-us1mQthjjT .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-us1mQthjjT .wrapper {
    transform: translateX(30%);
  }
}
.cid-us1mQthjjT .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-us1mQthjjT .display-5 {
    font-size: 29px;
  }
}
.cid-us1mQthjjT .mbr-section-subtitle {
  color: #000000;
}
.cid-us1mRD4wcC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-us1mRD4wcC img {
  height: 500px;
  object-fit: cover;
}
.cid-us1mRD4wcC .card-img {
  position: relative;
}
.cid-us1mRD4wcC .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-us1mRD4wcC .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-us1mRD4wcC .card-img {
    margin-bottom: 2rem;
  }
}
.cid-utxm92PHI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-urmwMOpigO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-urmwMOpigO .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-urmwMOpigO .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-urmwMOpigO .mbr-list {
  margin: 0;
}
.cid-urmwMOpigO .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-urmwMOpigO .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urmwMOpigO .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-urmwMOpigO .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uGDH4BZBpS .nav-item:focus,
.cid-uGDH4BZBpS .nav-link:focus {
  outline: none;
}
.cid-uGDH4BZBpS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGDH4BZBpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGDH4BZBpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGDH4BZBpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGDH4BZBpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGDH4BZBpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-uGDH4BZBpS .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-uGDH4BZBpS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uGDH4BZBpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGDH4BZBpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGDH4BZBpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGDH4BZBpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGDH4BZBpS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGDH4BZBpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGDH4BZBpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGDH4BZBpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uGDH4BZBpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uGDH4BZBpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGDH4BZBpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGDH4BZBpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGDH4BZBpS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGDH4BZBpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGDH4BZBpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGDH4BZBpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGDH4BZBpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGDH4BZBpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGDH4BZBpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGDH4BZBpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uGDH4BZBpS .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-uGDH4BZBpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGDH4BZBpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGDH4BZBpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGDH4BZBpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGDH4BZBpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGDH4BZBpS .dropdown-item.active,
.cid-uGDH4BZBpS .dropdown-item:active {
  background-color: transparent;
}
.cid-uGDH4BZBpS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGDH4BZBpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGDH4BZBpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGDH4BZBpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-uGDH4BZBpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGDH4BZBpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGDH4BZBpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGDH4BZBpS .navbar-buttons {
  text-align: center;
}
.cid-uGDH4BZBpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGDH4BZBpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGDH4BZBpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGDH4BZBpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGDH4BZBpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGDH4BZBpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGDH4BZBpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGDH4BZBpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGDH4BZBpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGDH4BZBpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGDH4BZBpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uGDH4BZBpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGDH4BZBpS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uGDH4BZBpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGDH4BZBpS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uGDH4BZBpS .nav-link:hover,
.cid-uGDH4BZBpS .dropdown-item:hover,
.cid-uGDH4BZBpS .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGDH4BZBpS .navbar {
    height: 77px;
  }
  .cid-uGDH4BZBpS .navbar.opened {
    height: auto;
  }
}
.cid-uGDIas8wxx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGDIas8wxx h2,
.cid-uGDIas8wxx h3,
.cid-uGDIas8wxx h4,
.cid-uGDIas8wxx h5 {
  margin: 0;
}
.cid-uGDIas8wxx .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uGDIas8wxx .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uGDIas8wxx .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uGDIas8wxx .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uGDIas8wxx .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uGDIas8wxx .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uGDIas8wxx .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uGDIas8wxx .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uGDIas8wxx .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uGDIas8wxx .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uGDIas8wxx .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uGDIas8wxx .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uGDIas8wxx .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uGDIas8wxx .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uGDIas8wxx .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uGDIas8wxx .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uGM2hIz2dm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGM2hIz2dm .mbr-text,
.cid-uGM2hIz2dm .ornament {
  color: #000000;
}
.cid-uGDIrFscBp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGDIrFscBp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGDIrFscBp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGDIrFscBp .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uGDIrFscBp .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGDIrFscBp .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-uGDIrFscBp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGDIrFscBp .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uGDIrFscBp .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uGDIrFscBp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uGDIrFscBp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uGDIrFscBp .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uGDIrFscBp .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uGDIrFscBp .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uGDIrFscBp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGDIrFscBp .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uGDIrFscBp .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-uGDIrFscBp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4c2aa;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGDIrFscBp .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uGDIrFscBp .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f4c2aa !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uGLrPdqk2i {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGMpULCrM3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGMpULCrM3 img {
  height: 500px;
  object-fit: cover;
}
.cid-uGMpULCrM3 .card-img {
  position: relative;
}
.cid-uGMpULCrM3 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGMpULCrM3 .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uGMpULCrM3 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uGMr3ycZwN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGMr3ycZwN .mbr-text,
.cid-uGMr3ycZwN .ornament {
  text-align: center;
}
.cid-uGMzFpIOlh {
  padding-top: 60px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uGMzFpIOlh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uGMzFpIOlh .mbr-section-title,
.cid-uGMzFpIOlh .mbr-section-subtitle,
.cid-uGMzFpIOlh .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGMzFpIOlh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGMzFpIOlh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGMzFpIOlh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGMzFpIOlh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGMzFpIOlh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGMzFpIOlh .icon-focus {
  display: none;
}
.cid-uGMzFpIOlh .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uGMzFpIOlh ul {
  font-size: 0;
}
.cid-uGMzFpIOlh .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uGMzFpIOlh .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uGMzFpIOlh .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uGMzFpIOlh .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uGMzFpIOlh .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uGMzFpIOlh .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uGMzFpIOlh .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uGMzFpIOlh .btn:hover {
  background: transparent !important;
}
.cid-uGMzFpIOlh .btn:hover:before {
  background: transparent !important;
}
.cid-uGMzFpIOlh .btn:before {
  background-color: transparent !important;
}
.cid-uGMzFpIOlh .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uGMzFpIOlh .mbr-section-title {
  color: #00427c;
}
.cid-uGMCp7iYx5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGMCsJej9a {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGMCsJej9a img {
  height: 500px;
  object-fit: cover;
}
.cid-uGMCsJej9a .card-img {
  position: relative;
}
.cid-uGMCsJej9a .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGMCsJej9a .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uGMCsJej9a .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uGMplxpnv8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGDH4zbJ9m {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGDH4zbJ9m .mbr-text,
.cid-uGDH4zbJ9m .ornament {
  text-align: center;
  color: #000000;
}
.cid-uGDH4zGvM2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGDH4zGvM2 .mbr-media {
  position: relative;
}
.cid-uGDH4zGvM2 .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uGDH4zGvM2 a:hover {
  background-image: none !important;
}
.cid-uGDH4zGvM2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uGDH4zGvM2 .card-wrapper {
  border: 1px solid #afd1d3;
  padding: 0;
  overflow: hidden;
}
.cid-uGDH4zGvM2 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #afd1d3;
}
.cid-uGDH4zGvM2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uGDH4zGvM2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uGDH4zGvM2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uGDH4zGvM2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGDH4zGvM2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGDH4zGvM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDH4zGvM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGDH4zGvM2 .mbr-section-title {
  color: #f4c2aa;
}
.cid-uGMy3Hac5w {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGMy3Hac5w .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-uGMy3Hac5w .text-block {
  position: relative;
  z-index: 0;
}
.cid-uGMy3Hac5w .box {
  width: 25%;
  height: 40%;
  background: #ffdbca;
  position: absolute;
  top: 4%;
}
.cid-uGMy3Hac5w .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uGMy3Hac5w .box {
  right: 20%;
}
.cid-uGMy3Hac5w .text-box {
  right: 0;
}
.cid-uGMy3Hac5w .mbr-section-title,
.cid-uGMy3Hac5w .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uGMy3Hac5w .text-box {
    display: none;
  }
  .cid-uGMy3Hac5w .mbr-section-title,
  .cid-uGMy3Hac5w .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uGMy3Hac5w .box {
    display: none;
  }
  .cid-uGMy3Hac5w .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uGMy3Hac5w .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGMy3Hac5w .text-box {
    writing-mode: bt-rl;
  }
}
.cid-uGMy3Hac5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGMy3Hac5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPdGTyUsB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffdbca;
}
.cid-uGPdGTyUsB .item-img,
.cid-uGPdGTyUsB .img-wrap,
.cid-uGPdGTyUsB img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uGPdGTyUsB img,
.cid-uGPdGTyUsB .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uGPdGTyUsB img,
  .cid-uGPdGTyUsB .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uGPdGTyUsB .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGPdGTyUsB .item:focus,
.cid-uGPdGTyUsB span:focus {
  outline: none;
}
.cid-uGPdGTyUsB .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uGPdGTyUsB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGPdGTyUsB .item {
    margin-bottom: 1rem;
  }
}
.cid-uGPdGTyUsB h5 {
  margin: 0;
}
.cid-uGPdGTyUsB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uGPdGTyUsB .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uGPdGTyUsB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGPdGTyUsB .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uGPdGTyUsB .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uGPdGTyUsB .item-wrapper {
    height: auto;
  }
}
.cid-uGPdGTyUsB .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uGPdGTyUsB .item-title {
  text-align: center;
  color: #000000;
}
.cid-uGPdGTyUsB .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uGPdGTyUsB .mbr-text,
.cid-uGPdGTyUsB .item .mbr-section-btn {
  text-align: center;
}
.cid-uGPdGTyUsB .mbr-section-subtitle,
.cid-uGPdGTyUsB .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uGPg64iKAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-uGPg64iKAV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uGPg64iKAV .links-block ul li {
  margin: 0 1rem;
}
.cid-uGPg64iKAV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-uGPg64iKAV .links-block ul,
.cid-uGPg64iKAV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uGDH4EityC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-uGDH4EityC .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGDH4EityC .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-uGDH4EityC .mbr-list {
  margin: 0;
}
.cid-uGDH4EityC .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uGDH4EityC .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGDH4EityC .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uGDH4EityC .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-v3MxjMiKQp .nav-item:focus,
.cid-v3MxjMiKQp .nav-link:focus {
  outline: none;
}
.cid-v3MxjMiKQp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3MxjMiKQp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3MxjMiKQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3MxjMiKQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3MxjMiKQp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3MxjMiKQp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffdbca;
}
.cid-v3MxjMiKQp .navbar.opened {
  transition: all .3s;
  background: #ffdbca !important;
}
.cid-v3MxjMiKQp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v3MxjMiKQp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3MxjMiKQp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3MxjMiKQp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3MxjMiKQp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3MxjMiKQp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3MxjMiKQp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3MxjMiKQp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3MxjMiKQp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v3MxjMiKQp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v3MxjMiKQp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3MxjMiKQp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3MxjMiKQp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3MxjMiKQp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3MxjMiKQp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3MxjMiKQp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3MxjMiKQp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3MxjMiKQp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3MxjMiKQp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3MxjMiKQp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3MxjMiKQp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v3MxjMiKQp .navbar.navbar-short {
  background: #ffdbca !important;
  min-height: 60px;
}
.cid-v3MxjMiKQp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3MxjMiKQp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3MxjMiKQp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3MxjMiKQp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3MxjMiKQp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3MxjMiKQp .dropdown-item.active,
.cid-v3MxjMiKQp .dropdown-item:active {
  background-color: transparent;
}
.cid-v3MxjMiKQp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3MxjMiKQp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3MxjMiKQp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3MxjMiKQp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdbca;
}
.cid-v3MxjMiKQp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3MxjMiKQp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3MxjMiKQp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3MxjMiKQp .navbar-buttons {
  text-align: center;
}
.cid-v3MxjMiKQp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3MxjMiKQp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3MxjMiKQp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v3MxjMiKQp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v3MxjMiKQp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v3MxjMiKQp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v3MxjMiKQp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3MxjMiKQp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v3MxjMiKQp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v3MxjMiKQp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3MxjMiKQp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v3MxjMiKQp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3MxjMiKQp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v3MxjMiKQp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v3MxjMiKQp .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v3MxjMiKQp .nav-link:hover,
.cid-v3MxjMiKQp .dropdown-item:hover,
.cid-v3MxjMiKQp .icons-menu .mbr-iconfont:hover {
  color: #fcfaf3 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3MxjMiKQp .navbar {
    height: 77px;
  }
  .cid-v3MxjMiKQp .navbar.opened {
    height: auto;
  }
}
.cid-v3MxjMQ4t3 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3MxjMQ4t3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3MxjMQ4t3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3MxjMQ4t3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v3MxjMQ4t3 .row {
    align-items: center !important;
  }
}
.cid-v3MxjMQ4t3 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-v3MxjMQ4t3 .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-v3MxjMQ4t3 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-v3MxjMQ4t3 .mbr-section-title {
  color: #f4c2aa;
  margin-bottom: 0;
}
.cid-v3MxjMQ4t3 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-v3MxjMQ4t3 .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #f4c2aa;
}
@media (max-width: 991px) {
  .cid-v3MxjMQ4t3 .text-wrap {
    padding: 30px 0;
  }
}
.cid-v3MxjMQ4t3 .mbr-title {
  color: #f4c2aa;
}
.cid-v3MxjMQ4t3 .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-v3MxjMQ4t3 .list-box {
  width: 100%;
}
.cid-v3MxjMQ4t3 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-v3MxjMQ4t3 .list-text {
  position: relative;
}
.cid-v3MxjMQ4t3 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-v3MxjMQ4t3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3MxjMQ4t3 .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-v3MxjMQ4t3 .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-v3MxjMQ4t3 .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-v3MxjMQ4t3 .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-v3MxjONVOJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cfe1e2;
}
.cid-v3MxjONVOJ .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #ffdbca;
  transition: all 0.4s ease-in-out;
}
.cid-v3MxjONVOJ .content-block .mbr-text {
  margin: 0;
}
.cid-v3MxjONVOJ .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-v3MxjONVOJ .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-v3MxjONVOJ .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-v3MxjONVOJ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-v3MxjONVOJ .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-v3MxjONVOJ h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-v3MxjONVOJ .mbr-section-title {
  color: #000000;
}
.cid-v3MxjONVOJ .mbr-section-subtitle {
  color: #780345;
}
.cid-v3MxjONVOJ .mbr-text {
  color: #f4c2aa;
}
.cid-v3MxjP9z3p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3MxjP9z3p .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #444444;
  opacity: .5;
}
.cid-v3MxjP9z3p .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-v3MxjP9z3p .links-block ul li {
  margin: 0 1rem;
}
.cid-v3MxjP9z3p .icons-block ul li {
  margin: 0 .5rem;
}
.cid-v3MxjP9z3p .links-block ul,
.cid-v3MxjP9z3p .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-v3MxjPzbmt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffdbca;
}
.cid-v3MxjPzbmt .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3MxjPzbmt .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-v3MxjPzbmt .mbr-list {
  margin: 0;
}
.cid-v3MxjPzbmt .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-v3MxjPzbmt .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3MxjPzbmt .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v3MxjPzbmt .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
