/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 641px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 769px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1141px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1705px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.25em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.25em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.25em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.25em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.25em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.25em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.25em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.25rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: 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-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: 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-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25em 0.5em;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.25em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.25em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25em 0.5em;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.25em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.25em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.line-right {
  width: 3px;
  height: calc(100% - 100px);
  background: transparent linear-gradient(180deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  right: 2vw;
  bottom: 0;
  z-index: 3;
}

@media screen and (min-width: 1025px) {
  .line-right {
    width: 5px;
    right: 3vw;
  }
}
.inet-contact-form .error-message {
  margin-bottom: 30px;
}

.grecaptcha-badge iframe {
  box-shadow: none !important;
}

.grecaptcha-badge {
  box-shadow: none !important;
}

.grecaptcha-logo {
  display: none !important;
}

div[style*=box-shadow] {
  box-shadow: none !important;
}

/*Hero*/
#hero {
  background-image: url("../img/background-plants.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 779px;
}
#hero .main-container {
  min-height: 779px;
}
#hero .line-right {
  height: 100%;
}
#hero h1 {
  color: #83897C;
  text-transform: uppercase;
  font-size: clamp(4.9375rem, 79px + (310 - 79) * (100vw - 320px) / 1600, 19.375rem);
  line-height: clamp(3.125rem, 50px + (448 - 50) * (100vw - 320px) / 1600, 28rem);
  margin-top: 1rem;
  letter-spacing: 4vw;
}
#hero .title-spa {
  font-size: clamp(2.5rem, 40px + (100 - 40) * (100vw - 320px) / 1600, 6.25rem);
  line-height: clamp(3.125rem, 50px + (145 - 50) * (100vw - 320px) / 1600, 9.0625rem);
  color: #EEECE2;
  text-transform: uppercase;
  letter-spacing: 2vw;
}
#hero .line-bottom {
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  height: 5px;
  width: 100%;
}
#hero p.h4 {
  color: #EEECE2;
}
#hero p.welcome-title {
  color: #EEECE2;
  text-transform: uppercase;
  letter-spacing: 10px;
}
#hero .content-paragraph-hero {
  text-align: center;
}
@media screen and (min-width: 641px) {
  #hero .content-paragraph-hero {
    text-align: left;
  }
  #hero h1 {
    margin-top: -0.5vw;
  }
  #hero .content-bottom-hero-container {
    margin-top: -4vw;
  }
}
@media screen and (min-width: 1025px) {
  #hero, #hero .main-container {
    min-height: 150vh;
  }
  #hero h1 {
    margin-top: -1.75vw;
  }
  #hero .title-spa {
    letter-spacing: 40px;
  }
  #hero .content-bottom-hero-container {
    margin-top: -4.5vw;
  }
  #hero p.welcome-title {
    letter-spacing: 12px;
  }
  #hero .line-right {
    height: calc(100% - 150px);
  }
}
@media screen and (min-width: 1440px) {
  #hero, #hero .main-container {
    min-height: 165vh;
  }
}
@media screen and (min-width: 1141px) {
  #hero h1 {
    letter-spacing: 114px;
  }
}
@media screen and (min-width: 1705px) {
  #hero .content-bottom-hero-container {
    margin-top: -100px;
  }
  #hero .container-hero {
    padding-left: 10em !important;
  }
  #hero, #hero .main-container {
    min-height: 135vh;
  }
  #hero h1 {
    margin-top: -65px;
  }
  #hero .content-paragraph-hero {
    margin-top: -20px;
  }
}

/*About*/
#about h2 {
  letter-spacing: 14px;
  text-transform: uppercase;
  color: #B6B8AC;
  position: relative;
}
#about h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  bottom: -15px;
  left: 0;
  right: 0;
  margin-lefT: auto;
  margin-right: auto;
}
#about .hero-left {
  background: #EEECE2;
  padding-top: 4em;
  padding-bottom: 4em;
}
#about picture {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
#about picture img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
#about .line-right {
  height: 100%;
  top: 0;
  bottom: unset;
}
#about p.h3 {
  margin-top: 30px;
}
#about p {
  color: #565F50;
}
@media screen and (min-width: 1025px) {
  #about h2 {
    letter-spacing: 28px;
  }
  #about .hero-right {
    min-height: 630px;
  }
  #about .hero-right picture img {
    position: absolute;
    max-width: 50%;
    right: 0;
    height: 630px !important;
    z-index: 1;
  }
  #about .hero-left {
    min-height: 716px;
    transform: translateY(-150px);
    z-index: 2;
    padding-top: unset;
    padding-bottom: unset;
  }
  #about .hero-left .hero-content {
    max-width: 1017px;
    margin-left: auto;
    padding-right: 6em !important;
  }
}

