.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.interaction-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .interaction-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.display-2 > .interaction-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .interaction-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .interaction-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .interaction-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #dcb7a3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffe7da !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: #f1c7b1 !important;
  border-color: #f1c7b1 !important;
  color: #8a4019 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f9e6dc !important;
  border-color: #f9e6dc !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #8a4019 !important;
  background-color: #f9e6dc !important;
  border-color: #f9e6dc !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcb7a3 !important;
  border-color: #dcb7a3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ead4c8 !important;
  border-color: #ead4c8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ead4c8 !important;
  border-color: #ead4c8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe7da !important;
  border-color: #ffe7da !important;
  color: #da4d00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #da4d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #f1c7b1;
  color: #f1c7b1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e49267 !important;
  background-color: transparent !important;
  border-color: #e49267 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #8a4019 !important;
  background-color: #f1c7b1 !important;
  border-color: #f1c7b1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dcb7a3;
  color: #dcb7a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c48664 !important;
  background-color: transparent !important;
  border-color: #c48664 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb7a3 !important;
  border-color: #dcb7a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffe7da;
  color: #ffe7da;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffaf83 !important;
  background-color: transparent !important;
  border-color: #ffaf83 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #da4d00 !important;
  background-color: #ffe7da !important;
  border-color: #ffe7da !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: #f1c7b1 !important;
}
.text-success {
  color: #dcb7a3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffe7da !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: #e1895b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c07d59 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffa574 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 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: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffe7da;
}
.interaction-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.interaction-gallery-filter li a {
  border-radius: 100px !important;
}
.interaction-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.interaction-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.interaction-plan-header.bg-primary .interaction-plan-subtitle,
.interaction-plan-header.bg-primary .interaction-plan-price-desc {
  color: #b3b3b3;
}
.interaction-plan-header.bg-success .interaction-plan-subtitle,
.interaction-plan-header.bg-success .interaction-plan-price-desc {
  color: #ffffff;
}
.interaction-plan-header.bg-info .interaction-plan-subtitle,
.interaction-plan-header.bg-info .interaction-plan-price-desc {
  color: #ffffff;
}
.interaction-plan-header.bg-warning .interaction-plan-subtitle,
.interaction-plan-header.bg-warning .interaction-plan-price-desc {
  color: #b3b3b3;
}
.interaction-plan-header.bg-danger .interaction-plan-subtitle,
.interaction-plan-header.bg-danger .interaction-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .interaction-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .interaction-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.interaction-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.interaction-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.interaction-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.interaction-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: #f1c7b1 !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;
}
.interaction-section-btn .btn,
.interaction-section-btn-main .btn {
  position: relative;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all .5s ease;
  z-index: 2;
}
.interaction-section-btn .btn-primary,
.interaction-section-btn-main .btn-primary,
.interaction-section-btn .btn-secondary,
.interaction-section-btn-main .btn-secondary,
.interaction-section-btn .btn-success,
.interaction-section-btn-main .btn-success,
.interaction-section-btn .btn-info,
.interaction-section-btn-main .btn-info,
.interaction-section-btn .btn-warning,
.interaction-section-btn-main .btn-warning,
.interaction-section-btn .btn-danger,
.interaction-section-btn-main .btn-danger,
.interaction-section-btn .btn-black,
.interaction-section-btn-main .btn-black,
.interaction-section-btn .btn-white,
.interaction-section-btn-main .btn-white {
  border-radius: 1rem 1rem 1rem 0 !important;
  padding: 12px 25px;
}
.interaction-section-btn .btn-secondary,
.interaction-section-btn-main .btn-secondary {
  color: #000000 !important;
}
.interaction-section-btn .btn-primary-outline,
.interaction-section-btn-main .btn-primary-outline,
.interaction-section-btn .btn-secondary-outline,
.interaction-section-btn-main .btn-secondary-outline,
.interaction-section-btn .btn-success-outline,
.interaction-section-btn-main .btn-success-outline,
.interaction-section-btn .btn-info-outline,
.interaction-section-btn-main .btn-info-outline,
.interaction-section-btn .btn-warning-outline,
.interaction-section-btn-main .btn-warning-outline,
.interaction-section-btn .btn-danger-outline,
.interaction-section-btn-main .btn-danger-outline,
.interaction-section-btn .btn-black-outline,
.interaction-section-btn-main .btn-black-outline,
.interaction-section-btn .btn-white-outline,
.interaction-section-btn-main .btn-white-outline {
  color: #000000 !important;
  flex-direction: row-reverse;
  padding: 0 20px;
  margin: 16px 10px;
}
.interaction-section-btn .btn-primary-outline::before,
.interaction-section-btn-main .btn-primary-outline::before,
.interaction-section-btn .btn-secondary-outline::before,
.interaction-section-btn-main .btn-secondary-outline::before,
.interaction-section-btn .btn-success-outline::before,
.interaction-section-btn-main .btn-success-outline::before,
.interaction-section-btn .btn-info-outline::before,
.interaction-section-btn-main .btn-info-outline::before,
.interaction-section-btn .btn-warning-outline::before,
.interaction-section-btn-main .btn-warning-outline::before,
.interaction-section-btn .btn-danger-outline::before,
.interaction-section-btn-main .btn-danger-outline::before,
.interaction-section-btn .btn-black-outline::before,
.interaction-section-btn-main .btn-black-outline::before,
.interaction-section-btn .btn-white-outline::before,
.interaction-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .5s ease;
  z-index: -1;
}
.interaction-section-btn .btn-primary-outline .interaction-iconfont,
.interaction-section-btn-main .btn-primary-outline .interaction-iconfont,
.interaction-section-btn .btn-secondary-outline .interaction-iconfont,
.interaction-section-btn-main .btn-secondary-outline .interaction-iconfont,
.interaction-section-btn .btn-success-outline .interaction-iconfont,
.interaction-section-btn-main .btn-success-outline .interaction-iconfont,
.interaction-section-btn .btn-info-outline .interaction-iconfont,
.interaction-section-btn-main .btn-info-outline .interaction-iconfont,
.interaction-section-btn .btn-warning-outline .interaction-iconfont,
.interaction-section-btn-main .btn-warning-outline .interaction-iconfont,
.interaction-section-btn .btn-danger-outline .interaction-iconfont,
.interaction-section-btn-main .btn-danger-outline .interaction-iconfont,
.interaction-section-btn .btn-black-outline .interaction-iconfont,
.interaction-section-btn-main .btn-black-outline .interaction-iconfont,
.interaction-section-btn .btn-white-outline .interaction-iconfont,
.interaction-section-btn-main .btn-white-outline .interaction-iconfont {
  position: absolute;
  left: 14px;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all .5s ease;
  margin: 0;
}
.interaction-section-btn .btn-primary-outline:hover,
.interaction-section-btn-main .btn-primary-outline:hover,
.interaction-section-btn .btn-secondary-outline:hover,
.interaction-section-btn-main .btn-secondary-outline:hover,
.interaction-section-btn .btn-success-outline:hover,
.interaction-section-btn-main .btn-success-outline:hover,
.interaction-section-btn .btn-info-outline:hover,
.interaction-section-btn-main .btn-info-outline:hover,
.interaction-section-btn .btn-warning-outline:hover,
.interaction-section-btn-main .btn-warning-outline:hover,
.interaction-section-btn .btn-danger-outline:hover,
.interaction-section-btn-main .btn-danger-outline:hover,
.interaction-section-btn .btn-black-outline:hover,
.interaction-section-btn-main .btn-black-outline:hover,
.interaction-section-btn .btn-white-outline:hover,
.interaction-section-btn-main .btn-white-outline:hover,
.interaction-section-btn .btn-primary-outline:focus,
.interaction-section-btn-main .btn-primary-outline:focus,
.interaction-section-btn .btn-secondary-outline:focus,
.interaction-section-btn-main .btn-secondary-outline:focus,
.interaction-section-btn .btn-success-outline:focus,
.interaction-section-btn-main .btn-success-outline:focus,
.interaction-section-btn .btn-info-outline:focus,
.interaction-section-btn-main .btn-info-outline:focus,
.interaction-section-btn .btn-warning-outline:focus,
.interaction-section-btn-main .btn-warning-outline:focus,
.interaction-section-btn .btn-danger-outline:focus,
.interaction-section-btn-main .btn-danger-outline:focus,
.interaction-section-btn .btn-black-outline:focus,
.interaction-section-btn-main .btn-black-outline:focus,
.interaction-section-btn .btn-white-outline:focus,
.interaction-section-btn-main .btn-white-outline:focus {
  padding: 0 14px 0 70px;
}
.interaction-section-btn .btn-primary-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-primary-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-secondary-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-secondary-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-success-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-success-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-info-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-info-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-warning-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-warning-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-danger-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-danger-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-black-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-black-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-white-outline:hover .interaction-iconfont,
.interaction-section-btn-main .btn-white-outline:hover .interaction-iconfont,
.interaction-section-btn .btn-primary-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-primary-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-secondary-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-secondary-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-success-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-success-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-info-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-info-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-warning-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-warning-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-danger-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-danger-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-black-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-black-outline:focus .interaction-iconfont,
.interaction-section-btn .btn-white-outline:focus .interaction-iconfont,
.interaction-section-btn-main .btn-white-outline:focus .interaction-iconfont {
  transform: translateX(0);
  opacity: 1;
  display: inline-flex;
}
.interaction-section-btn .btn-primary-outline:hover::before,
.interaction-section-btn-main .btn-primary-outline:hover::before,
.interaction-section-btn .btn-secondary-outline:hover::before,
.interaction-section-btn-main .btn-secondary-outline:hover::before,
.interaction-section-btn .btn-success-outline:hover::before,
.interaction-section-btn-main .btn-success-outline:hover::before,
.interaction-section-btn .btn-info-outline:hover::before,
.interaction-section-btn-main .btn-info-outline:hover::before,
.interaction-section-btn .btn-warning-outline:hover::before,
.interaction-section-btn-main .btn-warning-outline:hover::before,
.interaction-section-btn .btn-danger-outline:hover::before,
.interaction-section-btn-main .btn-danger-outline:hover::before,
.interaction-section-btn .btn-black-outline:hover::before,
.interaction-section-btn-main .btn-black-outline:hover::before,
.interaction-section-btn .btn-white-outline:hover::before,
.interaction-section-btn-main .btn-white-outline:hover::before,
.interaction-section-btn .btn-primary-outline:focus::before,
.interaction-section-btn-main .btn-primary-outline:focus::before,
.interaction-section-btn .btn-secondary-outline:focus::before,
.interaction-section-btn-main .btn-secondary-outline:focus::before,
.interaction-section-btn .btn-success-outline:focus::before,
.interaction-section-btn-main .btn-success-outline:focus::before,
.interaction-section-btn .btn-info-outline:focus::before,
.interaction-section-btn-main .btn-info-outline:focus::before,
.interaction-section-btn .btn-warning-outline:focus::before,
.interaction-section-btn-main .btn-warning-outline:focus::before,
.interaction-section-btn .btn-danger-outline:focus::before,
.interaction-section-btn-main .btn-danger-outline:focus::before,
.interaction-section-btn .btn-black-outline:focus::before,
.interaction-section-btn-main .btn-black-outline:focus::before,
.interaction-section-btn .btn-white-outline:focus::before,
.interaction-section-btn-main .btn-white-outline:focus::before {
  transform: scale(1.25);
}
.interaction-section-btn .btn-primary-outline::before,
.interaction-section-btn-main .btn-primary-outline::before {
  background-color: #000000 !important;
}
.interaction-section-btn .btn-secondary-outline::before,
.interaction-section-btn-main .btn-secondary-outline::before {
  background-color: #f1c7b1 !important;
}
.interaction-section-btn .btn-success-outline::before,
.interaction-section-btn-main .btn-success-outline::before {
  background-color: #dcb7a3 !important;
}
.interaction-section-btn .btn-info-outline::before,
.interaction-section-btn-main .btn-info-outline::before {
  background-color: #ffffff !important;
}
.interaction-section-btn .btn-warning-outline::before,
.interaction-section-btn-main .btn-warning-outline::before {
  background-color: #000000 !important;
}
.interaction-section-btn .btn-danger-outline::before,
.interaction-section-btn-main .btn-danger-outline::before {
  background-color: #ffe7da !important;
}
.interaction-section-btn .btn-black-outline::before,
.interaction-section-btn-main .btn-black-outline::before {
  background-color: #000000 !important;
}
.interaction-section-btn .btn-white-outline::before,
.interaction-section-btn-main .btn-white-outline::before {
  background-color: #ffffff !important;
}
img {
  border-radius: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIhAIJfFe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/shallow-fabric.jpg-1184x672.jpg");
}
.YWSgi6-uPIhAIJfFe .interaction-overlay {
  backdrop-filter: blur(3.5px);
}
.YWSgi6-uPIhAIJfFe .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .YWSgi6-uPIhAIJfFe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.YWSgi6-uPIhAIJfFe .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.YWSgi6-uPIhAIJfFe .col-12 {
  position: relative;
}
.YWSgi6-uPIhAIJfFe .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .YWSgi6-uPIhAIJfFe .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.YWSgi6-uPIhAIJfFe .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.YWSgi6-uPIhAIJfFe .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.YWSgi6-uPIhAIJfFe .interaction-section-title {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIhAIJfFe .interaction-text,
.YWSgi6-uPIhAIJfFe .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIin4ZpCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
  position: relative;
  overflow: hidden;
}
.YWSgi6-uPIin4ZpCS::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1c7b1 -10%, transparent 80%);
}
.YWSgi6-uPIin4ZpCS::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #dcb7a3 -10%, transparent 80%);
}
.YWSgi6-uPIin4ZpCS .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIin4ZpCS .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .YWSgi6-uPIin4ZpCS .container {
    padding: 0 16px;
  }
}
.YWSgi6-uPIin4ZpCS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.YWSgi6-uPIin4ZpCS .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.YWSgi6-uPIin4ZpCS .content-wrapper {
  margin-bottom: 80px;
}
.YWSgi6-uPIin4ZpCS .content-wrapper .interaction-section-title {
  margin-bottom: 24px;
}
.YWSgi6-uPIin4ZpCS .content-wrapper .interaction-section-title span {
  color: #f1634f;
}
.YWSgi6-uPIin4ZpCS .content-wrapper .text-wrapper .interaction-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIin4ZpCS .content-wrapper .text-wrapper .interaction-text {
    width: 100%;
  }
}
.YWSgi6-uPIin4ZpCS .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.YWSgi6-uPIin4ZpCS .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .YWSgi6-uPIin4ZpCS .item .item-wrapper {
    padding: 32px;
  }
}
.YWSgi6-uPIin4ZpCS .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.YWSgi6-uPIin4ZpCS .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.YWSgi6-uPIin4ZpCS .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIin4ZpCS .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.YWSgi6-uPIin4ZpCS .interaction-section-title {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIin4ZpCS .interaction-text,
.YWSgi6-uPIin4ZpCS .text-wrapper {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIin4ZpCS .item-number {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIin4ZpCS .item-title {
  color: #dcb7a3;
  text-align: center;
}
.YWSgi6-uPIin4ZpCS .item-text,
.YWSgi6-uPIin4ZpCS .text-wrap {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIiD3QKxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1c7b1;
}
.YWSgi6-uPIiD3QKxS .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIiD3QKxS .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIiD3QKxS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIiD3QKxS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIiD3QKxS .container {
    padding: 0 26px;
  }
}
.YWSgi6-uPIiD3QKxS .image-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIiD3QKxS .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIiD3QKxS .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .YWSgi6-uPIiD3QKxS .image-wrapper img {
    height: 400px;
  }
}
.YWSgi6-uPIiD3QKxS .image-wrap {
  height: 900px;
  background-color: #fff5ef;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIiD3QKxS .image-wrap {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIiD3QKxS .image-wrap {
    height: 400px;
  }
}
.YWSgi6-uPIiD3QKxS .image-wrap img {
  width: 390px;
  height: 280px;
  object-fit: cover;
  box-shadow: 25px 25px 20px #757064;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIiD3QKxS .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .YWSgi6-uPIiD3QKxS .image-wrap img {
    width: 200px;
    height: 150px;
    box-shadow: 10px 10px 10px #757064;
  }
}
.YWSgi6-uPIjowsAIG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.YWSgi6-uPIjowsAIG .media-container-row {
  justify-content: space-between;
}
.YWSgi6-uPIjowsAIG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .YWSgi6-uPIjowsAIG .text-content {
    max-width: none;
  }
}
.YWSgi6-uPIjowsAIG .container {
  z-index: 1;
}
.YWSgi6-uPIjowsAIG .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.YWSgi6-uPIjowsAIG .bg_column-reverse {
  flex-direction: column-reverse;
}
.YWSgi6-uPIjowsAIG .bg__white {
  background: #fff;
  height: 100%;
}
.YWSgi6-uPIjowsAIG .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.YWSgi6-uPIjowsAIG .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) {
  .YWSgi6-uPIjowsAIG .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .YWSgi6-uPIjowsAIG .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .YWSgi6-uPIjowsAIG .icons {
    justify-content: center !important;
  }
  .YWSgi6-uPIjowsAIG .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .YWSgi6-uPIjowsAIG .text-content * {
    text-align: center;
  }
}
.YWSgi6-uPIjowsAIG .geometry {
  position: absolute;
}
.YWSgi6-uPIjowsAIG .geometry__square,
.YWSgi6-uPIjowsAIG .geometry__circle {
  width: 88px;
  height: 88px;
}
.YWSgi6-uPIjowsAIG .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.YWSgi6-uPIjowsAIG .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #f1c7b1;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.YWSgi6-uPIjowsAIG .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.YWSgi6-uPIjowsAIG .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #f1c7b1;
  border-radius: 100px;
  margin: 0.5rem;
}
.YWSgi6-uPIjowsAIG .geometry_top-right {
  top: -50px;
  right: 30%;
}
.YWSgi6-uPIjowsAIG .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .YWSgi6-uPIjowsAIG .geometry__square-bg {
    transition: transform .3s;
  }
  .YWSgi6-uPIjowsAIG .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .YWSgi6-uPIjowsAIG .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .YWSgi6-uPIjowsAIG .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIjowsAIG .geometry {
    position: absolute;
  }
  .YWSgi6-uPIjowsAIG .geometry__circle,
  .YWSgi6-uPIjowsAIG .geometry__circle-bg,
  .YWSgi6-uPIjowsAIG .geometry__square,
  .YWSgi6-uPIjowsAIG .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.YWSgi6-uPIjowsAIG P {
  color: #000000;
}
.YWSgi6-uPIjowsAIG .interaction-section-title {
  color: #000000;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIjNXZGES {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #f1c7b1;
}
.YWSgi6-uPIjNXZGES .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIjNXZGES .image-wrap {
    padding: 16px;
  }
}
.YWSgi6-uPIjNXZGES .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.YWSgi6-uPIjNXZGES .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIjNXZGES .image-overlay {
    padding: 16px;
  }
}
.YWSgi6-uPIjNXZGES .image-overlay .image-over {
  background-color: #f1c7b1;
  z-index: 2;
  opacity: 0.9;
  width: 100%;
  height: 70%;
}
.YWSgi6-uPIjNXZGES .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIjNXZGES .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIjNXZGES .row {
  justify-content: center;
}
.YWSgi6-uPIjNXZGES .interaction-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIjNXZGES .interaction-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIjNXZGES .interaction-section-title {
    margin: 30px 16px;
  }
}
.YWSgi6-uPIjNXZGES .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff5ef;
}
@media (max-width: 992px) {
  .YWSgi6-uPIjNXZGES .card-wrapper {
    padding: 30px 16px;
  }
}
.YWSgi6-uPIjNXZGES .card-wrapper .text-wrapper .interaction-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIjNXZGES .card-wrapper .text-wrapper .interaction-text {
    width: 100%;
  }
}
.YWSgi6-uPIjNXZGES .interaction-text,
.YWSgi6-uPIjNXZGES .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.YWSgi6-uPIjNXZGES .interaction-section-btn .btn {
  margin-bottom: 0;
}
.YWSgi6-uPIjNXZGES .interaction-text,
.YWSgi6-uPIjNXZGES .interaction-section-btn {
  text-align: center;
}
.YWSgi6-uPIjNXZGES .interaction-text,
.YWSgi6-uPIjNXZGES .text-wrapper,
.YWSgi6-uPIjNXZGES .interaction-section-btn {
  color: #000000;
}
.YWSgi6-uPIkJEMZcm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIkJEMZcm .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIkJEMZcm .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIkJEMZcm .interaction-description {
  text-align: left;
}
.YWSgi6-uPIkJEMZcm .item-wrapper {
  background: #fff5ef;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .YWSgi6-uPIkJEMZcm .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .YWSgi6-uPIkJEMZcm .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.YWSgi6-uPIkJEMZcm .card-title,
.YWSgi6-uPIkJEMZcm .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIkJEMZcm .card-text {
  color: #000000;
}
.YWSgi6-uPIkJEMZcm .interaction-section-title {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIkJEMZcm .interaction-number {
  color: #9fe870;
}
.YWSgi6-uPIkJEMZcm .interaction-text,
.YWSgi6-uPIkJEMZcm .interaction-section-btn {
  text-align: center;
}
.YWSgi6-uPIkJEMZcm .card-text,
.YWSgi6-uPIkJEMZcm .item .interaction-section-btn {
  text-align: left;
}
.YWSgi6-uPIkJEMZcm .interaction-section-btn {
  margin-top: 1rem;
}
.YWSgi6-uPIkJEMZcm .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .YWSgi6-uPIkJEMZcm .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .YWSgi6-uPIkJEMZcm .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.YWSgi6-uPIkJEMZcm .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.YWSgi6-uPIkJEMZcm .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .YWSgi6-uPIkJEMZcm .item-mb {
    margin-bottom: 1rem;
  }
}
.YWSgi6-uPIkJEMZcm .card-title {
  text-align: left;
}
.YWSgi6-uPIkJEMZcm .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.YWSgi6-uPIkJEMZcm .item-content .item-footer {
  margin-top: auto;
}
.YWSgi6-uPIkZzDRce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
}
.YWSgi6-uPIkZzDRce .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIkZzDRce .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIkZzDRce .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .container {
    padding: 0 20px;
  }
}
.YWSgi6-uPIkZzDRce .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .YWSgi6-uPIkZzDRce .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .YWSgi6-uPIkZzDRce .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_1 a {
  display: block;
}
.YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dcb7a3;
  opacity: .2;
}
.YWSgi6-uPIkZzDRce .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.YWSgi6-uPIkZzDRce .content-wrapper .image-wrapper_2 a {
  display: block;
}
.YWSgi6-uPIkZzDRce .card-number {
  color: #1e1d1c;
}
.YWSgi6-uPIkZzDRce .card-title {
  color: #1e1d1c;
}
.YWSgi6-uPIkZzDRce .card-text {
  color: #000000;
  text-align: left;
}
.YWSgi6-uPIkZzDRce .card-title,
.YWSgi6-uPIkZzDRce .interaction-section-btn {
  text-align: left;
}
.YWSgi6-uPIlf8Wau7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIlf8Wau7 .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIlf8Wau7 .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIlf8Wau7 .interaction-description {
  text-align: left;
}
.YWSgi6-uPIlf8Wau7 .item-wrapper {
  background: #fff5ef;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .YWSgi6-uPIlf8Wau7 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .YWSgi6-uPIlf8Wau7 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.YWSgi6-uPIlf8Wau7 .card-title,
.YWSgi6-uPIlf8Wau7 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIlf8Wau7 .card-text {
  color: #000000;
}
.YWSgi6-uPIlf8Wau7 .interaction-section-title {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIlf8Wau7 .interaction-number {
  color: #9fe870;
}
.YWSgi6-uPIlf8Wau7 .interaction-text,
.YWSgi6-uPIlf8Wau7 .interaction-section-btn {
  text-align: center;
}
.YWSgi6-uPIlf8Wau7 .card-text,
.YWSgi6-uPIlf8Wau7 .item .interaction-section-btn {
  text-align: left;
}
.YWSgi6-uPIlf8Wau7 .interaction-section-btn {
  margin-top: 1rem;
}
.YWSgi6-uPIlf8Wau7 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .YWSgi6-uPIlf8Wau7 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .YWSgi6-uPIlf8Wau7 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.YWSgi6-uPIlf8Wau7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.YWSgi6-uPIlf8Wau7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .YWSgi6-uPIlf8Wau7 .item-mb {
    margin-bottom: 1rem;
  }
}
.YWSgi6-uPIlf8Wau7 .card-title {
  text-align: left;
}
.YWSgi6-uPIlf8Wau7 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.YWSgi6-uPIlf8Wau7 .item-content .item-footer {
  margin-top: auto;
}
.YWSgi6-uPIlj4nVlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
}
.YWSgi6-uPIlj4nVlf .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIlj4nVlf .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIlj4nVlf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .container {
    padding: 0 20px;
  }
}
.YWSgi6-uPIlj4nVlf .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_1 a {
  display: block;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dcb7a3;
  opacity: .2;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.YWSgi6-uPIlj4nVlf .content-wrapper .image-wrapper_2 a {
  display: block;
}
.YWSgi6-uPIlj4nVlf .card-number {
  color: #1e1d1c;
}
.YWSgi6-uPIlj4nVlf .card-title {
  color: #1e1d1c;
}
.YWSgi6-uPIlj4nVlf .card-text {
  color: #000000;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIp6YGk5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
}
.YWSgi6-uPIp6YGk5a .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIp6YGk5a .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIp6YGk5a .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .container {
    padding: 0 6px;
  }
}
.YWSgi6-uPIp6YGk5a .row {
  margin: 0;
}
.YWSgi6-uPIp6YGk5a .row .card {
  padding: 0;
}
.YWSgi6-uPIp6YGk5a .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #fff5ef;
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper {
    padding: 70px 16px;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .interaction-section-title {
  margin-bottom: 64px;
}
.YWSgi6-uPIp6YGk5a .content-wrapper .interaction-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .interaction-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .interaction-section-btn {
    text-align: center;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper {
    display: block;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item .interaction-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .tags-wrap .tags-item .interaction-tag {
  margin-bottom: 0;
}
.YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .interaction-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .interaction-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .tags-wrapper .interaction-section-btn .btn {
    margin-top: 0;
  }
}
.YWSgi6-uPIp6YGk5a .content-wrapper .interaction-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .content-wrapper .interaction-text {
    margin: 32px 0 0;
  }
}
.YWSgi6-uPIp6YGk5a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #f1c7b1;
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .YWSgi6-uPIp6YGk5a .image-wrapper {
    padding: 70px 0;
  }
}
.YWSgi6-uPIp6YGk5a .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .YWSgi6-uPIp6YGk5a .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.YWSgi6-uPIp6YGk5a .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.YWSgi6-uPIp6YGk5a .interaction-section-title {
  color: #131313;
}
.YWSgi6-uPIp6YGk5a .interaction-tag {
  color: #131313;
}
.YWSgi6-uPIp6YGk5a .interaction-text {
  color: #131313;
  text-align: center;
}
.YWSgi6-uPIp6YGk5a .interaction-section-title,
.YWSgi6-uPIp6YGk5a .interaction-section-btn {
  text-align: center;
}
.YWSgi6-uPIpp1GHMj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIpp1GHMj .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIpp1GHMj .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIpp1GHMj .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .title-wrapper {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIpp1GHMj .title-wrapper .interaction-label {
  margin-bottom: 22px;
}
.YWSgi6-uPIpp1GHMj .title-wrapper .title-wrap .interaction-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .title-wrapper .title-wrap .interaction-section-title {
    width: 100%;
  }
}
.YWSgi6-uPIpp1GHMj .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content .interaction-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .items-wrapper .item .item-wrapper .item-content .interaction-section-btn {
    margin-top: 22px;
  }
}
.YWSgi6-uPIpp1GHMj .image-wrapper {
  padding: 16px;
  border: 3px dashed #fff5ef;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .YWSgi6-uPIpp1GHMj .image-wrapper {
    transform: none;
  }
}
.YWSgi6-uPIpp1GHMj .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.YWSgi6-uPIpp1GHMj .interaction-label {
  color: #c10b02;
}
.YWSgi6-uPIpp1GHMj .interaction-section-title {
  color: #c10b02;
}
.YWSgi6-uPIpp1GHMj .item-number {
  color: #c10b02;
}
.YWSgi6-uPIpp1GHMj .item-title {
  color: #c10b02;
}
.YWSgi6-uPIpp1GHMj .item-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIpp1GHMj .item-title,
.YWSgi6-uPIpp1GHMj .interaction-section-btn {
  text-align: center;
  color: #000000;
}
.YWSgi6-uPIpwXFMEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
}
.YWSgi6-uPIpwXFMEj .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIpwXFMEj .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIpwXFMEj .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpwXFMEj .content-wrapper {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIpwXFMEj .content-wrapper .interaction-desc {
  margin-bottom: 8px;
}
.YWSgi6-uPIpwXFMEj .content-wrapper .interaction-section-title {
  margin-bottom: 0;
}
.YWSgi6-uPIpwXFMEj .content-wrapper .interaction-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.YWSgi6-uPIpwXFMEj .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.YWSgi6-uPIpwXFMEj .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.YWSgi6-uPIpwXFMEj .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpwXFMEj .item .item-wrapper {
    padding: 20px 16px;
  }
}
.YWSgi6-uPIpwXFMEj .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpwXFMEj .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.YWSgi6-uPIpwXFMEj .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIpwXFMEj .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIpwXFMEj .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.YWSgi6-uPIpwXFMEj .item .item-wrapper .card-box .title-wrap .icon-wrapper .interaction-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #272b2e, #6d7881);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.YWSgi6-uPIpwXFMEj .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.YWSgi6-uPIpwXFMEj .item .card_1 {
  background: linear-gradient(315deg, #f1c7b1, #ffffff);
}
.YWSgi6-uPIpwXFMEj .item .card_2 {
  background: linear-gradient(315deg, #f1c7b1, #ffffff);
}
.YWSgi6-uPIpwXFMEj .item .card_3 {
  background: linear-gradient(315deg, #f1c7b1, #ffffff);
}
.YWSgi6-uPIpwXFMEj .btn-wrapper {
  margin-top: -6%;
}
.YWSgi6-uPIpwXFMEj .interaction-desc {
  color: #272b2e;
  text-align: center;
}
.YWSgi6-uPIpwXFMEj .interaction-section-title {
  color: #272b2e;
  text-align: center;
}
.YWSgi6-uPIpwXFMEj .item-title {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIpwXFMEj .item-text {
  color: #ffffff;
}
.YWSgi6-uPIpwXFMEj .item-text,
.YWSgi6-uPIpwXFMEj .icon-wrapper {
  text-align: center;
  color: #000000;
}
.YWSgi6-uPIq5fFqVw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIq5fFqVw .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIq5fFqVw .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIq5fFqVw .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .title-wrapper {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIq5fFqVw .title-wrapper .interaction-label {
  margin-bottom: 22px;
}
.YWSgi6-uPIq5fFqVw .title-wrapper .title-wrap .interaction-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .title-wrapper .title-wrap .interaction-section-title {
    width: 100%;
  }
}
.YWSgi6-uPIq5fFqVw .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content .interaction-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .items-wrapper .item .item-wrapper .item-content .interaction-section-btn {
    margin-top: 22px;
  }
}
.YWSgi6-uPIq5fFqVw .image-wrapper {
  padding: 16px;
  border: 3px dashed #fff5ef;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .YWSgi6-uPIq5fFqVw .image-wrapper {
    transform: none;
  }
}
.YWSgi6-uPIq5fFqVw .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.YWSgi6-uPIq5fFqVw .interaction-label {
  color: #c10b02;
}
.YWSgi6-uPIq5fFqVw .interaction-section-title {
  color: #c10b02;
}
.YWSgi6-uPIq5fFqVw .item-number {
  color: #c10b02;
}
.YWSgi6-uPIq5fFqVw .item-title {
  color: #c10b02;
}
.YWSgi6-uPIq5fFqVw .item-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIq5fFqVw .item-title,
.YWSgi6-uPIq5fFqVw .interaction-section-btn {
  text-align: center;
  color: #000000;
}
.YWSgi6-uPIq3cKHTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
}
.YWSgi6-uPIq3cKHTM .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIq3cKHTM .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIq3cKHTM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq3cKHTM .content-wrapper {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIq3cKHTM .content-wrapper .interaction-desc {
  margin-bottom: 8px;
}
.YWSgi6-uPIq3cKHTM .content-wrapper .interaction-section-title {
  margin-bottom: 0;
}
.YWSgi6-uPIq3cKHTM .content-wrapper .interaction-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.YWSgi6-uPIq3cKHTM .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.YWSgi6-uPIq3cKHTM .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.YWSgi6-uPIq3cKHTM .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq3cKHTM .item .item-wrapper {
    padding: 20px 16px;
  }
}
.YWSgi6-uPIq3cKHTM .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq3cKHTM .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.YWSgi6-uPIq3cKHTM .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIq3cKHTM .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIq3cKHTM .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.YWSgi6-uPIq3cKHTM .item .item-wrapper .card-box .title-wrap .icon-wrapper .interaction-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #272b2e, #6d7881);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.YWSgi6-uPIq3cKHTM .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.YWSgi6-uPIq3cKHTM .item .card_1 {
  background: linear-gradient(315deg, #f1c7b1, #ffffff);
}
.YWSgi6-uPIq3cKHTM .item .card_2 {
  background: linear-gradient(315deg, #f1c7b1, #ffffff);
}
.YWSgi6-uPIq3cKHTM .item .card_3 {
  background: linear-gradient(315deg, #f1c7b1, #ffffff);
}
.YWSgi6-uPIq3cKHTM .btn-wrapper {
  margin-top: -6%;
}
.YWSgi6-uPIq3cKHTM .interaction-desc {
  color: #272b2e;
  text-align: center;
}
.YWSgi6-uPIq3cKHTM .interaction-section-title {
  color: #272b2e;
  text-align: center;
}
.YWSgi6-uPIq3cKHTM .item-title {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIq3cKHTM .item-text {
  color: #ffffff;
}
.YWSgi6-uPIq3cKHTM .item-text,
.YWSgi6-uPIq3cKHTM .icon-wrapper {
  text-align: center;
  color: #000000;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIqjmLKO2 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIqjmLKO2 .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIqjmLKO2 .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIqjmLKO2 .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIqjmLKO2 .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.YWSgi6-uPIqjmLKO2 .title-wrapper .interaction-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .YWSgi6-uPIqjmLKO2 .title-wrapper .interaction-section-title {
    margin-bottom: 32px;
  }
}
.YWSgi6-uPIqjmLKO2 .title-wrapper .interaction-section-btn {
  position: relative;
}
.YWSgi6-uPIqjmLKO2 .title-wrapper .interaction-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #fff5ef;
}
.YWSgi6-uPIqjmLKO2 .title-wrapper .interaction-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIqjmLKO2 .title-wrapper .interaction-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.YWSgi6-uPIqjmLKO2 .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.YWSgi6-uPIqjmLKO2 .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #fff5ef;
}
@media (max-width: 992px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.YWSgi6-uPIqjmLKO2 .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #fff5ef;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper::after {
    display: none;
  }
}
.YWSgi6-uPIqjmLKO2 .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #dcb7a3;
}
.YWSgi6-uPIqjmLKO2 .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.YWSgi6-uPIqjmLKO2 .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.YWSgi6-uPIqjmLKO2 .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.YWSgi6-uPIqjmLKO2 .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .YWSgi6-uPIqjmLKO2 .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.YWSgi6-uPIqjmLKO2 .interaction-section-title {
  color: #101511;
}
.YWSgi6-uPIqjmLKO2 .interaction-text {
  color: #6e716f;
}
.YWSgi6-uPIqjmLKO2 .interaction-section-title,
.YWSgi6-uPIqjmLKO2 .interaction-section-btn {
  text-align: center;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIraaaxdR {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f1c7b1;
  overflow: hidden;
  position: relative;
}
.YWSgi6-uPIraaaxdR .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dcb7a3 0, #f1c7b1 43%, #fff5ef 100%);
}
.YWSgi6-uPIraaaxdR .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dcb7a3 0, #f1c7b1 43%, #fff5ef 100%);
}
.YWSgi6-uPIraaaxdR .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #dcb7a3 0, #f1c7b1 43%, #fff5ef 100%);
}
.YWSgi6-uPIraaaxdR .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIraaaxdR .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIraaaxdR .container {
    padding: 0 30px;
  }
}
.YWSgi6-uPIraaaxdR .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.YWSgi6-uPIraaaxdR .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIraaaxdR .title-wrapper {
    margin-bottom: 40px;
  }
}
.YWSgi6-uPIraaaxdR .title-wrapper .interaction-desc {
  margin-bottom: 20px;
}
.YWSgi6-uPIraaaxdR .title-wrapper .interaction-section-title {
  margin-bottom: 0;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .interaction-section-title {
  margin-bottom: 40px !important;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .interaction-text {
  margin-bottom: 40px !important;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #757064 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #757064;
  transition: all 0.3s ease-in-out;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control:hover,
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #fff5ef;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #757064;
  border-color: #757064;
  border-radius: 0;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .interaction-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.YWSgi6-uPIraaaxdR .form-wrapper .dragArea.row .interaction-section-btn .btn {
  margin-top: 10px;
}
.YWSgi6-uPIraaaxdR .interaction-desc {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIraaaxdR .interaction-section-title {
  color: #ffffff;
}
.YWSgi6-uPIraaaxdR .interaction-section-title,
.YWSgi6-uPIraaaxdR .interaction-section-btn {
  text-align: center;
  color: #000000;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIt7FgVvK {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f1c7b1;
  overflow: hidden;
}
.YWSgi6-uPIt7FgVvK .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIt7FgVvK .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIt7FgVvK .container,
.YWSgi6-uPIt7FgVvK .container-fluid {
  position: relative;
}
.YWSgi6-uPIt7FgVvK .row {
  justify-content: left;
}
.YWSgi6-uPIt7FgVvK .col-content {
  position: relative;
  z-index: 10;
}
.YWSgi6-uPIt7FgVvK .interaction-section-title {
  color: #000000;
}
.YWSgi6-uPIt7FgVvK .interaction-section-subtitle {
  color: #2B2B2B;
  text-align: left;
}
.YWSgi6-uPIt7FgVvK .interaction-text {
  color: #2B2B2B;
}
.YWSgi6-uPIt7FgVvK .interaction-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.YWSgi6-uPIt7FgVvK .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .YWSgi6-uPIt7FgVvK .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.YWSgi6-uPIt7FgVvK .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIt7FgVvK .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #dcb7a3 27%, #dcb7a3 50%, #dcb7a3 79%);
}
.YWSgi6-uPIt7FgVvK .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff5ef 27%, #fff5ef 50%, #fff5ef 79%);
}
.YWSgi6-uPIt7FgVvK .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIt7FgVvK .interaction-text,
.YWSgi6-uPIt7FgVvK .interaction-section-btn {
  color: #000000;
  text-align: left;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIu0md2VH {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f1c7b1;
  overflow: hidden;
}
.YWSgi6-uPIu0md2VH .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIu0md2VH .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIu0md2VH .container,
.YWSgi6-uPIu0md2VH .container-fluid {
  position: relative;
}
.YWSgi6-uPIu0md2VH .row {
  justify-content: left;
}
.YWSgi6-uPIu0md2VH .col-content {
  position: relative;
  z-index: 10;
}
.YWSgi6-uPIu0md2VH .interaction-section-title {
  color: #000000;
}
.YWSgi6-uPIu0md2VH .interaction-section-subtitle {
  color: #2B2B2B;
  text-align: left;
}
.YWSgi6-uPIu0md2VH .interaction-text {
  color: #2B2B2B;
}
.YWSgi6-uPIu0md2VH .interaction-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.YWSgi6-uPIu0md2VH .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .YWSgi6-uPIu0md2VH .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.YWSgi6-uPIu0md2VH .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIu0md2VH .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #dcb7a3 27%, #dcb7a3 50%, #dcb7a3 79%);
}
.YWSgi6-uPIu0md2VH .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff5ef 27%, #fff5ef 50%, #fff5ef 79%);
}
.YWSgi6-uPIu0md2VH .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIu0md2VH .interaction-text,
.YWSgi6-uPIu0md2VH .interaction-section-btn {
  color: #000000;
  text-align: left;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIu2j5NZ7 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f1c7b1;
  overflow: hidden;
}
.YWSgi6-uPIu2j5NZ7 .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIu2j5NZ7 .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIu2j5NZ7 .container,
.YWSgi6-uPIu2j5NZ7 .container-fluid {
  position: relative;
}
.YWSgi6-uPIu2j5NZ7 .row {
  justify-content: left;
}
.YWSgi6-uPIu2j5NZ7 .col-content {
  position: relative;
  z-index: 10;
}
.YWSgi6-uPIu2j5NZ7 .interaction-section-title {
  color: #000000;
}
.YWSgi6-uPIu2j5NZ7 .interaction-section-subtitle {
  color: #2B2B2B;
  text-align: left;
}
.YWSgi6-uPIu2j5NZ7 .interaction-text {
  color: #2B2B2B;
}
.YWSgi6-uPIu2j5NZ7 .interaction-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.YWSgi6-uPIu2j5NZ7 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .YWSgi6-uPIu2j5NZ7 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.YWSgi6-uPIu2j5NZ7 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIu2j5NZ7 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #dcb7a3 27%, #dcb7a3 50%, #dcb7a3 79%);
}
.YWSgi6-uPIu2j5NZ7 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff5ef 27%, #fff5ef 50%, #fff5ef 79%);
}
.YWSgi6-uPIu2j5NZ7 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIu2j5NZ7 .interaction-text,
.YWSgi6-uPIu2j5NZ7 .interaction-section-btn {
  color: #000000;
  text-align: left;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.YWSgi6-uPIu4KtqRj {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f1c7b1;
  overflow: hidden;
}
.YWSgi6-uPIu4KtqRj .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIu4KtqRj .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIu4KtqRj .container,
.YWSgi6-uPIu4KtqRj .container-fluid {
  position: relative;
}
.YWSgi6-uPIu4KtqRj .row {
  justify-content: left;
}
.YWSgi6-uPIu4KtqRj .col-content {
  position: relative;
  z-index: 10;
}
.YWSgi6-uPIu4KtqRj .interaction-section-title {
  color: #000000;
}
.YWSgi6-uPIu4KtqRj .interaction-section-subtitle {
  color: #2B2B2B;
  text-align: left;
}
.YWSgi6-uPIu4KtqRj .interaction-text {
  color: #2B2B2B;
}
.YWSgi6-uPIu4KtqRj .interaction-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.YWSgi6-uPIu4KtqRj .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .YWSgi6-uPIu4KtqRj .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.YWSgi6-uPIu4KtqRj .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIu4KtqRj .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #dcb7a3 27%, #dcb7a3 50%, #dcb7a3 79%);
}
.YWSgi6-uPIu4KtqRj .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff5ef 27%, #fff5ef 50%, #fff5ef 79%);
}
.YWSgi6-uPIu4KtqRj .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffe7da 27%, #ffe7da 50%, #ffe7da 79%);
}
.YWSgi6-uPIu4KtqRj .interaction-text,
.YWSgi6-uPIu4KtqRj .interaction-section-btn {
  color: #000000;
  text-align: left;
}
.YWSgi6-uPIJZ5R9um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1c7b1;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image.disabled {
  display: none;
}
.YWSgi6-uPIJZ5R9um .interaction-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.YWSgi6-uPIJZ5R9um .container,
.YWSgi6-uPIJZ5R9um .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .container,
  .YWSgi6-uPIJZ5R9um .container-fluid {
    padding: 0 20px;
  }
}
.YWSgi6-uPIJZ5R9um a {
  display: block;
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper {
    padding: 50px 0;
  }
}
.YWSgi6-uPIJZ5R9um a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um a .logo-wrapper img {
    margin: 0 auto;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .copy-wrapper {
    border-right: none;
  }
}
.YWSgi6-uPIJZ5R9um .copy-wrapper .copyright {
  margin-bottom: 0;
}
.YWSgi6-uPIJZ5R9um .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper {
    height: auto;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.YWSgi6-uPIJZ5R9um .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.YWSgi6-uPIJZ5R9um .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .YWSgi6-uPIJZ5R9um .card-wrapper {
    margin-bottom: 50px;
  }
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #fff5ef;
  border-radius: 24px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-section-title {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .card-wrapper .card-wrap .interaction-text {
  margin-bottom: 42px;
}
.YWSgi6-uPIJZ5R9um .copyright {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title {
  color: #3d4045;
}
.YWSgi6-uPIJZ5R9um .interaction-text {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .list {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  text-align: right;
}
.YWSgi6-uPIJZ5R9um .interaction-section-title,
.YWSgi6-uPIJZ5R9um .interaction-section-btn {
  color: #000000;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: relative !important;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  position: absolute !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand {
  border-left: 4px solid #fff5ef;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.YWSgi6-uPIZhQt12T .navbar-brand .navbar-logo a {
  outline: none;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .dropdown-item:before {
  font-family: resolution2 !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;
}
.YWSgi6-uPIZhQt12T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.YWSgi6-uPIZhQt12T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover,
.YWSgi6-uPIZhQt12T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item:hover span {
  color: white;
}
.YWSgi6-uPIZhQt12T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.YWSgi6-uPIZhQt12T .nav-link {
  position: relative;
}
.YWSgi6-uPIZhQt12T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .container {
    flex-wrap: nowrap;
  }
}
.YWSgi6-uPIZhQt12T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown-menu,
.YWSgi6-uPIZhQt12T .navbar.opened {
  background: #f1c7b1 !important;
}
.YWSgi6-uPIZhQt12T .nav-item:focus,
.YWSgi6-uPIZhQt12T .nav-link:focus {
  outline: none;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.YWSgi6-uPIZhQt12T .dropdown .dropdown-menu .dropdown-item .interaction-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.YWSgi6-uPIZhQt12T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(241, 199, 177, 0);
}
.YWSgi6-uPIZhQt12T .navbar.opened {
  transition: all 0.3s;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
  width: auto;
}
.YWSgi6-uPIZhQt12T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed {
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .YWSgi6-uPIZhQt12T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.YWSgi6-uPIZhQt12T .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%;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.YWSgi6-uPIZhQt12T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .YWSgi6-uPIZhQt12T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .YWSgi6-uPIZhQt12T .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%;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .YWSgi6-uPIZhQt12T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .YWSgi6-uPIZhQt12T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .YWSgi6-uPIZhQt12T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .YWSgi6-uPIZhQt12T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short {
  min-height: 70px;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.YWSgi6-uPIZhQt12T .dropdown-item.active,
.YWSgi6-uPIZhQt12T .dropdown-item:active {
  background-color: transparent;
}
.YWSgi6-uPIZhQt12T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.YWSgi6-uPIZhQt12T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1c7b1;
}
.YWSgi6-uPIZhQt12T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.YWSgi6-uPIZhQt12T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.YWSgi6-uPIZhQt12T ul.navbar-nav {
  flex-wrap: wrap;
}
.YWSgi6-uPIZhQt12T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.YWSgi6-uPIZhQt12T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.YWSgi6-uPIZhQt12T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.YWSgi6-uPIZhQt12T .navbar-dropdown {
  padding: 0 1rem;
}
.YWSgi6-uPIZhQt12T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.YWSgi6-uPIZhQt12T .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) {
  .YWSgi6-uPIZhQt12T .navbar {
    height: 80px;
  }
  .YWSgi6-uPIZhQt12T .navbar.opened {
    height: auto;
  }
  .YWSgi6-uPIZhQt12T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/* 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 */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes rainbow {
    0% {
        color: red;
    }
    20% {
        color: orange;
    }
    40% {
        color: yellow;
    }
    60% {
        color: green;
    }
    80% {
        color: blue;
    }
    100% {
        color: violet;
    }
}

.navbar-brand {
    animation: rainbow 3s;
}
/* endlogoanimations */

/* mainanimations */
/* Style 12: blur filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: blur(2px);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/black_fabric.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}