body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Anja Eliane';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Anja Eliane';
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Anja Eliane';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6b5647 !important;
}
.bg-success {
  background-color: #fff0b0 !important;
}
.bg-info {
  background-color: #f77872 !important;
}
.bg-warning {
  background-color: #bbe6fb !important;
}
.bg-danger {
  background-color: #6ec7f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b5647 !important;
  border-color: #6b5647 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #372c24 !important;
  border-color: #372c24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #372c24 !important;
  border-color: #372c24 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea6060 !important;
  border-color: #ea6060 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d71c1c !important;
  border-color: #d71c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d71c1c !important;
  border-color: #d71c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #f77872 !important;
  border-color: #f77872 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f22920 !important;
  border-color: #f22920 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f22920 !important;
  border-color: #f22920 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbe6fb !important;
  border-color: #bbe6fb !important;
  color: #0a77ad !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #69c8f6 !important;
  border-color: #69c8f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a77ad !important;
  background-color: #69c8f6 !important;
  border-color: #69c8f6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b5647;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #372c24 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b5647 !important;
  border-color: #6b5647 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea6060;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d71c1c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea6060 !important;
  border-color: #ea6060 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f77872;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f22920 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f77872 !important;
  border-color: #f77872 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbe6fb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #69c8f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a77ad !important;
  background-color: #bbe6fb !important;
  border-color: #bbe6fb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6b5647 !important;
}
.text-secondary {
  color: #ea6060 !important;
}
.text-success {
  color: #fff0b0 !important;
}
.text-info {
  color: #f77872 !important;
}
.text-warning {
  color: #bbe6fb !important;
}
.text-danger {
  color: #6ec7f2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2e251e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c91b1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffdd4a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f21c11 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5bc3f5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15a1e5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6b5647;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f77872;
}
.alert-warning {
  background-color: #bbe6fb;
}
.alert-danger {
  background-color: #6ec7f2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b5647;
  border-color: #6b5647;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6b5647;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ad9584;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anja Eliane';
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6b5647 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anja Eliane';
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6b5647;
}
/* Forms */
.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;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b5647;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b5647;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6b5647;
  border-bottom-color: #6b5647;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6b5647 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ea6060 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236b5647' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uPUTbW2P2V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPUTbW2P2V nav.navbar {
  position: fixed;
}
.cid-uPUTbW2P2V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUTbW2P2V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPUTbW2P2V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPUTbW2P2V .dropdown-item:hover,
.cid-uPUTbW2P2V .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uPUTbW2P2V .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uPUTbW2P2V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPUTbW2P2V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPUTbW2P2V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPUTbW2P2V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPUTbW2P2V .nav-link {
  position: relative;
}
.cid-uPUTbW2P2V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPUTbW2P2V .container {
    flex-wrap: nowrap;
  }
}
.cid-uPUTbW2P2V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPUTbW2P2V .dropdown-menu,
.cid-uPUTbW2P2V .navbar.opened {
  background: #ffffff !important;
}
.cid-uPUTbW2P2V .nav-item:focus,
.cid-uPUTbW2P2V .nav-link:focus {
  outline: none;
}
.cid-uPUTbW2P2V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPUTbW2P2V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPUTbW2P2V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPUTbW2P2V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPUTbW2P2V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPUTbW2P2V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPUTbW2P2V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPUTbW2P2V .navbar.opened {
  transition: all 0.3s;
}
.cid-uPUTbW2P2V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPUTbW2P2V .navbar .navbar-logo img {
  width: auto;
}
.cid-uPUTbW2P2V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPUTbW2P2V .navbar.collapsed {
  justify-content: center;
}
.cid-uPUTbW2P2V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPUTbW2P2V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPUTbW2P2V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uPUTbW2P2V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPUTbW2P2V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPUTbW2P2V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPUTbW2P2V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPUTbW2P2V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPUTbW2P2V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPUTbW2P2V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPUTbW2P2V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPUTbW2P2V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPUTbW2P2V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPUTbW2P2V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPUTbW2P2V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPUTbW2P2V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPUTbW2P2V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPUTbW2P2V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPUTbW2P2V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPUTbW2P2V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPUTbW2P2V .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPUTbW2P2V .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPUTbW2P2V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPUTbW2P2V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPUTbW2P2V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPUTbW2P2V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPUTbW2P2V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPUTbW2P2V .dropdown-item.active,
.cid-uPUTbW2P2V .dropdown-item:active {
  background-color: transparent;
}
.cid-uPUTbW2P2V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPUTbW2P2V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPUTbW2P2V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPUTbW2P2V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPUTbW2P2V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPUTbW2P2V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPUTbW2P2V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPUTbW2P2V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPUTbW2P2V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPUTbW2P2V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPUTbW2P2V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPUTbW2P2V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUTbW2P2V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPUTbW2P2V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPUTbW2P2V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUTbW2P2V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPUTbW2P2V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPUTbW2P2V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPUTbW2P2V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPUTbW2P2V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPUTbW2P2V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPUTbW2P2V .navbar {
    height: 70px;
  }
  .cid-uPUTbW2P2V .navbar.opened {
    height: auto;
  }
  .cid-uPUTbW2P2V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPUTbW2P2V .navbar .nav-link:hover,