/*Reconnect*/
#reconnect {
  background: #565F50;
}
#reconnect h2 {
  letter-spacing: 2.5vw;
  text-transform: uppercase;
  color: #B6B8AC;
  margin-bottom: 30px;
}
#reconnect p {
  color: #EEECE2;
}
#reconnect .line-bottom {
  height: 3px;
  width: calc(100% - 2vw);
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 0;
  position: absolute;
  top: 43.9%;
}
#reconnect .line-right {
  top: 0;
  height: 44%;
}
@media screen and (min-width: 1025px) {
  #reconnect {
    margin-top: -152px;
  }
  #reconnect h2 {
    letter-spacing: 18px;
  }
  #reconnect .main-content h2 {
    margin-top: 2.2em;
  }
  #reconnect .main-content {
    max-width: 812px;
    padding-right: 0;
  }
  #reconnect .main-container {
    min-height: 77vw;
  }
  #reconnect img {
    position: absolute;
    left: 0;
    height: 100%;
    width: fit-content;
    z-index: 1;
  }
  #reconnect .line-right {
    height: calc(100% - 100px);
  }
  #reconnect .line-bottom {
    height: 5px;
    width: calc(100% - 3vw);
    background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    left: 0;
    position: absolute;
    bottom: 100px;
    top: unset;
  }
}
@media screen and (max-width: 1024px) {
  #reconnect .container-image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  #reconnect .container-image img, #reconnect .container-image picture {
    width: 100%;
    height: auto;
    display: block;
  }
  #reconnect .container-image picture {
    width: 100% !important;
    max-width: 100% !important;
  }
  #reconnect .container-image picture img {
    height: 700px !important;
    object-fit: cover;
    object-position: center;
  }
  #reconnect .main-content {
    padding-top: 6em;
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 640px) {
  #reconnect .container-image picture img {
    height: 530px !important;
    object-fit: cover;
    object-position: bottom;
  }
  #reconnect .line-bottom {
    top: 49.9%;
  }
  #reconnect .line-right {
    height: 50%;
  }
}
@media screen and (min-width: 1280px) {
  #reconnect .main-container {
    min-height: 63vw;
  }
  #reconnect .main-content {
    padding-right: 2em;
  }
}
@media screen and (min-width: 1500px) {
  #reconnect .main-container {
    min-height: 58vw;
  }
  #reconnect h2 {
    letter-spacing: 28px;
  }
}
@media screen and (min-width: 1705px) {
  #reconnect .main-container {
    min-height: 940px;
  }
}

/*Treatments*/
#treatments {
  background: #EEECE2;
  padding-top: 4.5em;
  padding-bottom: 6em;
}
#treatments p.main-title {
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #565F50;
  margin-bottom: 18px;
  font-size: clamp(1.25rem, 20px + (40 - 20) * (100vw - 320px) / 1600, 2.5rem);
}
#treatments p.subtitle {
  color: #565F50;
}
@media screen and (min-width: 1025px) {
  #treatments {
    padding-top: 7em;
    padding-bottom: unset;
  }
  #treatments p.main-title {
    letter-spacing: 16px;
  }
}

/*Treatments carousel*/
#treatments-carousel {
  background: #EEECE2;
}
#treatments-carousel .carousel-content {
  bottom: 2em;
  left: 2em;
  right: 2em;
}
#treatments-carousel .carousel-content p {
  color: #EEECE2;
}
#treatments-carousel picture {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#treatments-carousel .icon-MS_arrow-right,
#treatments-carousel .icon-MS_arrow-left {
  font-size: 90px;
  color: #787875;
}
#treatments-carousel button.owl-prev {
  position: absolute;
  top: -95px;
  left: 25px;
}
#treatments-carousel button.owl-next {
  position: absolute;
  top: -95px;
  right: 25px;
}
#treatments-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: unset !important;
}
#treatments-carousel .carousel-image {
  position: relative;
}
#treatments-carousel .carousel-image img {
  transition: border-radius 0.3s ease;
}
#treatments-carousel .carousel-image::before {
  transition: all 0.3s ease;
}
#treatments-carousel .carousel-image:hover img {
  border-radius: 0 20px;
}
#treatments-carousel .carousel-image:hover::before {
  border-radius: 0 20px;
  background: transparent linear-gradient(180deg, rgba(86, 95, 80, 0) 0%, rgba(86, 95, 80, 0.8) 100%) 0% 0% no-repeat padding-box;
}
#treatments-carousel .carousel-item .carousel-content-bottom {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
}
#treatments-carousel .carousel-item:hover .carousel-content-bottom {
  display: block !important;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}
