.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.depth-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .depth-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1em;
}
.display-2 > .depth-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .depth-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Instrument Serif', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .depth-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .depth-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6e5854 !important;
}
.bg-success {
  background-color: #b7a7a3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7f1e3 !important;
}
.bg-danger {
  background-color: #6e5854 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6e5854 !important;
  border-color: #6e5854 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8b6f6a !important;
  border-color: #8b6f6a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f6a !important;
  border-color: #8b6f6a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e5854 !important;
  border-color: #6e5854 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8b6f6a !important;
  border-color: #8b6f6a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8b6f6a !important;
  border-color: #8b6f6a !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: #b7a7a3 !important;
  border-color: #b7a7a3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cdc2c0 !important;
  border-color: #cdc2c0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdc2c0 !important;
  border-color: #cdc2c0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
  color: #aa8631 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aa8631 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e5854 !important;
  border-color: #6e5854 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8b6f6a !important;
  border-color: #8b6f6a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b6f6a !important;
  border-color: #8b6f6a !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: #6e5854;
  color: #6e5854;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3d312e !important;
  background-color: transparent !important;
  border-color: #3d312e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e5854 !important;
  border-color: #6e5854 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6e5854;
  color: #6e5854;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3d312e !important;
  background-color: transparent !important;
  border-color: #3d312e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e5854 !important;
  border-color: #6e5854 !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: #b7a7a3;
  color: #b7a7a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #917872 !important;
  background-color: transparent !important;
  border-color: #917872 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b7a7a3 !important;
  border-color: #b7a7a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f7f1e3;
  color: #f7f1e3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e4cfa0 !important;
  background-color: transparent !important;
  border-color: #e4cfa0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #aa8631 !important;
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6e5854;
  color: #6e5854;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3d312e !important;
  background-color: transparent !important;
  border-color: #3d312e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e5854 !important;
  border-color: #6e5854 !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: #6e5854 !important;
}
.text-secondary {
  color: #6e5854 !important;
}
.text-success {
  color: #b7a7a3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7f1e3 !important;
}
.text-danger {
  color: #6e5854 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #342a28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #342a28 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #89716b !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: #e0c994 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #342a28 !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: #6e5854;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7f1e3;
}
.alert-danger {
  background-color: #6e5854;
}
.depth-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.depth-gallery-filter li a {
  border-radius: 100px !important;
}
.depth-gallery-filter li.active .btn {
  background-color: #6e5854;
  border-color: #6e5854;
  color: #ffffff;
}
.depth-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6e5854;
}
.depth-plan-header.bg-primary .depth-plan-subtitle,
.depth-plan-header.bg-primary .depth-plan-price-desc {
  color: #ad9894;
}
.depth-plan-header.bg-success .depth-plan-subtitle,
.depth-plan-header.bg-success .depth-plan-price-desc {
  color: #efebeb;
}
.depth-plan-header.bg-info .depth-plan-subtitle,
.depth-plan-header.bg-info .depth-plan-price-desc {
  color: #ffffff;
}
.depth-plan-header.bg-warning .depth-plan-subtitle,
.depth-plan-header.bg-warning .depth-plan-price-desc {
  color: #ffffff;
}
.depth-plan-header.bg-danger .depth-plan-subtitle,
.depth-plan-header.bg-danger .depth-plan-price-desc {
  color: #ad9894;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .depth-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6e5854 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .depth-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6e5854;
}
/* Forms */
.depth-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.depth-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.depth-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.depth-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: #6e5854;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6e5854;
}
.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: #6e5854;
  border-bottom-color: #6e5854;
}
.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: #6e5854 !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: #6e5854 !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='%236e5854' %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;
}
.depth-section-btn,
.depth-section-btn-main {
  width: 100%;
}
.depth-section-btn .btn,
.depth-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .depth-section-btn .btn,
  .depth-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.depth-section-btn .btn-primary:hover,
.depth-section-btn-main .btn-primary:hover,
.depth-section-btn .btn-primary:focus,
.depth-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-secondary:hover,
.depth-section-btn-main .btn-secondary:hover,
.depth-section-btn .btn-secondary:focus,
.depth-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-success:hover,
.depth-section-btn-main .btn-success:hover,
.depth-section-btn .btn-success:focus,
.depth-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #b7a7a3 !important;
}
.depth-section-btn .btn-info:hover,
.depth-section-btn-main .btn-info:hover,
.depth-section-btn .btn-info:focus,
.depth-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.depth-section-btn .btn-warning:hover,
.depth-section-btn-main .btn-warning:hover,
.depth-section-btn .btn-warning:focus,
.depth-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #f7f1e3 !important;
}
.depth-section-btn .btn-danger:hover,
.depth-section-btn-main .btn-danger:hover,
.depth-section-btn .btn-danger:focus,
.depth-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-black:hover,
.depth-section-btn-main .btn-black:hover,
.depth-section-btn .btn-black:focus,
.depth-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.depth-section-btn .btn-white:hover,
.depth-section-btn-main .btn-white:hover,
.depth-section-btn .btn-white:focus,
.depth-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.depth-section-btn .btn-primary-outline:hover,
.depth-section-btn-main .btn-primary-outline:hover,
.depth-section-btn .btn-primary-outline:focus,
.depth-section-btn-main .btn-primary-outline:focus {
  background-color: #6e5854 !important;
  color: #ffffff !important;
}
.depth-section-btn .btn-secondary-outline:hover,
.depth-section-btn-main .btn-secondary-outline:hover,
.depth-section-btn .btn-secondary-outline:focus,
.depth-section-btn-main .btn-secondary-outline:focus {
  background-color: #6e5854 !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-success-outline:hover,
.depth-section-btn-main .btn-success-outline:hover,
.depth-section-btn .btn-success-outline:focus,
.depth-section-btn-main .btn-success-outline:focus {
  background-color: #b7a7a3 !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-info-outline:hover,
.depth-section-btn-main .btn-info-outline:hover,
.depth-section-btn .btn-info-outline:focus,
.depth-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-warning-outline:hover,
.depth-section-btn-main .btn-warning-outline:hover,
.depth-section-btn .btn-warning-outline:focus,
.depth-section-btn-main .btn-warning-outline:focus {
  background-color: #f7f1e3 !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-danger-outline:hover,
.depth-section-btn-main .btn-danger-outline:hover,
.depth-section-btn .btn-danger-outline:focus,
.depth-section-btn-main .btn-danger-outline:focus {
  background-color: #6e5854 !important;
  color: #6e5854 !important;
}
.depth-section-btn .btn-black-outline:hover,
.depth-section-btn-main .btn-black-outline:hover,
.depth-section-btn .btn-black-outline:focus,
.depth-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.depth-section-btn .btn-white-outline:hover,
.depth-section-btn-main .btn-white-outline:hover,
.depth-section-btn .btn-white-outline:focus,
.depth-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.SQhyJyTK-uLNyWh0Slq {
  background-color: transparent;
}
.SQhyJyTK-uLNyWh0Slq .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNyWh0Slq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNyWh0Slq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNyWh0Slq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNyWh0Slq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNyWh0Slq .menu_box .navbar.opened,
  .SQhyJyTK-uLNyWh0Slq .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNyWh0Slq .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNyWh0Slq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNyWh0Slq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNyWh0Slq .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNyWh0Slq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNyWh0Slq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas-body .depth-text,
  .SQhyJyTK-uLNyWh0Slq .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNyWh0Slq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNyWh0Slq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNyWh0Slq .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);
  }
  .SQhyJyTK-uLNyWh0Slq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNyWh0Slq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNyWh0Slq .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNyWh0Slq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNyWh0Slq .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNyWh0Slq .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNyWh0Slq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNyWh0Slq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNyWh0Slq .nav-item .nav-link:hover,
.SQhyJyTK-uLNyWh0Slq .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNyWh0Slq .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNyWh0Slq .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNyWh0Slq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNyWh0Slq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNyWh0Slq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNyWh0Slq .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;
  }
  .SQhyJyTK-uLNyWh0Slq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNyWh0Slq .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNyWh0Slq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNyWh0Slq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNyWh0Slq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNyWh0Slq .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNyWh0Slq .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNyWh0Slq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNyWh0Slq .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNyWh0Slq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNyWh0Slq .dropdown-menu,