.cid-uPUTbW2P2V .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRBzad3lRQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbe6fb;
}
.cid-uRBzad3lRQ .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-uRBzad3lRQ .content_block:hover .mbr-section-title a {
  color: #ea6060 !important;
}
.cid-uRBzad3lRQ .card_topic,
.cid-uRBzad3lRQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uRBzad3lRQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ea6060;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uRBzad3lRQ .image {
  position: relative;
}
.cid-uRBzad3lRQ .image:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #bbe6fb);
  z-index: 1;
  pointer-events: none;
}
.cid-uRBzad3lRQ .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRBzad3lRQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRBzad3lRQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRBzad3lRQ .mbr-section-btn .btn-secondary-outline .active,
.cid-uRBzad3lRQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #6b5647 !important;
}
.cid-uRBzad3lRQ .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uRBzad3lRQ .content_block {
    padding: 30px 15px;
    text-align: center;
  }
  .cid-uRBzad3lRQ .mbr-section-btn {
    justify-content: center;
  }
  .cid-uRBzad3lRQ .mbr-figure {
    padding: 0;
  }
  .cid-uRBzad3lRQ .image:before {
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(187, 230, 251, 0.99));
  }
}
.cid-uRBzad3lRQ .mbr-section-title {
  color: #766151;
  text-align: left;
}
.cid-uRBzad3lRQ .mbr-text,
.cid-uRBzad3lRQ .mbr-section-btn {
  color: #6b5647;
  text-align: left;
}
.cid-uQga69895A {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f2bd;
}
.cid-uQga69895A img,
.cid-uQga69895A .item-img {
  width: 100%;
}
.cid-uQga69895A .item:focus,
.cid-uQga69895A span:focus {
  outline: none;
}
.cid-uQga69895A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQga69895A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQga69895A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uQga69895A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQga69895A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uQga69895A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uQga69895A .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
  color: #6b5647;
}
.cid-uQga69895A .mbr-section-title {
  color: #766151;
}
.cid-uQga69895A .mbr-text {
  text-align: left;
  color: #6b5647;
}
.cid-uQga69895A .item-title {
  text-align: left;
  color: #6b5647;
}
.cid-uQga69895A .item-subtitle {
  text-align: left;
}
.cid-uQga69895A .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uQyLz4KYRS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQyLz4KYRS img,
.cid-uQyLz4KYRS .item-img {
  width: 100%;
}
.cid-uQyLz4KYRS .item:focus,
.cid-uQyLz4KYRS span:focus {
  outline: none;
}
.cid-uQyLz4KYRS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQyLz4KYRS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbe6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQyLz4KYRS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uQyLz4KYRS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQyLz4KYRS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uQyLz4KYRS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uQyLz4KYRS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQyLz4KYRS .mbr-section-title {
  color: #766151;
}
.cid-uQyLz4KYRS .mbr-text,
.cid-uQyLz4KYRS .mbr-section-btn {
  text-align: center;
  color: #6b5647;
}
.cid-uQyLz4KYRS .item-title {
  text-align: left;
  color: #6b5647;
}
.cid-uQyLz4KYRS .item-subtitle {
  text-align: left;
}
.cid-uQyLz4KYRS .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uQyVaBTuo1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9f2bd;
}
.cid-uQyVaBTuo1 img,
.cid-uQyVaBTuo1 .item-img {
  width: 100%;
}
.cid-uQyVaBTuo1 .item:focus,
.cid-uQyVaBTuo1 span:focus {
  outline: none;
}
.cid-uQyVaBTuo1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQyVaBTuo1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uQyVaBTuo1 .item {
  padding: 0;
  margin: 0;
}
.cid-uQyVaBTuo1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f9f2bd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQyVaBTuo1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uQyVaBTuo1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQyVaBTuo1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uQyVaBTuo1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uQyVaBTuo1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQyVaBTuo1 .mbr-section-title {
  color: #766151;
}
.cid-uQyVaBTuo1 .mbr-text,
.cid-uQyVaBTuo1 .mbr-section-btn {
  text-align: center;
  color: #6b5647;
}
.cid-uQyVaBTuo1 .item-title {
  text-align: left;
  color: #6b5647;
}
.cid-uQyVaBTuo1 .item-subtitle {
  text-align: left;
}
.cid-uQyVaBTuo1 .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uRBLtd24lB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRBLtd24lB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBLtd24lB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBLtd24lB .mbr-section-title {
  color: #766151;
}
.cid-uRBLtd24lB .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uX5scubIpx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbe6fb;
}
.cid-uX5scubIpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5scubIpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5scubIpx .mbr-section-title {
  color: #766151;
}
.cid-uX5scubIpx .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uX5s5egEm0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: #bbe6fb;
}
.cid-uX5s5egEm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5s5egEm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX5s5egEm0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .container {
    padding: 0 12px;
  }
}
.cid-uX5s5egEm0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 992px) {
  .cid-uX5s5egEm0 .embla__slide {
    min-width: 700px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap {
  width: 100%;
  display: flex;
  padding: 40px;
  border: 3px solid #f9e1e6;
  box-shadow: 4px 4px #f9e1e6;
  border-radius: 50px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap {
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .item-wrapper {
  min-width: 64px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap .item-wrapper {
    margin: 0 0 16px;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    margin: 0 auto;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap {
  width: 100%;
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper {
    display: block;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap {
  margin-bottom: 16px;
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-name {
    text-align: center;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-role {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-role {
    text-align: center;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap {
  display: block;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap:hover .mbr-link,
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap:focus .mbr-link {
  color: #47b5ed;
  text-decoration: underline;
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uX5s5egEm0 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uX5s5egEm0 .embla__button--next,
.cid-uX5s5egEm0 .embla__button--prev {
  display: flex;
}
.cid-uX5s5egEm0 .embla__button {
  bottom: -5%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  color: #6b5647;
  border: 3px solid #fccdd2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uX5s5egEm0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX5s5egEm0 .embla__button:hover {
  background: #fccdd2;
  color: #6b5647;
}
.cid-uX5s5egEm0 .embla__button.embla__button--prev {
  left: 12rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__button.embla__button--prev {
    left: 2rem;
  }
}
.cid-uX5s5egEm0 .embla__button.embla__button--next {
  right: 12rem;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__button.embla__button--next {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uX5s5egEm0 .embla__button {
    top: auto;
  }
}
.cid-uX5s5egEm0 .embla {
  position: relative;
  width: 100%;
}
.cid-uX5s5egEm0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .cid-uX5s5egEm0 .embla__viewport {
    padding: 5px;
  }
}
.cid-uX5s5egEm0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX5s5egEm0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX5s5egEm0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX5s5egEm0 .mbr-name {
  color: #222222;
}
.cid-uX5s5egEm0 .mbr-role {
  color: #766151;
}
.cid-uX5s5egEm0 .mbr-link {
  color: #222222;
}
.cid-uX5s5egEm0 .mbr-text {
  color: #6b5647;
}
.cid-uQx5mNDe1E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uQx5mNDe1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQx5mNDe1E .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-uQx5mNDe1E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQx5mNDe1E .row {
  flex-direction: row-reverse;
}
.cid-uQx5mNDe1E img {
  width: 100%;
}
.cid-uRdigyE0CW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbe6fb;
}
.cid-uRdigyE0CW .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uRdigyE0CW .mbr-iconfont {
  align-items: center;
}
.cid-uRdigyE0CW .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uRdigyE0CW .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRdigyE0CW .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uRdigyE0CW .social-media {
  padding: 0;
}
.cid-uRdigyE0CW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uRdigyE0CW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uRdigyE0CW .mbr-list,
.cid-uRdigyE0CW .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uRdigyE0CW .social-list {
    text-align: center !important;
  }
}
.cid-uRdigyE0CW .mbr-section-title,
.cid-uRdigyE0CW .social-list {
  color: #766151;
}
.cid-uRdhqFt8pS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uRdhqFt8pS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdhqFt8pS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdhqFt8pS .row {
  justify-content: center;
}
.cid-uRdhqFt8pS .card {
  justify-content: center;
}
.cid-uRdhqFt8pS .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRdhqFt8pS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRdhqFt8pS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRdhqFt8pS .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRdhqFt8pS .nav-wrapper .list .item-wrap:hover,
.cid-uRdhqFt8pS .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uRdhqFt8pS .list,
.cid-uRdhqFt8pS .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRdhqFt8pS .list,
.cid-uRdhqFt8pS .item-wrap,
.cid-uRdhqFt8pS .nav-wrapper {
  color: #6b5647;
}
.cid-uRExX5ZaJI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRExX5ZaJI nav.navbar {
  position: fixed;
}
.cid-uRExX5ZaJI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRExX5ZaJI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRExX5ZaJI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRExX5ZaJI .dropdown-item:hover,
.cid-uRExX5ZaJI .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uRExX5ZaJI .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uRExX5ZaJI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRExX5ZaJI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRExX5ZaJI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRExX5ZaJI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRExX5ZaJI .nav-link {
  position: relative;
}
.cid-uRExX5ZaJI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRExX5ZaJI .container {
    flex-wrap: nowrap;
  }
}
.cid-uRExX5ZaJI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRExX5ZaJI .dropdown-menu,
.cid-uRExX5ZaJI .navbar.opened {
  background: #ffffff !important;
}
.cid-uRExX5ZaJI .nav-item:focus,
.cid-uRExX5ZaJI .nav-link:focus {
  outline: none;
}
.cid-uRExX5ZaJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRExX5ZaJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRExX5ZaJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRExX5ZaJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRExX5ZaJI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRExX5ZaJI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRExX5ZaJI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRExX5ZaJI .navbar.opened {
  transition: all 0.3s;
}
.cid-uRExX5ZaJI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRExX5ZaJI .navbar .navbar-logo img {
  width: auto;
}
.cid-uRExX5ZaJI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRExX5ZaJI .navbar.collapsed {
  justify-content: center;
}
.cid-uRExX5ZaJI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRExX5ZaJI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRExX5ZaJI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uRExX5ZaJI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRExX5ZaJI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRExX5ZaJI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRExX5ZaJI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRExX5ZaJI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRExX5ZaJI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRExX5ZaJI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRExX5ZaJI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRExX5ZaJI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRExX5ZaJI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRExX5ZaJI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRExX5ZaJI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRExX5ZaJI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRExX5ZaJI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRExX5ZaJI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRExX5ZaJI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRExX5ZaJI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRExX5ZaJI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRExX5ZaJI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRExX5ZaJI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRExX5ZaJI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRExX5ZaJI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRExX5ZaJI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRExX5ZaJI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRExX5ZaJI .dropdown-item.active,
.cid-uRExX5ZaJI .dropdown-item:active {
  background-color: transparent;
}
.cid-uRExX5ZaJI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRExX5ZaJI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRExX5ZaJI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRExX5ZaJI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRExX5ZaJI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRExX5ZaJI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRExX5ZaJI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRExX5ZaJI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRExX5ZaJI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRExX5ZaJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRExX5ZaJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRExX5ZaJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRExX5ZaJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRExX5ZaJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRExX5ZaJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRExX5ZaJI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRExX5ZaJI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRExX5ZaJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRExX5ZaJI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRExX5ZaJI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRExX5ZaJI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRExX5ZaJI .navbar {
    height: 70px;
  }
  .cid-uRExX5ZaJI .navbar.opened {
    height: auto;
  }
  .cid-uRExX5ZaJI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRExX5ZaJI .navbar .nav-link:hover,
.cid-uRExX5ZaJI .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uREQaue8vh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #bbe6fb;
}
.cid-uREQaue8vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREQaue8vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREQaue8vh .content-wrapper {
  background: #f9f2bd;
}
@media (max-width: 991px) {
  .cid-uREQaue8vh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uREQaue8vh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uREQaue8vh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREQaue8vh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREQaue8vh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uREQaue8vh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uREQaue8vh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uREQaue8vh .card-title {
  color: #766151;
}
.cid-uREQaue8vh .mbr-text,
.cid-uREQaue8vh .mbr-section-btn {
  color: #473b33;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uREQaue8vh #main-block-container {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREQaue8vh #main-block-container {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREQaue8vh #main-block-container {
    padding-top: 4rem;
  }
}
.cid-uRExX9p3a4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uRExX9p3a4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRExX9p3a4 .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-uRExX9p3a4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRExX9p3a4 .row {
  flex-direction: row-reverse;
}
.cid-uRExX9p3a4 img {
  width: 100%;
}
.cid-uRExX9Lp0P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbe6fb;
}
.cid-uRExX9Lp0P .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uRExX9Lp0P .mbr-iconfont {
  align-items: center;
}
.cid-uRExX9Lp0P .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uRExX9Lp0P .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRExX9Lp0P .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uRExX9Lp0P .social-media {
  padding: 0;
}
.cid-uRExX9Lp0P .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uRExX9Lp0P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uRExX9Lp0P .mbr-list,
.cid-uRExX9Lp0P .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uRExX9Lp0P .social-list {
    text-align: center !important;
  }
}
.cid-uRExX9Lp0P .mbr-section-title,
.cid-uRExX9Lp0P .social-list {
  color: #766151;
}
.cid-uRExXaaC8c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uRExXaaC8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRExXaaC8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRExXaaC8c .row {
  justify-content: center;
}
.cid-uRExXaaC8c .card {
  justify-content: center;
}
.cid-uRExXaaC8c .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRExXaaC8c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRExXaaC8c .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRExXaaC8c .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRExXaaC8c .nav-wrapper .list .item-wrap:hover,
.cid-uRExXaaC8c .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uRExXaaC8c .list,
.cid-uRExXaaC8c .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRExXaaC8c .list,
.cid-uRExXaaC8c .item-wrap,
.cid-uRExXaaC8c .nav-wrapper {
  color: #6b5647;
}
.cid-uREycLJhC5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREycLJhC5 nav.navbar {
  position: fixed;
}
.cid-uREycLJhC5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREycLJhC5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREycLJhC5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREycLJhC5 .dropdown-item:hover,
.cid-uREycLJhC5 .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREycLJhC5 .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREycLJhC5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREycLJhC5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREycLJhC5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREycLJhC5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREycLJhC5 .nav-link {
  position: relative;
}
.cid-uREycLJhC5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREycLJhC5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uREycLJhC5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREycLJhC5 .dropdown-menu,
.cid-uREycLJhC5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uREycLJhC5 .nav-item:focus,
.cid-uREycLJhC5 .nav-link:focus {
  outline: none;
}
.cid-uREycLJhC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREycLJhC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREycLJhC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREycLJhC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREycLJhC5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREycLJhC5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREycLJhC5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREycLJhC5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uREycLJhC5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREycLJhC5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uREycLJhC5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREycLJhC5 .navbar.collapsed {
  justify-content: center;
}
.cid-uREycLJhC5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREycLJhC5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREycLJhC5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREycLJhC5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREycLJhC5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREycLJhC5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREycLJhC5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREycLJhC5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREycLJhC5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREycLJhC5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREycLJhC5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREycLJhC5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREycLJhC5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREycLJhC5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREycLJhC5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREycLJhC5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREycLJhC5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREycLJhC5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREycLJhC5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREycLJhC5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREycLJhC5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREycLJhC5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREycLJhC5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREycLJhC5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREycLJhC5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREycLJhC5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREycLJhC5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREycLJhC5 .dropdown-item.active,
.cid-uREycLJhC5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uREycLJhC5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREycLJhC5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREycLJhC5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREycLJhC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREycLJhC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREycLJhC5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREycLJhC5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREycLJhC5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREycLJhC5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREycLJhC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREycLJhC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREycLJhC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREycLJhC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREycLJhC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREycLJhC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREycLJhC5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREycLJhC5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREycLJhC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREycLJhC5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREycLJhC5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREycLJhC5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREycLJhC5 .navbar {
    height: 70px;
  }
  .cid-uREycLJhC5 .navbar.opened {
    height: auto;
  }
  .cid-uREycLJhC5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREycLJhC5 .navbar .nav-link:hover,
.cid-uREycLJhC5 .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uREXuSq7C5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uREXuSq7C5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREXuSq7C5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREXuSq7C5 .content-wrapper {
  background: #f9e1e6;
}
@media (max-width: 991px) {
  .cid-uREXuSq7C5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uREXuSq7C5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREXuSq7C5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREXuSq7C5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uREXuSq7C5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uREXuSq7C5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uREXuSq7C5 .card-title {
  color: #766151;
}
.cid-uREXuSq7C5 .mbr-text,
.cid-uREXuSq7C5 .mbr-section-btn {
  color: #473b33;
}
@media (max-width: 767px) {
  .cid-uREXuSq7C5 #first-block-container {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREXuSq7C5 #first-block-container {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREXuSq7C5 #first-block-container {
    padding-top: 4rem;
  }
}
.cid-uREXvPWtW4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uREXvPWtW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREXvPWtW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREXvPWtW4 .content-wrapper {
  background: #c8efc5;
}
@media (max-width: 991px) {
  .cid-uREXvPWtW4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uREXvPWtW4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uREXvPWtW4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREXvPWtW4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREXvPWtW4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uREXvPWtW4 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uREXvPWtW4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uREXvPWtW4 .card-title {
  color: #766151;
}
.cid-uREXvPWtW4 .mbr-text,
.cid-uREXvPWtW4 .mbr-section-btn {
  color: #473b33;
}
.cid-uREYsHVVRf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uREYsHVVRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREYsHVVRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREYsHVVRf .content-wrapper {
  background: #f9f2bd;
}
@media (max-width: 991px) {
  .cid-uREYsHVVRf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uREYsHVVRf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREYsHVVRf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREYsHVVRf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uREYsHVVRf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uREYsHVVRf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uREYsHVVRf .card-title {
  color: #766151;
}
.cid-uREYsHVVRf .mbr-text,
.cid-uREYsHVVRf .mbr-section-btn {
  color: #473b33;
}
.cid-uREYy8U6RO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uREYy8U6RO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREYy8U6RO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREYy8U6RO .content-wrapper {
  background: #e3d5f7;
}
@media (max-width: 991px) {
  .cid-uREYy8U6RO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uREYy8U6RO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uREYy8U6RO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uREYy8U6RO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREYy8U6RO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uREYy8U6RO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uREYy8U6RO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uREYy8U6RO .card-title {
  color: #766151;
}
.cid-uREYy8U6RO .mbr-text,
.cid-uREYy8U6RO .mbr-section-btn {
  color: #473b33;
}
.cid-uREycMxOre {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uREycMxOre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREycMxOre .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-uREycMxOre .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uREycMxOre .row {
  flex-direction: row-reverse;
}
.cid-uREycMxOre img {
  width: 100%;
}
.cid-uREycN4Ryp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uREycN4Ryp .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uREycN4Ryp .mbr-iconfont {
  align-items: center;
}
.cid-uREycN4Ryp .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uREycN4Ryp .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uREycN4Ryp .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uREycN4Ryp .social-media {
  padding: 0;
}
.cid-uREycN4Ryp .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uREycN4Ryp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uREycN4Ryp .mbr-list,
.cid-uREycN4Ryp .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uREycN4Ryp .social-list {
    text-align: center !important;
  }
}
.cid-uREycN4Ryp .mbr-section-title,
.cid-uREycN4Ryp .social-list {
  color: #766151;
}
.cid-uREycNiIqQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREycNiIqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREycNiIqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREycNiIqQ .row {
  justify-content: center;
}
.cid-uREycNiIqQ .card {
  justify-content: center;
}
.cid-uREycNiIqQ .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREycNiIqQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREycNiIqQ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREycNiIqQ .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREycNiIqQ .nav-wrapper .list .item-wrap:hover,
.cid-uREycNiIqQ .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREycNiIqQ .list,
.cid-uREycNiIqQ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREycNiIqQ .list,
.cid-uREycNiIqQ .item-wrap,
.cid-uREycNiIqQ .nav-wrapper {
  color: #6b5647;
}
.cid-uREyeq19EA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREyeq19EA nav.navbar {
  position: fixed;
}
.cid-uREyeq19EA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyeq19EA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREyeq19EA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREyeq19EA .dropdown-item:hover,
.cid-uREyeq19EA .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREyeq19EA .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREyeq19EA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREyeq19EA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREyeq19EA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREyeq19EA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREyeq19EA .nav-link {
  position: relative;
}
.cid-uREyeq19EA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREyeq19EA .container {
    flex-wrap: nowrap;
  }
}
.cid-uREyeq19EA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREyeq19EA .dropdown-menu,
.cid-uREyeq19EA .navbar.opened {
  background: #ffffff !important;
}
.cid-uREyeq19EA .nav-item:focus,
.cid-uREyeq19EA .nav-link:focus {
  outline: none;
}
.cid-uREyeq19EA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREyeq19EA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREyeq19EA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREyeq19EA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyeq19EA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREyeq19EA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREyeq19EA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREyeq19EA .navbar.opened {
  transition: all 0.3s;
}
.cid-uREyeq19EA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREyeq19EA .navbar .navbar-logo img {
  width: auto;
}
.cid-uREyeq19EA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREyeq19EA .navbar.collapsed {
  justify-content: center;
}
.cid-uREyeq19EA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREyeq19EA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREyeq19EA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREyeq19EA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREyeq19EA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREyeq19EA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREyeq19EA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREyeq19EA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREyeq19EA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREyeq19EA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREyeq19EA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREyeq19EA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREyeq19EA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREyeq19EA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREyeq19EA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREyeq19EA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREyeq19EA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREyeq19EA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREyeq19EA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREyeq19EA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREyeq19EA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREyeq19EA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREyeq19EA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREyeq19EA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREyeq19EA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREyeq19EA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREyeq19EA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREyeq19EA .dropdown-item.active,
.cid-uREyeq19EA .dropdown-item:active {
  background-color: transparent;
}
.cid-uREyeq19EA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREyeq19EA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREyeq19EA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREyeq19EA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREyeq19EA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREyeq19EA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREyeq19EA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREyeq19EA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREyeq19EA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREyeq19EA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREyeq19EA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREyeq19EA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyeq19EA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyeq19EA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREyeq19EA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyeq19EA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREyeq19EA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREyeq19EA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyeq19EA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREyeq19EA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREyeq19EA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREyeq19EA .navbar {
    height: 70px;
  }
  .cid-uREyeq19EA .navbar.opened {
    height: auto;
  }
  .cid-uREyeq19EA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREyeq19EA .navbar .nav-link:hover,
.cid-uREyeq19EA .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRWQm4atQe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRWQm4atQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWQm4atQe .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-uRWQm4atQe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRWQm4atQe .row {
  flex-direction: row-reverse;
}
.cid-uRWQm4atQe img {
  width: 100%;
}
.cid-uRWQmMUfRa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRWQmMUfRa .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uRWQmMUfRa .mbr-iconfont {
  align-items: center;
}
.cid-uRWQmMUfRa .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uRWQmMUfRa .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uRWQmMUfRa .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uRWQmMUfRa .social-media {
  padding: 0;
}
.cid-uRWQmMUfRa .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uRWQmMUfRa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uRWQmMUfRa .mbr-list,
.cid-uRWQmMUfRa .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uRWQmMUfRa .social-list {
    text-align: center !important;
  }
}
.cid-uRWQmMUfRa .mbr-section-title,
.cid-uRWQmMUfRa .social-list {
  color: #766151;
}
.cid-uREyeriyH9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREyeriyH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREyeriyH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREyeriyH9 .row {
  justify-content: center;
}
.cid-uREyeriyH9 .card {
  justify-content: center;
}
.cid-uREyeriyH9 .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREyeriyH9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREyeriyH9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREyeriyH9 .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREyeriyH9 .nav-wrapper .list .item-wrap:hover,
.cid-uREyeriyH9 .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREyeriyH9 .list,
.cid-uREyeriyH9 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREyeriyH9 .list,
.cid-uREyeriyH9 .item-wrap,
.cid-uREyeriyH9 .nav-wrapper {
  color: #6b5647;
}
.cid-uREyhAUGR8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREyhAUGR8 nav.navbar {
  position: fixed;
}
.cid-uREyhAUGR8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyhAUGR8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREyhAUGR8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREyhAUGR8 .dropdown-item:hover,
.cid-uREyhAUGR8 .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREyhAUGR8 .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREyhAUGR8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREyhAUGR8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREyhAUGR8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREyhAUGR8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREyhAUGR8 .nav-link {
  position: relative;
}
.cid-uREyhAUGR8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREyhAUGR8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uREyhAUGR8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREyhAUGR8 .dropdown-menu,
.cid-uREyhAUGR8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uREyhAUGR8 .nav-item:focus,
.cid-uREyhAUGR8 .nav-link:focus {
  outline: none;
}
.cid-uREyhAUGR8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREyhAUGR8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREyhAUGR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREyhAUGR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyhAUGR8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREyhAUGR8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREyhAUGR8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREyhAUGR8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uREyhAUGR8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREyhAUGR8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uREyhAUGR8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREyhAUGR8 .navbar.collapsed {
  justify-content: center;
}
.cid-uREyhAUGR8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREyhAUGR8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREyhAUGR8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREyhAUGR8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREyhAUGR8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREyhAUGR8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREyhAUGR8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREyhAUGR8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREyhAUGR8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREyhAUGR8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREyhAUGR8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREyhAUGR8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREyhAUGR8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREyhAUGR8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREyhAUGR8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREyhAUGR8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREyhAUGR8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREyhAUGR8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREyhAUGR8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREyhAUGR8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREyhAUGR8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREyhAUGR8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREyhAUGR8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREyhAUGR8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREyhAUGR8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREyhAUGR8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREyhAUGR8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREyhAUGR8 .dropdown-item.active,
.cid-uREyhAUGR8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uREyhAUGR8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREyhAUGR8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREyhAUGR8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREyhAUGR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREyhAUGR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREyhAUGR8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREyhAUGR8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREyhAUGR8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREyhAUGR8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREyhAUGR8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREyhAUGR8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREyhAUGR8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyhAUGR8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyhAUGR8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREyhAUGR8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyhAUGR8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREyhAUGR8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREyhAUGR8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyhAUGR8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREyhAUGR8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREyhAUGR8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREyhAUGR8 .navbar {
    height: 70px;
  }
  .cid-uREyhAUGR8 .navbar.opened {
    height: auto;
  }
  .cid-uREyhAUGR8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREyhAUGR8 .navbar .nav-link:hover,
.cid-uREyhAUGR8 .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRFNBKxrml {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9f2bd;
}
.cid-uRFNBKxrml img,
.cid-uRFNBKxrml .item-img {
  width: 100%;
}
.cid-uRFNBKxrml .item:focus,
.cid-uRFNBKxrml span:focus {
  outline: none;
}
.cid-uRFNBKxrml .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRFNBKxrml .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbe6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRFNBKxrml .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRFNBKxrml .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRFNBKxrml .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRFNBKxrml .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRFNBKxrml .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRFNBKxrml .mbr-section-title {
  color: #766151;
}
.cid-uRFNBKxrml .mbr-text,
.cid-uRFNBKxrml .mbr-section-btn {
  text-align: center;
  color: #6b5647;
}
.cid-uRFNBKxrml .item-title {
  text-align: left;
  color: #6b5647;
}
.cid-uRFNBKxrml .item-subtitle {
  text-align: left;
  color: #473b33;
}
.cid-uRFNBKxrml .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uREyhBn3QO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f2bd;
}
.cid-uREyhBn3QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREyhBn3QO .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-uREyhBn3QO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uREyhBn3QO .row {
  flex-direction: row-reverse;
}
.cid-uREyhBn3QO img {
  width: 100%;
}
.cid-uREyhBzEFP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f2bd;
}
.cid-uREyhBzEFP .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #9fdbf8 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uREyhBzEFP .mbr-iconfont {
  align-items: center;
}
.cid-uREyhBzEFP .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uREyhBzEFP .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uREyhBzEFP .icon-transition span:hover {
  background-color: #ffffff;
  color: #9fdbf8;
}
.cid-uREyhBzEFP .social-media {
  padding: 0;
}
.cid-uREyhBzEFP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uREyhBzEFP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uREyhBzEFP .mbr-list,
.cid-uREyhBzEFP .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uREyhBzEFP .social-list {
    text-align: center !important;
  }
}
.cid-uREyhBzEFP .mbr-section-title,
.cid-uREyhBzEFP .social-list {
  color: #766151;
}
.cid-uREyhBOYxv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREyhBOYxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREyhBOYxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREyhBOYxv .row {
  justify-content: center;
}
.cid-uREyhBOYxv .card {
  justify-content: center;
}
.cid-uREyhBOYxv .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREyhBOYxv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREyhBOYxv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREyhBOYxv .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREyhBOYxv .nav-wrapper .list .item-wrap:hover,
.cid-uREyhBOYxv .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREyhBOYxv .list,
.cid-uREyhBOYxv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREyhBOYxv .list,
.cid-uREyhBOYxv .item-wrap,
.cid-uREyhBOYxv .nav-wrapper {
  color: #6b5647;
}
.cid-uREykrEUMt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREykrEUMt nav.navbar {
  position: fixed;
}
.cid-uREykrEUMt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREykrEUMt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREykrEUMt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREykrEUMt .dropdown-item:hover,
.cid-uREykrEUMt .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREykrEUMt .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREykrEUMt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREykrEUMt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREykrEUMt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREykrEUMt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREykrEUMt .nav-link {
  position: relative;
}
.cid-uREykrEUMt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREykrEUMt .container {
    flex-wrap: nowrap;
  }
}
.cid-uREykrEUMt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREykrEUMt .dropdown-menu,
.cid-uREykrEUMt .navbar.opened {
  background: #ffffff !important;
}
.cid-uREykrEUMt .nav-item:focus,
.cid-uREykrEUMt .nav-link:focus {
  outline: none;
}
.cid-uREykrEUMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREykrEUMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREykrEUMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREykrEUMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREykrEUMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREykrEUMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREykrEUMt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREykrEUMt .navbar.opened {
  transition: all 0.3s;
}
.cid-uREykrEUMt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREykrEUMt .navbar .navbar-logo img {
  width: auto;
}
.cid-uREykrEUMt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREykrEUMt .navbar.collapsed {
  justify-content: center;
}
.cid-uREykrEUMt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREykrEUMt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREykrEUMt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREykrEUMt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREykrEUMt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREykrEUMt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREykrEUMt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREykrEUMt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREykrEUMt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREykrEUMt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREykrEUMt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREykrEUMt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREykrEUMt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREykrEUMt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREykrEUMt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREykrEUMt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREykrEUMt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREykrEUMt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREykrEUMt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREykrEUMt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREykrEUMt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREykrEUMt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREykrEUMt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREykrEUMt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREykrEUMt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREykrEUMt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREykrEUMt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREykrEUMt .dropdown-item.active,
.cid-uREykrEUMt .dropdown-item:active {
  background-color: transparent;
}
.cid-uREykrEUMt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREykrEUMt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREykrEUMt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREykrEUMt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREykrEUMt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREykrEUMt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREykrEUMt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREykrEUMt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREykrEUMt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREykrEUMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREykrEUMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREykrEUMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREykrEUMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREykrEUMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREykrEUMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREykrEUMt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREykrEUMt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREykrEUMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREykrEUMt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREykrEUMt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREykrEUMt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREykrEUMt .navbar {
    height: 70px;
  }
  .cid-uREykrEUMt .navbar.opened {
    height: auto;
  }
  .cid-uREykrEUMt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREykrEUMt .navbar .nav-link:hover,
.cid-uREykrEUMt .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRFMedIcga {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uRFMedIcga img,
.cid-uRFMedIcga .item-img {
  width: 100%;
}
.cid-uRFMedIcga .item:focus,
.cid-uRFMedIcga span:focus {
  outline: none;
}
.cid-uRFMedIcga .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRFMedIcga .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f9f2bd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRFMedIcga .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRFMedIcga .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRFMedIcga .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRFMedIcga .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRFMedIcga .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRFMedIcga .mbr-section-title {
  color: #766151;
}
.cid-uRFMedIcga .mbr-text,
.cid-uRFMedIcga .mbr-section-btn {
  text-align: center;
  color: #6b5647;
}
.cid-uRFMedIcga .item-title {
  text-align: left;
  color: #6b5647;
}
.cid-uRFMedIcga .item-subtitle {
  text-align: left;
}
.cid-uRFMedIcga .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uREykssa6X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uREykssa6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREykssa6X .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-uREykssa6X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uREykssa6X .row {
  flex-direction: row-reverse;
}
.cid-uREykssa6X img {
  width: 100%;
}
.cid-uREyksQ7oc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbe6fb;
}
.cid-uREyksQ7oc .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uREyksQ7oc .mbr-iconfont {
  align-items: center;
}
.cid-uREyksQ7oc .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uREyksQ7oc .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uREyksQ7oc .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uREyksQ7oc .social-media {
  padding: 0;
}
.cid-uREyksQ7oc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uREyksQ7oc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uREyksQ7oc .mbr-list,
.cid-uREyksQ7oc .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uREyksQ7oc .social-list {
    text-align: center !important;
  }
}
.cid-uREyksQ7oc .mbr-section-title,
.cid-uREyksQ7oc .social-list {
  color: #766151;
}
.cid-uREykt6hn6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREykt6hn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREykt6hn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREykt6hn6 .row {
  justify-content: center;
}
.cid-uREykt6hn6 .card {
  justify-content: center;
}
.cid-uREykt6hn6 .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREykt6hn6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREykt6hn6 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREykt6hn6 .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREykt6hn6 .nav-wrapper .list .item-wrap:hover,
.cid-uREykt6hn6 .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREykt6hn6 .list,
.cid-uREykt6hn6 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREykt6hn6 .list,
.cid-uREykt6hn6 .item-wrap,
.cid-uREykt6hn6 .nav-wrapper {
  color: #6b5647;
}
.cid-uREyoTQW5r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREyoTQW5r nav.navbar {
  position: fixed;
}
.cid-uREyoTQW5r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyoTQW5r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREyoTQW5r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREyoTQW5r .dropdown-item:hover,
.cid-uREyoTQW5r .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREyoTQW5r .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREyoTQW5r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREyoTQW5r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREyoTQW5r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREyoTQW5r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREyoTQW5r .nav-link {
  position: relative;
}
.cid-uREyoTQW5r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREyoTQW5r .container {
    flex-wrap: nowrap;
  }
}
.cid-uREyoTQW5r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREyoTQW5r .dropdown-menu,
.cid-uREyoTQW5r .navbar.opened {
  background: #ffffff !important;
}
.cid-uREyoTQW5r .nav-item:focus,
.cid-uREyoTQW5r .nav-link:focus {
  outline: none;
}
.cid-uREyoTQW5r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREyoTQW5r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREyoTQW5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREyoTQW5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyoTQW5r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREyoTQW5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREyoTQW5r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREyoTQW5r .navbar.opened {
  transition: all 0.3s;
}
.cid-uREyoTQW5r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREyoTQW5r .navbar .navbar-logo img {
  width: auto;
}
.cid-uREyoTQW5r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREyoTQW5r .navbar.collapsed {
  justify-content: center;
}
.cid-uREyoTQW5r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREyoTQW5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREyoTQW5r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREyoTQW5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREyoTQW5r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREyoTQW5r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREyoTQW5r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREyoTQW5r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREyoTQW5r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREyoTQW5r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREyoTQW5r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREyoTQW5r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREyoTQW5r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREyoTQW5r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREyoTQW5r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREyoTQW5r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREyoTQW5r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREyoTQW5r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREyoTQW5r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREyoTQW5r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREyoTQW5r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREyoTQW5r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREyoTQW5r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREyoTQW5r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREyoTQW5r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREyoTQW5r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREyoTQW5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREyoTQW5r .dropdown-item.active,
.cid-uREyoTQW5r .dropdown-item:active {
  background-color: transparent;
}
.cid-uREyoTQW5r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREyoTQW5r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREyoTQW5r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREyoTQW5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREyoTQW5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREyoTQW5r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREyoTQW5r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREyoTQW5r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREyoTQW5r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREyoTQW5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREyoTQW5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREyoTQW5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyoTQW5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyoTQW5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREyoTQW5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyoTQW5r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREyoTQW5r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREyoTQW5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyoTQW5r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREyoTQW5r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREyoTQW5r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREyoTQW5r .navbar {
    height: 70px;
  }
  .cid-uREyoTQW5r .navbar.opened {
    height: auto;
  }
  .cid-uREyoTQW5r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREyoTQW5r .navbar .nav-link:hover,
.cid-uREyoTQW5r .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRWCBzGGiv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uRWCBzGGiv img,
.cid-uRWCBzGGiv .item-img {
  width: 100%;
  padding: 5px;
  background: white;
  border-radius: 6px;
}
.cid-uRWCBzGGiv .item:focus,
.cid-uRWCBzGGiv span:focus {
  outline: none;
}
.cid-uRWCBzGGiv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRWCBzGGiv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRWCBzGGiv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRWCBzGGiv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRWCBzGGiv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRWCBzGGiv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRWCBzGGiv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRWCBzGGiv .mbr-section-title {
  color: #766151;
}
.cid-uRWCBzGGiv .mbr-text,
.cid-uRWCBzGGiv .mbr-section-btn {
  text-align: left;
}
.cid-uRWCBzGGiv .item-title {
  text-align: left;
}
.cid-uRWCBzGGiv .item-subtitle {
  text-align: left;
}
.cid-uRWCBzGGiv .mbr-section-subtitle {
  color: #6b5647;
}
.cid-uREyoUk23a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uREyoUk23a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREyoUk23a .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-uREyoUk23a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uREyoUk23a .row {
  flex-direction: row-reverse;
}
.cid-uREyoUk23a img {
  width: 100%;
}
.cid-uREyoUxtaS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbe6fb;
}
.cid-uREyoUxtaS .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uREyoUxtaS .mbr-iconfont {
  align-items: center;
}
.cid-uREyoUxtaS .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uREyoUxtaS .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uREyoUxtaS .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uREyoUxtaS .social-media {
  padding: 0;
}
.cid-uREyoUxtaS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uREyoUxtaS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uREyoUxtaS .mbr-list,
.cid-uREyoUxtaS .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uREyoUxtaS .social-list {
    text-align: center !important;
  }
}
.cid-uREyoUxtaS .mbr-section-title,
.cid-uREyoUxtaS .social-list {
  color: #766151;
}
.cid-uREyoV5o6o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREyoV5o6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREyoV5o6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREyoV5o6o .row {
  justify-content: center;
}
.cid-uREyoV5o6o .card {
  justify-content: center;
}
.cid-uREyoV5o6o .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREyoV5o6o .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREyoV5o6o .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREyoV5o6o .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREyoV5o6o .nav-wrapper .list .item-wrap:hover,
.cid-uREyoV5o6o .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREyoV5o6o .list,
.cid-uREyoV5o6o .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREyoV5o6o .list,
.cid-uREyoV5o6o .item-wrap,
.cid-uREyoV5o6o .nav-wrapper {
  color: #6b5647;
}
.cid-uREyrr2U48 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREyrr2U48 nav.navbar {
  position: fixed;
}
.cid-uREyrr2U48 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyrr2U48 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREyrr2U48 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREyrr2U48 .dropdown-item:hover,
.cid-uREyrr2U48 .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREyrr2U48 .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREyrr2U48 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREyrr2U48 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREyrr2U48 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREyrr2U48 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREyrr2U48 .nav-link {
  position: relative;
}
.cid-uREyrr2U48 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREyrr2U48 .container {
    flex-wrap: nowrap;
  }
}
.cid-uREyrr2U48 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREyrr2U48 .dropdown-menu,
.cid-uREyrr2U48 .navbar.opened {
  background: #ffffff !important;
}
.cid-uREyrr2U48 .nav-item:focus,
.cid-uREyrr2U48 .nav-link:focus {
  outline: none;
}
.cid-uREyrr2U48 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREyrr2U48 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREyrr2U48 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREyrr2U48 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREyrr2U48 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREyrr2U48 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREyrr2U48 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREyrr2U48 .navbar.opened {
  transition: all 0.3s;
}
.cid-uREyrr2U48 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREyrr2U48 .navbar .navbar-logo img {
  width: auto;
}
.cid-uREyrr2U48 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREyrr2U48 .navbar.collapsed {
  justify-content: center;
}
.cid-uREyrr2U48 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREyrr2U48 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREyrr2U48 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREyrr2U48 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREyrr2U48 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREyrr2U48 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREyrr2U48 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREyrr2U48 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREyrr2U48 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREyrr2U48 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREyrr2U48 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREyrr2U48 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREyrr2U48 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREyrr2U48 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREyrr2U48 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREyrr2U48 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREyrr2U48 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREyrr2U48 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREyrr2U48 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREyrr2U48 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREyrr2U48 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREyrr2U48 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREyrr2U48 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREyrr2U48 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREyrr2U48 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREyrr2U48 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREyrr2U48 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREyrr2U48 .dropdown-item.active,
.cid-uREyrr2U48 .dropdown-item:active {
  background-color: transparent;
}
.cid-uREyrr2U48 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREyrr2U48 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREyrr2U48 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREyrr2U48 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREyrr2U48 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREyrr2U48 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREyrr2U48 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREyrr2U48 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREyrr2U48 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREyrr2U48 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREyrr2U48 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREyrr2U48 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyrr2U48 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREyrr2U48 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREyrr2U48 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyrr2U48 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREyrr2U48 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREyrr2U48 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREyrr2U48 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREyrr2U48 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREyrr2U48 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREyrr2U48 .navbar {
    height: 70px;
  }
  .cid-uREyrr2U48 .navbar.opened {
    height: auto;
  }
  .cid-uREyrr2U48 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREyrr2U48 .navbar .nav-link:hover,
