.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.export-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .export-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .export-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .export-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .export-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .export-iconfont {
  font-size: 1.6875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 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: #6d9878 !important;
}
.bg-success {
  background-color: #becdc2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #4b47ff !important;
}
.bg-danger {
  background-color: #6d9878 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6d9878 !important;
  border-color: #6d9878 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8bad94 !important;
  border-color: #8bad94 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8bad94 !important;
  border-color: #8bad94 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #becdc2 !important;
  border-color: #becdc2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #dbe3dd !important;
  border-color: #dbe3dd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #dbe3dd !important;
  border-color: #dbe3dd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4b47ff !important;
  border-color: #4b47ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #7d7aff !important;
  border-color: #7d7aff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7d7aff !important;
  border-color: #7d7aff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d9878 !important;
  border-color: #6d9878 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8bad94 !important;
  border-color: #8bad94 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8bad94 !important;
  border-color: #8bad94 !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: #6d9878;
  color: #6d9878;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #486650 !important;
  background-color: transparent !important;
  border-color: #486650 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9878 !important;
  border-color: #6d9878 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #becdc2;
  color: #becdc2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8da794 !important;
  background-color: transparent !important;
  border-color: #8da794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #becdc2 !important;
  border-color: #becdc2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4b47ff;
  color: #4b47ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0500ef !important;
  background-color: transparent !important;
  border-color: #0500ef !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b47ff !important;
  border-color: #4b47ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d9878;
  color: #6d9878;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #486650 !important;
  background-color: transparent !important;
  border-color: #486650 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9878 !important;
  border-color: #6d9878 !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: #6d9878 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #becdc2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #4b47ff !important;
}
.text-danger {
  color: #6d9878 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #425d49 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #84a18c !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: #0500e0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #425d49 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6d9878;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #4b47ff;
}
.alert-danger {
  background-color: #6d9878;
}
.export-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.export-gallery-filter li a {
  border-radius: 100px !important;
}
.export-gallery-filter li.active .btn {
  background-color: #6d9878;
  border-color: #6d9878;
  color: #ffffff;
}
.export-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6d9878;
}
.export-plan-header.bg-primary .export-plan-subtitle,
.export-plan-header.bg-primary .export-plan-price-desc {
  color: #b8cdbd;
}
.export-plan-header.bg-success .export-plan-subtitle,
.export-plan-header.bg-success .export-plan-price-desc {
  color: #ffffff;
}
.export-plan-header.bg-info .export-plan-subtitle,
.export-plan-header.bg-info .export-plan-price-desc {
  color: #ffffff;
}
.export-plan-header.bg-warning .export-plan-subtitle,
.export-plan-header.bg-warning .export-plan-price-desc {
  color: #ffffff;
}
.export-plan-header.bg-danger .export-plan-subtitle,
.export-plan-header.bg-danger .export-plan-price-desc {
  color: #b8cdbd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .export-iconfont {
  font-size: 1.6875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6d9878 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .export-iconfont {
  font-size: 1.6875rem;
}
blockquote {
  border-color: #6d9878;
}
/* Forms */
.export-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.export-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.export-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.export-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: #6d9878;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6d9878;
}
.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: #6d9878;
  border-bottom-color: #6d9878;
}
.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: #6d9878 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%236d9878' %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;
}
.export-section-btn .btn,
.export-section-btn-main .btn {
  padding: 10px 15px;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
  border-width: 1px !important;
  font-weight: 400 !important;
}
.export-section-btn .btn-primary:hover,
.export-section-btn-main .btn-primary:hover,
.export-section-btn .btn-secondary:hover,
.export-section-btn-main .btn-secondary:hover,
.export-section-btn .btn-success:hover,
.export-section-btn-main .btn-success:hover,
.export-section-btn .btn-info:hover,
.export-section-btn-main .btn-info:hover,
.export-section-btn .btn-warning:hover,
.export-section-btn-main .btn-warning:hover,
.export-section-btn .btn-danger:hover,
.export-section-btn-main .btn-danger:hover,
.export-section-btn .btn-black:hover,
.export-section-btn-main .btn-black:hover,
.export-section-btn .btn-white:hover,
.export-section-btn-main .btn-white:hover,
.export-section-btn .btn-primary:focus,
.export-section-btn-main .btn-primary:focus,
.export-section-btn .btn-secondary:focus,
.export-section-btn-main .btn-secondary:focus,
.export-section-btn .btn-success:focus,
.export-section-btn-main .btn-success:focus,
.export-section-btn .btn-info:focus,
.export-section-btn-main .btn-info:focus,
.export-section-btn .btn-warning:focus,
.export-section-btn-main .btn-warning:focus,
.export-section-btn .btn-danger:focus,
.export-section-btn-main .btn-danger:focus,
.export-section-btn .btn-black:focus,
.export-section-btn-main .btn-black:focus,
.export-section-btn .btn-white:focus,
.export-section-btn-main .btn-white:focus {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.export-section-btn .btn-primary-outline:hover,
.export-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -50px 0 0 #6d9878 !important;
  color: #ffffff !important;
}
.export-section-btn .btn-secondary-outline:hover,
.export-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
}
.export-section-btn .btn-success-outline:hover,
.export-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -50px 0 0 #becdc2 !important;
  color: #ffffff !important;
}
.export-section-btn .btn-info-outline:hover,
.export-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.export-section-btn .btn-warning-outline:hover,
.export-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -50px 0 0 #4b47ff !important;
  color: #ffffff !important;
}
.export-section-btn .btn-danger-outline:hover,
.export-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -50px 0 0 #6d9878 !important;
  color: #ffffff !important;
}
.export-section-btn .btn-black-outline:hover,
.export-section-btn-main .btn-black-outline:hover {
  box-shadow: inset 0 -50px 0 0 #000000 !important;
  color: #ffffff !important;
}
.export-section-btn .btn-white-outline:hover,
.export-section-btn-main .btn-white-outline:hover {
  box-shadow: inset 0 -50px 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5km2ADtS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar.opened,
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5km2ADtS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-text,
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5km2ADtS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5km2ADtS .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-item:hover,
  .VU2wHTBx-uO5km2ADtS .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover,
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5km2ADtS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5km2ADtS .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5km2ADtS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu,
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5km2ADtS .nav-item:focus,
.VU2wHTBx-uO5km2ADtS .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown-item.active,
.VU2wHTBx-uO5km2ADtS .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5km2ADtS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5km2ADtS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5km2ADtS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5km2ADtS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5km2ADtS .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5km2ADtS .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5km2ADtS .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle,
.VU2wHTBx-uO5km2ADtS .text_widget,
.VU2wHTBx-uO5km2ADtS .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5kpPr8kA {
  background-color: #ffffff;
}
.VU2wHTBx-uO5kpPr8kA .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5kpPr8kA .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5kpPr8kA .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.VU2wHTBx-uO5kpPr8kA .title-wrapper .export-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .title-wrapper .export-section-title {
    margin-bottom: 32px;
  }
}
.VU2wHTBx-uO5kpPr8kA .title-wrapper .export-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .title-wrapper .export-text {
    margin-bottom: 32px;
  }
}
.VU2wHTBx-uO5kpPr8kA .title-wrapper .export-section-btn {
  position: relative;
}
.VU2wHTBx-uO5kpPr8kA .title-wrapper .export-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #e4e8e5;
}
.VU2wHTBx-uO5kpPr8kA .title-wrapper .export-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .title-wrapper .export-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper {
  position: relative;
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #e4e8e5;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kpPr8kA .image-wrapper::after {
    display: none;
  }
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #becdc2;
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper .image_2 {
  display: block;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
  margin: -2rem 2rem 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kpPr8kA .image-wrapper .image_2 {
    margin: 0;
  }
}
.VU2wHTBx-uO5kpPr8kA .image-wrapper .image_3 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 310px;
  height: 200px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kpPr8kA .image-wrapper .image_3 {
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kpPr8kA .image-wrapper .image_3 {
    position: static;
    width: 100%;
  }
}
.VU2wHTBx-uO5kpPr8kA .export-section-title {
  color: #101511;
}
.VU2wHTBx-uO5kpPr8kA .export-text {
  color: #000000;
}
.VU2wHTBx-uO5kUbeKZ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5kUbeKZ5 .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5kUbeKZ5 .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kUbeKZ5 .container {
    padding: 0 30px;
  }
}
.VU2wHTBx-uO5kUbeKZ5 .row {
  justify-content: center;
}
.VU2wHTBx-uO5kUbeKZ5 .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #6d9878;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kUbeKZ5 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kUbeKZ5 .title-wrapper {
    margin: 0;
  }
}
.VU2wHTBx-uO5kUbeKZ5 .title-wrapper .export-section-subtitle {
  margin-bottom: 30px;
}
.VU2wHTBx-uO5kUbeKZ5 .title-wrapper .export-section-title {
  margin-bottom: 50px;
}
.VU2wHTBx-uO5kUbeKZ5 .text-wrapper .export-text {
  margin-bottom: 16px;
}
.VU2wHTBx-uO5kUbeKZ5 .text-wrapper .export-name {
  margin-bottom: 0;
}
.VU2wHTBx-uO5kUbeKZ5 .export-section-subtitle {
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5kUbeKZ5 .export-section-title {
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5kUbeKZ5 .export-text {
  color: #000000;
}
.VU2wHTBx-uO5kUbeKZ5 .export-name {
  color: #f1f4e9;
  text-align: center;
}
.VU2wHTBx-uO5kZKjilU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5kZKjilU .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5kZKjilU .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kZKjilU .container {
    padding: 0 16px;
  }
}
.VU2wHTBx-uO5kZKjilU .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d9878;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5kZKjilU .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.VU2wHTBx-uO5kZKjilU .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kZKjilU .image-wrapper img {
    height: 300px;
  }
}
.VU2wHTBx-uO5kZKjilU .text-wrapper .export-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kZKjilU .text-wrapper .export-section-title {
    margin-bottom: 20px;
  }
}
.VU2wHTBx-uO5kZKjilU .text-wrapper .export-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kZKjilU .text-wrapper .export-desc {
    margin-bottom: 20px;
  }
}
.VU2wHTBx-uO5kZKjilU .text-wrapper .export-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5kZKjilU .text-wrapper .export-text {
    margin-bottom: 20px;
  }
}
.VU2wHTBx-uO5kZKjilU .export-desc {
  color: #000000;
}
.VU2wHTBx-uO5kZKjilU .export-section-title,
.VU2wHTBx-uO5kZKjilU .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5kZKjilU .export-text {
  color: #000000;
}
.VU2wHTBx-uO5l8dtjmP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VU2wHTBx-uO5l8dtjmP .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5l8dtjmP .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5l8dtjmP .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5l8dtjmP .title-wrapper .export-section-title {
    margin-bottom: 40px;
  }
}
.VU2wHTBx-uO5l8dtjmP .items-wrapper {
  margin: 0 -5px;
}
.VU2wHTBx-uO5l8dtjmP .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5l8dtjmP .item {
    margin-bottom: 16px;
  }
  .VU2wHTBx-uO5l8dtjmP .item:last-child {
    margin-bottom: 0;
  }
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  border: 1px solid #6d9878;
}
@media (max-width: 1200px) {
  .VU2wHTBx-uO5l8dtjmP .item .item-wrapper {
    padding: 24px;
  }
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #6d9878;
  pointer-events: none;
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box {
  position: relative;
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box .card-price {
  padding-bottom: 16px;
  border-bottom: 1px dashed #6d9878;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box .card-price {
    margin-bottom: 24px;
  }
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box .list .item-wrap {
  padding-bottom: 8px;
  border-bottom: 1px solid #6d9878;
  margin-bottom: 16px;
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .export-section-btn {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5l8dtjmP .item .item-wrapper .export-section-btn {
    margin-top: 24px;
  }
}
.VU2wHTBx-uO5l8dtjmP .item .item-wrapper .export-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5l8dtjmP .item .item-wrapper .export-section-btn .btn {
    padding: 22px 40px;
  }
}
.VU2wHTBx-uO5l8dtjmP .export-section-title {
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5l8dtjmP .card-title {
  color: #ffffff;
  text-align: center;
}
.VU2wHTBx-uO5l8dtjmP .card-price {
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5l8dtjmP .list {
  color: #ffffff;
}
.VU2wHTBx-uO5l8dtjmP .card-title,
.VU2wHTBx-uO5l8dtjmP .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5l8dtjmP .list,
.VU2wHTBx-uO5l8dtjmP .item-wrap,
.VU2wHTBx-uO5l8dtjmP .nav-wrapper {
  color: #000000;
}
.VU2wHTBx-uO5ltjcpHl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6d9878;
}
.VU2wHTBx-uO5ltjcpHl .row {
  flex-directiion: row-reverse;
}
.VU2wHTBx-uO5ltjcpHl .card-wrapper {
  width: 100%;
  height: 100%;
}
.VU2wHTBx-uO5ltjcpHl .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.VU2wHTBx-uO5ltjcpHl .second-card-title {
  text-align: center;
  color: #000000;
}
.VU2wHTBx-uO5ltjcpHl .second-card-subtitle {
  text-align: center;
}
.VU2wHTBx-uO5ltjcpHl .second-card {
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5ltjcpHl .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5ltjcpHl [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.VU2wHTBx-uO5ltjcpHl .second-card-subtitle,
.VU2wHTBx-uO5ltjcpHl .second-btn {
  text-align: center;
  color: #000000;
}
.VU2wHTBx-uO5ltjcpHl .card {
  border-radius: 0 !important;
}
.VU2wHTBx-uO5ltjcpHl .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5ltjcpHl .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5lxlC5Uw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5lxlC5Uw .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5lxlC5Uw .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5lxlC5Uw .row {
  justify-content: center;
}
.VU2wHTBx-uO5lxlC5Uw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lxlC5Uw .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5lxlC5Uw .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lxlC5Uw .item {
    margin-bottom: 16px;
  }
}
.VU2wHTBx-uO5lxlC5Uw .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5lxlC5Uw .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.VU2wHTBx-uO5lxlC5Uw .item .item-wrapper .contact-wrapper .contact-wrap .export-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #6d9878;
  color: #fbf3e5;
}
.VU2wHTBx-uO5lxlC5Uw .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.VU2wHTBx-uO5lxlC5Uw .export-section-title {
  color: #ffffff;
  text-align: center;
}
.VU2wHTBx-uO5lxlC5Uw .card-title {
  color: #000000;
}
.VU2wHTBx-uO5lxlC5Uw .export-section-title,
.VU2wHTBx-uO5lxlC5Uw .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5km2ADtS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar.opened,
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5km2ADtS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-text,
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5km2ADtS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5km2ADtS .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-item:hover,
  .VU2wHTBx-uO5km2ADtS .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover,
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5km2ADtS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5km2ADtS .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5km2ADtS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu,
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5km2ADtS .nav-item:focus,
.VU2wHTBx-uO5km2ADtS .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown-item.active,
.VU2wHTBx-uO5km2ADtS .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5km2ADtS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5km2ADtS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5km2ADtS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5km2ADtS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5km2ADtS .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5km2ADtS .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5km2ADtS .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle,
.VU2wHTBx-uO5km2ADtS .text_widget,
.VU2wHTBx-uO5km2ADtS .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5lFx8Qoa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5lFx8Qoa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.VU2wHTBx-uO5lFx8Qoa .card-title {
  margin-bottom: 26px;
  color: #000000;
}
.VU2wHTBx-uO5lFx8Qoa .export-text {
  margin-bottom: 30px;
}
.VU2wHTBx-uO5lFx8Qoa .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.VU2wHTBx-uO5lFx8Qoa .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(109, 152, 120, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.VU2wHTBx-uO5lFx8Qoa .iconfont-wrapper .export-iconfont {
  color: #6d9878;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.VU2wHTBx-uO5lFx8Qoa .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.VU2wHTBx-uO5lFx8Qoa .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.VU2wHTBx-uO5lFx8Qoa .btn_link:hover {
  cursor: pointer;
}
.VU2wHTBx-uO5lFx8Qoa .btn_link:hover a {
  color: #6d9878 !important;
}
.VU2wHTBx-uO5lFx8Qoa .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5lFx8Qoa .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5lFx8Qoa .text-wrapper {
    text-align: center;
  }
  .VU2wHTBx-uO5lFx8Qoa .image-wrapper {
    margin-bottom: 40px;
  }
  .VU2wHTBx-uO5lFx8Qoa .export-text {
    margin-bottom: 20px;
  }
  .VU2wHTBx-uO5lFx8Qoa .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.VU2wHTBx-uO5lFx8Qoa .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5lFx8Qoa .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5lFx8Qoa .export-text,
.VU2wHTBx-uO5lFx8Qoa .btn_link {
  color: #000000;
}
.VU2wHTBx-uO5lFx8Qoa .card-title,
.VU2wHTBx-uO5lFx8Qoa .icon_block {
  text-align: left;
}
.VU2wHTBx-uO5lI0EjhG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5lI0EjhG .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%236d9878'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%23becdc2'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%236d9878'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lI0EjhG .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.VU2wHTBx-uO5lI0EjhG .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #fbe1b2;
  flex-direction: column;
}
.VU2wHTBx-uO5lI0EjhG .export-section-title,
.VU2wHTBx-uO5lI0EjhG .export-section-text,
.VU2wHTBx-uO5lI0EjhG .section-subtitle,
.VU2wHTBx-uO5lI0EjhG .export-section-btn {
  z-index: 0;
}
.VU2wHTBx-uO5lI0EjhG .section-subtitle {
  margin-bottom: 20.4px;
}
.VU2wHTBx-uO5lI0EjhG .section-subtitle,
.VU2wHTBx-uO5lI0EjhG .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5lI0EjhG .export-section-text,
.VU2wHTBx-uO5lI0EjhG .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5lI0EjhG .export-section-title {
  color: #000000;
}
.VU2wHTBx-uO5lJjguDw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5lJjguDw .export-overlay {
  padding: 0;
  background: #fbf3e5;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5lJjguDw .text-wrapper {
    padding-top: 30px;
  }
}
.VU2wHTBx-uO5lJjguDw .export-text {
  margin-bottom: 20.4px;
}
.VU2wHTBx-uO5lJjguDw .export-text,
.VU2wHTBx-uO5lJjguDw .export-section-btn {
  text-align: left;
  color: #000000;
}
.VU2wHTBx-uO5lJjguDw .export-section-subtitle {
  color: #000000;
  text-align: left;
}
.VU2wHTBx-uO5lJjguDw .section-subtext {
  color: #000000;
  text-align: left;
}
.VU2wHTBx-uO5lJjguDw .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5lJjguDw .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5lLpf8D6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5lLpf8D6 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
  height: 100%;
}
@media (max-width: 767px) {
  .VU2wHTBx-uO5lLpf8D6 .wrap {
    padding: 30px 15px;
  }
}
.VU2wHTBx-uO5lLpf8D6 .wrap:hover .item-title a {
  color: #000000 !important;
}
.VU2wHTBx-uO5lLpf8D6 .icon_block,
.VU2wHTBx-uO5lLpf8D6 .item-title {
  margin-bottom: 12px;
}
.VU2wHTBx-uO5lLpf8D6 .icon_block .export-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.VU2wHTBx-uO5lLpf8D6 .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.VU2wHTBx-uO5lLpf8D6 .item:before {
  content: "\e95e";
  font-family: 'canvas2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.VU2wHTBx-uO5lLpf8D6 .export-section-btn {
  margin-top: 25px;
}
.VU2wHTBx-uO5lLpf8D6 .export-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.VU2wHTBx-uO5lLpf8D6 .item-title,
.VU2wHTBx-uO5lLpf8D6 .icon_block {
  text-align: left;
  color: #000000;
}
.VU2wHTBx-uO5lLpf8D6 .export-text,
.VU2wHTBx-uO5lLpf8D6 .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5km2ADtS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar.opened,
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5km2ADtS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-text,
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5km2ADtS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5km2ADtS .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-item:hover,
  .VU2wHTBx-uO5km2ADtS .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover,
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5km2ADtS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5km2ADtS .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5km2ADtS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu,
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5km2ADtS .nav-item:focus,
.VU2wHTBx-uO5km2ADtS .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown-item.active,
.VU2wHTBx-uO5km2ADtS .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5km2ADtS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5km2ADtS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5km2ADtS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5km2ADtS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5km2ADtS .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5km2ADtS .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5km2ADtS .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle,
.VU2wHTBx-uO5km2ADtS .text_widget,
.VU2wHTBx-uO5km2ADtS .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5lVR7R8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5lVR7R8b .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5lVR7R8b .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5lVR7R8b .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lVR7R8b .container-fluid {
    padding: 0 20px;
  }
}
.VU2wHTBx-uO5lVR7R8b .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lVR7R8b .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lVR7R8b .title-wrapper {
    margin-top: 45px;
  }
}
.VU2wHTBx-uO5lVR7R8b .title-wrapper .export-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5lVR7R8b .title-wrapper .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VU2wHTBx-uO5lVR7R8b .title-wrapper .export-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5lVR7R8b .title-wrapper .export-section-title {
    margin-bottom: 10px;
  }
}
.VU2wHTBx-uO5lVR7R8b .title-wrapper .export-text {
  line-height: inherit;
  margin-bottom: 0;
}
.VU2wHTBx-uO5lVR7R8b .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5lVR7R8b .title-wrapper .list {
    margin-top: 20px;
  }
}
.VU2wHTBx-uO5lVR7R8b .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .VU2wHTBx-uO5lVR7R8b .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.VU2wHTBx-uO5lVR7R8b .title-wrapper .list .item-wrap .export-iconfont {
  margin-right: 12px;
  color: #4a6251;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5lVR7R8b .export-form {
    margin-top: 32px;
  }
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #000000 !important;
  padding: 14px 0;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group .form-control:hover {
  border-color: #000000 !important;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #000000;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .export-section-btn {
  margin-top: 20px;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .export-section-btn .btn {
  flex-direction: row-reverse;
}
.VU2wHTBx-uO5lVR7R8b .dragArea.row .export-section-btn .btn .export-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.VU2wHTBx-uO5lVR7R8b .export-section-subtitle {
  color: #000000;
}
.VU2wHTBx-uO5lVR7R8b .export-section-title {
  color: #000000;
}
.VU2wHTBx-uO5lVR7R8b .export-text {
  color: #000000;
}
.VU2wHTBx-uO5lVR7R8b .list {
  color: #000000;
}
.VU2wHTBx-uO5lVR7R8b label {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5km2ADtS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar.opened,
  .VU2wHTBx-uO5km2ADtS .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5km2ADtS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-text,
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5km2ADtS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5km2ADtS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5km2ADtS .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-item:hover,
  .VU2wHTBx-uO5km2ADtS .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover,
.VU2wHTBx-uO5km2ADtS .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5km2ADtS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5km2ADtS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5km2ADtS .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5km2ADtS .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5km2ADtS .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5km2ADtS .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5km2ADtS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .dropdown-menu,
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5km2ADtS .nav-item:focus,
.VU2wHTBx-uO5km2ADtS .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5km2ADtS .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5km2ADtS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5km2ADtS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5km2ADtS .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5km2ADtS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5km2ADtS .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5km2ADtS .dropdown-item.active,
.VU2wHTBx-uO5km2ADtS .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5km2ADtS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5km2ADtS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5km2ADtS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5km2ADtS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5km2ADtS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5km2ADtS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5km2ADtS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5km2ADtS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5km2ADtS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5km2ADtS .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5km2ADtS .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5km2ADtS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5km2ADtS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5km2ADtS .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5km2ADtS .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5km2ADtS .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5km2ADtS .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5km2ADtS .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS .export-section-subtitle,
.VU2wHTBx-uO5km2ADtS .text_widget,
.VU2wHTBx-uO5km2ADtS .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5km2ADtS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5moT24z8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5moT24z8 .item-wrapper {
  background: #fbf3e5;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .VU2wHTBx-uO5moT24z8 .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.VU2wHTBx-uO5moT24z8 .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.VU2wHTBx-uO5moT24z8 .item-title,
.VU2wHTBx-uO5moT24z8 .card_topic {
  margin-bottom: 12px;
}
.VU2wHTBx-uO5moT24z8 .category_content {
  opacity: .8;
}
.VU2wHTBx-uO5moT24z8 .card_topic .export-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.VU2wHTBx-uO5moT24z8 .export-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6d9878;
}
.VU2wHTBx-uO5moT24z8 .export-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.VU2wHTBx-uO5moT24z8 .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5moT24z8 .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5moT24z8 H5 {
  text-align: center;
  color: #000000;
}
.VU2wHTBx-uO5moT24z8 .export-text,
.VU2wHTBx-uO5moT24z8 .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5muw0BYY .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5muw0BYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5muw0BYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5muw0BYY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5muw0BYY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5muw0BYY .menu_box .navbar.opened,
  .VU2wHTBx-uO5muw0BYY .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5muw0BYY .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5muw0BYY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5muw0BYY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5muw0BYY .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5muw0BYY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5muw0BYY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas-body .export-text,
  .VU2wHTBx-uO5muw0BYY .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5muw0BYY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5muw0BYY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5muw0BYY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5muw0BYY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5muw0BYY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5muw0BYY .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5muw0BYY .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5muw0BYY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5muw0BYY .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .nav-item:hover,
  .VU2wHTBx-uO5muw0BYY .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5muw0BYY .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5muw0BYY .nav-item .nav-link:hover,
.VU2wHTBx-uO5muw0BYY .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5muw0BYY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5muw0BYY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5muw0BYY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5muw0BYY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5muw0BYY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5muw0BYY .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5muw0BYY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5muw0BYY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5muw0BYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5muw0BYY .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5muw0BYY .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5muw0BYY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5muw0BYY .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5muw0BYY .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5muw0BYY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5muw0BYY .dropdown-menu,
.VU2wHTBx-uO5muw0BYY .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5muw0BYY .nav-item:focus,
.VU2wHTBx-uO5muw0BYY .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5muw0BYY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5muw0BYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5muw0BYY .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5muw0BYY .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5muw0BYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5muw0BYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5muw0BYY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5muw0BYY .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5muw0BYY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5muw0BYY .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5muw0BYY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5muw0BYY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5muw0BYY .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5muw0BYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5muw0BYY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5muw0BYY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5muw0BYY .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5muw0BYY .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5muw0BYY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5muw0BYY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5muw0BYY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5muw0BYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5muw0BYY .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5muw0BYY .dropdown-item.active,
.VU2wHTBx-uO5muw0BYY .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5muw0BYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5muw0BYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5muw0BYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5muw0BYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5muw0BYY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5muw0BYY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5muw0BYY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5muw0BYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5muw0BYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5muw0BYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5muw0BYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5muw0BYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5muw0BYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5muw0BYY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5muw0BYY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5muw0BYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5muw0BYY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5muw0BYY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5muw0BYY .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5muw0BYY .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5muw0BYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5muw0BYY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5muw0BYY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5muw0BYY .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5muw0BYY .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5muw0BYY .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5muw0BYY .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5muw0BYY .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5muw0BYY .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5muw0BYY .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5muw0BYY .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5muw0BYY .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5muw0BYY .export-section-subtitle,
.VU2wHTBx-uO5muw0BYY .text_widget,
.VU2wHTBx-uO5muw0BYY .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5muw0BYY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5q3x1FzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5q3x1FzF .item-wrapper {
  background: #fbf3e5;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .VU2wHTBx-uO5q3x1FzF .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.VU2wHTBx-uO5q3x1FzF .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.VU2wHTBx-uO5q3x1FzF .item-title,
.VU2wHTBx-uO5q3x1FzF .card_topic {
  margin-bottom: 12px;
}
.VU2wHTBx-uO5q3x1FzF .category_content {
  opacity: .8;
}
.VU2wHTBx-uO5q3x1FzF .card_topic .export-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.VU2wHTBx-uO5q3x1FzF .export-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6d9878;
}
.VU2wHTBx-uO5q3x1FzF .export-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.VU2wHTBx-uO5q3x1FzF .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5q3x1FzF .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5q3x1FzF H5 {
  text-align: center;
  color: #000000;
}
.VU2wHTBx-uO5q3x1FzF .export-text,
.VU2wHTBx-uO5q3x1FzF .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5mwihuwB .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5mwihuwB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5mwihuwB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5mwihuwB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mwihuwB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5mwihuwB .menu_box .navbar.opened,
  .VU2wHTBx-uO5mwihuwB .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5mwihuwB .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5mwihuwB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mwihuwB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mwihuwB .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5mwihuwB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5mwihuwB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas-body .export-text,
  .VU2wHTBx-uO5mwihuwB .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5mwihuwB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5mwihuwB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5mwihuwB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5mwihuwB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5mwihuwB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5mwihuwB .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5mwihuwB .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5mwihuwB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mwihuwB .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .nav-item:hover,
  .VU2wHTBx-uO5mwihuwB .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5mwihuwB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5mwihuwB .nav-item .nav-link:hover,
.VU2wHTBx-uO5mwihuwB .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5mwihuwB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5mwihuwB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mwihuwB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5mwihuwB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5mwihuwB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5mwihuwB .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5mwihuwB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5mwihuwB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5mwihuwB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5mwihuwB .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5mwihuwB .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5mwihuwB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5mwihuwB .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5mwihuwB .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5mwihuwB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5mwihuwB .dropdown-menu,
.VU2wHTBx-uO5mwihuwB .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5mwihuwB .nav-item:focus,
.VU2wHTBx-uO5mwihuwB .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5mwihuwB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5mwihuwB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5mwihuwB .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5mwihuwB .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5mwihuwB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5mwihuwB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5mwihuwB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5mwihuwB .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5mwihuwB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5mwihuwB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5mwihuwB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5mwihuwB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mwihuwB .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5mwihuwB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5mwihuwB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5mwihuwB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5mwihuwB .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5mwihuwB .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5mwihuwB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5mwihuwB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5mwihuwB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5mwihuwB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5mwihuwB .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5mwihuwB .dropdown-item.active,
.VU2wHTBx-uO5mwihuwB .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5mwihuwB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5mwihuwB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5mwihuwB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5mwihuwB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5mwihuwB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5mwihuwB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5mwihuwB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5mwihuwB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5mwihuwB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mwihuwB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5mwihuwB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5mwihuwB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mwihuwB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mwihuwB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5mwihuwB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5mwihuwB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mwihuwB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5mwihuwB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5mwihuwB .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5mwihuwB .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5mwihuwB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5mwihuwB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5mwihuwB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5mwihuwB .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5mwihuwB .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5mwihuwB .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mwihuwB .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5mwihuwB .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5mwihuwB .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5mwihuwB .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5mwihuwB .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5mwihuwB .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5mwihuwB .export-section-subtitle,
.VU2wHTBx-uO5mwihuwB .text_widget,
.VU2wHTBx-uO5mwihuwB .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5mwihuwB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5q53eOA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5q53eOA7 .item-wrapper {
  background: #fbf3e5;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .VU2wHTBx-uO5q53eOA7 .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.VU2wHTBx-uO5q53eOA7 .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.VU2wHTBx-uO5q53eOA7 .item-title,
.VU2wHTBx-uO5q53eOA7 .card_topic {
  margin-bottom: 12px;
}
.VU2wHTBx-uO5q53eOA7 .category_content {
  opacity: .8;
}
.VU2wHTBx-uO5q53eOA7 .card_topic .export-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.VU2wHTBx-uO5q53eOA7 .export-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6d9878;
}
.VU2wHTBx-uO5q53eOA7 .export-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.VU2wHTBx-uO5q53eOA7 .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5q53eOA7 .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5q53eOA7 H5 {
  text-align: center;
  color: #000000;
}
.VU2wHTBx-uO5q53eOA7 .export-text,
.VU2wHTBx-uO5q53eOA7 .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5mxVJR15 .navbar-dropdown {
  background-color: #fbf3e5 !important;
  padding: 0;
}
.VU2wHTBx-uO5mxVJR15 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fbf3e5 !important;
  background: #fbf3e5;
}
.VU2wHTBx-uO5mxVJR15 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VU2wHTBx-uO5mxVJR15 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mxVJR15 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .VU2wHTBx-uO5mxVJR15 .menu_box .navbar.opened,
  .VU2wHTBx-uO5mxVJR15 .menu_box .navbar-collapse {
    background-color: #fbf3e5 !important;
    transition: all 0s ease 0s;
  }
}
.VU2wHTBx-uO5mxVJR15 .navbar-dropdown {
  position: relative !important;
}
.VU2wHTBx-uO5mxVJR15 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mxVJR15 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mxVJR15 .export-section-btn-main {
    margin-top: 1rem;
  }
}
.VU2wHTBx-uO5mxVJR15 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.VU2wHTBx-uO5mxVJR15 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas-body .export-text,
  .VU2wHTBx-uO5mxVJR15 .offcanvas-body .export-section-subtitle {
    margin-bottom: 32px;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .VU2wHTBx-uO5mxVJR15 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .VU2wHTBx-uO5mxVJR15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5mxVJR15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .VU2wHTBx-uO5mxVJR15 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .VU2wHTBx-uO5mxVJR15 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .VU2wHTBx-uO5mxVJR15 .lg_brand {
    margin: 0 1rem;
  }
}
.VU2wHTBx-uO5mxVJR15 .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .VU2wHTBx-uO5mxVJR15 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mxVJR15 .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .nav-item:hover,
  .VU2wHTBx-uO5mxVJR15 .nav-item:focus {
    background-color: #ffffff;
    border-color: #000000;
  }
}
.VU2wHTBx-uO5mxVJR15 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.VU2wHTBx-uO5mxVJR15 .nav-item .nav-link:hover,
.VU2wHTBx-uO5mxVJR15 .nav-item .nav-link:focus {
  opacity: 1;
  color: #6d9878 !important;
}
.VU2wHTBx-uO5mxVJR15 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .VU2wHTBx-uO5mxVJR15 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mxVJR15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .VU2wHTBx-uO5mxVJR15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .VU2wHTBx-uO5mxVJR15 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .VU2wHTBx-uO5mxVJR15 .offcanvas_box {
    display: none;
  }
}
.VU2wHTBx-uO5mxVJR15 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.VU2wHTBx-uO5mxVJR15 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.VU2wHTBx-uO5mxVJR15 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.VU2wHTBx-uO5mxVJR15 .container {
  display: flex;
  margin: auto;
}
.VU2wHTBx-uO5mxVJR15 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.VU2wHTBx-uO5mxVJR15 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.VU2wHTBx-uO5mxVJR15 .iconfont-wrapper:hover {
  opacity: .5;
}
.VU2wHTBx-uO5mxVJR15 .navbar-caption {
  color: #222222;
}
.VU2wHTBx-uO5mxVJR15 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .navbar-nav {
    margin: 0;
  }
}
.VU2wHTBx-uO5mxVJR15 .dropdown-menu,
.VU2wHTBx-uO5mxVJR15 .navbar.opened {
  background-color: false !important;
}
.VU2wHTBx-uO5mxVJR15 .nav-item:focus,
.VU2wHTBx-uO5mxVJR15 .nav-link:focus {
  outline: none;
}
.VU2wHTBx-uO5mxVJR15 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5mxVJR15 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VU2wHTBx-uO5mxVJR15 .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VU2wHTBx-uO5mxVJR15 .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VU2wHTBx-uO5mxVJR15 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VU2wHTBx-uO5mxVJR15 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VU2wHTBx-uO5mxVJR15 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.VU2wHTBx-uO5mxVJR15 .navbar.opened {
  transition: all 0.3s;
}
.VU2wHTBx-uO5mxVJR15 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.VU2wHTBx-uO5mxVJR15 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px;
}
.VU2wHTBx-uO5mxVJR15 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed {
  justify-content: center;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.VU2wHTBx-uO5mxVJR15 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .VU2wHTBx-uO5mxVJR15 .navbar .nav-item {
    padding: .5rem 0;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar .icons-menu {
    padding: 0;
  }
}
.VU2wHTBx-uO5mxVJR15 .navbar.navbar-short {
  min-height: 60px;
}
.VU2wHTBx-uO5mxVJR15 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VU2wHTBx-uO5mxVJR15 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VU2wHTBx-uO5mxVJR15 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VU2wHTBx-uO5mxVJR15 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.VU2wHTBx-uO5mxVJR15 .navbar-brand .navbar-logo a {
  outline: none;
}
.VU2wHTBx-uO5mxVJR15 .dropdown-item.active,
.VU2wHTBx-uO5mxVJR15 .dropdown-item:active {
  background-color: transparent;
}
.VU2wHTBx-uO5mxVJR15 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VU2wHTBx-uO5mxVJR15 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VU2wHTBx-uO5mxVJR15 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VU2wHTBx-uO5mxVJR15 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VU2wHTBx-uO5mxVJR15 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.VU2wHTBx-uO5mxVJR15 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VU2wHTBx-uO5mxVJR15 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fbf3e5;
  background: #fbf3e5;
}
.VU2wHTBx-uO5mxVJR15 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.VU2wHTBx-uO5mxVJR15 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mxVJR15 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5mxVJR15 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VU2wHTBx-uO5mxVJR15 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mxVJR15 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mxVJR15 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5mxVJR15 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VU2wHTBx-uO5mxVJR15 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VU2wHTBx-uO5mxVJR15 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.VU2wHTBx-uO5mxVJR15 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VU2wHTBx-uO5mxVJR15 .navbar {
    height: 70px;
  }
  .VU2wHTBx-uO5mxVJR15 .navbar.opened {
    height: auto;
  }
  .VU2wHTBx-uO5mxVJR15 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VU2wHTBx-uO5mxVJR15 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .VU2wHTBx-uO5mxVJR15 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.VU2wHTBx-uO5mxVJR15 .export-section-btn-main {
  padding-top: 5px;
}
.VU2wHTBx-uO5mxVJR15 .export-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .export-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.VU2wHTBx-uO5mxVJR15 .navbar-caption:hover {
  color: #6d9878;
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .VU2wHTBx-uO5mxVJR15 .nav-dropdown {
    margin: 0 auto;
  }
}
.VU2wHTBx-uO5mxVJR15 .text_widget {
  margin-bottom: 24px;
}
.VU2wHTBx-uO5mxVJR15 .text_widget a {
  transition: all 0.3s ease-out;
}
.VU2wHTBx-uO5mxVJR15 .text_widget a:hover {
  color: #000000 !important;
}
.VU2wHTBx-uO5mxVJR15 .export-section-subtitle {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5mxVJR15 .export-text {
  color: #222222;
  text-align: center;
}
.VU2wHTBx-uO5mxVJR15 .export-section-subtitle,
.VU2wHTBx-uO5mxVJR15 .text_widget,
.VU2wHTBx-uO5mxVJR15 .export-section-btn {
  text-align: center;
}
.VU2wHTBx-uO5mxVJR15 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.VU2wHTBx-uO5q6tlpEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe1b2;
}
.VU2wHTBx-uO5q6tlpEs .item-wrapper {
  background: #fbf3e5;
  padding: 70px 40px 70px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .VU2wHTBx-uO5q6tlpEs .item-wrapper {
    padding: 70px 20px 70px;
  }
}
.VU2wHTBx-uO5q6tlpEs .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.VU2wHTBx-uO5q6tlpEs .item-title,
.VU2wHTBx-uO5q6tlpEs .card_topic {
  margin-bottom: 12px;
}
.VU2wHTBx-uO5q6tlpEs .category_content {
  opacity: .8;
}
.VU2wHTBx-uO5q6tlpEs .card_topic .export-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.VU2wHTBx-uO5q6tlpEs .export-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #6d9878;
}
.VU2wHTBx-uO5q6tlpEs .export-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.VU2wHTBx-uO5q6tlpEs .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5q6tlpEs .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5q6tlpEs H5 {
  text-align: center;
  color: #000000;
}
.VU2wHTBx-uO5q6tlpEs .export-text,
.VU2wHTBx-uO5q6tlpEs .export-section-btn {
  color: #000000;
}
.VU2wHTBx-uO5xLx7p1X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fbf3e5;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image.disabled {
  display: none;
}
.VU2wHTBx-uO5xLx7p1X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VU2wHTBx-uO5xLx7p1X .row {
  justify-content: center;
}
.VU2wHTBx-uO5xLx7p1X .main-content {
  background-color: #fbf3e5;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VU2wHTBx-uO5xLx7p1X .title-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VU2wHTBx-uO5xLx7p1X .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:hover,
.VU2wHTBx-uO5xLx7p1X .list .item-wrap:focus {
  transform: translateX(14px);
}
.VU2wHTBx-uO5xLx7p1X .export-copy {
  margin: 0;
  color: #000000;
  text-align: center;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-text {
  color: #151e11;
}
.VU2wHTBx-uO5xLx7p1X .export-section-title,
.VU2wHTBx-uO5xLx7p1X .export-section-btn {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* logoanimations */
@keyframes bounceUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.navbar-brand {
    animation: bounceUp 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 28: border-radius pulse */
a, button, .btn {
  transition: border-radius 0.2s ease;
  border-radius: 4px;
}
a:active, button:active, .btn:active {
  border-radius: 50%;
}
/* endmainanimations */