#treatments-carousel .carousel-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(74, 74, 74, 0.6) 100%);
  pointer-events: none;
  z-index: 1;
}
#treatments-carousel .carousel-image picture {
  position: relative;
  z-index: 0;
}
#treatments-carousel .carousel-content {
  z-index: 2;
  pointer-events: none;
}
#treatments-carousel .carousel-content-bottom {
  display: none;
}
#treatments-carousel .carousel-content-bottom p {
  font: normal normal normal 16px/26px "Jost", "sans-serif";
  margin-bottom: 0;
}
#treatments-carousel .book-treatment {
  font: normal normal normal 14px/20px "Jost", "sans-serif";
  letter-spacing: 5.04px;
  color: #EEECE2;
  text-transform: uppercase;
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  #treatments-carousel {
    padding-top: 86px;
  }
  #treatments-carousel .carousel-content-bottom {
    max-width: 70%;
  }
}

/*Treatments Bottom*/
#treatments-bottom {
  background: #EEECE2;
  margin-top: -20px;
  padding-top: 3.2em;
  padding-bottom: 6em;
}
#treatments-bottom p {
  color: #565F50;
}
@media screen and (min-width: 1025px) {
  #treatments-bottom {
    padding-bottom: 15em;
  }
}

/*Difference*/
#difference {
  background: #F2F2F2;
}
#difference p {
  color: #565F50;
}
#difference p.main-title {
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #565F50;
  margin-bottom: 18px;
  font-size: clamp(1.25rem, 20px + (40 - 20) * (100vw - 320px) / 1600, 2.5rem);
  line-height: clamp(2.1875rem, 35px + (50 - 35) * (100vw - 320px) / 1600, 3.125rem);
}
#difference p.subtitle {
  color: #565F50;
  margin-bottom: 27px;
}
#difference .icon-MS_minus,
#difference .icon-MS_plus {
  color: #959B92;
  font-size: 27px;
}
#difference .answer {
  text-align: left;
}
#difference .service-item {
  border-bottom: 1px solid #BFBFBF;
}
#difference picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#difference picture img {
  object-fit: cover;
  height: 300px;
}
#difference .hero-left {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (min-width: 641px) {
  #difference picture img {
    height: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #difference .hero-left {
    min-height: 1058px;
    padding-top: unset;
    padding-bottom: unset;
  }
  #difference p.main-title {
    letter-spacing: 16px;
  }
  #difference .hero-right .hero-content {
    height: 100%;
  }
  #difference .hero-left .hero-content {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
  }
  #difference picture img {
    bottom: 0;
    max-width: 50% !important;
    position: absolute;
    height: 112%;
  }
}