.SQhyJyTK-uLNyWh0Slq .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNyWh0Slq .nav-item:focus,
.SQhyJyTK-uLNyWh0Slq .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNyWh0Slq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNyWh0Slq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNyWh0Slq .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNyWh0Slq .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNyWh0Slq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNyWh0Slq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNyWh0Slq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNyWh0Slq .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNyWh0Slq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNyWh0Slq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNyWh0Slq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNyWh0Slq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNyWh0Slq .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNyWh0Slq .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNyWh0Slq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNyWh0Slq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNyWh0Slq .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNyWh0Slq .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNyWh0Slq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNyWh0Slq .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNyWh0Slq .dropdown-item.active,
.SQhyJyTK-uLNyWh0Slq .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNyWh0Slq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNyWh0Slq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNyWh0Slq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNyWh0Slq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNyWh0Slq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNyWh0Slq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNyWh0Slq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNyWh0Slq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNyWh0Slq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNyWh0Slq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNyWh0Slq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNyWh0Slq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNyWh0Slq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNyWh0Slq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNyWh0Slq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNyWh0Slq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNyWh0Slq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNyWh0Slq .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) {
  .SQhyJyTK-uLNyWh0Slq .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNyWh0Slq .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNyWh0Slq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNyWh0Slq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNyWh0Slq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNyWh0Slq .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNyWh0Slq .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNyWh0Slq .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNyWh0Slq .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNyWh0Slq .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNyWh0Slq .text_widget a:hover,
.SQhyJyTK-uLNyWh0Slq .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNyWh0Slq .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNyWh0Slq .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNyWh0Slq .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNyWh0Slq .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNyWh0Slq .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNyWh0Slq .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNyWh0Slq .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNyWh0Slq .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNyWh0Slq .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNyWh0Slq .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNyWh0Slq .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNyWh0Slq .depth-section-subtitle,
.SQhyJyTK-uLNyWh0Slq .text_widget,
.SQhyJyTK-uLNyWh0Slq .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNyWh0Slq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNCndftab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rough-structure.jpg-1248x832.jpg");
  position: relative;
}
.SQhyJyTK-uLNCndftab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #f7f1e3 18%, transparent 90%, #f7f1e3 100%);
  pointer-events: none;
  z-index: 1;
}
.SQhyJyTK-uLNCndftab .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNCndftab .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNCndftab .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNCndftab .content-wrapper {
    margin-top: 0;
  }
}
.SQhyJyTK-uLNCndftab .content-wrapper .depth-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #6e5854, #6e5854);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.SQhyJyTK-uLNCndftab .content-wrapper .depth-text {
  margin-bottom: 22px;
}
.SQhyJyTK-uLNCndftab .depth-section-title {
  color: #ffffff;
}
.SQhyJyTK-uLNCndftab .depth-text {
  color: #000000;
  text-align: left;
}
.SQhyJyTK-uLNCndftab .depth-section-title,
.SQhyJyTK-uLNCndftab .depth-section-btn {
  color: #6e5854;
  text-align: left;
}
.SQhyJyTK-uLNDTstavt {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNDTstavt .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNDTstavt .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNDTstavt .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNDTstavt .container-fluid {
    padding: 0 12px;
  }
}
.SQhyJyTK-uLNDTstavt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNDTstavt .container {
    padding: 0 20px;
  }
}
.SQhyJyTK-uLNDTstavt .card {
  padding: 0;
}
.SQhyJyTK-uLNDTstavt .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #6e5854;
  border-right: none;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNDTstavt .text-wrapper {
    padding: 50px 20px;
  }
}
.SQhyJyTK-uLNDTstavt .text-wrapper .depth-text {
  margin-bottom: 0;
}
.SQhyJyTK-uLNDTstavt .depth-section-title {
  color: #1d1d1d;
}
.SQhyJyTK-uLNDTstavt .depth-section-subtitle {
  color: #1d1d1d;
}
.SQhyJyTK-uLNDTstavt .depth-text {
  text-align: right;
}
.SQhyJyTK-uLNE1LVcZX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.SQhyJyTK-uLNE1LVcZX .item-wrapper {
  width: 100%;
}
.SQhyJyTK-uLNE1LVcZX .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.SQhyJyTK-uLNE1LVcZX .row {
  align-items: center;
}
.SQhyJyTK-uLNE1LVcZX .depth-section-title {
  margin: 0 0 26px;
  color: #6e5854;
  font-weight: 700;
  text-align: center;
}
.SQhyJyTK-uLNE1LVcZX .depth-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.SQhyJyTK-uLNE1LVcZX .title {
  font-weight: 700;
  color: #1d1d1f;
}
.SQhyJyTK-uLNE1LVcZX .link {
  margin-top: 29px;
  width: 100%;
}
.SQhyJyTK-uLNE1LVcZX .col-auto {
  display: inline-block;
}
.SQhyJyTK-uLNE1LVcZX .depth-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.SQhyJyTK-uLNE1LVcZX .row.justify-content-center {
  flex-direction: row-reverse;
}
.SQhyJyTK-uLNE1LVcZX .right-side {
  padding-right: 0px;
}
.SQhyJyTK-uLNE1LVcZX .left-side {
  padding-left: 0;
  padding-right: 10%;
}
@media (max-width: 990px) {
  .SQhyJyTK-uLNE1LVcZX .left-side {
    padding: 25px 0px;
  }
}
.SQhyJyTK-uLNE1LVcZX a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.SQhyJyTK-uLNE1LVcZX rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.SQhyJyTK-uLNE1LVcZX .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.SQhyJyTK-uLNE1LVcZX svg {
  margin-left: 15px;
}
.SQhyJyTK-uLNE1LVcZX path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.SQhyJyTK-uLNE1LVcZX .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.SQhyJyTK-uLNE1LVcZX .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.SQhyJyTK-uLNE1LVcZX .part {
  align-items: start;
}
.SQhyJyTK-uLNE1LVcZX .link a {
  background-image: none !important;
}
.SQhyJyTK-uLNE1LVcZX .depth-text,
.SQhyJyTK-uLNE1LVcZX .link {
  color: #000000;
  text-align: center;
}
.SQhyJyTK-uLNEYQpVhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f1e3;
  margin-bottom: 2px;
}
.SQhyJyTK-uLNEYQpVhw .depth-section-subtitle {
  margin-bottom: 15px;
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNEYQpVhw .depth-section-title {
  color: #6e5854;
  text-align: center;
  margin-bottom: 15px;
}
.SQhyJyTK-uLNEYQpVhw .depth-text {
  text-align: center;
  color: #000000;
}
.SQhyJyTK-uLNEYQpVhw .container-fluid {
  outline: 2px solid #000 !important;
}
.SQhyJyTK-uLNEYQpVhw .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.SQhyJyTK-uLNFk6tLQj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNFk6tLQj .content {
  display: flex;
  align-items: center;
}
.SQhyJyTK-uLNFk6tLQj .depth-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #4a596c;
  text-align: center;
}
.SQhyJyTK-uLNFk6tLQj .depth-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.SQhyJyTK-uLNFk6tLQj .depth-text {
  margin-bottom: 38px;
  color: #65676c;
  text-align: center;
}
.SQhyJyTK-uLNFk6tLQj .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNFk6tLQj .btn:hover {
  box-shadow: none;
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNFk6tLQj .image-wrapper {
    margin-top: 25px;
  }
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .SQhyJyTK-uLNFk6tLQj .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNFk6tLQj .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f1e3;
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper .image-absolute-1 .depth-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper .image-absolute-1 .depth-image-text {
  margin: 0;
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f1e3;
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper .image-absolute-2 .depth-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.SQhyJyTK-uLNFk6tLQj .image-wrapper .image-absolute-2 .depth-image-text {
  margin: 0;
}
.SQhyJyTK-uLNFk6tLQj .depth-iconfont {
  color: #ffffff;
}
.SQhyJyTK-uLNFk6tLQj .depth-image-text {
  color: #ffffff;
}
.SQhyJyTK-uLNFk6tLQj .depth-section-title,
.SQhyJyTK-uLNFk6tLQj .depth-section-btn {
  text-align: center;
  color: #6e5854;
}
.SQhyJyTK-uLNFk6tLQj .depth-image-text,
.SQhyJyTK-uLNFk6tLQj .depth-iconfont {
  color: #6e5854;
}
.SQhyJyTK-uLNFUvLmbM {
  border-top: 3px solid #6e5854;
  border-bottom: 3px solid #6e5854;
  margin-top: -3px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f1e3;
}
.SQhyJyTK-uLNFUvLmbM .depth-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNFUvLmbM .depth-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNFUvLmbM .depth-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.SQhyJyTK-uLNFUvLmbM .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.SQhyJyTK-uLNFUvLmbM .btn:hover,
.SQhyJyTK-uLNFUvLmbM .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNFUvLmbM .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.SQhyJyTK-uLNFUvLmbM .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.SQhyJyTK-uLNFUvLmbM .btn:hover:before,
.SQhyJyTK-uLNFUvLmbM .btn:focus:before {
  left: -1px;
  top: -2px;
}
.SQhyJyTK-uLNFUvLmbM .btn-secondary {
  color: #000000 !important;
}
.SQhyJyTK-uLNFUvLmbM .btn-secondary:hover {
  color: #000000 !important;
}
.SQhyJyTK-uLNFUvLmbM .depth-section-title,
.SQhyJyTK-uLNFUvLmbM .depth-section-btn {
  color: #6e5854;
}
.SQhyJyTK-uLNGbMqS2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNGbMqS2B .cards-bg1 {
  background: #f7f1e3;
}
.SQhyJyTK-uLNGbMqS2B .cards-bg2 {
  background: #ebe3ce;
}
.SQhyJyTK-uLNGbMqS2B .cards-bg3 {
  background: #f7f1e3;
}
.SQhyJyTK-uLNGbMqS2B .cards-bg4 {
  background: #ffffff;
}
.SQhyJyTK-uLNGbMqS2B .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .SQhyJyTK-uLNGbMqS2B .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.SQhyJyTK-uLNGbMqS2B .card-title,
.SQhyJyTK-uLNGbMqS2B .card-box {
  color: #6e5854;
}
.SQhyJyTK-uLNGbMqS2B .depth-section-title {
  color: #6e5854;
}
.SQhyJyTK-uLNGbMqS2B .depth-text {
  color: #000000;
}
.SQhyJyTK-uLNGbMqS2B .depth-section-subtitle,
.SQhyJyTK-uLNGbMqS2B .link {
  color: #000000;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}
.SQhyJyTK-uLNB64cAhm {
  background-color: transparent;
}
.SQhyJyTK-uLNB64cAhm .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNB64cAhm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNB64cAhm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNB64cAhm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB64cAhm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNB64cAhm .menu_box .navbar.opened,
  .SQhyJyTK-uLNB64cAhm .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNB64cAhm .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNB64cAhm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB64cAhm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB64cAhm .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNB64cAhm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNB64cAhm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas-body .depth-text,
  .SQhyJyTK-uLNB64cAhm .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNB64cAhm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNB64cAhm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNB64cAhm .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);
  }
  .SQhyJyTK-uLNB64cAhm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNB64cAhm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNB64cAhm .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNB64cAhm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNB64cAhm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNB64cAhm .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB64cAhm .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNB64cAhm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNB64cAhm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNB64cAhm .nav-item .nav-link:hover,
.SQhyJyTK-uLNB64cAhm .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNB64cAhm .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNB64cAhm .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNB64cAhm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNB64cAhm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB64cAhm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNB64cAhm .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;
  }
  .SQhyJyTK-uLNB64cAhm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNB64cAhm .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNB64cAhm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNB64cAhm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNB64cAhm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNB64cAhm .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNB64cAhm .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNB64cAhm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNB64cAhm .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNB64cAhm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNB64cAhm .dropdown-menu,