.cid-uREyrr2U48 .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRLxTiofKE {
  background-image: url("../../../assets/images/prova-immagine-per-download-stickers-1680x1080.webp");
}
.cid-uRLxTiofKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLxTiofKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRLxTiofKE .mbr-section-title {
  color: #fd7eb4;
}
.cid-uRLxTiofKE .mbr-text,
.cid-uRLxTiofKE .mbr-section-btn {
  color: #6b5647;
}
.cid-uREyrs9yPe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREyrs9yPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREyrs9yPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREyrs9yPe .row {
  justify-content: center;
}
.cid-uREyrs9yPe .card {
  justify-content: center;
}
.cid-uREyrs9yPe .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREyrs9yPe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREyrs9yPe .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREyrs9yPe .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREyrs9yPe .nav-wrapper .list .item-wrap:hover,
.cid-uREyrs9yPe .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREyrs9yPe .list,
.cid-uREyrs9yPe .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREyrs9yPe .list,
.cid-uREyrs9yPe .item-wrap,
.cid-uREyrs9yPe .nav-wrapper {
  color: #6b5647;
}
.cid-uREzppjv77 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uREzppjv77 nav.navbar {
  position: fixed;
}
.cid-uREzppjv77 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREzppjv77 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREzppjv77 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREzppjv77 .dropdown-item:hover,
.cid-uREzppjv77 .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uREzppjv77 .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uREzppjv77 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREzppjv77 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREzppjv77 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREzppjv77 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREzppjv77 .nav-link {
  position: relative;
}
.cid-uREzppjv77 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uREzppjv77 .container {
    flex-wrap: nowrap;
  }
}
.cid-uREzppjv77 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREzppjv77 .dropdown-menu,
.cid-uREzppjv77 .navbar.opened {
  background: #ffffff !important;
}
.cid-uREzppjv77 .nav-item:focus,
.cid-uREzppjv77 .nav-link:focus {
  outline: none;
}
.cid-uREzppjv77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREzppjv77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREzppjv77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREzppjv77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREzppjv77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREzppjv77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREzppjv77 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uREzppjv77 .navbar.opened {
  transition: all 0.3s;
}
.cid-uREzppjv77 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREzppjv77 .navbar .navbar-logo img {
  width: auto;
}
.cid-uREzppjv77 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREzppjv77 .navbar.collapsed {
  justify-content: center;
}
.cid-uREzppjv77 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREzppjv77 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREzppjv77 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uREzppjv77 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREzppjv77 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREzppjv77 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uREzppjv77 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREzppjv77 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREzppjv77 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREzppjv77 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREzppjv77 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREzppjv77 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREzppjv77 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREzppjv77 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uREzppjv77 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREzppjv77 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREzppjv77 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREzppjv77 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREzppjv77 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREzppjv77 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uREzppjv77 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uREzppjv77 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREzppjv77 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREzppjv77 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREzppjv77 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uREzppjv77 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREzppjv77 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREzppjv77 .dropdown-item.active,
.cid-uREzppjv77 .dropdown-item:active {
  background-color: transparent;
}
.cid-uREzppjv77 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREzppjv77 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREzppjv77 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREzppjv77 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uREzppjv77 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREzppjv77 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREzppjv77 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREzppjv77 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREzppjv77 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREzppjv77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uREzppjv77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREzppjv77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREzppjv77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREzppjv77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREzppjv77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREzppjv77 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREzppjv77 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREzppjv77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREzppjv77 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uREzppjv77 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREzppjv77 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uREzppjv77 .navbar {
    height: 70px;
  }
  .cid-uREzppjv77 .navbar.opened {
    height: auto;
  }
  .cid-uREzppjv77 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREzppjv77 .navbar .nav-link:hover,
