@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.tilenode {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .tilenode {
    font-size: 5rem;
  }
}

.outline {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .outline {
    font-size: 4.5rem;
  }
}

.rowholder {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .rowholder {
    font-size: 3.5rem;
  }
}

.areawrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .areawrap {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.spanbox {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.spanbox .nav-link.active, .spanbox .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .spanbox {
    flex-direction: row;
  }
  .navbar-expand-lg .spanbox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.flexbox {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.nodemapunit {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .chunk {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .chunk img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.pixel-section-title {
  font-style: normal;
  line-height: 1.3;
}

.pixel-section-subtitle {
  line-height: 1.3;
}

.sectionwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.tilenode,
.outline,
.rowholder,
.areawrap,
.domlayer,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.boxarea {
  text-align: left;
}

.padwrap {
  text-align: center;
}

/*! Font-weight  */

.layersegment {
  font-weight: 400;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.pixel-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .pixel-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.layersegment {
  font-weight: 400;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .chunk img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .spanbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .pixel-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.navunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
@font-face {
  font-family: 'submit2';
  font-display: swap;
  src:  url('fonts/repetition2.eot');
  src:  url('fonts/repetition2.eot') format('embedded-opentype'),
    url('fonts/repetition2.woff2') format('woff2'),
    url('fonts/repetition2.woff') format('woff'),
    url('fonts/repetition2.ttf') format('truetype'),
    url('fonts/repetition2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Gloock;
}
.tilenode {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
.outline {
  font-family: 'Gloock', serif;
  font-size: 2.4rem;
  line-height: 1;
}
.rowholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
}
.areawrap {
  font-family: 'Gloock', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.domlayer {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
/* ---- 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) {
  .tilenode {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .tilenode {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .outline {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .rowholder {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .areawrap {
    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))));
  }
  .domlayer {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.btn-primary,
.btn-primary:active {
  background-color: #734f33 !important;
  border-color: #734f33 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #372618 !important;
  border-color: #372618 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #372618 !important;
  border-color: #372618 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbefde !important;
  border-color: #fbefde !important;
  color: #c27c18 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: #754b0e !important;
  background-color: #f2ca91 !important;
  border-color: #f2ca91 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:disabled {
  color: #c27c18 !important;
  background-color: #f2ca91 !important;
  border-color: #f2ca91 !important;
}
.btn-info,
.btn-info:active {
  background-color: #462810 !important;
  border-color: #462810 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8ddcd !important;
  border-color: #e8ddcd !important;
  color: #7d6139 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #cdb592 !important;
  border-color: #cdb592 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:disabled {
  color: #7d6139 !important;
  background-color: #cdb592 !important;
  border-color: #cdb592 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbe3c3 !important;
  border-color: #fbe3c3 !important;
  color: #b36b0c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f6bd72 !important;
  border-color: #f6bd72 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:disabled {
  color: #b36b0c !important;
  background-color: #f6bd72 !important;
  border-color: #f6bd72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a2b742 !important;
  border-color: #a2b742 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6a772b !important;
  border-color: #6a772b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6a772b !important;
  border-color: #6a772b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #734f33;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #372618 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #734f33 !important;
  border-color: #734f33 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbefde;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #f2ca91 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-secondary-outline:disabled {
  color: #c27c18 !important;
  background-color: #fbefde !important;
  border-color: #fbefde !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #462810;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #462810 !important;
  border-color: #462810 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8ddcd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #cdb592 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-success-outline:disabled {
  color: #7d6139 !important;
  background-color: #e8ddcd !important;
  border-color: #e8ddcd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbe3c3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #f6bd72 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-warning-outline:disabled {
  color: #b36b0c !important;
  background-color: #fbe3c3 !important;
  border-color: #fbe3c3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a2b742;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #6a772b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a2b742 !important;
  border-color: #a2b742 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #734f33 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2c1e14 !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;
}
.flexbox {
  background-color: #70c770;
}
.nodemapunit {
  background-color: #a2b742;
}
a,
a:hover {
  color: #734f33;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 400;
}
.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: #734f33 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.pixel-section-btn .btn,
.pixel-section-btn-main .btn {
  box-shadow: none;
  border: 1px solid #734f33 !important;
  padding: 13px 58px;
  font-weight: 800 !important;
  min-height: 60px;
}
@media (max-width: 992px) {
  .pixel-section-btn .btn,
  .pixel-section-btn-main .btn {
    padding: 10px 13.5px;
  }
}
.pixel-section-btn .btn:hover,
.pixel-section-btn-main .btn:hover,
.pixel-section-btn .btn:focus,
.pixel-section-btn-main .btn:focus {
  box-shadow: none;
  border: 1px solid #734f33 !important;
}
.pixel-section-btn .btn-primary,
.pixel-section-btn-main .btn-primary,
.pixel-section-btn .btn-secondary,
.pixel-section-btn-main .btn-secondary,
.pixel-section-btn .btn-success,
.pixel-section-btn-main .btn-success,
.pixel-section-btn .btn-info,
.pixel-section-btn-main .btn-info,
.pixel-section-btn .btn-warning,
.pixel-section-btn-main .btn-warning,
.pixel-section-btn .btn-danger,
.pixel-section-btn-main .btn-danger,
.pixel-section-btn .btn-black,
.pixel-section-btn-main .btn-black,
.pixel-section-btn .btn-white,
.pixel-section-btn-main .btn-white {
  color: #734f33 !important;
}
.pixel-section-btn .btn-primary,
.pixel-section-btn-main .btn-primary,
.pixel-section-btn .btn-black,
.pixel-section-btn-main .btn-black {
  color: #fbefde !important;
}
.pixel-section-btn .btn-primary-outline,
.pixel-section-btn-main .btn-primary-outline,
.pixel-section-btn .btn-secondary-outline,
.pixel-section-btn-main .btn-secondary-outline,
.pixel-section-btn .btn-success-outline,
.pixel-section-btn-main .btn-success-outline,
.pixel-section-btn .btn-info-outline,
.pixel-section-btn-main .btn-info-outline,
.pixel-section-btn .btn-warning-outline,
.pixel-section-btn-main .btn-warning-outline,
.pixel-section-btn .btn-danger-outline,
.pixel-section-btn-main .btn-danger-outline,
.pixel-section-btn .btn-black-outline,
.pixel-section-btn-main .btn-black-outline,
.pixel-section-btn .btn-white-outline,
.pixel-section-btn-main .btn-white-outline {
  padding: 0;
  text-decoration: underline;
  border: none !important;
}
.pixel-section-btn .btn-primary-outline:hover,
.pixel-section-btn-main .btn-primary-outline:hover,
.pixel-section-btn .btn-secondary-outline:hover,
.pixel-section-btn-main .btn-secondary-outline:hover,
.pixel-section-btn .btn-success-outline:hover,
.pixel-section-btn-main .btn-success-outline:hover,
.pixel-section-btn .btn-info-outline:hover,
.pixel-section-btn-main .btn-info-outline:hover,
.pixel-section-btn .btn-warning-outline:hover,
.pixel-section-btn-main .btn-warning-outline:hover,
.pixel-section-btn .btn-danger-outline:hover,
.pixel-section-btn-main .btn-danger-outline:hover,
.pixel-section-btn .btn-black-outline:hover,
.pixel-section-btn-main .btn-black-outline:hover,
.pixel-section-btn .btn-white-outline:hover,
.pixel-section-btn-main .btn-white-outline:hover,
.pixel-section-btn .btn-primary-outline:focus,
.pixel-section-btn-main .btn-primary-outline:focus,
.pixel-section-btn .btn-secondary-outline:focus,
.pixel-section-btn-main .btn-secondary-outline:focus,
.pixel-section-btn .btn-success-outline:focus,
.pixel-section-btn-main .btn-success-outline:focus,
.pixel-section-btn .btn-info-outline:focus,
.pixel-section-btn-main .btn-info-outline:focus,
.pixel-section-btn .btn-warning-outline:focus,
.pixel-section-btn-main .btn-warning-outline:focus,
.pixel-section-btn .btn-danger-outline:focus,
.pixel-section-btn-main .btn-danger-outline:focus,
.pixel-section-btn .btn-black-outline:focus,
.pixel-section-btn-main .btn-black-outline:focus,
.pixel-section-btn .btn-white-outline:focus,
.pixel-section-btn-main .btn-white-outline:focus {
  border: none !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vg1ZfVjvcd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
@media (min-width: 992px) {
  .cid-vg1ZfVjvcd .text-wrapper {
    padding: 2rem;
  }
}
.cid-vg1ZfVjvcd .stepbox img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vg1ZfVjvcd .stepbox {
    margin-top: 2rem;
  }
}
.cid-vg1ZfVjvcd .pixel-section-title {
  text-align: center;
  margin-bottom: 0 !important;
  color: #000000;
}
.cid-vg1ZfVjvcd .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-vg1ZfVjvcd .sectionwrap {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-vg1ZfVjvcd .sectionwrap {
  text-align: left;
}
.cid-vg1ZfVjvcd .sectionwrap,
.cid-vg1ZfVjvcd .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1ZfVjvcd .pixel-section-btn {
  margin-top: 3.5rem !important;
}
.cid-UFUfo6ZnSq5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbe3c3;
}
.cid-UFUfo6ZnSq5 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-UFUfo6ZnSq5 .row .item {
  padding: 0 13px;
}
.cid-UFUfo6ZnSq5 .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-UFUfo6ZnSq5 .item {
    margin-bottom: 16px;
  }
}
.cid-UFUfo6ZnSq5 .item .item-wrapper {
  height: 100%;
  background-color: #fbefde;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-UFUfo6ZnSq5 .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-UFUfo6ZnSq5 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-UFUfo6ZnSq5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-UFUfo6ZnSq5 .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-UFUfo6ZnSq5 .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-UFUfo6ZnSq5 .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-UFUfo6ZnSq5 .item .item-wrapper .card-box .pixel-section-btn {
  margin-top: 20px;
}
.cid-UFUfo6ZnSq5 .item-title {
  color: #fff7ee;
}
.cid-UFUfo6ZnSq5 .item-text {
  color: #fff7ee;
}
.cid-UFUfo6ZnSq5 .item-text,
.cid-UFUfo6ZnSq5 .text-wrap {
  text-align: center;
  color: #000000;
}
.cid-UFUfo6ZnSq5 .item-title,
.cid-UFUfo6ZnSq5 .pixel-section-btn {
  text-align: center;
  color: #1f1f1f;
}
.cid-x2SyNOKjPJq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8ddcd;
}
.cid-x2SyNOKjPJq .navunit {
  padding: 0;
  background: #fbefde;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .cid-x2SyNOKjPJq .text-wrapper {
    padding-top: 30px;
  }
}
.cid-x2SyNOKjPJq .sectionwrap {
  margin-bottom: 20.4px;
}
.cid-x2SyNOKjPJq .sectionwrap,
.cid-x2SyNOKjPJq .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-x2SyNOKjPJq .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1JOUXrtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #fbe3c3;
}
.cid-vg1JOUXrtZ .mapwrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .mapwrap {
    margin-bottom: 48px;
  }
}
.cid-vg1JOUXrtZ .mapwrap .pixel-section-title {
  margin-bottom: 0;
}
.cid-vg1JOUXrtZ .item {
  margin-bottom: 64px;
}
.cid-vg1JOUXrtZ .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .item {
    margin-bottom: 48px;
  }
  .cid-vg1JOUXrtZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vg1JOUXrtZ .item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .item .item-wrapper {
    display: block;
  }
}
.cid-vg1JOUXrtZ .item .item-wrapper .card-box {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #a2b742;
  padding: 48px 32px;
  min-height: 540px;
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .card-box {
    padding: 32px 16px;
    width: 100%;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.cid-vg1JOUXrtZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-vg1JOUXrtZ .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vg1JOUXrtZ .item .item-wrapper .card-box .text-wrapper .pixel-section-btn {
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.cid-vg1JOUXrtZ .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vg1JOUXrtZ .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 50%;
  height: 590px;
  border: 10px solid #a2b742;
  object-fit: cover;
}
@media (max-width: 1740px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 1440px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .item-img img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .item-img img {
    height: 300px;
    border: 6px solid #a2b742;
  }
}
@media (max-width: 425px) {
  .cid-vg1JOUXrtZ .item .item-wrapper .item-img img {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vg1JOUXrtZ .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cid-vg1JOUXrtZ .pixel-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vg1JOUXrtZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vg1JOUXrtZ .item-text {
  color: #dbdbd3;
}
.cid-vg1JOUXrtZ .pixel-section-title,
.cid-vg1JOUXrtZ .pixel-section-btn {
  color: #000000;
}
.cid-vg1JOUXrtZ .item-text,
.cid-vg1JOUXrtZ .pixel-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vg24uiphu3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
@media (max-width: 992px) {
  .cid-vg24uiphu3 .container {
    padding: 0 16px;
  }
}
.cid-vg24uiphu3 .mapwrap .pixel-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vg24uiphu3 .mapwrap .pixel-section-title {
    margin-bottom: 40px;
  }
}
.cid-vg24uiphu3 .mapwrap .pixel-section-title span {
  color: #000000;
}
.cid-vg24uiphu3 .text-wrapper .sectionwrap {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg24uiphu3 .text-wrapper .sectionwrap {
    margin-bottom: 24px;
  }
}
.cid-vg24uiphu3 .pixel-section-title {
  color: #000000;
  text-align: center;
}
.cid-vg24uiphu3 .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1UlJQkEd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbefde;
}
.cid-vg1UlJQkEd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vg1UlJQkEd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-vg1UlJQkEd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-vg1UlJQkEd .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-PaJ7gADqpdQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
.cid-PaJ7gADqpdQ .navunit {
  padding: 0;
  background: #e8ddcd;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-PaJ7gADqpdQ .pixel-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #000000;
  text-align: center;
}
.cid-PaJ7gADqpdQ .mainbox {
  color: #000000;
  text-align: center;
}
.cid-PaJ7gADqpdQ .stacklayer,
.cid-PaJ7gADqpdQ .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1K6HNSed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #fbefde;
}
.cid-vg1K6HNSed .band .pixel-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vg1K6HNSed .band .pixel-section-title {
    margin-bottom: 48px;
  }
}
.cid-vg1K6HNSed .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vg1K6HNSed .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vg1K6HNSed .item .item-wrapper .item-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #734f33;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vg1K6HNSed .item .item-wrapper .item-title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-vg1K6HNSed .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vg1K6HNSed .pixel-section-title {
  color: #ffffff;
}
.cid-vg1K6HNSed .item-title {
  color: #ffffff;
}
.cid-vg1K6HNSed .item-text {
  color: #000000;
  text-align: center;
}
.cid-vg1K6HNSed .pixel-section-title,
.cid-vg1K6HNSed .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1K6HNSed .item-title {
  color: #000000;
  text-align: center;
}
.cid-vg1K7CojC4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg1K7CojC4 .container {
    padding: 0 30px;
  }
}
.cid-vg1K7CojC4 .row {
  justify-content: center;
}
.cid-vg1K7CojC4 .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg1K7CojC4 .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg1K7CojC4 .mapwrap {
    margin: 0;
  }
}
.cid-vg1K7CojC4 .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg1K7CojC4 .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1K7CojC4 .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg1K7CojC4 .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1K7CojC4 .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1K7CojC4 .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1U64KYRI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1U64KYRI .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1U64KYRI .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1U64KYRI .container {
    padding: 0 6px;
  }
}
.cid-vg1U64KYRI .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1U64KYRI .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1U64KYRI .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1U64KYRI .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1U64KYRI .row {
    padding: 50px 30px;
  }
}
.cid-vg1U64KYRI .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1U64KYRI .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1U64KYRI .mapwrap {
    padding: 0;
  }
}
.cid-vg1U64KYRI .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1U64KYRI .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1U64KYRI .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1U64KYRI .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1U64KYRI .list-wrapper {
    padding: 0;
  }
}
.cid-vg1U64KYRI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1U64KYRI .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1U64KYRI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1U64KYRI .list-wrapper .list .item-wrap:hover,
.cid-vg1U64KYRI .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1U64KYRI .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1U64KYRI .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1U64KYRI .pixel-section-title {
  color: #ffffff;
}
.cid-vg1U64KYRI .list {
  color: #ffffff;
}
.cid-vg1U64KYRI .pixel-section-title,
.cid-vg1U64KYRI .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1U64KYRI .list,
.cid-vg1U64KYRI .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-g7G8QkeuWzb {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fbe3c3;
}
.cid-g7G8QkeuWzb .row {
  flex-direction: row-reverse;
}
.cid-g7G8QkeuWzb .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-g7G8QkeuWzb .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-g7G8QkeuWzb .wrapper {
  background: #fbefde;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-g7G8QkeuWzb .stepbox {
  padding: 0;
}
.cid-g7G8QkeuWzb .stepbox img {
  height: 100%;
  object-fit: cover;
}
.cid-g7G8QkeuWzb .pixel-section-title {
  color: #000000;
  text-align: center;
}
.cid-g7G8QkeuWzb .sectionwrap,
.cid-g7G8QkeuWzb .pixel-section-btn {
  color: #000000;
  text-align: center;
}
.cid-0C0eymqof7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbefde;
}
.cid-0C0eymqof7m .band {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .band {
    margin-bottom: 32px;
  }
}
.cid-0C0eymqof7m .band .mapwrap {
  margin-bottom: 16px;
}
.cid-0C0eymqof7m .band .mapwrap .pixel-section-title {
  margin-bottom: 0;
}
.cid-0C0eymqof7m .band .mapwrap .pixel-section-subtitle {
  margin-bottom: 0;
}
.cid-0C0eymqof7m .band .text-wrapper .sectionwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .band .text-wrapper .sectionwrap {
    width: 100%;
  }
}
.cid-0C0eymqof7m .shellunit {
  margin: 0 -8px;
  align-items: center;
}
.cid-0C0eymqof7m .shellunit .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .flowunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .3;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #000000);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad {
    left: -160%;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #000000);
}
@media (max-width: 1200px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .boxpad.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-title_1,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-title_2,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-title_3,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-text_1,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-text_2,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-text_3,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .pixel-section-btn {
  margin-top: 24px;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .card-box .pixel-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .card_1 .card-box,
.cid-0C0eymqof7m .shellunit .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .card_1 .card-box,
  .cid-0C0eymqof7m .shellunit .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .card_1 {
  background-color: #819426;
  border-color: #a2b742;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .card_2 {
  background-color: #212529;
  border-color: #000000;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .card_3 {
  background-color: #292929;
  border-color: #000000;
}
.cid-0C0eymqof7m .shellunit .item .item-wrapper .card_4 {
  background-color: #819426;
  border-color: #a2b742;
}
.cid-0C0eymqof7m .btn-wrapper {
  margin-right: 9%;
}
.cid-0C0eymqof7m .pixel-section-title {
  color: #111111;
  text-align: center;
}
.cid-0C0eymqof7m .pixel-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-0C0eymqof7m .sectionwrap,
.cid-0C0eymqof7m .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-0C0eymqof7m .card-title_1 {
  color: #ffffff;
}
.cid-0C0eymqof7m .card-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-0C0eymqof7m .card-title_3 {
  color: #ffffff;
  text-align: center;
}
.cid-0C0eymqof7m .card-title_4 {
  color: #ffffff;
}
.cid-0C0eymqof7m .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.cid-0C0eymqof7m .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.cid-0C0eymqof7m .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.cid-0C0eymqof7m .card-text_4 {
  color: #ffffff;
  text-align: center;
}
.cid-0C0eymqof7m .card-title_4,
.cid-0C0eymqof7m .pixel-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-0C0eymqof7m .card-title_1,
.cid-0C0eymqof7m .pixel-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-JoK0bi5xOwc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe3c3;
}
.cid-JoK0bi5xOwc .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%23734f33'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23462810'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%23e8ddcd'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23a2b742'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-JoK0bi5xOwc .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-JoK0bi5xOwc .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #fbefde;
  flex-direction: column;
}
.cid-JoK0bi5xOwc .pixel-section-title,
.cid-JoK0bi5xOwc .pixel-section-text,
.cid-JoK0bi5xOwc .pixel-section-btn {
  z-index: 0;
}

.cid-JoK0bi5xOwc .pixel-section-btn {
  color: #4c4c4c;
}
.cid-JoK0bi5xOwc .pixel-section-text,
.cid-JoK0bi5xOwc .pixel-section-btn {
  color: #030303;
}
.cid-JoK0bi5xOwc .pixel-section-title {
  color: #000000;
}
.cid-rkN8UxyinTd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8ddcd;
}
.cid-rkN8UxyinTd .navunit {
  padding: 0;
  background: #fbefde;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-rkN8UxyinTd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-rkN8UxyinTd .text-wrapper {
    padding-top: 30px;
  }
}
.cid-rkN8UxyinTd .sectionwrap {
  margin-bottom: 20.4px;
}
.cid-rkN8UxyinTd .sectionwrap,
.cid-rkN8UxyinTd .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rkN8UxyinTd .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1QyQL3ad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #fbe3c3;
}
.cid-vg1QyQL3ad .shellunit {
  margin: 0 -11px;
}
.cid-vg1QyQL3ad .shellunit .item {
  padding: 0 11px;
}
.cid-vg1QyQL3ad .item {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vg1QyQL3ad .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vg1QyQL3ad .item:hover .item-wrapper,
.cid-vg1QyQL3ad .item:focus .item-wrapper {
  transform: rotate(0) !important;
}
.cid-vg1QyQL3ad .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #252322;
  box-shadow: 6px 6px 0 0 #252322;
  padding: 40px 32px;
  transform: rotate(2deg);
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vg1QyQL3ad .item .item-wrapper {
    transform: rotate(0) !important;
    padding: 32px 16px;
  }
}
.cid-vg1QyQL3ad .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vg1QyQL3ad .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vg1QyQL3ad .item .card_2 {
  transform: rotate(-2deg);
}
.cid-vg1QyQL3ad .item-title {
  color: #ffffff;
}
.cid-vg1QyQL3ad .item-text {
  color: #000000;
  text-align: center;
}
.cid-vg1QyQL3ad .item-title {
  text-align: center;
  color: #000000;
}
.cid-vg25QtIGtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg25QtIGtN .container {
    padding: 0 30px;
  }
}
.cid-vg25QtIGtN .row {
  justify-content: center;
}
.cid-vg25QtIGtN .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg25QtIGtN .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg25QtIGtN .mapwrap {
    margin: 0;
  }
}
.cid-vg25QtIGtN .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg25QtIGtN .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg25QtIGtN .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg25QtIGtN .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg25QtIGtN .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg25QtIGtN .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1ZOC50mP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1ZOC50mP .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1ZOC50mP .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1ZOC50mP .container {
    padding: 0 6px;
  }
}
.cid-vg1ZOC50mP .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1ZOC50mP .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1ZOC50mP .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1ZOC50mP .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1ZOC50mP .row {
    padding: 50px 30px;
  }
}
.cid-vg1ZOC50mP .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1ZOC50mP .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1ZOC50mP .mapwrap {
    padding: 0;
  }
}
.cid-vg1ZOC50mP .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1ZOC50mP .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1ZOC50mP .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1ZOC50mP .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1ZOC50mP .list-wrapper {
    padding: 0;
  }
}
.cid-vg1ZOC50mP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1ZOC50mP .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1ZOC50mP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1ZOC50mP .list-wrapper .list .item-wrap:hover,
.cid-vg1ZOC50mP .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1ZOC50mP .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1ZOC50mP .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1ZOC50mP .pixel-section-title {
  color: #ffffff;
}
.cid-vg1ZOC50mP .list {
  color: #ffffff;
}
.cid-vg1ZOC50mP .pixel-section-title,
.cid-vg1ZOC50mP .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1ZOC50mP .list,
.cid-vg1ZOC50mP .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vg1LCozM55 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
  background-image: linear-gradient(180deg, #fbe3c3 0%, #fbefde 38%, #fbefde 90%);
}
.cid-vg1LCozM55 .band {
  position: relative;
  padding: 4px;
}
.cid-vg1LCozM55 .band .alignbox {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .4;
  z-index: 1;
}
.cid-vg1LCozM55 .band .stepunit {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #a2b742 0%, #819426 50%, #4a570d 100%);
  filter: blur(40px) brightness(1);
  opacity: .5;
}
.cid-vg1LCozM55 .band .bodyband {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vg1LCozM55 .band .bodyband {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vg1LCozM55 .band .bodyband .mapwrap {
  width: 100%;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vg1LCozM55 .band .bodyband .mapwrap .frame {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .pixel-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .text-wrapper .sectionwrap {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1LCozM55 .band .bodyband .mapwrap .frame .text-wrapper .sectionwrap {
    width: 100%;
  }
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .areabox {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .areabox .patch {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #a2b742 0%, #819426 50%, #4a570d 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .frame_1 .patch {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #a2b742 0%, #819426 50%, #4a570d 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vg1LCozM55 .band .bodyband .mapwrap .frame .frame_2 .patch {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vg1LCozM55 .band .bodyband .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vg1LCozM55 .band .bodyband .card-box {
    padding: 0 10px;
  }
}
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn {
    margin-top: 20px;
  }
}
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #a2b742 0%, #819426 50%, #4a570d 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white:hover,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white:focus,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black.active,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white:hover::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white:focus::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black.active::before,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-primary-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-secondary-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-success-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-info-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-warning-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-danger-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-black-outline,
.cid-vg1LCozM55 .band .bodyband .card-box .pixel-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vg1LCozM55 .band .bodyband .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #a2b742 0%, #819426 50%, #4a570d 100%);
}
.cid-vg1LCozM55 .pixel-section-title {
  color: #171719;
}
.cid-vg1LCozM55 .sectionwrap {
  color: #565661;
}
.cid-vg1LCozM55 .pixel-section-title,
.cid-vg1LCozM55 .pixel-section-btn,
.cid-vg1LCozM55 .mapwrap {
  text-align: center;
}
.cid-vg1LCozM55 .sectionwrap,
.cid-vg1LCozM55 .text-wrapper {
  color: #000000;
}
.cid-I12qN7v7hpo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbe3c3;
}
.cid-I12qN7v7hpo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-I12qN7v7hpo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-I12qN7v7hpo .container {
    padding: 0 16px;
  }
}
.cid-I12qN7v7hpo .row {
  padding: 60px 64px;
  background-color: #fbefde;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-I12qN7v7hpo .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .row {
    padding: 25px 9px;
  }
}
.cid-I12qN7v7hpo .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .mapwrap .pixel-section-title {
    margin-bottom: 32px;
  }
}
.cid-I12qN7v7hpo .stepbox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .stepbox {
    margin: 0 0 32px 0;
  }
}
.cid-I12qN7v7hpo .stepbox img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .stepbox img {
    height: 350px;
  }
}
.cid-I12qN7v7hpo .band {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .band {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-I12qN7v7hpo .band .bodyband .sectionwrap {
  margin-bottom: 16px;
}
.cid-I12qN7v7hpo .shellunit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .shellunit {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-I12qN7v7hpo .shellunit {
    display: block;
  }
}
.cid-I12qN7v7hpo .shellunit .item {
  padding: 50px;
  background-color: #212529;
  border-radius: .5rem !important;
}
.cid-I12qN7v7hpo .shellunit .item:nth-child(2n) {
  background-color: #a2b742;
}
@media (max-width: 992px) {
  .cid-I12qN7v7hpo .shellunit .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-I12qN7v7hpo .shellunit .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-I12qN7v7hpo .shellunit .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-I12qN7v7hpo .card {
  justify-content: center;
}
.cid-I12qN7v7hpo .pixel-section-title {
  color: #000000;
  text-align: center;
}
.cid-I12qN7v7hpo .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-I12qN7v7hpo .card-title {
  color: #000000;
}
.cid-I12qN7v7hpo .card-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-I12qN7v7hpo .card-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-vg1M1A2qZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbefde;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vg1M1A2qZx .container {
    padding: 0 24px;
  }
}
.cid-vg1M1A2qZx .card {
  justify-content: center;
}
.cid-vg1M1A2qZx .mapwrap {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vg1M1A2qZx .mapwrap {
    padding: 0 24px 24px;
  }
}
.cid-vg1M1A2qZx .mapwrap .pixel-section-title {
  margin-bottom: 16px;
}
.cid-vg1M1A2qZx .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vg1M1A2qZx .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vg1M1A2qZx .text-wrapper .sectionwrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vg1M1A2qZx .text-wrapper .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg1M1A2qZx .text-wrapper .sectionwrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vg1M1A2qZx .pixel-section-title {
  color: #F9F6E0;
}
.cid-vg1M1A2qZx .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1M1A2qZx .pixel-section-btn {
  text-align: right;
}
.cid-vg1M1A2qZx .pixel-section-title,
.cid-vg1M1A2qZx .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-TGerfK8F8or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe3c3;
}
.cid-TGerfK8F8or .bodyband {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .bodyband {
    margin-bottom: 40px;
  }
}
.cid-TGerfK8F8or .bodyband .mapwrap .pixel-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .bodyband .mapwrap .pixel-section-title {
    margin-bottom: 20px;
  }
}
.cid-TGerfK8F8or .bodyband .text-wrapper .sectionwrap {
  margin-bottom: 0;
}
.cid-TGerfK8F8or .bodyband .card {
  justify-content: center;
}
.cid-TGerfK8F8or .item {
  margin-bottom: 48px;
}
.cid-TGerfK8F8or .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item {
    margin-bottom: 20px;
  }
  .cid-TGerfK8F8or .item:last-child {
    margin-bottom: 0;
  }
}
.cid-TGerfK8F8or .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #fbefde;
  border: 1px solid #462810;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #462810;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .pixel-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper .item-content .pixel-section-btn {
    margin-top: 10px;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .item-content .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-TGerfK8F8or .item .item-wrapper .stepbox {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper .stepbox {
    width: 100%;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .stepbox .alignbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #a2b742;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-TGerfK8F8or .item .item-wrapper .stepbox .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-TGerfK8F8or .item .item-wrapper .stepbox .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-TGerfK8F8or .item .item-wrapper .stepbox .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-TGerfK8F8or .pixel-section-title {
  color: #ffffff;
}
.cid-TGerfK8F8or .sectionwrap,
.cid-TGerfK8F8or .text-wrapper {
  color: #9ba9c4;
}
.cid-TGerfK8F8or .item-title {
  color: #ffffff;
}
.cid-TGerfK8F8or .item-text {
  color: #9ba9c4;
}
.cid-TGerfK8F8or .list {
  color: #d1d4e3;
}
.cid-TGerfK8F8or .item-text,
.cid-TGerfK8F8or .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-TGerfK8F8or .item-title,
.cid-TGerfK8F8or .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-n8TM1hrngNJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
.cid-n8TM1hrngNJ .band {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-n8TM1hrngNJ .band {
    display: block;
    padding: 32px 16px;
  }
}
.cid-n8TM1hrngNJ .band .stepbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-n8TM1hrngNJ .band .stepbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-n8TM1hrngNJ .band .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #faf7f4;
  border: 3px solid #819426;
  box-shadow: 4px 4px 0 0 #819426;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-n8TM1hrngNJ .band .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-n8TM1hrngNJ .band .card-wrapper .pixel-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-n8TM1hrngNJ .band .card-wrapper .pixel-section-title {
    margin-bottom: 24px;
  }
}
.cid-n8TM1hrngNJ .band .card-wrapper .sectionwrap {
  margin-bottom: 0;
}
.cid-n8TM1hrngNJ .pixel-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-n8TM1hrngNJ .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-n8TM1hrngNJ .pixel-section-title,
.cid-n8TM1hrngNJ .pixel-section-btn {
  color: #000000;
}
.cid-7n9uWoVefZB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fbe3c3;
}
.cid-7n9uWoVefZB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-7n9uWoVefZB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-7n9uWoVefZB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-7n9uWoVefZB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-7n9uWoVefZB .container {
    padding: 0 12px;
  }
}
.cid-7n9uWoVefZB .row {
  justify-content: center;
}
.cid-7n9uWoVefZB .mapwrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-7n9uWoVefZB .mapwrap {
    margin-bottom: 56px;
  }
}
.cid-7n9uWoVefZB .mapwrap .pixel-section-title {
  margin-bottom: 22px;
}
.cid-7n9uWoVefZB .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-7n9uWoVefZB .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-7n9uWoVefZB .item {
    margin-bottom: 16px;
  }
}
.cid-7n9uWoVefZB .item .item-wrapper {
  width: 100%;
}
.cid-7n9uWoVefZB .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-7n9uWoVefZB .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-7n9uWoVefZB .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-7n9uWoVefZB .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-7n9uWoVefZB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-7n9uWoVefZB .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #a2b742;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-7n9uWoVefZB .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-7n9uWoVefZB .pixel-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-7n9uWoVefZB .sectionwrap {
  color: #1D1D1F;
  text-align: center;
}
.cid-7n9uWoVefZB .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-7n9uWoVefZB .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vg25NLhR3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg25NLhR3I .container {
    padding: 0 30px;
  }
}
.cid-vg25NLhR3I .row {
  justify-content: center;
}
.cid-vg25NLhR3I .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg25NLhR3I .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg25NLhR3I .mapwrap {
    margin: 0;
  }
}
.cid-vg25NLhR3I .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg25NLhR3I .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg25NLhR3I .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg25NLhR3I .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg25NLhR3I .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg25NLhR3I .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1ZuA8M94 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1ZuA8M94 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1ZuA8M94 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1ZuA8M94 .container {
    padding: 0 6px;
  }
}
.cid-vg1ZuA8M94 .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1ZuA8M94 .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1ZuA8M94 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1ZuA8M94 .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1ZuA8M94 .row {
    padding: 50px 30px;
  }
}
.cid-vg1ZuA8M94 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1ZuA8M94 .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1ZuA8M94 .mapwrap {
    padding: 0;
  }
}
.cid-vg1ZuA8M94 .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1ZuA8M94 .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1ZuA8M94 .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1ZuA8M94 .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1ZuA8M94 .list-wrapper {
    padding: 0;
  }
}
.cid-vg1ZuA8M94 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1ZuA8M94 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1ZuA8M94 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1ZuA8M94 .list-wrapper .list .item-wrap:hover,
.cid-vg1ZuA8M94 .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1ZuA8M94 .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1ZuA8M94 .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1ZuA8M94 .pixel-section-title {
  color: #ffffff;
}
.cid-vg1ZuA8M94 .list {
  color: #ffffff;
}
.cid-vg1ZuA8M94 .pixel-section-title,
.cid-vg1ZuA8M94 .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1ZuA8M94 .list,
.cid-vg1ZuA8M94 .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-omnkOp7nOFd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fbefde;
}
@media (max-width: 992px) {
  .cid-omnkOp7nOFd .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-omnkOp7nOFd .container {
    padding: 0 12px;
  }
}
.cid-omnkOp7nOFd .band {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-omnkOp7nOFd .band {
    display: block;
    padding: 0.5rem;
  }
}
.cid-omnkOp7nOFd .band .mapwrap {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-omnkOp7nOFd .band .mapwrap {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-omnkOp7nOFd .band .mapwrap {
    padding: 0px;
  }
}
.cid-omnkOp7nOFd .band .mapwrap .pixel-section-title {
  margin-bottom: 1.5rem;
}
.cid-omnkOp7nOFd .band .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-omnkOp7nOFd .pixel-section-title {
  color: #ffffff;
}
.cid-omnkOp7nOFd .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-omnkOp7nOFd label {
  color: #ffffff;
}
.cid-omnkOp7nOFd .pixel-section-title,
.cid-omnkOp7nOFd .pixel-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vg1OCWRvkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbe3c3;
}
.cid-vg1OCWRvkr .band {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1OCWRvkr .band {
    display: block;
    padding: 0;
  }
}
.cid-vg1OCWRvkr .band .mapwrap {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg1OCWRvkr .band .mapwrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vg1OCWRvkr .band .mapwrap .pixel-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vg1OCWRvkr .band .mapwrap .pixel-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vg1OCWRvkr .band .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-vg1OCWRvkr .band .mapwrap .pixel-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vg1OCWRvkr .band .mapwrap .pixel-section-btn {
    margin-top: 16px;
  }
}
.cid-vg1OCWRvkr .band .viewwrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #fbefde;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-vg1OCWRvkr .band .viewwrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-vg1OCWRvkr .band .viewwrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-vg1OCWRvkr .pixel-section-title {
  color: #050f0f;
}
.cid-vg1OCWRvkr .sectionwrap {
  color: #050f0f;
}
.cid-vg1OCWRvkr .pixel-section-title,
.cid-vg1OCWRvkr .pixel-section-btn {
  text-align: center;
}
.cid-vg1OCWRvkr .sectionwrap,
.cid-vg1OCWRvkr .text-wrapper {
  text-align: center;
}
.cid-vg1Ojc7qQL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbefde;
}
.cid-vg1Ojc7qQL .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #fbe3c3 -30%, #fbe3c3 20%, #fbe3c3 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vg1Ojc7qQL .card-wrapper {
    padding: 16px;
  }
}
.cid-vg1Ojc7qQL .card-wrapper .pixel-section-title {
  margin-bottom: 22px;
}
.cid-vg1Ojc7qQL .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vg1Ojc7qQL .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-vg1Ojc7qQL .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1Ojc7qQL .pixel-section-title {
  color: #000000;
  text-align: center;
}
.cid-vg1Ojc7qQL .list {
  color: #ffffff;
  text-align: center;
}
.cid-vg1Ojc7qQL .list,
.cid-vg1Ojc7qQL .item-wrap {
  color: #000000;
}
.cid-vg263kduXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg263kduXp .container {
    padding: 0 30px;
  }
}
.cid-vg263kduXp .row {
  justify-content: center;
}
.cid-vg263kduXp .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg263kduXp .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg263kduXp .mapwrap {
    margin: 0;
  }
}
.cid-vg263kduXp .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg263kduXp .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg263kduXp .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg263kduXp .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg263kduXp .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg263kduXp .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1UG0UbHS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1UG0UbHS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1UG0UbHS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1UG0UbHS .container {
    padding: 0 6px;
  }
}
.cid-vg1UG0UbHS .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1UG0UbHS .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1UG0UbHS .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1UG0UbHS .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1UG0UbHS .row {
    padding: 50px 30px;
  }
}
.cid-vg1UG0UbHS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1UG0UbHS .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1UG0UbHS .mapwrap {
    padding: 0;
  }
}
.cid-vg1UG0UbHS .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1UG0UbHS .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1UG0UbHS .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1UG0UbHS .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1UG0UbHS .list-wrapper {
    padding: 0;
  }
}
.cid-vg1UG0UbHS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1UG0UbHS .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1UG0UbHS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1UG0UbHS .list-wrapper .list .item-wrap:hover,
.cid-vg1UG0UbHS .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1UG0UbHS .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1UG0UbHS .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1UG0UbHS .pixel-section-title {
  color: #ffffff;
}
.cid-vg1UG0UbHS .list {
  color: #ffffff;
}
.cid-vg1UG0UbHS .pixel-section-title,
.cid-vg1UG0UbHS .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1UG0UbHS .list,
.cid-vg1UG0UbHS .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vg1OQZoVwA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
.cid-vg28mOfcuI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
@media (max-width: 992px) {
  .cid-vg28mOfcuI .container {
    padding: 0 30px;
  }
}
.cid-vg28mOfcuI .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg28mOfcuI .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-vg28mOfcuI .pixel-section-title {
  color: #212529;
}
.cid-vg28mOfcuI .sectionwrap {
  color: #000000;
}
.cid-vg264iGmsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg264iGmsr .container {
    padding: 0 30px;
  }
}
.cid-vg264iGmsr .row {
  justify-content: center;
}
.cid-vg264iGmsr .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg264iGmsr .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg264iGmsr .mapwrap {
    margin: 0;
  }
}
.cid-vg264iGmsr .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg264iGmsr .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg264iGmsr .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg264iGmsr .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg264iGmsr .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg264iGmsr .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1Vhgq2xr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1Vhgq2xr .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1Vhgq2xr .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1Vhgq2xr .container {
    padding: 0 6px;
  }
}
.cid-vg1Vhgq2xr .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1Vhgq2xr .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1Vhgq2xr .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1Vhgq2xr .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1Vhgq2xr .row {
    padding: 50px 30px;
  }
}
.cid-vg1Vhgq2xr .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1Vhgq2xr .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1Vhgq2xr .mapwrap {
    padding: 0;
  }
}
.cid-vg1Vhgq2xr .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1Vhgq2xr .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1Vhgq2xr .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1Vhgq2xr .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1Vhgq2xr .list-wrapper {
    padding: 0;
  }
}
.cid-vg1Vhgq2xr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1Vhgq2xr .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1Vhgq2xr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1Vhgq2xr .list-wrapper .list .item-wrap:hover,
.cid-vg1Vhgq2xr .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1Vhgq2xr .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1Vhgq2xr .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1Vhgq2xr .pixel-section-title {
  color: #ffffff;
}
.cid-vg1Vhgq2xr .list {
  color: #ffffff;
}
.cid-vg1Vhgq2xr .pixel-section-title,
.cid-vg1Vhgq2xr .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1Vhgq2xr .list,
.cid-vg1Vhgq2xr .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vg1VF0GUR8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
.cid-vg28sWez7y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
@media (max-width: 992px) {
  .cid-vg28sWez7y .container {
    padding: 0 30px;
  }
}
.cid-vg28sWez7y .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg28sWez7y .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-vg28sWez7y .pixel-section-title {
  color: #212529;
}
.cid-vg28sWez7y .sectionwrap {
  color: #000000;
}
.cid-vg265o7YTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg265o7YTT .container {
    padding: 0 30px;
  }
}
.cid-vg265o7YTT .row {
  justify-content: center;
}
.cid-vg265o7YTT .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg265o7YTT .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg265o7YTT .mapwrap {
    margin: 0;
  }
}
.cid-vg265o7YTT .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg265o7YTT .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg265o7YTT .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg265o7YTT .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg265o7YTT .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg265o7YTT .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1Vx6ZHqW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1Vx6ZHqW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1Vx6ZHqW .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1Vx6ZHqW .container {
    padding: 0 6px;
  }
}
.cid-vg1Vx6ZHqW .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1Vx6ZHqW .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1Vx6ZHqW .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1Vx6ZHqW .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1Vx6ZHqW .row {
    padding: 50px 30px;
  }
}
.cid-vg1Vx6ZHqW .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1Vx6ZHqW .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1Vx6ZHqW .mapwrap {
    padding: 0;
  }
}
.cid-vg1Vx6ZHqW .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1Vx6ZHqW .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1Vx6ZHqW .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1Vx6ZHqW .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1Vx6ZHqW .list-wrapper {
    padding: 0;
  }
}
.cid-vg1Vx6ZHqW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1Vx6ZHqW .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1Vx6ZHqW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1Vx6ZHqW .list-wrapper .list .item-wrap:hover,
.cid-vg1Vx6ZHqW .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1Vx6ZHqW .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1Vx6ZHqW .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1Vx6ZHqW .pixel-section-title {
  color: #ffffff;
}
.cid-vg1Vx6ZHqW .list {
  color: #ffffff;
}
.cid-vg1Vx6ZHqW .pixel-section-title,
.cid-vg1Vx6ZHqW .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1Vx6ZHqW .list,
.cid-vg1Vx6ZHqW .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vg1VHSmd4R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
.cid-vg28x6z08D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
@media (max-width: 992px) {
  .cid-vg28x6z08D .container {
    padding: 0 30px;
  }
}
.cid-vg28x6z08D .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg28x6z08D .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-vg28x6z08D .pixel-section-title {
  color: #212529;
}
.cid-vg28x6z08D .sectionwrap {
  color: #000000;
}
.cid-vg266e7Ix9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg266e7Ix9 .container {
    padding: 0 30px;
  }
}
.cid-vg266e7Ix9 .row {
  justify-content: center;
}
.cid-vg266e7Ix9 .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg266e7Ix9 .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg266e7Ix9 .mapwrap {
    margin: 0;
  }
}
.cid-vg266e7Ix9 .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg266e7Ix9 .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg266e7Ix9 .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg266e7Ix9 .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg266e7Ix9 .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg266e7Ix9 .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1VGdanFq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1VGdanFq .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1VGdanFq .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1VGdanFq .container {
    padding: 0 6px;
  }
}
.cid-vg1VGdanFq .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1VGdanFq .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1VGdanFq .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1VGdanFq .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1VGdanFq .row {
    padding: 50px 30px;
  }
}
.cid-vg1VGdanFq .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1VGdanFq .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1VGdanFq .mapwrap {
    padding: 0;
  }
}
.cid-vg1VGdanFq .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1VGdanFq .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1VGdanFq .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1VGdanFq .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1VGdanFq .list-wrapper {
    padding: 0;
  }
}
.cid-vg1VGdanFq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1VGdanFq .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1VGdanFq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1VGdanFq .list-wrapper .list .item-wrap:hover,
.cid-vg1VGdanFq .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1VGdanFq .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1VGdanFq .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1VGdanFq .pixel-section-title {
  color: #ffffff;
}
.cid-vg1VGdanFq .list {
  color: #ffffff;
}
.cid-vg1VGdanFq .pixel-section-title,
.cid-vg1VGdanFq .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1VGdanFq .list,
.cid-vg1VGdanFq .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-vg1TArTfpX {
  background-color: transparent;
}
.cid-vg1TArTfpX .navbar-dropdown {
  background-color: #734f33 !important;
  padding: 0;
}
.cid-vg1TArTfpX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cid-vg1TArTfpX .menu_box .navbar-collapse {
    background-color: #734f33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vg1TArTfpX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .pixel-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vg1TArTfpX .pixel-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-vg1TArTfpX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vg1TArTfpX .btn:hover {
  box-shadow: none;
}
.cid-vg1TArTfpX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .nav-item {
    margin: 0 !important;
  }
}
.cid-vg1TArTfpX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-vg1TArTfpX .nav-item .nav-link:hover,
.cid-vg1TArTfpX .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-vg1TArTfpX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vg1TArTfpX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox {
    margin: 0;
  }
}
.cid-vg1TArTfpX .nav-item:focus,
.cid-vg1TArTfpX .nav-link:focus {
  outline: none;
}
.cid-vg1TArTfpX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vg1TArTfpX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vg1TArTfpX .navbar .chunk img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vg1TArTfpX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vg1TArTfpX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vg1TArTfpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg1TArTfpX .navbar .chunk img {
    height: 3rem !important;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox {
    overflow: hidden;
  }
  .cid-vg1TArTfpX .navbar ul.spanbox li {
    margin: 0;
  }
  .cid-vg1TArTfpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vg1TArTfpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vg1TArTfpX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg1TArTfpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vg1TArTfpX .navbar-brand .chunk a {
  outline: none;
}
.cid-vg1TArTfpX .navbar-expand-lg .spanbox .nav-link {
  padding: 6px 16px !important;
}
.cid-vg1TArTfpX ul.spanbox {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vg1TArTfpX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #734f33;
  background: #734f33;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vg1TArTfpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vg1TArTfpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg1TArTfpX .navbar {
    height: 70px;
  }
  .cid-vg1TArTfpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg1TArTfpX .navbar-dropdown .chunk {
  margin-right: 10px;
}
.cid-vg1TArTfpX .navbar-caption:hover {
  color: #734f33;
}
@media (min-width: 992px) {
  .cid-vg1TArTfpX .spanbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vg1TArTfpX .pixel-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .navbar-caption {
  color: #000000;
}
.cid-vg1TArTfpX .sectionwrap {
  color: #000000;
  text-align: center;
}
.cid-vg1TArTfpX .pixel-section-subtitle,
.cid-vg1TArTfpX .pixel-section-btn {
  text-align: center;
}
.cid-vg1TArTfpX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vg1VJJscM1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
.cid-vg28F8b8xS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbefde;
}
@media (max-width: 992px) {
  .cid-vg28F8b8xS .container {
    padding: 0 30px;
  }
}
.cid-vg28F8b8xS .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg28F8b8xS .mapwrap .sectionwrap {
  margin-bottom: 0;
}
.cid-vg28F8b8xS .pixel-section-title {
  color: #212529;
}
.cid-vg28F8b8xS .sectionwrap {
  color: #000000;
}
.cid-vg267d5MF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819426;
}
@media (max-width: 992px) {
  .cid-vg267d5MF4 .container {
    padding: 0 30px;
  }
}
.cid-vg267d5MF4 .row {
  justify-content: center;
}
.cid-vg267d5MF4 .mapwrap {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vg267d5MF4 .mapwrap {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-vg267d5MF4 .mapwrap {
    margin: 0;
  }
}
.cid-vg267d5MF4 .mapwrap .pixel-section-subtitle {
  margin-bottom: 30px;
}
.cid-vg267d5MF4 .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg267d5MF4 .text-wrapper .sectionwrap {
  margin-bottom: 16px;
}
.cid-vg267d5MF4 .pixel-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg267d5MF4 .pixel-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg267d5MF4 .sectionwrap {
  color: #f1f4e9;
  text-align: center;
}
.cid-vg1VJ7g9QL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #462810;
}
.cid-vg1VJ7g9QL .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg1VJ7g9QL .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-vg1VJ7g9QL .container {
    padding: 0 6px;
  }
}
.cid-vg1VJ7g9QL .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #fbefde;
}
@media (max-width: 1440px) {
  .cid-vg1VJ7g9QL .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vg1VJ7g9QL .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-vg1VJ7g9QL .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cid-vg1VJ7g9QL .row {
    padding: 50px 30px;
  }
}
.cid-vg1VJ7g9QL .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-vg1VJ7g9QL .mapwrap {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg1VJ7g9QL .mapwrap {
    padding: 0;
  }
}
.cid-vg1VJ7g9QL .mapwrap .pixel-section-title {
  margin-bottom: 50px;
}
.cid-vg1VJ7g9QL .mapwrap .pixel-section-title span {
  color: #f9f70e;
}
.cid-vg1VJ7g9QL .mapwrap .pixel-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg1VJ7g9QL .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg1VJ7g9QL .list-wrapper {
    padding: 0;
  }
}
.cid-vg1VJ7g9QL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vg1VJ7g9QL .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vg1VJ7g9QL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vg1VJ7g9QL .list-wrapper .list .item-wrap:hover,
.cid-vg1VJ7g9QL .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-vg1VJ7g9QL .alignbox {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #000000;
}
.cid-vg1VJ7g9QL .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vg1VJ7g9QL .pixel-section-title {
  color: #ffffff;
}
.cid-vg1VJ7g9QL .list {
  color: #ffffff;
}
.cid-vg1VJ7g9QL .pixel-section-title,
.cid-vg1VJ7g9QL .pixel-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vg1VJ7g9QL .list,
.cid-vg1VJ7g9QL .item-wrap {
  text-align: center;
  color: #000000;
}


/* Base Cookie Banner */
.inner {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 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;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}

.inner.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.inner p {
  margin: 0;
  font-size: 14px;
}

.inner a {
  color: #424a4d;
  text-decoration: underline;
}


#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}


#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}


#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .inner {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }

  .inner.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .inner {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }

  .inner img {
    width: 30px;
    height: 30px;
  }

  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: #f7efe5;
}

.ttc-form .band {
  background: #fffaf3;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(120, 80, 40, 0.16);
  padding: 42px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  border: 1px solid #f0dec7;
}

.ttc-form #customForm {
  width: 100%;
  color: #4a3521;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.ttc-form #customForm * {
  color: #4a3521;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e2c9aa !important;
  border-radius: 8px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #fff6eb !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease, transform .1s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 8px !important;
}

.ttc-form #customForm ::placeholder {
  color: #a08767;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fffdf7 !important;
  border-color: #c7904b !important;
  box-shadow: 0 0 0 3px rgba(199, 144, 75, 0.28) !important;
  transform: translateY(-1px);
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 38px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #bf8741, #e0b46f);
  color: #fffaf3;
  cursor: pointer;
  transition: box-shadow .22s ease, transform .12s ease, opacity .18s ease;
}

.ttc-form #customForm .btn:hover {
  box-shadow: 0 14px 32px rgba(126, 82, 39, 0.35);
  transform: translateY(-1px);
  opacity: .96;
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #8f765a;
}

.ttc-form #customForm a {
  color: #bb7b3a;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm .cellunit,
.ttc-form #customForm .inset {
  border: 1px solid #e2c9aa;
  background: #fff6eb;
  padding: 16px;
  border-radius: 8px !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.ttc-form #customForm .headwrap {
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  width: 100%;
}

.ttc-form #customForm .headwrap .coverbox {
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}

.ttc-form #customForm .coverbox,
.ttc-form #customForm .rootwrap {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #c7904b;
}

.ttc-form #customForm .alert {
  border-radius: 8px !important;
  font-size: 14px;
  background: #cfe9d6;
  border: 1px solid #7fb28b;
  color: #1f3a26;
}

@media (max-width: 767px) {
  .ttc-form { padding: 0 16px !important; }
  .ttc-form .band { padding: 26px 20px; margin: 18px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 12px 14px; margin-bottom: 14px; }
  .ttc-form #customForm .btn { width: 100%; font-size: 15px; padding: 14px 22px; }
  .ttc-form #customForm .cellunit,
  .ttc-form #customForm .inset { padding: 14px; }
  .ttc-form #customForm .headwrap,
  .ttc-form #customForm .rowset { font-size: 14px; line-height: 1.5; }
}

@media (max-width: 420px) {
  .ttc-form .band { padding: 20px 16px; }
  .ttc-form #customForm .headwrap,
  .ttc-form #customForm .rowset { font-size: 13px; line-height: 1.4; }
}
/* cssform-end */