/*Artisans*/
#artisans {
  background: #565F50;
  position: relative;
}
#artisans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1640px;
  height: 100%;
  pointer-events: none;
}
#artisans .line-top-artisans,
#artisans .line-bottom-artisans {
  height: 5px;
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#artisans .line-left-artisans,
#artisans .line-right-artisans {
  background: transparent linear-gradient(180deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  width: 5px;
  position: absolute;
  top: 5vw;
  bottom: 5vw;
}
#artisans .line-left-artisans {
  left: 20px;
}
#artisans .line-right-artisans {
  right: 20px;
}
#artisans .line-top-artisans {
  top: 5vw;
}
#artisans .line-bottom-artisans {
  bottom: 5vw;
}
#artisans h2 {
  letter-spacing: 3vw;
  text-transform: uppercase;
  color: #B6B8AC;
  position: relative;
}
#artisans .main-content {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 6em;
  padding-top: 4.5em;
}
#artisans p.h3 {
  color: #EEECE2;
}
#artisans picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#artisans picture img {
  height: 300px !important;
  object-fit: cover;
  width: 100%;
}
#artisans .line-right-artisans,
#artisans .line-left-artisans {
  width: 3px;
}
#artisans .line-top-artisans,
#artisans .line-bottom-artisans {
  height: 3px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 641px) {
  #artisans picture img {
    height: 600px !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  #artisans .line-top-artisans,
  #artisans .line-bottom-artisans {
    width: calc(100% - 12vw);
  }
  #artisans .line-left-artisans {
    left: 6vw;
  }
  #artisans .line-right-artisans {
    right: 6vw;
  }
  #artisans .main-content {
    padding-top: 10vw;
    padding-bottom: 10vw;
    margin-left: auto;
    margin-right: auto;
  }
  #artisans picture img {
    width: 100% !important;
    height: 100% !important;
  }
  #artisans h2 {
    letter-spacing: 28px;
  }
}
@media screen and (min-width: 1705px) {
  #artisans .line-top-artisans {
    top: 125px;
  }
  #artisans .line-bottom-artisans {
    bottom: 125px;
  }
  #artisans .line-left-artisans,
  #artisans .line-right-artisans {
    top: 125px;
    bottom: 125px;
  }
}

/*Testimonials*/
#testimonials {
  position: relative;
  background: #2B2C2D;
}
#testimonials h1, #testimonials h2, #testimonials h3, #testimonials h4, #testimonials h5, #testimonials h6, #testimonials p,
#testimonials p.h1, #testimonials p.h2, #testimonials p.h3, #testimonials p.h4, #testimonials p.h5, #testimonials p.h6 {
  color: #FFFFFF;
}
#testimonials .owl-item.cloned .testimonials-next-btn {
  display: none !important;
}
#testimonials picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#testimonials picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#testimonials .carousel-item {
  max-width: 625px;
}
#testimonials p.h3 {
  margin-bottom: 15px;
}
#testimonials .icon-MS_quote {
  font-size: 30px;
  color: #768072;
  margin-bottom: 24px;
}
#testimonials .icon-MS_star {
  background: linear-gradient(135deg, #F4D03F 0%, #C5A028 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#testimonials .testimonials-next-btn {
  border: 0;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.69px;
  color: #EEECE2;
  text-transform: uppercase;
  top: 0;
  position: absolute;
}
#testimonials .container-stars {
  gap: 5px;
}
#testimonials .carousel-item {
  padding-top: 3em;
}
#testimonials .icon-MS_arrow-right {
  font-size: 28px;
}
@media screen and (min-width: 1025px) {
  #testimonials, #testimonials .carousel-item {
    min-height: 778px;
  }
  #testimonials .carousel-item {
    padding-top: unset;
  }
  #testimonials .testimonials-next-btn {
    position: relative;
  }
  #testimonials .icon-MS_arrow-right {
    font-size: 18px;
  }
}

/*Gallery*/
#gallery {
  background: #EEECE2;
}
#gallery h2 {
  font-size: clamp(2.1875rem, 35px + (260 - 35) * (100vw - 320px) / 1600, 16.25rem);
  line-height: clamp(2.5rem, 40px + (376 - 40) * (100vw - 320px) / 1600, 23.5rem);
  text-transform: uppercase;
  color: #DDDDD2;
  letter-spacing: min(2ch, 5vw);
  max-width: 100%;
  margin-top: -15px;
}
#gallery p.h3 {
  color: #565F50;
}
#gallery .icon-MS_arrow-right,
#gallery .icon-MS_arrow-left {
  font-size: 90px;
  color: #787875;
}
#gallery button.owl-prev {
  position: absolute;
  left: 15px;
  top: -15px;
}
#gallery button.owl-next {
  position: absolute;
  right: 15px;
  top: -15px;
}
@media screen and (min-width: 1025px) {
  #gallery .container-images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*Message*/
#message {
  background: #2B2C2D;
}
#message h2 {
  text-align: center;
  color: #EEECE2;
  letter-spacing: 16px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 20px + (40 - 20) * (100vw - 320px) / 1600, 2.5rem);
  position: relative;
}
#message h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  bottom: -15px;
  left: 0;
  right: 0;
  margin-lefT: auto;
  margin-right: auto;
}
#message .vidswap {
  max-width: 1285px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#message p.h3 {
  text-align: center;
  color: #EEECE2;
}
#message .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
#message .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}
@media (max-width: 768px) {
  #message .play-button {
    width: 60px;
    height: 60px;
  }
  #message .play-button::before {
    border-left-width: 20px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 1025px) {
  #message {
    padding-bottom: 9em;
  }
}
@media screen and (max-width: 1024px) {
  #message h2 {
    line-height: 40px;
  }
  #message {
    padding-top: 5em;
    padding-bottom: 7em;
  }
}