.SQhyJyTK-uLNB64cAhm .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNB64cAhm .nav-item:focus,
.SQhyJyTK-uLNB64cAhm .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNB64cAhm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNB64cAhm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNB64cAhm .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNB64cAhm .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNB64cAhm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNB64cAhm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNB64cAhm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNB64cAhm .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNB64cAhm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNB64cAhm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNB64cAhm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNB64cAhm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB64cAhm .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNB64cAhm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNB64cAhm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNB64cAhm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNB64cAhm .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNB64cAhm .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNB64cAhm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNB64cAhm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNB64cAhm .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNB64cAhm .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNB64cAhm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNB64cAhm .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNB64cAhm .dropdown-item.active,
.SQhyJyTK-uLNB64cAhm .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNB64cAhm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNB64cAhm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNB64cAhm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNB64cAhm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNB64cAhm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNB64cAhm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNB64cAhm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNB64cAhm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNB64cAhm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB64cAhm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNB64cAhm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNB64cAhm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB64cAhm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB64cAhm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNB64cAhm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNB64cAhm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB64cAhm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNB64cAhm .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) {
  .SQhyJyTK-uLNB64cAhm .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNB64cAhm .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNB64cAhm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNB64cAhm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNB64cAhm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNB64cAhm .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNB64cAhm .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNB64cAhm .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNB64cAhm .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNB64cAhm .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNB64cAhm .text_widget a:hover,
.SQhyJyTK-uLNB64cAhm .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNB64cAhm .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB64cAhm .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNB64cAhm .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNB64cAhm .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNB64cAhm .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNB64cAhm .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNB64cAhm .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNB64cAhm .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNB64cAhm .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNB64cAhm .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNB64cAhm .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNB64cAhm .depth-section-subtitle,
.SQhyJyTK-uLNB64cAhm .text_widget,
.SQhyJyTK-uLNB64cAhm .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNB64cAhm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNGNU8VSy {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNGNU8VSy .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNGNU8VSy .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNGNU8VSy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNGNU8VSy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNGNU8VSy .container {
    padding: 0 24px;
  }
}
.SQhyJyTK-uLNGNU8VSy .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNGNU8VSy .image-wrapper {
  height: 100%;
}
.SQhyJyTK-uLNGNU8VSy .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNGNU8VSy .image-wrapper img {
    height: 350px;
  }
}
.SQhyJyTK-uLNGNU8VSy .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #f7f1e3;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNGNU8VSy .content-wrapper {
    padding: 24px;
  }
}
.SQhyJyTK-uLNGNU8VSy .content-wrapper .content-wrap {
  width: 100%;
}
.SQhyJyTK-uLNGNU8VSy .content-wrapper .content-wrap .depth-section-title {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNGNU8VSy .content-wrapper .content-wrap .depth-text {
  margin-bottom: 16px;
}
.SQhyJyTK-uLNGNU8VSy .content-wrapper .content-wrap .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}
.SQhyJyTK-uLNGNU8VSy .content-wrapper .content-wrap .depth-section-btn .btn:hover,
.SQhyJyTK-uLNGNU8VSy .content-wrapper .content-wrap .depth-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #f7f1e3 !important;
  border-color: #f7f1e3 !important;
}
.SQhyJyTK-uLNGNU8VSy .depth-section-title {
  color: #141414;
}
.SQhyJyTK-uLNGNU8VSy .depth-text {
  color: #000000;
}
.SQhyJyTK-uLNGNU8VSy .depth-section-title,
.SQhyJyTK-uLNGNU8VSy .title-wrapper,
.SQhyJyTK-uLNGNU8VSy .depth-section-btn {
  color: #6e5854;
}
.SQhyJyTK-uLNH96Mb69 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f1e3;
}
.SQhyJyTK-uLNH96Mb69 .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNH96Mb69 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNH96Mb69 .depth-text,
.SQhyJyTK-uLNH96Mb69 .depth-section-btn {
  text-align: center;
  color: #000000;
}
.SQhyJyTK-uLNH96Mb69 .depth-section-title {
  text-align: center;
  color: #6e5854;
}
.SQhyJyTK-uLNH96Mb69 .depth-section-subtitle {
  text-align: center;
  color: #6e5854;
}
.SQhyJyTK-uLNHabNukN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNHabNukN .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNHabNukN .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNHabNukN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHabNukN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHabNukN .container {
    padding: 0 20px;
  }
}
.SQhyJyTK-uLNHabNukN .row {
  margin: 0;
}
.SQhyJyTK-uLNHabNukN .card {
  padding: 0;
}
.SQhyJyTK-uLNHabNukN .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHabNukN .image-wrapper img {
    height: 450px;
  }
}
.SQhyJyTK-uLNHabNukN .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #f7f1e3;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHabNukN .title-wrapper {
    padding: 50px 20px;
  }
}
.SQhyJyTK-uLNHabNukN .title-wrapper .title-wrap {
  width: 100%;
}
.SQhyJyTK-uLNHabNukN .title-wrapper .title-wrap .depth-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHabNukN .title-wrapper .title-wrap .depth-section-title {
    margin-bottom: 24px;
  }
}
.SQhyJyTK-uLNHabNukN .title-wrapper .title-wrap .depth-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHabNukN .title-wrapper .title-wrap .depth-text {
    margin-bottom: 24px;
  }
}
.SQhyJyTK-uLNHabNukN .depth-section-title {
  color: #c2b299;
}
.SQhyJyTK-uLNHabNukN .depth-text {
  color: #000000;
}
.SQhyJyTK-uLNHabNukN .depth-section-title,
.SQhyJyTK-uLNHabNukN .depth-section-btn {
  color: #6e5854;
}
.SQhyJyTK-uLNHkwKX80 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f1e3;
}
.SQhyJyTK-uLNHkwKX80 .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNHkwKX80 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNHkwKX80 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .SQhyJyTK-uLNHkwKX80 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHkwKX80 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHkwKX80 .container {
    padding: 0 22px;
  }
}
.SQhyJyTK-uLNHkwKX80 .row {
  justify-content: center;
}
.SQhyJyTK-uLNHkwKX80 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNHkwKX80 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.SQhyJyTK-uLNHkwKX80 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #0457aa;
}
.SQhyJyTK-uLNHkwKX80 .content-wrapper .depth-section-title {
  margin-bottom: 0;
}
.SQhyJyTK-uLNHkwKX80 .content-wrapper .icon-wrapper .depth-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #6e5854;
}
.SQhyJyTK-uLNHkwKX80 .content-wrapper .depth-text {
  margin-bottom: 0;
}
.SQhyJyTK-uLNHkwKX80 .depth-section-title {
  color: #ffffff;
}
.SQhyJyTK-uLNHkwKX80 .depth-text {
  color: #000000;
  text-align: center;
}
.SQhyJyTK-uLNHkwKX80 .depth-section-title,
.SQhyJyTK-uLNHkwKX80 .icon-wrapper {
  text-align: center;
  color: #6e5854;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}
.SQhyJyTK-uLNB6pgNVv {
  background-color: transparent;
}
.SQhyJyTK-uLNB6pgNVv .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNB6pgNVv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNB6pgNVv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNB6pgNVv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6pgNVv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNB6pgNVv .menu_box .navbar.opened,
  .SQhyJyTK-uLNB6pgNVv .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNB6pgNVv .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNB6pgNVv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6pgNVv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6pgNVv .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNB6pgNVv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNB6pgNVv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas-body .depth-text,
  .SQhyJyTK-uLNB6pgNVv .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNB6pgNVv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNB6pgNVv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNB6pgNVv .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);
  }
  .SQhyJyTK-uLNB6pgNVv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNB6pgNVv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNB6pgNVv .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNB6pgNVv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNB6pgNVv .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6pgNVv .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNB6pgNVv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNB6pgNVv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNB6pgNVv .nav-item .nav-link:hover,
