.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.opacity-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .opacity-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .opacity-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Gabarito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .opacity-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .opacity-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
.display-7 > .opacity-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #7c5749 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #93c0a0 !important;
  border-color: #93c0a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b3d3bc !important;
  border-color: #b3d3bc !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3d3bc !important;
  border-color: #b3d3bc !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7c5749 !important;
  border-color: #7c5749 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9c6e5c !important;
  border-color: #9c6e5c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9c6e5c !important;
  border-color: #9c6e5c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #93c0a0;
  color: #93c0a0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5d9f70 !important;
  background-color: transparent !important;
  border-color: #5d9f70 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #93c0a0 !important;
  border-color: #93c0a0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7c5749;
  color: #7c5749;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #453129 !important;
  background-color: transparent !important;
  border-color: #453129 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7c5749 !important;
  border-color: #7c5749 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #93c0a0 !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #7c5749 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #579669 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3c2a23 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #7c5749;
}
.opacity-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.opacity-gallery-filter li a {
  border-radius: 100px !important;
}
.opacity-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.opacity-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.opacity-plan-header.bg-primary .opacity-plan-subtitle,
.opacity-plan-header.bg-primary .opacity-plan-price-desc {
  color: #b3b3b3;
}
.opacity-plan-header.bg-success .opacity-plan-subtitle,
.opacity-plan-header.bg-success .opacity-plan-price-desc {
  color: #ffffff;
}
.opacity-plan-header.bg-info .opacity-plan-subtitle,
.opacity-plan-header.bg-info .opacity-plan-price-desc {
  color: #ffffff;
}
.opacity-plan-header.bg-warning .opacity-plan-subtitle,
.opacity-plan-header.bg-warning .opacity-plan-price-desc {
  color: #ffffff;
}
.opacity-plan-header.bg-danger .opacity-plan-subtitle,
.opacity-plan-header.bg-danger .opacity-plan-price-desc {
  color: #ba978a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .opacity-iconfont {
  font-size: 1.6875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .opacity-iconfont {
  font-size: 1.6875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.opacity-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.opacity-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.opacity-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.opacity-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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #93c0a0 !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='%23000000' %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;
}
.opacity-section-btn .btn,
.opacity-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #000000 !important;
}
.opacity-section-btn .btn .opacity-iconfont,
.opacity-section-btn-main .btn .opacity-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.opacity-section-btn .btn:hover,
.opacity-section-btn-main .btn:hover,
.opacity-section-btn .btn:focus,
.opacity-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.opacity-section-btn .btn:hover .opacity-iconfont,
.opacity-section-btn-main .btn:hover .opacity-iconfont,
.opacity-section-btn .btn:focus .opacity-iconfont,
.opacity-section-btn-main .btn:focus .opacity-iconfont {
  transform: translateX(0.5rem);
}
.opacity-section-btn .btn:hover::before,
.opacity-section-btn-main .btn:hover::before,
.opacity-section-btn .btn:focus::before,
.opacity-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.opacity-section-btn .btn::before,
.opacity-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.opacity-section-btn .btn-secondary,
.opacity-section-btn-main .btn-secondary {
  color: #000000 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4bQ4FKqr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover,
.v9gaAp-uP4bQ4FKqr .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4bQ4FKqr .nav-link {
  position: relative;
}
.v9gaAp-uP4bQ4FKqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu,
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item:focus,
.v9gaAp-uP4bQ4FKqr .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4bQ4FKqr .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%;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4bQ4FKqr .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%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item.active,
.v9gaAp-uP4bQ4FKqr .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4bQ4FKqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4bQ4FKqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4bQ4FKqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .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) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    height: 70px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4bQ4FKqr .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::after,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4cd1hfJC {
  overflow: hidden;
  background-color: #fffaf5;
}
.v9gaAp-uP4cd1hfJC .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cd1hfJC .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4cd1hfJC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .container {
    padding: 0 24px;
  }
}
.v9gaAp-uP4cd1hfJC .row {
  position: relative;
}
.v9gaAp-uP4cd1hfJC .row .card {
  justify-content: center;
}
.v9gaAp-uP4cd1hfJC .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #93c0a0;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cd1hfJC .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.v9gaAp-uP4cd1hfJC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .title-wrapper {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4cd1hfJC .title-wrapper .opacity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .title-wrapper .opacity-section-title {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4cd1hfJC .title-wrapper .opacity-text {
  margin-bottom: 0;
}
.v9gaAp-uP4cd1hfJC .title-wrapper .opacity-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .title-wrapper .opacity-section-btn {
    margin-top: 32px;
  }
}
.v9gaAp-uP4cd1hfJC .image-wrapper {
  position: relative;
}
.v9gaAp-uP4cd1hfJC .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cd1hfJC .image-wrapper img {
    height: 350px;
  }
}
.v9gaAp-uP4cd1hfJC .opacity-section-title {
  color: #F5DF4D;
}
.v9gaAp-uP4cd1hfJC .opacity-text {
  color: #FF3399;
}
.v9gaAp-uP4cd1hfJC .opacity-section-title,
.v9gaAp-uP4cd1hfJC .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4cd1hfJC .opacity-text,
.v9gaAp-uP4cd1hfJC .opacity-section-btn {
  color: #ac8779;
}
.v9gaAp-uP4cmVGRcj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.v9gaAp-uP4cmVGRcj .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cmVGRcj .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4cmVGRcj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cmVGRcj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cmVGRcj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4cmVGRcj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cmVGRcj .container {
    padding: 0 14px;
  }
}
.v9gaAp-uP4cmVGRcj .row {
  justify-content: center;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .opacity-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cmVGRcj .content-wrapper .opacity-section-title {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4cmVGRcj .content-wrapper .opacity-text_1 {
  margin-bottom: 32px;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .list-wrapper .opacity-list-title {
  margin-bottom: 16px;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #93c0a0;
  margin-left: -25px;
}
.v9gaAp-uP4cmVGRcj .content-wrapper .opacity-text_2 {
  margin-bottom: 0;
}
.v9gaAp-uP4cmVGRcj .opacity-section-title {
  color: #7c5749;
  text-align: center;
}
.v9gaAp-uP4cmVGRcj .opacity-text_1 {
  color: #ac8779;
}
.v9gaAp-uP4cmVGRcj .list {
  color: #01004c;
}
.v9gaAp-uP4cmVGRcj .opacity-text_2 {
  color: #ac8779;
}
.v9gaAp-uP4cmVGRcj .opacity-list-title {
  color: #7c5749;
}
.v9gaAp-uP4cmVGRcj .list,
.v9gaAp-uP4cmVGRcj .item-wrap {
  color: #ac8779;
}
.v9gaAp-uP4cofa00d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.v9gaAp-uP4cofa00d .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cofa00d .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4cofa00d .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cofa00d .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cofa00d .container {
    padding: 0 14px;
  }
}
.v9gaAp-uP4cofa00d .title-wrapper .opacity-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .title-wrapper .opacity-section-title {
    margin-bottom: 40px;
  }
}
.v9gaAp-uP4cofa00d .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4cofa00d .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #93c0a0;
  transform: rotate(5deg);
  pointer-events: none;
}
.v9gaAp-uP4cofa00d .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .image-wrapper img {
    height: 300px;
  }
}
.v9gaAp-uP4cofa00d .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .content-wrapper {
    margin: 0;
  }
}
.v9gaAp-uP4cofa00d .content-wrapper .opacity-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .content-wrapper .opacity-name {
    margin-bottom: 22px;
  }
}
.v9gaAp-uP4cofa00d .content-wrapper .text-wrapper .opacity-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cofa00d .content-wrapper .text-wrapper .opacity-text {
    width: 100%;
  }
}
.v9gaAp-uP4cofa00d .opacity-section-title {
  color: #01004c;
  text-align: center;
}
.v9gaAp-uP4cofa00d .opacity-name {
  color: #7c5749;
}
.v9gaAp-uP4cofa00d .opacity-text {
  color: #01004c;
}
.v9gaAp-uP4cofa00d .opacity-section-title,
.v9gaAp-uP4cofa00d .opacity-section-btn {
  color: #ac8779;
}
.v9gaAp-uP4cofa00d .opacity-text,
.v9gaAp-uP4cofa00d .text-wrapper {
  color: #ac8779;
}
.v9gaAp-uP4cwd8xEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.v9gaAp-uP4cwd8xEM .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cwd8xEM .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4cwd8xEM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cwd8xEM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4cwd8xEM .container {
    padding: 0 24px;
  }
}
.v9gaAp-uP4cwd8xEM .row {
  justify-content: center;
}
.v9gaAp-uP4cwd8xEM .content-wrapper {
  border-radius: 40px;
  background-color: #fffaf5;
  padding: 64px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cwd8xEM .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cwd8xEM .content-wrapper {
    padding: 32px;
  }
}
.v9gaAp-uP4cwd8xEM .content-wrapper .opacity-section-title {
  margin-bottom: 0;
}
.v9gaAp-uP4cwd8xEM .content-wrapper .opacity-text {
  margin: 16px 0 0;
}
.v9gaAp-uP4cwd8xEM .opacity-section-title {
  color: #7c5749;
  text-align: center;
}
.v9gaAp-uP4cwd8xEM .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4cEhjDjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4cEhjDjx .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cEhjDjx .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cEhjDjx .container {
    padding: 0 20px;
  }
}
.v9gaAp-uP4cEhjDjx .row {
  margin: 0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cEhjDjx .title-wrapper {
    margin-bottom: 50px;
  }
}
.v9gaAp-uP4cEhjDjx .title-wrapper .opacity-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cEhjDjx .title-wrapper .opacity-section-title {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4cEhjDjx .title-wrapper .opacity-text {
  margin-bottom: 32px;
}
.v9gaAp-uP4cEhjDjx .image-wrapper {
  position: relative;
}
.v9gaAp-uP4cEhjDjx .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #93c0a0 50%, #93c0a0 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.v9gaAp-uP4cEhjDjx .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .v9gaAp-uP4cEhjDjx .image-wrapper img {
    height: 350px;
  }
}
.v9gaAp-uP4cEhjDjx .opacity-section-title {
  color: #ffffff;
}
.v9gaAp-uP4cEhjDjx .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4cEhjDjx .opacity-number {
  color: #f5fd7b;
}
.v9gaAp-uP4cEhjDjx .opacity-desc {
  color: #ffffff;
}
.v9gaAp-uP4cEhjDjx .opacity-link {
  color: #ffffff;
}
.v9gaAp-uP4cEhjDjx .opacity-section-title,
.v9gaAp-uP4cEhjDjx .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4cNBosBh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.v9gaAp-uP4cNBosBh .media-container-row {
  justify-content: space-between;
}
.v9gaAp-uP4cNBosBh .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .v9gaAp-uP4cNBosBh .text-content {
    max-width: none;
  }
}
.v9gaAp-uP4cNBosBh .container {
  z-index: 1;
}
.v9gaAp-uP4cNBosBh .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.v9gaAp-uP4cNBosBh .bg_column-reverse {
  flex-direction: column-reverse;
}
.v9gaAp-uP4cNBosBh .bg__white {
  background: #fff;
  height: 100%;
}
.v9gaAp-uP4cNBosBh .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.v9gaAp-uP4cNBosBh .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .v9gaAp-uP4cNBosBh .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .v9gaAp-uP4cNBosBh .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4cNBosBh .icons {
    justify-content: center !important;
  }
  .v9gaAp-uP4cNBosBh .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .v9gaAp-uP4cNBosBh .text-content * {
    text-align: center;
  }
}
.v9gaAp-uP4cNBosBh .geometry {
  position: absolute;
}
.v9gaAp-uP4cNBosBh .geometry__square,
.v9gaAp-uP4cNBosBh .geometry__circle {
  width: 88px;
  height: 88px;
}
.v9gaAp-uP4cNBosBh .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.v9gaAp-uP4cNBosBh .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #93c0a0;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.v9gaAp-uP4cNBosBh .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.v9gaAp-uP4cNBosBh .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #93c0a0;
  border-radius: 100px;
  margin: 0.5rem;
}
.v9gaAp-uP4cNBosBh .geometry_top-right {
  top: -50px;
  right: 30%;
}
.v9gaAp-uP4cNBosBh .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .v9gaAp-uP4cNBosBh .geometry__square-bg {
    transition: transform .3s;
  }
  .v9gaAp-uP4cNBosBh .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .v9gaAp-uP4cNBosBh .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .v9gaAp-uP4cNBosBh .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4cNBosBh .geometry {
    position: absolute;
  }
  .v9gaAp-uP4cNBosBh .geometry__circle,
  .v9gaAp-uP4cNBosBh .geometry__circle-bg,
  .v9gaAp-uP4cNBosBh .geometry__square,
  .v9gaAp-uP4cNBosBh .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.v9gaAp-uP4cNBosBh .opacity-section-title {
  color: #7c5749;
}
.v9gaAp-uP4cNBosBh P {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4bQ4FKqr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover,
.v9gaAp-uP4bQ4FKqr .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4bQ4FKqr .nav-link {
  position: relative;
}
.v9gaAp-uP4bQ4FKqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu,
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item:focus,
.v9gaAp-uP4bQ4FKqr .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4bQ4FKqr .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%;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4bQ4FKqr .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%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item.active,
.v9gaAp-uP4bQ4FKqr .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4bQ4FKqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4bQ4FKqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4bQ4FKqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .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) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    height: 70px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4bQ4FKqr .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::after,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4cUpv0Ng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4cUpv0Ng .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cUpv0Ng .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4cUpv0Ng .row {
  margin: 0 -8px;
}
.v9gaAp-uP4cUpv0Ng .row .card {
  padding: 0 8px;
}
.v9gaAp-uP4cUpv0Ng .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #faf5e8;
}
@media (max-width: 1440px) {
  .v9gaAp-uP4cUpv0Ng .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4cUpv0Ng .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.v9gaAp-uP4cUpv0Ng .card-wrapper .opacity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cUpv0Ng .card-wrapper .opacity-section-title {
    margin-bottom: 24px;
  }
}
.v9gaAp-uP4cUpv0Ng .card-wrapper .card-wrap .text-wrapper .opacity-text {
  margin-bottom: 24px;
}
.v9gaAp-uP4cUpv0Ng .card-wrapper .card-wrap .opacity-section-btn .btn {
  margin-bottom: 0;
}
.v9gaAp-uP4cUpv0Ng .image-wrapper {
  height: 100%;
}
.v9gaAp-uP4cUpv0Ng .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cUpv0Ng .image-wrapper img {
    height: 300px;
  }
}
.v9gaAp-uP4cUpv0Ng .opacity-section-title {
  color: #2c2c26;
}
.v9gaAp-uP4cUpv0Ng .opacity-text,
.v9gaAp-uP4cUpv0Ng .text-wrapper {
  color: #ac8779;
}
.v9gaAp-uP4cUpv0Ng .opacity-section-title,
.v9gaAp-uP4cUpv0Ng .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4cZqK5We {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.v9gaAp-uP4cZqK5We .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4cZqK5We .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4cZqK5We .row {
  justify-content: space-between;
}
.v9gaAp-uP4cZqK5We .title-wrapper .label-wrapper .opacity-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #93c0a0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cZqK5We .title-wrapper .opacity-section-title {
    margin-bottom: 20px;
  }
}
.v9gaAp-uP4cZqK5We .content-wrapper .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4cZqK5We .content-wrapper .opacity-text {
  margin-bottom: 0;
}
.v9gaAp-uP4cZqK5We .content-wrapper .opacity-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4cZqK5We .content-wrapper .opacity-section-btn {
    margin-top: 20px;
  }
}
.v9gaAp-uP4cZqK5We .opacity-label {
  color: #000000;
}
.v9gaAp-uP4cZqK5We .opacity-section-title {
  color: #7c5749;
}
.v9gaAp-uP4cZqK5We .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4cZqK5We .opacity-text {
  color: #8a8a8a;
}
.v9gaAp-uP4cZqK5We .opacity-text,
.v9gaAp-uP4cZqK5We .opacity-section-btn {
  color: #ac8779;
}
.v9gaAp-uP4cZqK5We .opacity-label,
.v9gaAp-uP4cZqK5We .label-wrapper {
  color: #ac8779;
}
.v9gaAp-uP4d0p9XiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4d0p9XiL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4d0p9XiL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4d0p9XiL .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper {
    display: block;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.v9gaAp-uP4d0p9XiL .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #faf5e8;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .icon-wrapper .opacity-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #93c0a0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .icon-wrapper .opacity-iconfont {
    font-size: 54px;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .title-wrapper .opacity-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .title-wrapper .opacity-section-title {
    width: 100%;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .text-wrapper .opacity-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .text-wrapper .opacity-text {
    width: 100%;
  }
}
.v9gaAp-uP4d0p9XiL .card-wrapper .content-wrapper .opacity-section-btn .btn {
  margin-bottom: 0;
}
.v9gaAp-uP4d0p9XiL .opacity-section-title {
  color: #093388;
}
.v9gaAp-uP4d0p9XiL .opacity-text {
  color: #58595b;
}
.v9gaAp-uP4d0p9XiL .opacity-section-title,
.v9gaAp-uP4d0p9XiL .opacity-section-btn,
.v9gaAp-uP4d0p9XiL .title-wrapper,
.v9gaAp-uP4d0p9XiL .icon-wrapper {
  color: #7c5749;
}
.v9gaAp-uP4d0p9XiL .opacity-text,
.v9gaAp-uP4d0p9XiL .text-wrapper {
  color: #ac8779;
}
.v9gaAp-uP4d0U979H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.v9gaAp-uP4d0U979H .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4d0U979H .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4d0U979H .icon-wrapper {
  margin-bottom: 20px;
}
.v9gaAp-uP4d0U979H .icon-wrapper .opacity-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #93c0a0;
}
.v9gaAp-uP4d0U979H .opacity-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.v9gaAp-uP4d0U979H .desc-wrapper .opacity-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d0U979H .desc-wrapper .opacity-desc {
    width: 100%;
  }
}
.v9gaAp-uP4d0U979H .opacity-desc,
.v9gaAp-uP4d0U979H .desc-wrapper {
  color: #ac8779;
  text-align: center;
}
.v9gaAp-uP4d0U979H .opacity-text,
.v9gaAp-uP4d0U979H .icon-wrapper {
  text-align: center;
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4bQ4FKqr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover,
.v9gaAp-uP4bQ4FKqr .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4bQ4FKqr .nav-link {
  position: relative;
}
.v9gaAp-uP4bQ4FKqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu,
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item:focus,
.v9gaAp-uP4bQ4FKqr .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4bQ4FKqr .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%;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4bQ4FKqr .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%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item.active,
.v9gaAp-uP4bQ4FKqr .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4bQ4FKqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4bQ4FKqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4bQ4FKqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .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) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    height: 70px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4bQ4FKqr .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::after,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4d5TvQHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4d5TvQHN .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4d5TvQHN .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4d5TvQHN .items-wrap {
  justify-content: space-between;
}
.v9gaAp-uP4d5TvQHN .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #faf5e8;
}
@media (max-width: 1440px) {
  .v9gaAp-uP4d5TvQHN .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4d5TvQHN .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.v9gaAp-uP4d5TvQHN .content-wrapper .content-wrap .opacity-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d5TvQHN .content-wrapper .content-wrap .opacity-section-title {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4d5TvQHN .content-wrapper .content-wrap .opacity-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d5TvQHN .content-wrapper .content-wrap .opacity-text {
    margin-bottom: 22px;
  }
}
.v9gaAp-uP4d5TvQHN .content-wrapper .content-wrap .opacity-section-btn .btn {
  margin-bottom: 0;
}
.v9gaAp-uP4d5TvQHN .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .v9gaAp-uP4d5TvQHN .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4d5TvQHN .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.v9gaAp-uP4d5TvQHN .content-wrapper .number-wrapper_1 .opacity-number_1 {
  margin-bottom: 0;
}
.v9gaAp-uP4d5TvQHN .image-wrapper {
  position: relative;
  border: 3px solid #faf5e8;
  background-color: #faf5e8;
  height: 100%;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d5TvQHN .image-wrapper {
    height: 350px;
  }
}
.v9gaAp-uP4d5TvQHN .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v9gaAp-uP4d5TvQHN .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v9gaAp-uP4d5TvQHN .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d5TvQHN .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.v9gaAp-uP4d5TvQHN .image-wrapper .number-wrapper_2 .opacity-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #faf5e8;
  margin-bottom: 0;
}
.v9gaAp-uP4d5TvQHN .opacity-section-title {
  color: #191c25;
}
.v9gaAp-uP4d5TvQHN .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4d5TvQHN .opacity-number_1 {
  color: #191c25;
}
.v9gaAp-uP4d5TvQHN .opacity-number_2,
.v9gaAp-uP4d5TvQHN .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.v9gaAp-uP4d5TvQHN .opacity-section-title,
.v9gaAp-uP4d5TvQHN .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4d7v3qX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.v9gaAp-uP4d7v3qX1 .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4d7v3qX1 .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4d7v3qX1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d7v3qX1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4d7v3qX1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4d7v3qX1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4d7v3qX1 .container {
    padding: 0 16px;
  }
}
.v9gaAp-uP4d7v3qX1 .row {
  justify-content: center;
}
.v9gaAp-uP4d7v3qX1 .title-wrapper {
  margin-bottom: 50px;
}
.v9gaAp-uP4d7v3qX1 .title-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4d7v3qX1 .title-wrapper .opacity-text {
  margin-bottom: 0;
}
.v9gaAp-uP4d7v3qX1 .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.v9gaAp-uP4d7v3qX1 .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4d7v3qX1 .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4d7v3qX1 .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4d7v3qX1 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.v9gaAp-uP4d7v3qX1 .item .item-wrapper .card-box .icon-wrapper .opacity-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #3fb5a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3fb5a5;
  border-radius: 50%;
}
.v9gaAp-uP4d7v3qX1 .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.v9gaAp-uP4d7v3qX1 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.v9gaAp-uP4d7v3qX1 .border-wrapper {
  height: 1px;
  background-color: #93c0a0;
  margin-bottom: 50px;
}
.v9gaAp-uP4d7v3qX1 .border-wrap {
  height: 1px;
  background-color: #93c0a0;
}
.v9gaAp-uP4d7v3qX1 .opacity-section-title {
  color: #7c5749;
  text-align: center;
}
.v9gaAp-uP4d7v3qX1 .opacity-text {
  color: #ac8779;
  text-align: center;
}
.v9gaAp-uP4d7v3qX1 .card-title {
  color: #000000;
}
.v9gaAp-uP4d7v3qX1 .card-text {
  color: #ac8779;
}
.v9gaAp-uP4d7v3qX1 .card-title,
.v9gaAp-uP4d7v3qX1 .icon-wrapper,
.v9gaAp-uP4d7v3qX1 .link-wrapper {
  color: #7c5749;
}
.v9gaAp-uP4daI9f0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.v9gaAp-uP4daI9f0F .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4daI9f0F .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4daI9f0F .items-wrapper {
  justify-content: flex-end;
}
.v9gaAp-uP4daI9f0F .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4daI9f0F .image-wrapper {
    margin-bottom: 32px;
  }
}
.v9gaAp-uP4daI9f0F .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .v9gaAp-uP4daI9f0F .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .v9gaAp-uP4daI9f0F .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .v9gaAp-uP4daI9f0F .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4daI9f0F .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.v9gaAp-uP4daI9f0F .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4daI9f0F .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4daI9f0F .content-wrapper {
    padding-left: 0;
  }
}
.v9gaAp-uP4daI9f0F .content-wrapper .opacity-desc {
  margin-bottom: 8px;
}
.v9gaAp-uP4daI9f0F .content-wrapper .opacity-section-title {
  margin-bottom: 24px;
}
.v9gaAp-uP4daI9f0F .content-wrapper .opacity-text {
  margin-bottom: 24px;
}
.v9gaAp-uP4daI9f0F .opacity-desc {
  color: #ac8779;
}
.v9gaAp-uP4daI9f0F .opacity-section-title {
  color: #272b2e;
}
.v9gaAp-uP4daI9f0F .opacity-text,
.v9gaAp-uP4daI9f0F .text-wrapper {
  color: #272b2e;
}
.v9gaAp-uP4daI9f0F .opacity-section-title,
.v9gaAp-uP4daI9f0F .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4daI9f0F .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4dg5zctX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4dg5zctX .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4dg5zctX .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4dg5zctX .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .title-wrapper {
    padding: 0;
  }
}
.v9gaAp-uP4dg5zctX .title-wrapper .opacity-section-title {
  margin-bottom: 64px;
}
.v9gaAp-uP4dg5zctX .title-wrapper .opacity-section-title span {
  color: #93c0a0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .title-wrapper .opacity-section-title {
    margin-bottom: 46px;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper {
  background-color: #faf5e8;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .content-wrapper {
    display: block;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper .content-wrap .opacity-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .content-wrapper .content-wrap .opacity-text {
    margin-bottom: 22px;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper .content-wrap .opacity-section-btn .btn {
  margin-bottom: 0;
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #93c0a0;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .price-wrapper .price-wrap .opacity-price {
  margin-bottom: 10px;
}
.v9gaAp-uP4dg5zctX .content-wrapper .image-wrapper .price-wrapper .price-wrap .opacity-desc {
  margin-bottom: 0;
}
.v9gaAp-uP4dg5zctX .opacity-section-title {
  color: #7c5749;
}
.v9gaAp-uP4dg5zctX .opacity-text {
  color: #51565c;
}
.v9gaAp-uP4dg5zctX .opacity-price {
  color: #ff8576;
}
.v9gaAp-uP4dg5zctX .opacity-desc {
  color: #fffaf5;
}
.v9gaAp-uP4dg5zctX .opacity-text,
.v9gaAp-uP4dg5zctX .opacity-section-btn {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4bQ4FKqr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover,
.v9gaAp-uP4bQ4FKqr .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4bQ4FKqr .nav-link {
  position: relative;
}
.v9gaAp-uP4bQ4FKqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu,
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item:focus,
.v9gaAp-uP4bQ4FKqr .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4bQ4FKqr .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%;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4bQ4FKqr .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%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item.active,
.v9gaAp-uP4bQ4FKqr .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4bQ4FKqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4bQ4FKqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4bQ4FKqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .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) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    height: 70px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4bQ4FKqr .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::after,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4dqa1oni {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4dqa1oni .opacity-section-title {
  text-align: left;
  color: #7c5749;
}
.v9gaAp-uP4dqa1oni .item-wrapper {
  background: #faf5e8;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
}
@media (max-width: 767px) {
  .v9gaAp-uP4dqa1oni .item-wrapper {
    padding: 1rem;
  }
}
.v9gaAp-uP4dqa1oni .image-wrapper,
.v9gaAp-uP4dqa1oni img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dqa1oni .md-pb {
    margin-bottom: 2rem !important;
  }
}
.v9gaAp-uP4dqa1oni input,
.v9gaAp-uP4dqa1oni textarea {
  border-radius: 0 !important;
  border: 0px !important;
  border-bottom: 1px solid #93c0a0 !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #93c0a0 !important;
}
.v9gaAp-uP4dqa1oni input:hover,
.v9gaAp-uP4dqa1oni textarea:hover,
.v9gaAp-uP4dqa1oni input:active,
.v9gaAp-uP4dqa1oni textarea:active,
.v9gaAp-uP4dqa1oni input:focus,
.v9gaAp-uP4dqa1oni textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #93c0a0 !important;
  box-shadow: none;
}
.v9gaAp-uP4dqa1oni .opacity-section-subtitle {
  color: #ac8779;
  text-align: left;
}
.v9gaAp-uP4nAt7Y4H {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.v9gaAp-uP4nAt7Y4H .media-container-row {
  justify-content: space-between;
}
.v9gaAp-uP4nAt7Y4H .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .v9gaAp-uP4nAt7Y4H .text-content {
    max-width: none;
  }
}
.v9gaAp-uP4nAt7Y4H .container {
  z-index: 1;
}
.v9gaAp-uP4nAt7Y4H .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.v9gaAp-uP4nAt7Y4H .bg_column-reverse {
  flex-direction: column-reverse;
}
.v9gaAp-uP4nAt7Y4H .bg__white {
  background: #fff;
  height: 100%;
}
.v9gaAp-uP4nAt7Y4H .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.v9gaAp-uP4nAt7Y4H .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .v9gaAp-uP4nAt7Y4H .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .v9gaAp-uP4nAt7Y4H .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4nAt7Y4H .icons {
    justify-content: center !important;
  }
  .v9gaAp-uP4nAt7Y4H .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .v9gaAp-uP4nAt7Y4H .text-content * {
    text-align: center;
  }
}
.v9gaAp-uP4nAt7Y4H .geometry {
  position: absolute;
}
.v9gaAp-uP4nAt7Y4H .geometry__square,
.v9gaAp-uP4nAt7Y4H .geometry__circle {
  width: 88px;
  height: 88px;
}
.v9gaAp-uP4nAt7Y4H .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.v9gaAp-uP4nAt7Y4H .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #93c0a0;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.v9gaAp-uP4nAt7Y4H .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.v9gaAp-uP4nAt7Y4H .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #93c0a0;
  border-radius: 100px;
  margin: 0.5rem;
}
.v9gaAp-uP4nAt7Y4H .geometry_top-right {
  top: -50px;
  right: 30%;
}
.v9gaAp-uP4nAt7Y4H .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .v9gaAp-uP4nAt7Y4H .geometry__square-bg {
    transition: transform .3s;
  }
  .v9gaAp-uP4nAt7Y4H .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .v9gaAp-uP4nAt7Y4H .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .v9gaAp-uP4nAt7Y4H .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4nAt7Y4H .geometry {
    position: absolute;
  }
  .v9gaAp-uP4nAt7Y4H .geometry__circle,
  .v9gaAp-uP4nAt7Y4H .geometry__circle-bg,
  .v9gaAp-uP4nAt7Y4H .geometry__square,
  .v9gaAp-uP4nAt7Y4H .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.v9gaAp-uP4nAt7Y4H .opacity-section-title {
  color: #7c5749;
}
.v9gaAp-uP4nAt7Y4H P {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4bQ4FKqr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover,
.v9gaAp-uP4bQ4FKqr .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4bQ4FKqr .nav-link {
  position: relative;
}
.v9gaAp-uP4bQ4FKqr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4bQ4FKqr .dropdown-menu,
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item:focus,
.v9gaAp-uP4bQ4FKqr .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4bQ4FKqr .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4bQ4FKqr .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%;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4bQ4FKqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4bQ4FKqr .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%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4bQ4FKqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4bQ4FKqr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .dropdown-item.active,
.v9gaAp-uP4bQ4FKqr .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4bQ4FKqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4bQ4FKqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4bQ4FKqr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4bQ4FKqr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4bQ4FKqr .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4bQ4FKqr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4bQ4FKqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4bQ4FKqr .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4bQ4FKqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4bQ4FKqr .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) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    height: 70px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4bQ4FKqr .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4bQ4FKqr .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:hover::after,
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4bQ4FKqr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4bQ4FKqr .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4bQ4FKqr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4bQ4FKqr .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4bQ4FKqr .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4dxBw7mp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4dxBw7mp .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4dxBw7mp .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4dxBw7mp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4dxBw7mp .container-fluid {
    padding: 0 12px;
  }
}
.v9gaAp-uP4dxBw7mp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4dxBw7mp .container {
    padding: 0 12px;
  }
}
.v9gaAp-uP4dxBw7mp .title-wrapper .opacity-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .title-wrapper .opacity-section-title {
    margin-bottom: 24px;
  }
}
.v9gaAp-uP4dxBw7mp .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #93c0a0;
  box-shadow: 4px 4px #93c0a0;
  background-color: #faf5e8;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap {
    display: block;
  }
}
.v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap .icon-wrapper .opacity-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap .icon-wrapper .opacity-iconfont {
    font-size: 100px;
  }
}
.v9gaAp-uP4dxBw7mp .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 0;
}
.v9gaAp-uP4dxBw7mp .opacity-section-title {
  color: #7c5749;
  text-align: center;
}
.v9gaAp-uP4dxBw7mp .opacity-section-subtitle {
  color: #222222;
}
.v9gaAp-uP4dxBw7mp .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4dxBw7mp .list {
  color: #222222;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4dCUUUyu .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4dCUUUyu .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dCUUUyu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4dCUUUyu .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4dCUUUyu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4dCUUUyu .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4dCUUUyu .dropdown-item:hover,
.v9gaAp-uP4dCUUUyu .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4dCUUUyu .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4dCUUUyu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4dCUUUyu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4dCUUUyu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4dCUUUyu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4dCUUUyu .nav-link {
  position: relative;
}
.v9gaAp-uP4dCUUUyu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4dCUUUyu .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4dCUUUyu .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4dCUUUyu .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4dCUUUyu .dropdown-menu,
.v9gaAp-uP4dCUUUyu .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4dCUUUyu .nav-item:focus,
.v9gaAp-uP4dCUUUyu .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4dCUUUyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4dCUUUyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4dCUUUyu .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4dCUUUyu .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4dCUUUyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4dCUUUyu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4dCUUUyu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4dCUUUyu .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4dCUUUyu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4dCUUUyu .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4dCUUUyu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4dCUUUyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4dCUUUyu .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%;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4dCUUUyu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4dCUUUyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4dCUUUyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4dCUUUyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4dCUUUyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4dCUUUyu .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%;
  }
  .v9gaAp-uP4dCUUUyu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4dCUUUyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4dCUUUyu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4dCUUUyu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4dCUUUyu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4dCUUUyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4dCUUUyu .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4dCUUUyu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4dCUUUyu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4dCUUUyu .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4dCUUUyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4dCUUUyu .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4dCUUUyu .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4dCUUUyu .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4dCUUUyu .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4dCUUUyu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4dCUUUyu .dropdown-item.active,