/*FAQ*/
#faq {
  background: #F2F2F2;
  padding-top: 5em;
}
#faq p {
  color: #565F50;
}
#faq .hero-left .hero-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#faq p.main-title {
  text-transform: uppercase;
  letter-spacing: 16px;
  color: #565F50;
  margin-bottom: 18px;
  font-size: clamp(1.25rem, 20px + (40 - 20) * (100vw - 320px) / 1600, 2.5rem);
  line-height: clamp(2.1875rem, 35px + (50 - 35) * (100vw - 320px) / 1600, 3.125rem);
}
#faq p.subtitle {
  color: #565F50;
  margin-bottom: 27px;
}
#faq .icon-MS_minus,
#faq .icon-MS_plus {
  color: #959B92;
  font-size: 27px;
}
#faq .answer {
  text-align: left;
}
#faq .service-item {
  border-bottom: 1px solid #BFBFBF;
}
#faq h2 {
  text-align: center;
  color: #565F50;
  letter-spacing: 16px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 20px + (40 - 20) * (100vw - 320px) / 1600, 2.5rem);
}
#faq picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#faq picture img {
  bottom: 0;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
#faq .line-bottom-faq {
  height: 5px;
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  width: calc(100% - 5vw);
  position: absolute;
  bottom: 5vw;
}
#faq .line-right-faq {
  background: transparent linear-gradient(179deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  right: 5vw;
  height: calc(100% - 5vw);
  width: 5px;
  bottom: 5vw;
}
#faq .question {
  text-align: left;
}
#faq .hero-left {
  padding-bottom: 5em;
}
@media screen and (min-width: 641px) {
  #faq picture img {
    height: 450px;
  }
}
@media screen and (min-width: 1025px) {
  #faq .hero-right .hero-content {
    height: 100%;
  }
  #faq .hero-left {
    padding-bottom: unset;
  }
  #faq .hero-left .hero-content {
    max-width: 625px;
  }
  #faq {
    padding-top: unset;
    padding-bottom: unset;
  }
  #faq picture img {
    height: 100%;
  }
}

/*Stay*/
#stay {
  background: #565F50;
  padding-top: 5em;
  padding-bottom: 5em;
}
#stay .common-button:hover {
  background: #EEECE2 !important;
  color: #565F50 !important;
}
#stay h2, #stay p.h3 {
  color: #EEECE2;
}
#stay h2 {
  letter-spacing: 16px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 20px + (40 - 20) * (100vw - 320px) / 1600, 2.5rem);
  position: relative;
  margin-bottom: 2em;
}
#stay h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: transparent linear-gradient(90deg, #A67C3E 0%, #F3E59F 26%, #916028 52%, #EFE098 79%, #9E7134 100%) 0% 0% no-repeat padding-box;
  bottom: -15px;
  left: 0;
  right: 0;
  margin-lefT: auto;
  margin-right: auto;
}
#stay form {
  margin-top: 3em;
}
#stay input[type=text],
#stay input[type=email] {
  background: transparent;
  height: 43px;
  border: 1px solid #B1B3A7;
  border-radius: 0;
  color: #EEECE2;
}
#stay input[type=text]::placeholder,
#stay input[type=email]::placeholder {
  color: #EEECE2;
}
#stay .container-disclaimer label {
  text-align: center;
  font: normal normal normal 14px/27px Jost;
  color: #EEECE2;
  padding-left: 5px;
}
#stay .container-disclaimer input {
  border: 1px solid #B1B3A7;
  opacity: 0.6;
  border-radius: 0;
}
#stay button {
  background: transparent;
}
#stay .container-form {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}
#stay .container-checkbox {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #stay {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  #stay .container-checkbox {
    text-align: center;
  }
  #stay h2 {
    margin-bottom: unset;
  }
  #stay h2::after {
    background: transparent;
  }
}
@media screen and (max-width: 1024px) {
  #stay h2 {
    line-height: 34px;
  }
}