.SQhyJyTK-uLNB6pgNVv .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNB6pgNVv .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNB6pgNVv .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNB6pgNVv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNB6pgNVv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6pgNVv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNB6pgNVv .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;
  }
  .SQhyJyTK-uLNB6pgNVv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNB6pgNVv .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNB6pgNVv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNB6pgNVv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNB6pgNVv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNB6pgNVv .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNB6pgNVv .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNB6pgNVv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNB6pgNVv .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNB6pgNVv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNB6pgNVv .dropdown-menu,
.SQhyJyTK-uLNB6pgNVv .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNB6pgNVv .nav-item:focus,
.SQhyJyTK-uLNB6pgNVv .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNB6pgNVv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNB6pgNVv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNB6pgNVv .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNB6pgNVv .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNB6pgNVv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNB6pgNVv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNB6pgNVv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNB6pgNVv .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNB6pgNVv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNB6pgNVv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNB6pgNVv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNB6pgNVv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6pgNVv .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNB6pgNVv .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNB6pgNVv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNB6pgNVv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNB6pgNVv .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNB6pgNVv .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNB6pgNVv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNB6pgNVv .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNB6pgNVv .dropdown-item.active,
.SQhyJyTK-uLNB6pgNVv .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNB6pgNVv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNB6pgNVv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNB6pgNVv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNB6pgNVv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNB6pgNVv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNB6pgNVv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNB6pgNVv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNB6pgNVv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNB6pgNVv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6pgNVv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNB6pgNVv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNB6pgNVv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6pgNVv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6pgNVv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNB6pgNVv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNB6pgNVv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6pgNVv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNB6pgNVv .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) {
  .SQhyJyTK-uLNB6pgNVv .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNB6pgNVv .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNB6pgNVv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNB6pgNVv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNB6pgNVv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNB6pgNVv .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNB6pgNVv .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNB6pgNVv .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNB6pgNVv .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNB6pgNVv .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNB6pgNVv .text_widget a:hover,
.SQhyJyTK-uLNB6pgNVv .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNB6pgNVv .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB6pgNVv .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNB6pgNVv .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNB6pgNVv .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNB6pgNVv .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNB6pgNVv .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNB6pgNVv .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNB6pgNVv .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNB6pgNVv .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNB6pgNVv .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNB6pgNVv .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNB6pgNVv .depth-section-subtitle,
.SQhyJyTK-uLNB6pgNVv .text_widget,
.SQhyJyTK-uLNB6pgNVv .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNB6pgNVv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNId6DmFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f7f1e3;
}
.SQhyJyTK-uLNId6DmFe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #6e5854;
}
.SQhyJyTK-uLNId6DmFe .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNId6DmFe .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNId6DmFe .content-wrap {
  margin: 0;
}
.SQhyJyTK-uLNId6DmFe .content-wrap .card {
  padding: 0;
}
.SQhyJyTK-uLNId6DmFe .image-wrapper {
  height: 100%;
  border-right: 1px solid #6e5854;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNId6DmFe .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #6e5854;
  }
}
.SQhyJyTK-uLNId6DmFe .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNId6DmFe .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.SQhyJyTK-uLNId6DmFe .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .SQhyJyTK-uLNId6DmFe .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNId6DmFe .content-wrapper {
    padding: 40px 0;
  }
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .depth-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNId6DmFe .content-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #6e5854 !important;
  box-shadow: 4px 3px 0 0 #6e5854;
  background-color: transparent;
  line-height: 1 !important;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #6e5854 !important;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #6e5854;
  opacity: .6;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6e5854;
  border-color: #6e5854;
}
.SQhyJyTK-uLNId6DmFe .content-wrapper .form-wrapper .dragArea.row .depth-section-btn {
  width: 100%;
}
.SQhyJyTK-uLNId6DmFe .depth-section-title {
  color: #150764;
}
.SQhyJyTK-uLNId6DmFe label {
  color: #150764;
}
.SQhyJyTK-uLNId6DmFe .depth-section-title,
.SQhyJyTK-uLNId6DmFe .depth-section-btn {
  text-align: center;
  color: #6e5854;
}
.SQhyJyTK-uLNIaqBGg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNIaqBGg4 .cards-bg1 {
  background: #f7f1e3;
}
.SQhyJyTK-uLNIaqBGg4 .cards-bg2 {
  background: #ebe3ce;
}
.SQhyJyTK-uLNIaqBGg4 .cards-bg3 {
  background: #f7f1e3;
}
.SQhyJyTK-uLNIaqBGg4 .cards-bg4 {
  background: #ffffff;
}
.SQhyJyTK-uLNIaqBGg4 .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .SQhyJyTK-uLNIaqBGg4 .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.SQhyJyTK-uLNIaqBGg4 .card-title,
.SQhyJyTK-uLNIaqBGg4 .card-box {
  color: #6e5854;
}
.SQhyJyTK-uLNIaqBGg4 .depth-section-title {
  color: #6e5854;
}
.SQhyJyTK-uLNIaqBGg4 .depth-text {
  color: #000000;
}
.SQhyJyTK-uLNIaqBGg4 .depth-section-subtitle,
.SQhyJyTK-uLNIaqBGg4 .link {
  color: #000000;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}
.SQhyJyTK-uLNB6FoUqf {
  background-color: transparent;
}
.SQhyJyTK-uLNB6FoUqf .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNB6FoUqf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNB6FoUqf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNB6FoUqf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6FoUqf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNB6FoUqf .menu_box .navbar.opened,
  .SQhyJyTK-uLNB6FoUqf .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNB6FoUqf .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNB6FoUqf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6FoUqf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6FoUqf .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNB6FoUqf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNB6FoUqf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas-body .depth-text,
  .SQhyJyTK-uLNB6FoUqf .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNB6FoUqf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNB6FoUqf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNB6FoUqf .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);
  }
  .SQhyJyTK-uLNB6FoUqf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNB6FoUqf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNB6FoUqf .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNB6FoUqf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNB6FoUqf .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6FoUqf .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNB6FoUqf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNB6FoUqf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNB6FoUqf .nav-item .nav-link:hover,