.v9gaAp-uP4dCUUUyu .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4dCUUUyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4dCUUUyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4dCUUUyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4dCUUUyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dCUUUyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4dCUUUyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4dCUUUyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4dCUUUyu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4dCUUUyu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4dCUUUyu .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4dCUUUyu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dCUUUyu .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4dCUUUyu .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4dCUUUyu .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4dCUUUyu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4dCUUUyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4dCUUUyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4dCUUUyu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4dCUUUyu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4dCUUUyu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4dCUUUyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4dCUUUyu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4dCUUUyu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4dCUUUyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4dCUUUyu .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4dCUUUyu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4dCUUUyu .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) {
  .v9gaAp-uP4dCUUUyu .navbar {
    height: 70px;
  }
  .v9gaAp-uP4dCUUUyu .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4dCUUUyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4dCUUUyu .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4dCUUUyu .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4dCUUUyu .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4dCUUUyu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4dCUUUyu .nav-item .nav-link:hover,
.v9gaAp-uP4dCUUUyu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4dCUUUyu .nav-item .nav-link:hover::after,
.v9gaAp-uP4dCUUUyu .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4dCUUUyu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4dCUUUyu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4dCUUUyu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4dCUUUyu .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4dCUUUyu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4dCUUUyu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4dCUUUyu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4dCUUUyu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4dCUUUyu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4dCUUUyu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4dCUUUyu .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4dCUUUyu .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4dCUUUyu .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4dCUUUyu .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4hSvCXAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4hSvCXAz .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4hSvCXAz .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4hSvCXAz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4hSvCXAz .container-fluid {
    padding: 0 12px;
  }
}
.v9gaAp-uP4hSvCXAz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4hSvCXAz .container {
    padding: 0 12px;
  }
}
.v9gaAp-uP4hSvCXAz .title-wrapper .opacity-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .title-wrapper .opacity-section-title {
    margin-bottom: 24px;
  }
}
.v9gaAp-uP4hSvCXAz .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #93c0a0;
  box-shadow: 4px 4px #93c0a0;
  background-color: #faf5e8;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap {
    display: block;
  }
}
.v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap .icon-wrapper .opacity-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap .icon-wrapper .opacity-iconfont {
    font-size: 100px;
  }
}
.v9gaAp-uP4hSvCXAz .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 0;
}
.v9gaAp-uP4hSvCXAz .opacity-section-title {
  color: #7c5749;
  text-align: center;
}
.v9gaAp-uP4hSvCXAz .opacity-section-subtitle {
  color: #222222;
}
.v9gaAp-uP4hSvCXAz .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4hSvCXAz .list {
  color: #222222;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}
.v9gaAp-uP4dGktalc .navbar-dropdown {
  position: relative !important;
}
.v9gaAp-uP4dGktalc .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dGktalc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v9gaAp-uP4dGktalc .dropdown-item:before {
  font-family: palette2 !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;
}
.v9gaAp-uP4dGktalc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.v9gaAp-uP4dGktalc .dropdown-item {
  border: none !important;
  background: #ffefdd !important;
}
.v9gaAp-uP4dGktalc .dropdown-item:hover,
.v9gaAp-uP4dGktalc .dropdown-item:focus {
  background: #ffefdd !important;
  color: #7c5749 !important;
}
.v9gaAp-uP4dGktalc .dropdown-item:hover span {
  color: white;
}
.v9gaAp-uP4dGktalc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v9gaAp-uP4dGktalc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v9gaAp-uP4dGktalc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.v9gaAp-uP4dGktalc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.v9gaAp-uP4dGktalc .nav-link {
  position: relative;
}
.v9gaAp-uP4dGktalc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .v9gaAp-uP4dGktalc .container {
    flex-wrap: nowrap;
  }
}
.v9gaAp-uP4dGktalc .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4dGktalc .iconfont-wrapper:hover {
  opacity: .5;
}
.v9gaAp-uP4dGktalc .dropdown-menu,
.v9gaAp-uP4dGktalc .navbar.opened {
  background: #ffefdd !important;
}
.v9gaAp-uP4dGktalc .nav-item:focus,
.v9gaAp-uP4dGktalc .nav-link:focus {
  outline: none;
}
.v9gaAp-uP4dGktalc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4dGktalc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.v9gaAp-uP4dGktalc .dropdown .dropdown-menu .dropdown-item .opacity-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.v9gaAp-uP4dGktalc .dropdown .dropdown-menu .dropdown-item .opacity-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.v9gaAp-uP4dGktalc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.v9gaAp-uP4dGktalc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.v9gaAp-uP4dGktalc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffefdd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4dGktalc .navbar.opened {
  transition: all 0.3s;
}
.v9gaAp-uP4dGktalc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.v9gaAp-uP4dGktalc .navbar .navbar-logo img {
  width: auto;
}
.v9gaAp-uP4dGktalc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.v9gaAp-uP4dGktalc .navbar.collapsed {
  justify-content: center;
}
.v9gaAp-uP4dGktalc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.v9gaAp-uP4dGktalc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .v9gaAp-uP4dGktalc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.v9gaAp-uP4dGktalc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.v9gaAp-uP4dGktalc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.v9gaAp-uP4dGktalc .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%;
}
.v9gaAp-uP4dGktalc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.v9gaAp-uP4dGktalc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.v9gaAp-uP4dGktalc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .v9gaAp-uP4dGktalc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .v9gaAp-uP4dGktalc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .v9gaAp-uP4dGktalc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .v9gaAp-uP4dGktalc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .v9gaAp-uP4dGktalc .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%;
  }
  .v9gaAp-uP4dGktalc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .v9gaAp-uP4dGktalc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .v9gaAp-uP4dGktalc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .v9gaAp-uP4dGktalc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .v9gaAp-uP4dGktalc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .v9gaAp-uP4dGktalc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.v9gaAp-uP4dGktalc .navbar.navbar-short {
  min-height: 96px;
}
.v9gaAp-uP4dGktalc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.v9gaAp-uP4dGktalc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .v9gaAp-uP4dGktalc .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.v9gaAp-uP4dGktalc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.v9gaAp-uP4dGktalc .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4dGktalc .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4dGktalc .navbar-brand .navbar-logo a {
  outline: none;
}
.v9gaAp-uP4dGktalc .navbar.opened .navbar-brand .navbar-caption:hover,
.v9gaAp-uP4dGktalc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7c5749 !important;
}
.v9gaAp-uP4dGktalc .dropdown-item.active,
.v9gaAp-uP4dGktalc .dropdown-item:active {
  background-color: transparent;
}
.v9gaAp-uP4dGktalc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.v9gaAp-uP4dGktalc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.v9gaAp-uP4dGktalc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.v9gaAp-uP4dGktalc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffefdd;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dGktalc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.v9gaAp-uP4dGktalc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.v9gaAp-uP4dGktalc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.v9gaAp-uP4dGktalc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .v9gaAp-uP4dGktalc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.v9gaAp-uP4dGktalc .navbar-buttons {
  text-align: center;
  width: auto;
}
.v9gaAp-uP4dGktalc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4dGktalc .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.v9gaAp-uP4dGktalc .navbar-buttons .btn .opacity-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .v9gaAp-uP4dGktalc .navbar-buttons .btn {
    width: auto !important;
  }
}
.v9gaAp-uP4dGktalc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffefdd !important;
  border: none !important;
  box-shadow: none !important;
}
.v9gaAp-uP4dGktalc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #7c5749;
}
.v9gaAp-uP4dGktalc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.v9gaAp-uP4dGktalc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4dGktalc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.v9gaAp-uP4dGktalc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.v9gaAp-uP4dGktalc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4dGktalc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4dGktalc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.v9gaAp-uP4dGktalc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.v9gaAp-uP4dGktalc .navbar-dropdown {
  padding: 0 1rem;
}
.v9gaAp-uP4dGktalc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v9gaAp-uP4dGktalc .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) {
  .v9gaAp-uP4dGktalc .navbar {
    height: 70px;
  }
  .v9gaAp-uP4dGktalc .navbar.opened {
    height: auto;
  }
  .v9gaAp-uP4dGktalc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.v9gaAp-uP4dGktalc .navbar-nav {
  margin: 0 auto;
}
.v9gaAp-uP4dGktalc .nav-item {
  padding: 0;
  margin: 0;
}
.v9gaAp-uP4dGktalc .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.v9gaAp-uP4dGktalc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.v9gaAp-uP4dGktalc .nav-item .nav-link:hover,
.v9gaAp-uP4dGktalc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #7c5749 !important;
}
.v9gaAp-uP4dGktalc .nav-item .nav-link:hover::after,
.v9gaAp-uP4dGktalc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.v9gaAp-uP4dGktalc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.v9gaAp-uP4dGktalc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.v9gaAp-uP4dGktalc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .v9gaAp-uP4dGktalc .navbar {
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4dGktalc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .v9gaAp-uP4dGktalc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .v9gaAp-uP4dGktalc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .v9gaAp-uP4dGktalc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .v9gaAp-uP4dGktalc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .v9gaAp-uP4dGktalc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .v9gaAp-uP4dGktalc .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .v9gaAp-uP4dGktalc .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .v9gaAp-uP4dGktalc .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.v9gaAp-uP4dGktalc .content-wrap {
  min-height: 110px;
}
.v9gaAp-uP4hUuDdIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.v9gaAp-uP4hUuDdIv .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4hUuDdIv .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4hUuDdIv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4hUuDdIv .container-fluid {
    padding: 0 12px;
  }
}
.v9gaAp-uP4hUuDdIv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .v9gaAp-uP4hUuDdIv .container {
    padding: 0 12px;
  }
}
.v9gaAp-uP4hUuDdIv .title-wrapper .opacity-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .title-wrapper .opacity-section-title {
    margin-bottom: 24px;
  }
}
.v9gaAp-uP4hUuDdIv .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #93c0a0;
  box-shadow: 4px 4px #93c0a0;
  background-color: #faf5e8;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap {
    display: block;
  }
}
.v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap .icon-wrapper .opacity-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap .icon-wrapper .opacity-iconfont {
    font-size: 100px;
  }
}
.v9gaAp-uP4hUuDdIv .card-wrapper .card-wrap .opacity-text {
  margin-bottom: 0;
}
.v9gaAp-uP4hUuDdIv .opacity-section-title {
  color: #7c5749;
  text-align: center;
}
.v9gaAp-uP4hUuDdIv .opacity-section-subtitle {
  color: #222222;
}
.v9gaAp-uP4hUuDdIv .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4hUuDdIv .list {
  color: #222222;
}
.v9gaAp-uP4pfsDJcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffefdd;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image.disabled {
  display: none;
}
.v9gaAp-uP4pfsDJcL .opacity-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.v9gaAp-uP4pfsDJcL .row {
  justify-content: space-between;
}
.v9gaAp-uP4pfsDJcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-section-title {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .content-wrapper .opacity-text {
  margin-bottom: 10px;
}
.v9gaAp-uP4pfsDJcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:hover,
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:focus {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .content-wrap {
    margin-bottom: 35px;
  }
}
.v9gaAp-uP4pfsDJcL .content-wrap .opacity-desc {
  margin-bottom: 20px;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont,
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .opacity-iconfont {
  color: #ffffff;
}
.v9gaAp-uP4pfsDJcL .content-wrap .social-wrapper .social-wrap .soc-item a .opacity-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-section-btn-main {
    margin-bottom: 15px;
  }
}
.v9gaAp-uP4pfsDJcL .copy-wrapper .opacity-copy {
  margin-bottom: 0;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-text {
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-copy {
  color: #000000;
}
.v9gaAp-uP4pfsDJcL .opacity-desc,
.v9gaAp-uP4pfsDJcL .social-wrapper {
  text-align: center;
}
.v9gaAp-uP4pfsDJcL .opacity-copy,
.v9gaAp-uP4pfsDJcL .opacity-section-btn-main {
  text-align: center;
  color: #ac8779;
}
.v9gaAp-uP4pfsDJcL .list,
.v9gaAp-uP4pfsDJcL .item-wrap {
  color: #7c5749;
}
.v9gaAp-uP4pfsDJcL .opacity-section-title,
.v9gaAp-uP4pfsDJcL .opacity-section-btn {
  color: #7c5749;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 15: translate down */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: translateY(2px);
}
/* endmainanimations */