.cid-uREzppjv77 .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uRFajZhk3o {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uRFajZhk3o .mbr-text {
  color: #473b33;
  text-align: left;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uRFajZhk3o .mbr-text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFajZhk3o .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uRFajZhk3o .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRFajZhk3o .mbr-section-title {
  text-align: center;
  color: #766151;
}
.cid-uRFajZhk3o .content-head {
  max-width: 800px;
}
.cid-uRFajZhk3o .mbr-card-subtitle {
  color: #473b33;
  text-align: left;
}
.cid-uRFajZhk3o .mbr-card-title {
  text-align: left;
  color: #6b5647;
}
.cid-uRFajZhk3o .image-wrapper img {
  width: 100%;
}
.cid-uREzpqefxe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uREzpqefxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREzpqefxe .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-uREzpqefxe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uREzpqefxe .row {
  flex-direction: row-reverse;
}
.cid-uREzpqefxe img {
  width: 100%;
}
.cid-uREzpqyVzw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbe6fb;
}
.cid-uREzpqyVzw .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uREzpqyVzw .mbr-iconfont {
  align-items: center;
}
.cid-uREzpqyVzw .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uREzpqyVzw .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uREzpqyVzw .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uREzpqyVzw .social-media {
  padding: 0;
}
.cid-uREzpqyVzw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uREzpqyVzw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uREzpqyVzw .mbr-list,
.cid-uREzpqyVzw .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uREzpqyVzw .social-list {
    text-align: center !important;
  }
}
.cid-uREzpqyVzw .mbr-section-title,
.cid-uREzpqyVzw .social-list {
  color: #6b5647;
}
.cid-uREzpqPq0i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uREzpqPq0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREzpqPq0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREzpqPq0i .row {
  justify-content: center;
}
.cid-uREzpqPq0i .card {
  justify-content: center;
}
.cid-uREzpqPq0i .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uREzpqPq0i .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uREzpqPq0i .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uREzpqPq0i .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uREzpqPq0i .nav-wrapper .list .item-wrap:hover,
.cid-uREzpqPq0i .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uREzpqPq0i .list,
.cid-uREzpqPq0i .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uREzpqPq0i .list,
.cid-uREzpqPq0i .item-wrap,
.cid-uREzpqPq0i .nav-wrapper {
  color: #6b5647;
}
.cid-uVxcmgIIja {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVxcmgIIja nav.navbar {
  position: fixed;
}
.cid-uVxcmgIIja .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxcmgIIja .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVxcmgIIja .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVxcmgIIja .dropdown-item:hover,
.cid-uVxcmgIIja .dropdown-item:focus {
  background: #f77872 !important;
  color: white !important;
}
.cid-uVxcmgIIja .dropdown-item:hover span {
  color: #6ec7f2;
}
.cid-uVxcmgIIja .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVxcmgIIja .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVxcmgIIja .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVxcmgIIja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVxcmgIIja .nav-link {
  position: relative;
}
.cid-uVxcmgIIja .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVxcmgIIja .container {
    flex-wrap: nowrap;
  }
}
.cid-uVxcmgIIja .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVxcmgIIja .dropdown-menu,
.cid-uVxcmgIIja .navbar.opened {
  background: #ffffff !important;
}
.cid-uVxcmgIIja .nav-item:focus,
.cid-uVxcmgIIja .nav-link:focus {
  outline: none;
}
.cid-uVxcmgIIja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVxcmgIIja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVxcmgIIja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVxcmgIIja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVxcmgIIja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxcmgIIja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxcmgIIja .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uVxcmgIIja .navbar.opened {
  transition: all 0.3s;
}
.cid-uVxcmgIIja .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVxcmgIIja .navbar .navbar-logo img {
  width: auto;
}
.cid-uVxcmgIIja .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVxcmgIIja .navbar.collapsed {
  justify-content: center;
}
.cid-uVxcmgIIja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVxcmgIIja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVxcmgIIja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uVxcmgIIja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVxcmgIIja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVxcmgIIja .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVxcmgIIja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVxcmgIIja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVxcmgIIja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVxcmgIIja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVxcmgIIja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVxcmgIIja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVxcmgIIja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVxcmgIIja .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVxcmgIIja .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVxcmgIIja .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVxcmgIIja .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVxcmgIIja .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVxcmgIIja .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVxcmgIIja .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVxcmgIIja .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVxcmgIIja .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVxcmgIIja .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVxcmgIIja .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVxcmgIIja .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVxcmgIIja .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVxcmgIIja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVxcmgIIja .dropdown-item.active,
.cid-uVxcmgIIja .dropdown-item:active {
  background-color: transparent;
}
.cid-uVxcmgIIja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVxcmgIIja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVxcmgIIja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVxcmgIIja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVxcmgIIja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVxcmgIIja .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxcmgIIja ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVxcmgIIja .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVxcmgIIja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVxcmgIIja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVxcmgIIja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVxcmgIIja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVxcmgIIja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVxcmgIIja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVxcmgIIja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVxcmgIIja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVxcmgIIja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVxcmgIIja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVxcmgIIja .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVxcmgIIja a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVxcmgIIja .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVxcmgIIja .navbar {
    height: 70px;
  }
  .cid-uVxcmgIIja .navbar.opened {
    height: auto;
  }
  .cid-uVxcmgIIja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVxcmgIIja .navbar .nav-link:hover,