.SQhyJyTK-uLNB6FoUqf .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNB6FoUqf .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNB6FoUqf .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNB6FoUqf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNB6FoUqf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6FoUqf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNB6FoUqf .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;
  }
  .SQhyJyTK-uLNB6FoUqf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNB6FoUqf .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNB6FoUqf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNB6FoUqf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNB6FoUqf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNB6FoUqf .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNB6FoUqf .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNB6FoUqf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNB6FoUqf .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNB6FoUqf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNB6FoUqf .dropdown-menu,
.SQhyJyTK-uLNB6FoUqf .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNB6FoUqf .nav-item:focus,
.SQhyJyTK-uLNB6FoUqf .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNB6FoUqf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNB6FoUqf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNB6FoUqf .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNB6FoUqf .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNB6FoUqf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNB6FoUqf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNB6FoUqf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNB6FoUqf .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNB6FoUqf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNB6FoUqf .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNB6FoUqf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNB6FoUqf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNB6FoUqf .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNB6FoUqf .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNB6FoUqf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNB6FoUqf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNB6FoUqf .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNB6FoUqf .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNB6FoUqf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNB6FoUqf .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNB6FoUqf .dropdown-item.active,
.SQhyJyTK-uLNB6FoUqf .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNB6FoUqf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNB6FoUqf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNB6FoUqf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNB6FoUqf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNB6FoUqf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNB6FoUqf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNB6FoUqf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNB6FoUqf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNB6FoUqf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6FoUqf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNB6FoUqf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNB6FoUqf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6FoUqf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6FoUqf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNB6FoUqf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNB6FoUqf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNB6FoUqf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNB6FoUqf .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) {
  .SQhyJyTK-uLNB6FoUqf .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNB6FoUqf .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNB6FoUqf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNB6FoUqf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNB6FoUqf .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNB6FoUqf .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNB6FoUqf .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNB6FoUqf .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNB6FoUqf .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNB6FoUqf .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNB6FoUqf .text_widget a:hover,
.SQhyJyTK-uLNB6FoUqf .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNB6FoUqf .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB6FoUqf .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNB6FoUqf .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNB6FoUqf .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNB6FoUqf .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNB6FoUqf .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNB6FoUqf .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNB6FoUqf .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNB6FoUqf .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNB6FoUqf .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNB6FoUqf .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNB6FoUqf .depth-section-subtitle,
.SQhyJyTK-uLNB6FoUqf .text_widget,
.SQhyJyTK-uLNB6FoUqf .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNB6FoUqf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNB9lcXDr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNB9lcXDr .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNB9lcXDr .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNB9lcXDr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB9lcXDr .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB9lcXDr .container {
    padding: 0 15px;
  }
}
.SQhyJyTK-uLNB9lcXDr .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB9lcXDr .desc-wrapper {
    margin-bottom: 40px;
  }
}
.SQhyJyTK-uLNB9lcXDr .desc-wrapper .depth-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB9lcXDr .desc-wrapper .depth-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.SQhyJyTK-uLNB9lcXDr .desc-wrapper .depth-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #6e5854;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNB9lcXDr .desc-wrapper .depth-desc::before {
    display: none;
  }
}
.SQhyJyTK-uLNB9lcXDr .text-wrapper .depth-text {
  margin-bottom: 0;
}
.SQhyJyTK-uLNB9lcXDr .depth-desc {
  color: #30262b;
}
.SQhyJyTK-uLNB9lcXDr .depth-text {
  color: #30262b;
}
.SQhyJyTK-uLNB9lcXDr .depth-desc,
.SQhyJyTK-uLNB9lcXDr .desc-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}
.SQhyJyTK-uLNBfcqOIw {
  background-color: transparent;
}
.SQhyJyTK-uLNBfcqOIw .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNBfcqOIw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNBfcqOIw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNBfcqOIw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfcqOIw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNBfcqOIw .menu_box .navbar.opened,
  .SQhyJyTK-uLNBfcqOIw .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNBfcqOIw .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNBfcqOIw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfcqOIw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfcqOIw .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNBfcqOIw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNBfcqOIw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas-body .depth-text,
  .SQhyJyTK-uLNBfcqOIw .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNBfcqOIw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNBfcqOIw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNBfcqOIw .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);
  }
  .SQhyJyTK-uLNBfcqOIw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNBfcqOIw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNBfcqOIw .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNBfcqOIw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNBfcqOIw .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfcqOIw .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNBfcqOIw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNBfcqOIw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNBfcqOIw .nav-item .nav-link:hover,
.SQhyJyTK-uLNBfcqOIw .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNBfcqOIw .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNBfcqOIw .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNBfcqOIw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNBfcqOIw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfcqOIw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNBfcqOIw .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;
  }
  .SQhyJyTK-uLNBfcqOIw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNBfcqOIw .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNBfcqOIw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNBfcqOIw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNBfcqOIw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNBfcqOIw .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNBfcqOIw .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNBfcqOIw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNBfcqOIw .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNBfcqOIw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNBfcqOIw .dropdown-menu,
.SQhyJyTK-uLNBfcqOIw .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNBfcqOIw .nav-item:focus,
.SQhyJyTK-uLNBfcqOIw .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNBfcqOIw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNBfcqOIw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNBfcqOIw .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNBfcqOIw .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNBfcqOIw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNBfcqOIw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNBfcqOIw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNBfcqOIw .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNBfcqOIw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNBfcqOIw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNBfcqOIw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNBfcqOIw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfcqOIw .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNBfcqOIw .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNBfcqOIw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNBfcqOIw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNBfcqOIw .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNBfcqOIw .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNBfcqOIw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNBfcqOIw .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNBfcqOIw .dropdown-item.active,
.SQhyJyTK-uLNBfcqOIw .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNBfcqOIw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNBfcqOIw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNBfcqOIw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNBfcqOIw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNBfcqOIw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNBfcqOIw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNBfcqOIw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNBfcqOIw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNBfcqOIw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfcqOIw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNBfcqOIw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNBfcqOIw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfcqOIw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfcqOIw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNBfcqOIw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNBfcqOIw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfcqOIw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNBfcqOIw .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) {
  .SQhyJyTK-uLNBfcqOIw .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNBfcqOIw .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNBfcqOIw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNBfcqOIw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNBfcqOIw .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNBfcqOIw .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNBfcqOIw .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNBfcqOIw .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNBfcqOIw .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNBfcqOIw .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNBfcqOIw .text_widget a:hover,
.SQhyJyTK-uLNBfcqOIw .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNBfcqOIw .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcqOIw .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNBfcqOIw .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNBfcqOIw .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNBfcqOIw .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNBfcqOIw .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNBfcqOIw .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNBfcqOIw .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNBfcqOIw .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNBfcqOIw .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNBfcqOIw .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNBfcqOIw .depth-section-subtitle,
.SQhyJyTK-uLNBfcqOIw .text_widget,
.SQhyJyTK-uLNBfcqOIw .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNBfcqOIw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNBfcT9pq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNBfcT9pq .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNBfcT9pq .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNBfcT9pq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcT9pq .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcT9pq .container {
    padding: 0 15px;
  }
}
.SQhyJyTK-uLNBfcT9pq .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcT9pq .desc-wrapper {
    margin-bottom: 40px;
  }
}
.SQhyJyTK-uLNBfcT9pq .desc-wrapper .depth-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcT9pq .desc-wrapper .depth-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.SQhyJyTK-uLNBfcT9pq .desc-wrapper .depth-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #6e5854;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfcT9pq .desc-wrapper .depth-desc::before {
    display: none;
  }
}
.SQhyJyTK-uLNBfcT9pq .text-wrapper .depth-text {
  margin-bottom: 0;
}
.SQhyJyTK-uLNBfcT9pq .depth-desc {
  color: #30262b;
}
.SQhyJyTK-uLNBfcT9pq .depth-text {
  color: #30262b;
}
.SQhyJyTK-uLNBfcT9pq .depth-desc,
.SQhyJyTK-uLNBfcT9pq .desc-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}
.SQhyJyTK-uLNBfrAG2p {
  background-color: transparent;
}
.SQhyJyTK-uLNBfrAG2p .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNBfrAG2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNBfrAG2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNBfrAG2p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfrAG2p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNBfrAG2p .menu_box .navbar.opened,
  .SQhyJyTK-uLNBfrAG2p .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNBfrAG2p .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNBfrAG2p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfrAG2p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfrAG2p .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNBfrAG2p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNBfrAG2p .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas-body .depth-text,
  .SQhyJyTK-uLNBfrAG2p .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNBfrAG2p ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNBfrAG2p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNBfrAG2p .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);
  }
  .SQhyJyTK-uLNBfrAG2p .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNBfrAG2p li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNBfrAG2p .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNBfrAG2p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNBfrAG2p .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfrAG2p .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNBfrAG2p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNBfrAG2p .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNBfrAG2p .nav-item .nav-link:hover,