.cid-uVxcmgIIja .navbar .nav-link:focus {
  color: #f77872 !important;
}
.cid-uVxkudDVsG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bbe6fb;
}
.cid-uVxkudDVsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxkudDVsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVxkudDVsG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVxkudDVsG .container {
    padding: 0 24px;
  }
}
.cid-uVxkudDVsG .content-wrapper {
  display: flex;
  border-radius: 1rem !important;
  border: 1px solid #bbe6fb;
  background-color: #bbe6fb;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVxkudDVsG .content-wrapper {
    display: block;
  }
}
.cid-uVxkudDVsG .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uVxkudDVsG .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVxkudDVsG .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uVxkudDVsG .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #bbe6fb;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #bbe6fb;
}
.cid-uVxkudDVsG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVxkudDVsG .content-wrapper .content-wrap .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-uVxkudDVsG .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uVxkudDVsG .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVxkudDVsG .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVxkudDVsG .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVxkudDVsG .content-wrapper .image-wrapper img {
  height: auto;
  object-fit: scale-down;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVxkudDVsG .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVxkudDVsG .mbr-section-title {
  color: #18212d;
}
.cid-uVxkudDVsG .mbr-desc {
  color: #18212d;
}
.cid-uVxkudDVsG .list {
  color: #18212d;
}
.cid-uVxkudDVsG .mbr-section-title,
.cid-uVxkudDVsG .mbr-section-btn {
  text-align: center;
  color: #766151;
}
.cid-uVxkudDVsG .list,
.cid-uVxkudDVsG .item-wrap {
  text-align: center;
  color: #6b5647;
}
.cid-uVxkudDVsG .mbr-desc,
.cid-uVxkudDVsG .desc-wrapper {
  text-align: center;
  color: #fff0b0;
}
.cid-uVxkudDVsG .content-wrapper .content-wrap {
  background: #ffffff;
  border-radius: 1rem !important;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  min-height: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVxcmhBxJR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbe6fb;
}
.cid-uVxcmhBxJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxcmhBxJR .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-uVxcmhBxJR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVxcmhBxJR .row {
  flex-direction: row-reverse;
}
.cid-uVxcmhBxJR img {
  width: 100%;
}
.cid-uVxcmhS9Qb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bbe6fb;
}
.cid-uVxcmhS9Qb .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #6ec7f2;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f9f2bd none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVxcmhS9Qb .mbr-iconfont {
  align-items: center;
}
.cid-uVxcmhS9Qb .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uVxcmhS9Qb .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uVxcmhS9Qb .icon-transition span:hover {
  background-color: #6ec7f2;
  color: #f9f2bd;
}
.cid-uVxcmhS9Qb .social-media {
  padding: 0;
}
.cid-uVxcmhS9Qb .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uVxcmhS9Qb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVxcmhS9Qb .mbr-list,
.cid-uVxcmhS9Qb .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uVxcmhS9Qb .social-list {
    text-align: center !important;
  }
}
.cid-uVxcmhS9Qb .mbr-section-title,
.cid-uVxcmhS9Qb .social-list {
  color: #766151;
}
.cid-uVxcmi7Ji0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f2bd;
}
.cid-uVxcmi7Ji0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxcmi7Ji0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxcmi7Ji0 .row {
  justify-content: center;
}
.cid-uVxcmi7Ji0 .card {
  justify-content: center;
}
.cid-uVxcmi7Ji0 .mbr-copy {
  margin-bottom: 0;
  color: #6b5647;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVxcmi7Ji0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVxcmi7Ji0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVxcmi7Ji0 .nav-wrapper .list .item-wrap {
  padding: 5px 20px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVxcmi7Ji0 .nav-wrapper .list .item-wrap:hover,
.cid-uVxcmi7Ji0 .nav-wrapper .list .item-wrap:focus {
  color: #6ec7f2;
}
.cid-uVxcmi7Ji0 .list,
.cid-uVxcmi7Ji0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVxcmi7Ji0 .list,
.cid-uVxcmi7Ji0 .item-wrap,
.cid-uVxcmi7Ji0 .nav-wrapper {
  color: #6b5647;
}