.SQhyJyTK-uLNBfrAG2p .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNBfrAG2p .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNBfrAG2p .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNBfrAG2p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNBfrAG2p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfrAG2p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNBfrAG2p .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;
  }
  .SQhyJyTK-uLNBfrAG2p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNBfrAG2p .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNBfrAG2p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNBfrAG2p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNBfrAG2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNBfrAG2p .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNBfrAG2p .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNBfrAG2p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNBfrAG2p .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNBfrAG2p .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNBfrAG2p .dropdown-menu,
.SQhyJyTK-uLNBfrAG2p .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNBfrAG2p .nav-item:focus,
.SQhyJyTK-uLNBfrAG2p .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNBfrAG2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNBfrAG2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNBfrAG2p .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNBfrAG2p .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNBfrAG2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNBfrAG2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNBfrAG2p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNBfrAG2p .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNBfrAG2p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNBfrAG2p .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNBfrAG2p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNBfrAG2p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfrAG2p .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNBfrAG2p .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNBfrAG2p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNBfrAG2p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNBfrAG2p .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNBfrAG2p .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNBfrAG2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNBfrAG2p .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNBfrAG2p .dropdown-item.active,
.SQhyJyTK-uLNBfrAG2p .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNBfrAG2p .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNBfrAG2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNBfrAG2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNBfrAG2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNBfrAG2p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNBfrAG2p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNBfrAG2p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNBfrAG2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNBfrAG2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfrAG2p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNBfrAG2p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNBfrAG2p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfrAG2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfrAG2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNBfrAG2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNBfrAG2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfrAG2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNBfrAG2p .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) {
  .SQhyJyTK-uLNBfrAG2p .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNBfrAG2p .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNBfrAG2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNBfrAG2p .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNBfrAG2p .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNBfrAG2p .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNBfrAG2p .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNBfrAG2p .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNBfrAG2p .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNBfrAG2p .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNBfrAG2p .text_widget a:hover,
.SQhyJyTK-uLNBfrAG2p .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNBfrAG2p .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfrAG2p .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNBfrAG2p .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNBfrAG2p .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNBfrAG2p .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNBfrAG2p .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNBfrAG2p .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNBfrAG2p .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNBfrAG2p .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNBfrAG2p .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNBfrAG2p .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNBfrAG2p .depth-section-subtitle,
.SQhyJyTK-uLNBfrAG2p .text_widget,
.SQhyJyTK-uLNBfrAG2p .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNBfrAG2p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNJkMyTXs {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.SQhyJyTK-uLNJkMyTXs .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNJkMyTXs .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNJkMyTXs .depth-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.SQhyJyTK-uLNJkMyTXs .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6e5854;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.SQhyJyTK-uLNJkMyTXs .subtitle-wrap .depth-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6e5854;
  font-size: 1.5rem;
}
.SQhyJyTK-uLNJkMyTXs .depth-section-title {
  color: #000000;
  text-align: center;
}
.SQhyJyTK-uLNJkMyTXs .depth-text,
.SQhyJyTK-uLNJkMyTXs .depth-section-btn {
  color: #000000;
}
.SQhyJyTK-uLNJkMyTXs .depth-section-subtitle,
.SQhyJyTK-uLNJkMyTXs .align-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNJPINP5B {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f1e3;
}
.SQhyJyTK-uLNJPINP5B .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNJPINP5B .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNJPINP5B .depth-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.SQhyJyTK-uLNJPINP5B .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6e5854;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.SQhyJyTK-uLNJPINP5B .subtitle-wrap .depth-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6e5854;
  font-size: 1.5rem;
}
.SQhyJyTK-uLNJPINP5B .depth-section-title {
  color: #000000;
  text-align: center;
}
.SQhyJyTK-uLNJPINP5B .depth-text,
.SQhyJyTK-uLNJPINP5B .depth-section-btn {
  color: #000000;
}
.SQhyJyTK-uLNJPINP5B .depth-section-subtitle,
.SQhyJyTK-uLNJPINP5B .align-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNJSlrjrT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.SQhyJyTK-uLNJSlrjrT .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNJSlrjrT .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNJSlrjrT .depth-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.SQhyJyTK-uLNJSlrjrT .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6e5854;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.SQhyJyTK-uLNJSlrjrT .subtitle-wrap .depth-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6e5854;
  font-size: 1.5rem;
}
.SQhyJyTK-uLNJSlrjrT .depth-section-title {
  color: #000000;
  text-align: center;
}
.SQhyJyTK-uLNJSlrjrT .depth-text,
.SQhyJyTK-uLNJSlrjrT .depth-section-btn {
  color: #000000;
}
.SQhyJyTK-uLNJSlrjrT .depth-section-subtitle,
.SQhyJyTK-uLNJSlrjrT .align-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNJSz9056 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f1e3;
}
.SQhyJyTK-uLNJSz9056 .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNJSz9056 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNJSz9056 .depth-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.SQhyJyTK-uLNJSz9056 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6e5854;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.SQhyJyTK-uLNJSz9056 .subtitle-wrap .depth-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6e5854;
  font-size: 1.5rem;
}
.SQhyJyTK-uLNJSz9056 .depth-section-title {
  color: #000000;
  text-align: center;
}
.SQhyJyTK-uLNJSz9056 .depth-text,
.SQhyJyTK-uLNJSz9056 .depth-section-btn {
  color: #000000;
}
.SQhyJyTK-uLNJSz9056 .depth-section-subtitle,
.SQhyJyTK-uLNJSz9056 .align-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}
.SQhyJyTK-uLNBfFJ3N7 {
  background-color: transparent;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-dropdown {
  background-color: #d3c9b1 !important;
  padding: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d3c9b1 !important;
  background: #d3c9b1;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.SQhyJyTK-uLNBfFJ3N7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfFJ3N7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .SQhyJyTK-uLNBfFJ3N7 .menu_box .navbar.opened,
  .SQhyJyTK-uLNBfFJ3N7 .menu_box .navbar-collapse {
    background-color: #d3c9b1 !important;
    transition: all 0s ease 0s;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-dropdown {
  position: relative !important;
}
.SQhyJyTK-uLNBfFJ3N7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfFJ3N7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfFJ3N7 .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas-body .depth-text,
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas-body .depth-section-subtitle {
    margin-bottom: 32px;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #957e7a;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .SQhyJyTK-uLNBfFJ3N7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .SQhyJyTK-uLNBfFJ3N7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNBfFJ3N7 .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);
  }
  .SQhyJyTK-uLNBfFJ3N7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .SQhyJyTK-uLNBfFJ3N7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .SQhyJyTK-uLNBfFJ3N7 .lg_brand {
    margin: 0 1rem;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .SQhyJyTK-uLNBfFJ3N7 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfFJ3N7 .nav-item {
    margin: 0 !important;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link:hover,
.SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link:hover:before,
.SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .SQhyJyTK-uLNBfFJ3N7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfFJ3N7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .SQhyJyTK-uLNBfFJ3N7 .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;
  }
  .SQhyJyTK-uLNBfFJ3N7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .SQhyJyTK-uLNBfFJ3N7 .offcanvas_box {
    display: none;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .container {
  display: flex;
  margin: auto;
}
.SQhyJyTK-uLNBfFJ3N7 .iconfont-wrapper {
  color: #ffffff;
  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;
}
.SQhyJyTK-uLNBfFJ3N7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .iconfont-wrapper:hover {
  opacity: .5;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .navbar-nav {
    margin: 0;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown-menu,
.SQhyJyTK-uLNBfFJ3N7 .navbar.opened {
  background-color: false !important;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-item:focus,
.SQhyJyTK-uLNBfFJ3N7 .nav-link:focus {
  outline: none;
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.SQhyJyTK-uLNBfFJ3N7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.SQhyJyTK-uLNBfFJ3N7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.opened {
  transition: all 0.3s;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed {
  justify-content: center;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .SQhyJyTK-uLNBfFJ3N7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar .icons-menu {
    padding: 0;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.navbar-short {
  min-height: 60px;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .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;
}
@media (min-width: 1440px) {
  .SQhyJyTK-uLNBfFJ3N7 .navbar-brand {
    margin-right: 25px;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-brand .navbar-logo a {
  outline: none;
}
.SQhyJyTK-uLNBfFJ3N7 .dropdown-item.active,
.SQhyJyTK-uLNBfFJ3N7 .dropdown-item:active {
  background-color: transparent;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.SQhyJyTK-uLNBfFJ3N7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.SQhyJyTK-uLNBfFJ3N7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.SQhyJyTK-uLNBfFJ3N7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d3c9b1;
  background: #d3c9b1;
}
.SQhyJyTK-uLNBfFJ3N7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #957e7a;
}
.SQhyJyTK-uLNBfFJ3N7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfFJ3N7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNBfFJ3N7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.SQhyJyTK-uLNBfFJ3N7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfFJ3N7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfFJ3N7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNBfFJ3N7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.SQhyJyTK-uLNBfFJ3N7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.SQhyJyTK-uLNBfFJ3N7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SQhyJyTK-uLNBfFJ3N7 .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) {
  .SQhyJyTK-uLNBfFJ3N7 .navbar {
    height: 70px;
  }
  .SQhyJyTK-uLNBfFJ3N7 .navbar.opened {
    height: auto;
  }
  .SQhyJyTK-uLNBfFJ3N7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .SQhyJyTK-uLNBfFJ3N7 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-caption:hover {
  color: #b7a7a3;
}
@media (min-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .text_widget {
  margin-bottom: 32px;
}
.SQhyJyTK-uLNBfFJ3N7 .text_widget a {
  transition: all 0.3s ease-out;
}
.SQhyJyTK-uLNBfFJ3N7 .text_widget a:hover,
.SQhyJyTK-uLNBfFJ3N7 .text_widget a:focus {
  opacity: .8;
}
.SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper {
    display: none;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper a .depth-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper a .depth-contact {
    margin: 8px 20px;
  }
}
.SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper a .depth-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper a .depth-contact:hover:before,
.SQhyJyTK-uLNBfFJ3N7 .contacts-wrapper a .depth-contact:focus:before {
  width: 100%;
}
.SQhyJyTK-uLNBfFJ3N7 .depth-section-subtitle {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNBfFJ3N7 .navbar-caption {
  color: #c7fcb5;
}
.SQhyJyTK-uLNBfFJ3N7 .depth-contact {
  color: #ffffff;
}
.SQhyJyTK-uLNBfFJ3N7 .depth-text {
  color: #144031;
  text-align: center;
}
.SQhyJyTK-uLNBfFJ3N7 .depth-section-subtitle,
.SQhyJyTK-uLNBfFJ3N7 .text_widget,
.SQhyJyTK-uLNBfFJ3N7 .depth-section-btn {
  text-align: center;
}
.SQhyJyTK-uLNBfFJ3N7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.SQhyJyTK-uLNBfG7oUU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fdfbf7;
}
.SQhyJyTK-uLNBfG7oUU .depth-fallback-image.disabled {
  display: none;
}
.SQhyJyTK-uLNBfG7oUU .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.SQhyJyTK-uLNBfG7oUU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfG7oUU .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfG7oUU .container {
    padding: 0 15px;
  }
}
.SQhyJyTK-uLNBfG7oUU .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfG7oUU .desc-wrapper {
    margin-bottom: 40px;
  }
}
.SQhyJyTK-uLNBfG7oUU .desc-wrapper .depth-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfG7oUU .desc-wrapper .depth-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.SQhyJyTK-uLNBfG7oUU .desc-wrapper .depth-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #6e5854;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .SQhyJyTK-uLNBfG7oUU .desc-wrapper .depth-desc::before {
    display: none;
  }
}
.SQhyJyTK-uLNBfG7oUU .text-wrapper .depth-text {
  margin-bottom: 0;
}
.SQhyJyTK-uLNBfG7oUU .depth-desc {
  color: #30262b;
}
.SQhyJyTK-uLNBfG7oUU .depth-text {
  color: #30262b;
}
.SQhyJyTK-uLNBfG7oUU .depth-desc,
.SQhyJyTK-uLNBfG7oUU .desc-wrapper {
  color: #6e5854;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe3ce;
}
.SQhyJyTK-uLNKy3fxPe .depth-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.SQhyJyTK-uLNKy3fxPe .depth-text {
  margin: 10px 0;
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .footer_info {
  margin: 10px 0;
  text-align: left;
}
.SQhyJyTK-uLNKy3fxPe .social_icons {
  text-align: center;
}
.SQhyJyTK-uLNKy3fxPe .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.SQhyJyTK-uLNKy3fxPe .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .SQhyJyTK-uLNKy3fxPe .footer_timework {
    margin-top: 50px;
  }
  .SQhyJyTK-uLNKy3fxPe .footer_contact {
    margin-bottom: 50px;
  }
}

/* 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 */
.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;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-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 */
