@charset "UTF-8";
/* 
	sass --watch scss/style.scss css/style.css --style compressed
*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.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 {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.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%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .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%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .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%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .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%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .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%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .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%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 203.4, 229.14);
}

.table-secondary {
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(203.04, 204.66, 206.1);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 219.96, 226.8);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(229.5, 218.34, 184.86);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 224.1, 225);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.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.5;
}

.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.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  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.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  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::-webkit-file-upload-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;
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-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.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.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.5;
  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 5l6 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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: 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;
}

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  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);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          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 10l3 3l6-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 {
  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-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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: 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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: 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-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ 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);
}

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

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

.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.3rem;
}

.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.2rem;
}

.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),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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;
}

.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.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.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.5em + 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.73L.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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 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 5l6 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.73L.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.75em + 0.375rem) calc(0.75em + 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-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:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  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.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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.5em + 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 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 5l6 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.75em + 0.375rem) calc(0.75em + 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-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:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(11.05, 93.5, 215.05);
  border-color: rgb(10.4, 88, 202.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(11.05, 93.5, 215.05);
  border-color: rgb(10.4, 88, 202.4);
  box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.4, 88, 202.4);
  border-color: rgb(9.75, 82.5, 189.75);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(10.4, 88, 202.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.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: -1px;
}
.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  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: rgb(10.4, 88, 202.4);
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(11.7, 99, 227.7);
  background-color: rgb(230.8, 240.5, 254.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(10.4, 88, 202.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(10.4, 88, 202.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
  border-color: rgb(182.4, 211.5, 254.4);
}
.alert-primary .alert-link {
  color: rgb(6.24, 52.8, 121.44);
}

.alert-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
}
.alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
  border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.alert-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(185.94, 203.4, 229.14);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 66, 151.8);
  border-color: rgb(7.8, 66, 151.8);
}

.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.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;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* CONFIG */
/* CONFIG */
/* MIXINS */
/* FONTS */
/* COLORS */
/* BREAKS */
/* W&H */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  width: 100%;
  min-height: -webkit-fill-available;
}

body {
  width: 100%;
  color: #111111;
  position: relative;
  font-size: 15.85px;
  min-height: 100vh;
  background: #fff;
  line-height: 1.5;
  font-family: "Graphik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: -webkit-fill-available;
}
@media (max-width: 600px) {
  body {
    font-size: 14.5px;
  }
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .group, *:first-child + html .group {
  zoom: 1;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Graphik", sans-serif;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 1.125;
  letter-spacing: 2px;
}

p {
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: #fff;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

a img {
  border: none;
}

b, strong {
  font-weight: normal;
  font-family: "Graphik", sans-serif;
}

#pre {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 99;
  position: fixed;
  background: #000000;
}

.wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .wrap {
    padding: 0 20px;
  }
}

.footer__copy--txt, .footer__info--txt form input[type=submit], .footer__info--ttl {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
  letter-spacing: 3.85px;
  text-transform: uppercase;
}

p {
  font-size: 40px;
}
@media (max-width: 992px) {
  p {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  p {
    font-size: 24px;
  }
}
p p {
  line-height: 1.125;
  font-family: "YtechSans-Light", sans-serif;
}
p p em, p p i {
  font-family: "YtechSans-Italic", sans-serif;
}
p p strong, p p b {
  font-family: "Graphik", sans-serif;
}

.single-new .content-new .container-text .btn-read-more, .single-new .content-new .info-new .info, body[data-section=media-newsroom] .header li a,
body[data-section=media-renderings] .header li a,
body[data-section=galleries] .header li a,
body[data-section=media-about] .header li a,
body[data-section=press-releases] .header li a, .brokers-landing .header li a, .toolkit-floorplans .grid-floorplans .item-floorplan .btn, .toolkit-floorplans .grid-floorplans .item-floorplan .details .item-detail .txt, .toolkit-floorplans .grid-floorplans .item-floorplan .details .item-detail .title, .content-links ul li a, .module-title h2, .module-title .h2, .module-neighborhood .neighborhood-grid .grid-item .content-info h3, .module-neighborhood .neighborhood-grid .grid-item .content-info .h3, .brickell-popup h3, .brickell-popup .h3, .module-full-width .content-text h3, .module-full-width .content-text .h3, .event-pivot .box-message p, .virtual-tour .btn-contact, .virtual-tour .btn-normal, .floating-images .content-floating .text-floating h2, .floating-images .content-floating .text-floating .h2, .the-penthouse .grid-notes .column-item .content-text h4, .the-penthouse .grid-notes .column-item .content-text .h4, .the-penthouse .content-text.item-3 p, .module-tower .footer-tower a, .module-tower .tower-image .list-levels .level-item .description-item h4, .module-tower .tower-image .list-levels .level-item .description-item .h4, .module-tower .tower-image .list-levels .level-item span, .module-tower .tower-header h2, .module-tower .tower-header .h2, .module-features .content-features h2, .module-features .content-features .h2, .video-concept .content-text .content-link a, .media-slider .scroll-next-section .text, .modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-header h3, .modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-header .h3, .modal-lifestyle .modal-dialog .modal-content .modal-header .btn-close, .modal-lifestyle .modal-dialog .modal-content .modal-header .text h5, .modal-lifestyle .modal-dialog .modal-content .modal-header .text .h5, .container-dots.gallery-thumbs .slick-dots li .tab, .module-cinemagraph.block-media-extended .center-content-media .btn-video-modal .text, .module-cinemagraph .wrap-info .col-links a, .module-cinemagraph .container-text .title h3, .module-cinemagraph .container-text .title .h3, .module-cinemagraph .container-text .title h2, .module-cinemagraph .container-text .title .h2, .module-cinemagraph.show-breadcrumb .breadcrumb-content .breadcrumb-item, .module-gallery .grid-front-gallery .item-gallery a p, .testimonial-fullscreen p.autor, .module-image-fullscreen-alt .wrapper h3, .module-image-fullscreen-alt .wrapper .h3, .new-footer .info a.left, .new-footer .info .links-right a, .new-footer .info .links-right p, .new-footer .info p.right, .new-footer .info p.left, .new-footer .main-content .contact .link-extra, .new-footer .content-contact-box .box-contact p, .new-footer .container-subscribe p, header .footer-menu .txt, header .nav-right a, header .text-hamb, .modal-sales .content-image p, .banner-top a {
  font-family: "Graphik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 3px;
  font-style: normal;
}

footer .links-footer-horizontal .wrap-cols a,
.link-hover {
  position: relative;
  text-decoration: none !important;
}
footer .links-footer-horizontal .wrap-cols a:before,
.link-hover:before {
  content: " ";
  position: absolute;
  top: 18px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #746144;
}
footer .links-footer-horizontal .wrap-cols a:hover,
.link-hover:hover {
  color: #746144;
  text-decoration: none !important;
}
footer .links-footer-horizontal .wrap-cols a:hover:before,
.link-hover:hover:before {
  animation: line_link 1s ease-in-out;
}

footer .menu-column-footer a {
  position: relative;
}
footer .menu-column-footer a:before {
  width: 0;
  content: " ";
  position: absolute;
  top: 18px;
  right: 0;
  height: 1px;
  background-color: #746144;
}
footer .menu-column-footer a:hover {
  color: #746144;
  text-decoration: none !important;
}
footer .menu-column-footer a:hover:before {
  animation: line_link_no_underline_in 1s ease-in-out;
}
footer .menu-column-footer a li.social a:before {
  width: 100%;
}

.link-hover-span {
  text-decoration: none !important;
}
.link-hover-span span {
  position: relative;
}
.link-hover-span span:before {
  content: " ";
  position: absolute;
  top: 18px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.link-hover-span:hover {
  text-decoration: none !important;
}
.link-hover-span:hover span:before {
  animation: line_link 1s ease-in-out;
}

footer .links-footer-horizontal .wrap-cols a:before {
  top: auto;
  bottom: -5px;
  opacity: 0.5;
}

.link-hover-image {
  position: relative;
}
.link-hover-image span {
  width: calc(100% - 32px) !important;
  margin: 0 auto;
}
.link-hover-image span:before {
  content: " ";
  position: absolute;
  top: 18px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #746144;
}
.link-hover-image:hover {
  color: #746144;
  text-decoration: none !important;
}
.link-hover-image:hover span:before {
  animation: line_link 1s ease-in-out;
}

.btn-animation {
  transition: all 1s ease-out;
}
.btn-animation span {
  position: relative;
}
.btn-animation span:before {
  content: " ";
  position: absolute;
  top: 18px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #746144;
  opacity: 0;
}
.btn-animation:hover {
  text-decoration: none !important;
  background-color: #E9E9E9 !important;
  border-color: #E9E9E9 !important;
}
.btn-animation:hover span:before {
  animation: line_link 1s ease-in-out;
}
.btn-animation.brown span:before {
  background-color: #fff;
}
.btn-animation.brown:hover {
  background-color: #4D4334 !important;
  border-color: #4D4334 !important;
}

@keyframes line_link_no_underline_in {
  0% {
    left: auto;
    left: 0;
    width: 0%;
    opacity: 1;
  }
  50% {
    left: auto;
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: auto;
    left: 0;
    width: 100%;
    opacity: 0;
  }
}
@keyframes line_link {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  45% {
    left: auto;
    right: 0;
    width: 0%;
  }
  45.01% {
    width: 0%;
    right: auto;
    left: 0;
  }
  55% {
    left: 0;
    width: 0%;
  }
  100% {
    width: 100;
    left: 0;
  }
}
.fade_JS > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
@media (max-width: 1080px) {
  .fade_JS > * {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_JS > *.faded {
  opacity: 1;
  transform: translateY(0);
}

/*
.home__diff--txt{
	position: relative;
	&.fade_JS {
		p{
			position: relative;
			top: 100px;
			opacity: 1;
			height: auto;
			&.title{
				transform: translateY(180px);
				margin-bottom: 70px;

				strong{
					opacity: 1;
				}

				&.faded{
					-webkit-transition:  opacity 1s, transform 2s 1s;
					-moz-transition: 	 opacity 1s, transform 2s 1s;
					-ms-transition: 	 opacity 1s, transform 2s 1s;
					transition: 		 opacity 1s, transform 2s 1s;
					transform: translateY(0);
				}
			}
			span{
				opacity: 0;
			}
			strong{
				opacity: 0;
			}
			&.faded{

					span{
						opacity: 1;
						-webkit-transition-delay: 1s;
						-moz-transition-delay: 1s;
						-ms-transition-delay: 1s;
						transition-delay: 1s;
						-webkit-transition:  opacity 2s 3.5s, transform 1s 4s;
						-moz-transition: 	 opacity 2s 3.5s, transform 1s 4s;
						-ms-transition: 	 opacity 2s 3.5s, transform 1s 4s;
						transition: 		 opacity 2s 3.5s, transform 1s 4s;
					}
					strong{
						opacity: 1;
						webkit-transition-delay: 2s;
						-moz-transition-delay: 2s;
						-ms-transition-delay: 2s;
						transition-delay: 2s;
						-webkit-transition:  opacity 2s 2.5s, transform 1s 2.5s;
						-moz-transition: 	 opacity 2s 2.5s, transform 1s 2.5s;
						-ms-transition: 	 opacity 2s 2.5s, transform 1s 2.5s;
						transition: 		 opacity 2s 2.5s, transform 1s 2.5s;
					}

				&.delay-1{
					opacity: 0;
					-webkit-transition:  opacity 2s 9.5s, transform 1s 2.5s;
					-moz-transition: 	 opacity 2s 9.5s, transform 1s 2.5s;
					-ms-transition: 	 opacity 2s 9.5s, transform 1s 2.5s;
					transition: 		 opacity 2s 9.5s, transform 1s 2.5s;

				}

				&.delay-2{
					top: -120px;
					opacity: 0;
					-webkit-transition:  opacity 2s 18s, transform 1s 18s;
					-moz-transition: 	 opacity 2s 18s, transform 1s 18s;
					-ms-transition: 	 opacity 2s 18s, transform 1s 18s;
					transition: 		 opacity 2s 18s, transform 1s 18s;


					span{
						opacity: 1;
						-webkit-transition-delay: 1s;
						-moz-transition-delay: 1s;
						-ms-transition-delay: 1s;
						transition-delay: 1s;
						-webkit-transition:  opacity 2s 12.5s, transform 1s 4s;
						-moz-transition: 	 opacity 2s 12.5s, transform 1s 4s;
						-ms-transition: 	 opacity 2s 12.5s, transform 1s 4s;
						transition: 		 opacity 2s 12.5s, transform 1s 4s;
					}
					strong{
						opacity: 1;
						webkit-transition-delay: 2s;
						-moz-transition-delay: 2s;
						-ms-transition-delay: 2s;
						transition-delay: 2s;
						-webkit-transition:  opacity 2s 11.5s, transform 1s 2.5s;
						-moz-transition: 	 opacity 2s 11.5s, transform 1s 2.5s;
						-ms-transition: 	 opacity 2s 11.5s, transform 1s 2.5s;
						transition: 		 opacity 2s 11.5s, transform 1s 2.5s;
					}					
				}				
			}
		}

	}
}
*/
.arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1000;
  top: calc(50% - 25px);
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .arrow {
    top: calc(50vh + 157px);
  }
}
.arrow.prev {
  left: 47px;
}
.arrow.next {
  right: 47px;
}
.arrow .slick-arrow {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  left: auto;
  right: auto;
  position: relative;
  margin: 0 auto;
  top: 0;
}
.arrow .slick-arrow.slick-next {
  transform: rotate(45deg);
}
.arrow .slick-arrow.slick-prev {
  transform: rotate(-135deg);
}
.arrow .slick-arrow:before {
  content: " ";
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: -2px;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  /* top: 0; */
  filter: blur(2px);
}

.container-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 10;
}
.container-dots .slick-dots {
  left: 50%;
  bottom: 0px;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 0;
  transform: translate(-50%, 0) !important;
}
@media (max-width: 1080px) {
  .container-dots .slick-dots {
    bottom: 0px;
  }
}
.container-dots .slick-dots li {
  margin: 0 2px;
  display: inline-block;
  width: 33px;
  height: 3px;
}
.container-dots .slick-dots li.slick-active button:after {
  background-color: #6C6C6C;
}
.container-dots .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .container-dots .slick-dots li button {
    height: 3px;
  }
}
.container-dots .slick-dots li button:before {
  color: #CCBEA7;
  font-size: 0;
  opacity: 1;
  width: 100%;
  height: 3px;
  top: calc(50% - 5px);
  left: 0;
  background: #fff;
  border-radius: 0;
}
.container-dots .slick-dots li button:after {
  /*content:'asd';
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: rgba(255,255,255,0.35);*/
}

.slick-dots li.slick-active button:before {
  color: #DBDADA;
  background-color: #746144;
  opacity: 1;
}

.latest-news .slick-dots {
  bottom: -60px;
}
.latest-news .slick-dots li button:before {
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 50%;
  background: #fff;
  width: 15px;
  height: 15px;
  font-size: 0;
}
.latest-news .slick-dots li.slick-active button:before {
  background: #DBDADA;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Black.woff2") format("woff2"), url("../fonts/Graphik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BlackItalic.woff2") format("woff2"), url("../fonts/Graphik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Extralight.woff2") format("woff2"), url("../fonts/Graphik-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-ExtralightItalic.woff2") format("woff2"), url("../fonts/Graphik-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.woff2") format("woff2"), url("../fonts/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BoldItalic.woff2") format("woff2"), url("../fonts/Graphik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-LightItalic.woff2") format("woff2"), url("../fonts/Graphik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-MediumItalic.woff2") format("woff2"), url("../fonts/Graphik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-RegularItalic.woff2") format("woff2"), url("../fonts/Graphik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-SemiboldItalic.woff2") format("woff2"), url("../fonts/Graphik-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Super";
  src: url("../fonts/Graphik-Super.woff2") format("woff2"), url("../fonts/Graphik-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "../fonts/Graphik Super";
  src: url("../fonts/Graphik-SuperItalic.woff2") format("woff2"), url("../fonts/Graphik-SuperItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-ThinItalic.woff2") format("woff2"), url("../fonts/Graphik-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Thin.woff2") format("woff2"), url("../fonts/Graphik-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "She";
  src: url("../fonts/She-Regular.woff2") format("woff2"), url("../fonts/She-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*ELEMENTS*/
.play-button-outer {
  margin: 0 auto;
  width: 4em;
  height: 4em;
  background-color: transparent;
  cursor: pointer;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .play-button-outer {
    width: 7em;
    height: 7em;
  }
}
.play-button-outer .play-button {
  margin: 0 auto;
  top: 22%;
  left: 5%;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 1.5em;
  border-color: transparent transparent transparent #FFFFFF;
}
@media screen and (min-width: 992px) {
  .play-button-outer .play-button {
    top: 25%;
    border-width: 1.6em 0 1.6em 2.2em;
  }
}

.btn-light {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.25px;
  border-width: 0;
}
.btn-light:focus {
  outline: none;
  box-shadow: none;
}
.btn-light:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 15px 25px;
  font-size: 16px;
  letter-spacing: 2.5px;
  display: block;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-primary.lg {
  /*height: 60px;*/
  font-size: 16px;
  padding: 15px 20px;
  letter-spacing: 2.5px;
  min-width: 280px;
}
@media (min-width: 601px) {
  .btn-primary.lg {
    min-width: 424px;
  }
}
.btn-primary:hover, .btn-primary:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
  outline: none;
  box-shadow: none !important;
  border-color: #fff;
}
.btn-primary.btn-brown {
  border-color: #746144;
  color: #957D73;
}
.btn-primary.btn-brown.inverse {
  background-color: #746144;
  color: #fff;
}
@media screen and (max-width: 782px) {
  .btn-primary.btn-brown.inverse {
    width: 100%;
  }
}

.btn-secondary {
  color: #957D73;
  background-color: #fff;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  display: block;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-secondary.lg {
  /*height: 60px;*/
  font-size: 16px;
  padding: 15px 20px;
  letter-spacing: 2.5px;
  min-width: 280px;
}
@media (min-width: 601px) {
  .btn-secondary.lg {
    min-width: 424px;
  }
}
.btn-secondary:focus {
  outline: none;
  box-shadow: none !important;
  color: #957D73;
}
.btn-secondary:hover {
  background-color: #fff;
  text-decoration: underline;
  color: #957D73;
  border-color: transparent;
  box-shadow: none !important;
}
.btn-secondary.btn-over-white {
  background: #fff;
  border-color: #957d73;
  display: table;
  margin: 0 auto;
}

.btn-transparent {
  background-color: transparent !important;
  border-color: #93836A;
  border-style: solid;
  border-width: 1px !important;
  border-radius: 0;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
}
.btn-transparent span {
  color: #93836A !important;
  text-align: center;
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.82px;
  text-transform: uppercase;
}
.btn-transparent span:before {
  content: " ";
  position: absolute;
  top: 18px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #746144;
  opacity: 0;
}
.btn-transparent:hover {
  text-decoration: none !important;
  background-color: #E9E9E9 !important;
}
.btn-transparent:hover span:before {
  animation: line_link 1s ease-in-out;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #746144;
  text-align: center;
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 30px;
}
.btn-white:focus, .btn-white:hover {
  outline: none;
  box-shadow: none !important;
}
@media (min-width: 1081px) {
  .btn-white {
    min-width: 170px;
  }
}
@media (max-width: 1080px) {
  .btn-white {
    min-width: 170px;
  }
}

.btn-select {
  font-style: normal;
  font-weight: 400;
  font-size: 14.2px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  align-items: center;
  display: flex;
}
.btn-select img {
  margin: 0 0 0 8px;
  height: 25px;
  padding-bottom: 8px;
}
.btn-select:after {
  content: " " !important;
  display: none !important;
}
.btn-select:hover {
  color: #fff;
  text-decoration: underline;
}
.btn-select:focus {
  box-shadow: none;
}

.drop-select .dropdown-menu {
  border-radius: 0;
}
.drop-select .dropdown-menu.show {
  left: auto;
  right: 0;
}
.drop-select .dropdown-menu .dropdown-item.active, .drop-select .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
}

.btn-download {
  background-color: #93836A;
  border-color: #93836A;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-download i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 11px;
}
@media (max-width: 600px) {
  .btn-download i {
    margin-left: 5px;
  }
}
.btn-download:hover {
  background-color: transparent;
  border-color: #93836A;
  color: #93836A !important;
}
.btn-download.inverse {
  background-color: transparent;
  border-color: #93836A;
  color: #93836A;
}
.btn-download.inverse:hover {
  color: #fff;
  background-color: #93836A;
  border-color: #93836A;
}

.btn-read-more {
  color: #957D73;
  text-decoration: underline;
  font-weight: normal;
  background-color: transparent;
}
.btn-read-more:hover, .btn-read-more:focus, .btn-read-more:active {
  box-shadow: none !important;
  color: #957D73;
}

.project-simple {
  max-width: 100%;
  margin: 5px 0;
}
@media (max-width: 1080px) {
  .project-simple {
    margin: 0px 0;
  }
}
.project-simple .resume {
  padding-top: 30px;
}
.project-simple .resume h6, .project-simple .resume .h6 {
  font-size: 12px;
  color: #645147;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.project-simple .resume h4, .project-simple .resume .h4 {
  font-size: 18px;
  color: #645147;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .project-simple .resume h4, .project-simple .resume .h4 {
    font-size: 26px;
    letter-spacing: 3.5px;
    margin: 0 0 35px 0;
  }
}
.project-simple .resume ul {
  list-style: none;
  padding: 0;
}
.project-simple .resume ul li {
  color: #645147;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 15px 0;
  border-bottom: solid 0.75px #645147;
}
.project-simple .resume ul li:first-child {
  border-top: solid 0.75px #645147;
}
.project-simple.col-md-6 .resume {
  width: calc(50% - 15px);
}
.project-simple:hover img {
  opacity: 0.5;
}

.project-double {
  max-width: calc(50% - 25px);
  margin: 5px 5px;
}
.project-double .resume {
  padding-top: 30px;
  max-width: 50%;
  width: 100%;
}
.project-double .resume h6, .project-double .resume .h6 {
  font-size: 12px;
  color: #645147;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.project-double .resume h4, .project-double .resume .h4 {
  font-size: 18px;
  color: #645147;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .project-double .resume h4, .project-double .resume .h4 {
    font-size: 26px;
    letter-spacing: 3.5px;
    margin: 0 0 35px 0;
  }
}
.project-double .resume ul {
  list-style: none;
  padding: 0;
}
.project-double .resume ul li {
  color: #645147;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 15px 0;
  border-bottom: solid 0.75px #645147;
}
.project-double .resume ul li:first-child {
  border-top: solid 0.75px #645147;
}

.thumb-film .media-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb-film .media-content .play-item {
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 14;
}
.thumb-film .media-content .image-poster {
  background-color: #D9D9D9;
  height: 500px;
  width: 100%;
}
.thumb-film .media-content .image-poster img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .thumb-film .media-content .image-poster {
    height: 322px;
  }
}
.thumb-film.small .media-content .image-poster {
  height: 322px;
}
.thumb-film .info {
  position: relative;
  float: left;
  width: 100%;
  padding: 18px 0;
}
.thumb-film .info p {
  text-align: left;
  color: #746144;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.thumb-film .load-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* or 116% */
  text-align: center;
  text-decoration-line: underline;
  color: #6B5A3F;
  border-color: transparent;
  border-width: 0;
}

/* GENERAL */
.container {
  max-width: 1680px;
}

p {
  color: #fff;
  font-family: "Spezia";
}

.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  float: left;
  overflow: hidden;
}

h3, .h3 {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.55px;
  color: #957D73;
}
@media (max-width: 1080px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

p {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  color: #957D73;
}
@media (max-width: 1080px) {
  p {
    font-size: 18px;
    line-height: 23px;
  }
}

section {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  min-height: 100vh;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1081px) {
  .wrapper-scroll {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }
  section, footer {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}
.cookies-terms {
  position: fixed;
  bottom: 0;
  background: #EFEEEC;
  height: 47px;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cookies-terms p, .cookies-terms a {
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #746144;
  line-height: 27px;
}
.cookies-terms a {
  text-decoration: underline;
}
.cookies-terms a:hover {
  font-weight: 500;
}

.caption {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3764705882);
  padding: 5px 10px;
  bottom: 13px;
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 3px;
  font-style: normal;
}
@media (max-width: 1080px) {
  .caption {
    display: none;
  }
}

.remove-open-menu.disabled {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.banner-top {
  position: relative;
  float: left;
  width: 100%;
  background-color: #746144;
  text-align: center;
  z-index: 1031;
}
.banner-top a {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 9000;
  width: auto;
  padding: 7px 0;
}
@media (max-width: 600px) {
  .banner-top a {
    text-align: center;
    padding: 7px 5px;
    font-size: 9px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1081px) {
  body[data-section=location] .module-columns,
  body[data-section=localizacao] .module-columns,
  body[data-section=ubicacion] .module-columns {
    padding: 30px 0;
    background: #e4e3de;
  }
  body[data-section=location] .module-columns .list ul,
  body[data-section=localizacao] .module-columns .list ul,
  body[data-section=ubicacion] .module-columns .list ul {
    list-style: none;
  }
}
body[data-section=location] .module-columns,
body[data-section=localizacao] .module-columns,
body[data-section=ubicacion] .module-columns {
  background: #e4e3de;
}
@media (max-width: 1080px) {
  body[data-section=location] .module-columns .column-image,
  body[data-section=localizacao] .module-columns .column-image,
  body[data-section=ubicacion] .module-columns .column-image {
    order: 1;
  }
  body[data-section=location] .module-columns .column-text,
  body[data-section=localizacao] .module-columns .column-text,
  body[data-section=ubicacion] .module-columns .column-text {
    order: 2;
  }
}

.sales-gallery #calendly {
  padding-top: 150px;
  padding-bottom: 50px;
}

.modal-sales {
  max-width: 884px !important;
  background-color: #F2EFE6;
  margin: -36px;
  padding: 40px;
  width: 884px;
}
@media (max-width: 883px) {
  .modal-sales {
    width: calc(100% + 72px);
    margin: -36px;
  }
}
.modal-sales h3, .modal-sales .h3 {
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
  max-width: 593px;
  margin: 0 auto 22px;
  letter-spacing: 0;
  padding-top: 4px;
  color: #746144;
}
@media (max-width: 600px) {
  .modal-sales h3, .modal-sales .h3 {
    max-width: 300px;
    margin: 0 auto 25px;
    font-size: 26px;
    line-height: normal;
  }
}
.modal-sales .content-image {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .modal-sales .content-image {
    max-width: 320px;
  }
}
.modal-sales .content-image p {
  text-align: center;
  color: #736146;
  position: relative;
  line-height: 23px;
  letter-spacing: 2px;
}
.modal-sales .content-image p a {
  outline: none;
  border-width: 0;
  text-decoration: none;
}
.modal-sales .content-image p a:hover, .modal-sales .content-image p a:focus {
  color: #736146;
  outline: none !important;
}
.modal-sales .content-image img {
  margin: -58px auto 47px;
  display: table;
  width: 100%;
  max-width: 568px;
}
.modal-sales .btn-popup {
  background-color: #746144;
  font-weight: 500;
  height: 60px;
  display: flex;
  font-size: 13px;
  letter-spacing: 0.12em;
  align-items: center;
  padding: 0 15px;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
  color: #fff !important;
  max-width: 460px;
  border-radius: 0;
  margin: 0 auto;
  margin-top: -56px;
  position: relative;
  z-index: 4;
}
@media (max-width: 600px) {
  .modal-sales .btn-popup {
    margin-top: -25px;
    min-width: 300px;
  }
}

body[data-section=the-estate-collection-f] .gform_wrapper {
  background-color: #efeeec;
  padding: 80px 0 50px;
  position: relative;
  float: left;
  width: 100%;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #746144;
}

body[data-section=sales-gallery] .no-min-height-section {
  min-height: auto;
}
body[data-section=sales-gallery] .module-call-to-action {
  z-index: 11;
}

#shadow-host-companion {
  min-height: 0;
}

body[data-section=broker-toolkit] header .navbar,
body[data-section=toolkit] header .navbar,
body[data-section=floorplans] header .navbar,
body[data-section=planos] header .navbar,
body[data-section=plantas] header .navbar,
body[data-section=news] header .navbar,
body[data-section=noticias] header .navbar,
body[data-section=legal] header .navbar,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header .navbar,
body[data-section=contact] header .navbar,
body[data-section=rimadesio-event] header .navbar,
body[data-section=sales-gallery-registration] header .navbar,
body[data-section=sales-gallery-registration-purchaser] header .navbar,
body[data-section=sales-gallery-registration-broker] header .navbar,
body[data-section=bb-italia] header .navbar,
body[data-section=groundbreaking-event] header .navbar,
body[data-section=contacto] header .navbar,
body[data-section=contato] header .navbar,
body[data-section=general-inquiries] header .navbar,
body[data-section=privacy-policy] header .navbar,
body[data-section=toolkit-floorplans] header .navbar,
body[data-section=toolkit-view] header .navbar,
body[data-section=faqs] header .navbar,
body.media-gallery header .navbar,
body.sales-gallery header .navbar,
body.toolkit-downloads header .navbar,
body.single-new header .navbar,
body.condominium header .navbar,
body.film-single header .navbar,
body.gallery-films header .navbar,
body[data-section=toolkit-renderings] header .navbar {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #746144;
  padding-bottom: 0;
  /*background: #fff;*/
}
body[data-section=broker-toolkit] header .navbar #nav_top img.hamb-white,
body[data-section=toolkit] header .navbar #nav_top img.hamb-white,
body[data-section=floorplans] header .navbar #nav_top img.hamb-white,
body[data-section=planos] header .navbar #nav_top img.hamb-white,
body[data-section=plantas] header .navbar #nav_top img.hamb-white,
body[data-section=news] header .navbar #nav_top img.hamb-white,
body[data-section=noticias] header .navbar #nav_top img.hamb-white,
body[data-section=legal] header .navbar #nav_top img.hamb-white,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header .navbar #nav_top img.hamb-white,
body[data-section=contact] header .navbar #nav_top img.hamb-white,
body[data-section=rimadesio-event] header .navbar #nav_top img.hamb-white,
body[data-section=sales-gallery-registration] header .navbar #nav_top img.hamb-white,
body[data-section=sales-gallery-registration-purchaser] header .navbar #nav_top img.hamb-white,
body[data-section=sales-gallery-registration-broker] header .navbar #nav_top img.hamb-white,
body[data-section=bb-italia] header .navbar #nav_top img.hamb-white,
body[data-section=groundbreaking-event] header .navbar #nav_top img.hamb-white,
body[data-section=contacto] header .navbar #nav_top img.hamb-white,
body[data-section=contato] header .navbar #nav_top img.hamb-white,
body[data-section=general-inquiries] header .navbar #nav_top img.hamb-white,
body[data-section=privacy-policy] header .navbar #nav_top img.hamb-white,
body[data-section=toolkit-floorplans] header .navbar #nav_top img.hamb-white,
body[data-section=toolkit-view] header .navbar #nav_top img.hamb-white,
body[data-section=faqs] header .navbar #nav_top img.hamb-white,
body.media-gallery header .navbar #nav_top img.hamb-white,
body.sales-gallery header .navbar #nav_top img.hamb-white,
body.toolkit-downloads header .navbar #nav_top img.hamb-white,
body.single-new header .navbar #nav_top img.hamb-white,
body.condominium header .navbar #nav_top img.hamb-white,
body.film-single header .navbar #nav_top img.hamb-white,
body.gallery-films header .navbar #nav_top img.hamb-white,
body[data-section=toolkit-renderings] header .navbar #nav_top img.hamb-white {
  display: none;
}
body[data-section=broker-toolkit] header .navbar #nav_top img.hamb-brown,
body[data-section=toolkit] header .navbar #nav_top img.hamb-brown,
body[data-section=floorplans] header .navbar #nav_top img.hamb-brown,
body[data-section=planos] header .navbar #nav_top img.hamb-brown,
body[data-section=plantas] header .navbar #nav_top img.hamb-brown,
body[data-section=news] header .navbar #nav_top img.hamb-brown,
body[data-section=noticias] header .navbar #nav_top img.hamb-brown,
body[data-section=legal] header .navbar #nav_top img.hamb-brown,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header .navbar #nav_top img.hamb-brown,
body[data-section=contact] header .navbar #nav_top img.hamb-brown,
body[data-section=rimadesio-event] header .navbar #nav_top img.hamb-brown,
body[data-section=sales-gallery-registration] header .navbar #nav_top img.hamb-brown,
body[data-section=sales-gallery-registration-purchaser] header .navbar #nav_top img.hamb-brown,
body[data-section=sales-gallery-registration-broker] header .navbar #nav_top img.hamb-brown,
body[data-section=bb-italia] header .navbar #nav_top img.hamb-brown,
body[data-section=groundbreaking-event] header .navbar #nav_top img.hamb-brown,
body[data-section=contacto] header .navbar #nav_top img.hamb-brown,
body[data-section=contato] header .navbar #nav_top img.hamb-brown,
body[data-section=general-inquiries] header .navbar #nav_top img.hamb-brown,
body[data-section=privacy-policy] header .navbar #nav_top img.hamb-brown,
body[data-section=toolkit-floorplans] header .navbar #nav_top img.hamb-brown,
body[data-section=toolkit-view] header .navbar #nav_top img.hamb-brown,
body[data-section=faqs] header .navbar #nav_top img.hamb-brown,
body.media-gallery header .navbar #nav_top img.hamb-brown,
body.sales-gallery header .navbar #nav_top img.hamb-brown,
body.toolkit-downloads header .navbar #nav_top img.hamb-brown,
body.single-new header .navbar #nav_top img.hamb-brown,
body.condominium header .navbar #nav_top img.hamb-brown,
body.film-single header .navbar #nav_top img.hamb-brown,
body.gallery-films header .navbar #nav_top img.hamb-brown,
body[data-section=toolkit-renderings] header .navbar #nav_top img.hamb-brown {
  display: block;
}
body[data-section=broker-toolkit] header .navbar .nav-right a,
body[data-section=toolkit] header .navbar .nav-right a,
body[data-section=floorplans] header .navbar .nav-right a,
body[data-section=planos] header .navbar .nav-right a,
body[data-section=plantas] header .navbar .nav-right a,
body[data-section=news] header .navbar .nav-right a,
body[data-section=noticias] header .navbar .nav-right a,
body[data-section=legal] header .navbar .nav-right a,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header .navbar .nav-right a,
body[data-section=contact] header .navbar .nav-right a,
body[data-section=rimadesio-event] header .navbar .nav-right a,
body[data-section=sales-gallery-registration] header .navbar .nav-right a,
body[data-section=sales-gallery-registration-purchaser] header .navbar .nav-right a,
body[data-section=sales-gallery-registration-broker] header .navbar .nav-right a,
body[data-section=bb-italia] header .navbar .nav-right a,
body[data-section=groundbreaking-event] header .navbar .nav-right a,
body[data-section=contacto] header .navbar .nav-right a,
body[data-section=contato] header .navbar .nav-right a,
body[data-section=general-inquiries] header .navbar .nav-right a,
body[data-section=privacy-policy] header .navbar .nav-right a,
body[data-section=toolkit-floorplans] header .navbar .nav-right a,
body[data-section=toolkit-view] header .navbar .nav-right a,
body[data-section=faqs] header .navbar .nav-right a,
body.media-gallery header .navbar .nav-right a,
body.sales-gallery header .navbar .nav-right a,
body.toolkit-downloads header .navbar .nav-right a,
body.single-new header .navbar .nav-right a,
body.condominium header .navbar .nav-right a,
body.film-single header .navbar .nav-right a,
body.gallery-films header .navbar .nav-right a,
body[data-section=toolkit-renderings] header .navbar .nav-right a {
  color: #746144;
}
body[data-section=broker-toolkit] header .navbar .nav-right a:not(:last-child):after,
body[data-section=toolkit] header .navbar .nav-right a:not(:last-child):after,
body[data-section=floorplans] header .navbar .nav-right a:not(:last-child):after,
body[data-section=planos] header .navbar .nav-right a:not(:last-child):after,
body[data-section=plantas] header .navbar .nav-right a:not(:last-child):after,
body[data-section=news] header .navbar .nav-right a:not(:last-child):after,
body[data-section=noticias] header .navbar .nav-right a:not(:last-child):after,
body[data-section=legal] header .navbar .nav-right a:not(:last-child):after,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header .navbar .nav-right a:not(:last-child):after,
body[data-section=contact] header .navbar .nav-right a:not(:last-child):after,
body[data-section=rimadesio-event] header .navbar .nav-right a:not(:last-child):after,
body[data-section=sales-gallery-registration] header .navbar .nav-right a:not(:last-child):after,
body[data-section=sales-gallery-registration-purchaser] header .navbar .nav-right a:not(:last-child):after,
body[data-section=sales-gallery-registration-broker] header .navbar .nav-right a:not(:last-child):after,
body[data-section=bb-italia] header .navbar .nav-right a:not(:last-child):after,
body[data-section=groundbreaking-event] header .navbar .nav-right a:not(:last-child):after,
body[data-section=contacto] header .navbar .nav-right a:not(:last-child):after,
body[data-section=contato] header .navbar .nav-right a:not(:last-child):after,
body[data-section=general-inquiries] header .navbar .nav-right a:not(:last-child):after,
body[data-section=privacy-policy] header .navbar .nav-right a:not(:last-child):after,
body[data-section=toolkit-floorplans] header .navbar .nav-right a:not(:last-child):after,
body[data-section=toolkit-view] header .navbar .nav-right a:not(:last-child):after,
body[data-section=faqs] header .navbar .nav-right a:not(:last-child):after,
body.media-gallery header .navbar .nav-right a:not(:last-child):after,
body.sales-gallery header .navbar .nav-right a:not(:last-child):after,
body.toolkit-downloads header .navbar .nav-right a:not(:last-child):after,
body.single-new header .navbar .nav-right a:not(:last-child):after,
body.condominium header .navbar .nav-right a:not(:last-child):after,
body.film-single header .navbar .nav-right a:not(:last-child):after,
body.gallery-films header .navbar .nav-right a:not(:last-child):after,
body[data-section=toolkit-renderings] header .navbar .nav-right a:not(:last-child):after {
  background: #746144;
}
body[data-section=broker-toolkit] header .navbar .text-hamb,
body[data-section=toolkit] header .navbar .text-hamb,
body[data-section=floorplans] header .navbar .text-hamb,
body[data-section=planos] header .navbar .text-hamb,
body[data-section=plantas] header .navbar .text-hamb,
body[data-section=news] header .navbar .text-hamb,
body[data-section=noticias] header .navbar .text-hamb,
body[data-section=legal] header .navbar .text-hamb,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header .navbar .text-hamb,
body[data-section=contact] header .navbar .text-hamb,
body[data-section=rimadesio-event] header .navbar .text-hamb,
body[data-section=sales-gallery-registration] header .navbar .text-hamb,
body[data-section=sales-gallery-registration-purchaser] header .navbar .text-hamb,
body[data-section=sales-gallery-registration-broker] header .navbar .text-hamb,
body[data-section=bb-italia] header .navbar .text-hamb,
body[data-section=groundbreaking-event] header .navbar .text-hamb,
body[data-section=contacto] header .navbar .text-hamb,
body[data-section=contato] header .navbar .text-hamb,
body[data-section=general-inquiries] header .navbar .text-hamb,
body[data-section=privacy-policy] header .navbar .text-hamb,
body[data-section=toolkit-floorplans] header .navbar .text-hamb,
body[data-section=toolkit-view] header .navbar .text-hamb,
body[data-section=faqs] header .navbar .text-hamb,
body.media-gallery header .navbar .text-hamb,
body.sales-gallery header .navbar .text-hamb,
body.toolkit-downloads header .navbar .text-hamb,
body.single-new header .navbar .text-hamb,
body.condominium header .navbar .text-hamb,
body.film-single header .navbar .text-hamb,
body.gallery-films header .navbar .text-hamb,
body[data-section=toolkit-renderings] header .navbar .text-hamb {
  color: #746144;
}
body[data-section=broker-toolkit] header nav .navbar-brand img.logo-white,
body[data-section=toolkit] header nav .navbar-brand img.logo-white,
body[data-section=floorplans] header nav .navbar-brand img.logo-white,
body[data-section=planos] header nav .navbar-brand img.logo-white,
body[data-section=plantas] header nav .navbar-brand img.logo-white,
body[data-section=news] header nav .navbar-brand img.logo-white,
body[data-section=noticias] header nav .navbar-brand img.logo-white,
body[data-section=legal] header nav .navbar-brand img.logo-white,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header nav .navbar-brand img.logo-white,
body[data-section=contact] header nav .navbar-brand img.logo-white,
body[data-section=rimadesio-event] header nav .navbar-brand img.logo-white,
body[data-section=sales-gallery-registration] header nav .navbar-brand img.logo-white,
body[data-section=sales-gallery-registration-purchaser] header nav .navbar-brand img.logo-white,
body[data-section=sales-gallery-registration-broker] header nav .navbar-brand img.logo-white,
body[data-section=bb-italia] header nav .navbar-brand img.logo-white,
body[data-section=groundbreaking-event] header nav .navbar-brand img.logo-white,
body[data-section=contacto] header nav .navbar-brand img.logo-white,
body[data-section=contato] header nav .navbar-brand img.logo-white,
body[data-section=general-inquiries] header nav .navbar-brand img.logo-white,
body[data-section=privacy-policy] header nav .navbar-brand img.logo-white,
body[data-section=toolkit-floorplans] header nav .navbar-brand img.logo-white,
body[data-section=toolkit-view] header nav .navbar-brand img.logo-white,
body[data-section=faqs] header nav .navbar-brand img.logo-white,
body.media-gallery header nav .navbar-brand img.logo-white,
body.sales-gallery header nav .navbar-brand img.logo-white,
body.toolkit-downloads header nav .navbar-brand img.logo-white,
body.single-new header nav .navbar-brand img.logo-white,
body.condominium header nav .navbar-brand img.logo-white,
body.film-single header nav .navbar-brand img.logo-white,
body.gallery-films header nav .navbar-brand img.logo-white,
body[data-section=toolkit-renderings] header nav .navbar-brand img.logo-white {
  display: none;
}
body[data-section=broker-toolkit] header nav .navbar-brand img.logo-brown,
body[data-section=toolkit] header nav .navbar-brand img.logo-brown,
body[data-section=floorplans] header nav .navbar-brand img.logo-brown,
body[data-section=planos] header nav .navbar-brand img.logo-brown,
body[data-section=plantas] header nav .navbar-brand img.logo-brown,
body[data-section=news] header nav .navbar-brand img.logo-brown,
body[data-section=noticias] header nav .navbar-brand img.logo-brown,
body[data-section=legal] header nav .navbar-brand img.logo-brown,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header nav .navbar-brand img.logo-brown,
body[data-section=contact] header nav .navbar-brand img.logo-brown,
body[data-section=rimadesio-event] header nav .navbar-brand img.logo-brown,
body[data-section=sales-gallery-registration] header nav .navbar-brand img.logo-brown,
body[data-section=sales-gallery-registration-purchaser] header nav .navbar-brand img.logo-brown,
body[data-section=sales-gallery-registration-broker] header nav .navbar-brand img.logo-brown,
body[data-section=bb-italia] header nav .navbar-brand img.logo-brown,
body[data-section=groundbreaking-event] header nav .navbar-brand img.logo-brown,
body[data-section=contacto] header nav .navbar-brand img.logo-brown,
body[data-section=contato] header nav .navbar-brand img.logo-brown,
body[data-section=general-inquiries] header nav .navbar-brand img.logo-brown,
body[data-section=privacy-policy] header nav .navbar-brand img.logo-brown,
body[data-section=toolkit-floorplans] header nav .navbar-brand img.logo-brown,
body[data-section=toolkit-view] header nav .navbar-brand img.logo-brown,
body[data-section=faqs] header nav .navbar-brand img.logo-brown,
body.media-gallery header nav .navbar-brand img.logo-brown,
body.sales-gallery header nav .navbar-brand img.logo-brown,
body.toolkit-downloads header nav .navbar-brand img.logo-brown,
body.single-new header nav .navbar-brand img.logo-brown,
body.condominium header nav .navbar-brand img.logo-brown,
body.film-single header nav .navbar-brand img.logo-brown,
body.gallery-films header nav .navbar-brand img.logo-brown,
body[data-section=toolkit-renderings] header nav .navbar-brand img.logo-brown {
  display: block;
}
body[data-section=broker-toolkit] header.sticky .navbar,
body[data-section=toolkit] header.sticky .navbar,
body[data-section=floorplans] header.sticky .navbar,
body[data-section=planos] header.sticky .navbar,
body[data-section=plantas] header.sticky .navbar,
body[data-section=news] header.sticky .navbar,
body[data-section=noticias] header.sticky .navbar,
body[data-section=legal] header.sticky .navbar,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header.sticky .navbar,
body[data-section=contact] header.sticky .navbar,
body[data-section=rimadesio-event] header.sticky .navbar,
body[data-section=sales-gallery-registration] header.sticky .navbar,
body[data-section=sales-gallery-registration-purchaser] header.sticky .navbar,
body[data-section=sales-gallery-registration-broker] header.sticky .navbar,
body[data-section=bb-italia] header.sticky .navbar,
body[data-section=groundbreaking-event] header.sticky .navbar,
body[data-section=contacto] header.sticky .navbar,
body[data-section=contato] header.sticky .navbar,
body[data-section=general-inquiries] header.sticky .navbar,
body[data-section=privacy-policy] header.sticky .navbar,
body[data-section=toolkit-floorplans] header.sticky .navbar,
body[data-section=toolkit-view] header.sticky .navbar,
body[data-section=faqs] header.sticky .navbar,
body.media-gallery header.sticky .navbar,
body.sales-gallery header.sticky .navbar,
body.toolkit-downloads header.sticky .navbar,
body.single-new header.sticky .navbar,
body.condominium header.sticky .navbar,
body.film-single header.sticky .navbar,
body.gallery-films header.sticky .navbar,
body[data-section=toolkit-renderings] header.sticky .navbar {
  border-width: 0 0 0;
}
body[data-section=broker-toolkit] header:not(.sticky) .navbar,
body[data-section=toolkit] header:not(.sticky) .navbar,
body[data-section=floorplans] header:not(.sticky) .navbar,
body[data-section=planos] header:not(.sticky) .navbar,
body[data-section=plantas] header:not(.sticky) .navbar,
body[data-section=news] header:not(.sticky) .navbar,
body[data-section=noticias] header:not(.sticky) .navbar,
body[data-section=legal] header:not(.sticky) .navbar,
body[data-section=avisos-legales-y-descargos-de-responsabilidad] header:not(.sticky) .navbar,
body[data-section=contact] header:not(.sticky) .navbar,
body[data-section=rimadesio-event] header:not(.sticky) .navbar,
body[data-section=sales-gallery-registration] header:not(.sticky) .navbar,
body[data-section=sales-gallery-registration-purchaser] header:not(.sticky) .navbar,
body[data-section=sales-gallery-registration-broker] header:not(.sticky) .navbar,
body[data-section=bb-italia] header:not(.sticky) .navbar,
body[data-section=groundbreaking-event] header:not(.sticky) .navbar,
body[data-section=contacto] header:not(.sticky) .navbar,
body[data-section=contato] header:not(.sticky) .navbar,
body[data-section=general-inquiries] header:not(.sticky) .navbar,
body[data-section=privacy-policy] header:not(.sticky) .navbar,
body[data-section=toolkit-floorplans] header:not(.sticky) .navbar,
body[data-section=toolkit-view] header:not(.sticky) .navbar,
body[data-section=faqs] header:not(.sticky) .navbar,
body.media-gallery header:not(.sticky) .navbar,
body.sales-gallery header:not(.sticky) .navbar,
body.toolkit-downloads header:not(.sticky) .navbar,
body.single-new header:not(.sticky) .navbar,
body.condominium header:not(.sticky) .navbar,
body.film-single header:not(.sticky) .navbar,
body.gallery-films header:not(.sticky) .navbar,
body[data-section=toolkit-renderings] header:not(.sticky) .navbar {
  background-color: #fff;
}

/*
body[data-section="home"]{
	.fixed-top {
		@include under($b-xs){
    		position: absolute;
    	}
	}
}
*/
body[data-section=faqs] {
  background-color: #F4F3EF;
}
body[data-section=faqs] > section:first-of-type {
  padding-top: 106px;
}
body[data-section=faqs] > section:last-of-type {
  padding-bottom: 100px;
}

@media (max-width: 1080px) {
  body[data-section=toolkit] .nav-right,
  body[data-section=toolkit-floorplans] .nav-right,
  body[data-section=toolkit-view] .nav-right,
  body[data-section=toolkit-renderings] .nav-right {
    display: none;
  }
  body[data-section=toolkit] .new-footer .info .links-right,
  body[data-section=toolkit-floorplans] .new-footer .info .links-right,
  body[data-section=toolkit-view] .new-footer .info .links-right,
  body[data-section=toolkit-renderings] .new-footer .info .links-right {
    padding-bottom: 0;
  }
}

header #nav_top {
  opacity: 0;
  pointer-events: none;
}
header .hamb-container {
  display: flex;
  align-items: center;
}
@media (min-width: 1081px) {
  header .hamb-container {
    min-width: calc(50% - 200px);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  header .navbar {
    justify-content: space-between;
    width: 100vw;
  }
}
@media (max-width: 992px) and (orientation: portrait) {
  header .navbar {
    width: 100vw;
  }
}
header .navbar.fixed-top .container-fluid, header .navbar.fixed-top .container-sm, header .navbar.fixed-top .container-md, header .navbar.fixed-top .container-lg, header .navbar.fixed-top .container-xl, header .navbar.fixed-top .container-xxl {
  padding: 34px 45px 18px;
  transition: all 0.3s ease;
  border-width: 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  header .navbar.fixed-top .container-fluid, header .navbar.fixed-top .container-sm, header .navbar.fixed-top .container-md, header .navbar.fixed-top .container-lg, header .navbar.fixed-top .container-xl, header .navbar.fixed-top .container-xxl {
    padding: 19px 10px;
    height: 110px;
  }
}
@media (max-width: 1380px) and (min-width: 1025px) {
  header .navbar.fixed-top .container-fluid, header .navbar.fixed-top .container-sm, header .navbar.fixed-top .container-md, header .navbar.fixed-top .container-lg, header .navbar.fixed-top .container-xl, header .navbar.fixed-top .container-xxl {
    padding: 30px 45px 16px;
  }
}
header .navbar.fixed-top #nav_top {
  margin: 0 0 0 0;
}
header .navbar.fixed-top #nav_top:focus {
  box-shadow: none;
}
header .navbar.fixed-top #nav_top img {
  width: 43px;
  height: auto;
}
header .navbar.fixed-top #nav_top img.hamb-white {
  display: block;
}
header .navbar.fixed-top #nav_top img.hamb-brown {
  display: none;
}
@media (max-width: 1080px) {
  header .navbar.fixed-top #nav_top {
    margin: 2px 0 0 -6px;
    max-width: 61px;
  }
  header .navbar.fixed-top #nav_top img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  header .navbar .nav-right .tel-brickell {
    display: none;
  }
}
header .navbar-toggler.open {
  opacity: 0;
}
@media (max-width: 1080px) {
  header .navbar-toggler.open + .text-hamb + .navbar-brand {
    display: none;
  }
}
@media (max-width: 1080px) {
  header .navbar-toggler.open + .text-hamb + .navbar-brand + .nav-right {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
header .navbar-toggler.open + .text-hamb + .navbar-brand img.logo-white {
  display: block !important;
}
header .navbar-toggler.open + .text-hamb + .navbar-brand img.logo-brown {
  display: none !important;
}
header .navbar:has(.offcanvas.show) .navbar-brand img.logo-white {
  display: block;
}
header .navbar:has(.offcanvas.show) .navbar-brand img.logo-brown {
  display: none;
}
header .navbar:has(.offcanvas.show) .text-hamb {
  color: #fff;
}
header .navbar:has(.offcanvas.show) .nav-right a {
  color: #fff;
}
header .navbar:has(.offcanvas.show) .nav-right a:not(:last-child):after {
  background-color: #fff;
}
header .text-hamb {
  position: relative;
  margin-left: 15px;
  z-index: 1113;
}
@media (max-width: 1080px) {
  header .text-hamb {
    display: none;
  }
}
header .nav-right {
  display: flex;
  z-index: 1212;
}
@media (min-width: 1081px) {
  header .nav-right {
    min-width: calc(50% - 200px);
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
  }
}
@media (max-width: 1080px) {
  header .nav-right {
    z-index: 10;
  }
  header .nav-right .btn-group.drop-select {
    display: none;
  }
}
header .nav-right a {
  position: relative;
  padding: 0 20px;
}
header .nav-right a.brown {
  background-color: #746144;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
  color: #fff !important;
}
@media (min-width: 1081px) {
  header .nav-right a.brown {
    min-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  header .nav-right a.brown {
    min-width: auto;
  }
}
header .nav-right a.white {
  background-color: #ffffff;
  background-color: #746144;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  min-width: 170px;
  text-align: center;
  justify-content: center;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
  color: #746144 !important;
  color: #fff !important;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1400px) {
  header .nav-right a.white {
    min-width: auto;
  }
}
header .nav-right a.white:after {
  opacity: 0;
}
@media (max-width: 1080px) {
  header .nav-right a {
    padding: 5px 7px;
    letter-spacing: 1px;
    color: #fff !important;
  }
}
header .nav-right a:not(.brown):not(:last-child):after {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 15px;
  right: 0;
  top: 0;
}
@media (max-width: 1080px) {
  header .nav-right a:not(.brown):not(:last-child):after {
    top: 5px;
  }
}
header .nav-right a:hover {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  header .nav-right {
    left: 0;
    display: none;
    justify-content: center;
    gap: 5px;
    bottom: 0;
    width: 100%;
    position: fixed;
    transition: bottom 0.5s ease;
    bottom: -48px;
  }
  header .nav-right a {
    background-color: #746144;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-box-pack: center; /* justify-content */
    -webkit-box-align: center; /* align-items */
    width: 100%;
  }
}
header .nav-right .drop-select .dropdown-menu li .dropdown-item {
  color: #1e2125 !important;
  padding: 6px 0;
  text-align: center;
}
header .nav-right .drop-select .dropdown-menu li .dropdown-item:hover {
  background-color: #e9ecef;
  text-decoration: none;
}
header .nav-right .drop-select .dropdown-menu .btn-select .header__logo--img.brown {
  display: none;
}
header nav .navbar-brand {
  margin: 0 auto;
  width: 100%;
  max-width: 296px;
  z-index: 500;
  transition: all 0.3s ease;
}
header nav .navbar-brand img {
  width: 100%;
}
header nav .navbar-brand img.logo-brown {
  display: none;
}
@media (max-width: 1080px) {
  header nav .navbar-brand {
    max-width: 213px;
    margin: -5px 0px 0 0px;
  }
}
@media (max-width: 1080px) {
  header nav .lang-onlymobile {
    margin-top: 20px;
  }
  header nav .lang-onlymobile .btn-group.drop-select {
    max-width: 70px;
  }
  header nav .lang-onlymobile .btn-select .header__logo--img.white {
    display: block;
  }
  header nav .lang-onlymobile .btn-select .header__logo--img.brown {
    display: none;
  }
}
@media (min-width: 1081px) {
  header nav .lang-onlymobile {
    display: none;
  }
}
header nav .offcanvas {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
header nav .offcanvas.offcanvas-end {
  opacity: 1;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
header nav .offcanvas .offcanvas-body .center-menu {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
header nav .navbar-nav {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  header nav .navbar-nav {
    width: 100%;
    max-width: 360px;
  }
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: "Graphik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: auto;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 26px;
  }
}
header nav .navbar-nav .nav-item .nav-link:hover, header nav .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
@media (max-width: 992px) and (orientation: landscape) {
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 19px;
  }
}
@media (min-width: 601px) {
  header nav .navbar-nav .btn-primary.only-mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  header nav .navbar-nav .btn-primary {
    font-size: 15px;
    line-height: 16px;
    padding: 12px 15px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav .navbar-nav .btn-primary.b-0 {
    border-color: transparent;
  }
  header nav .navbar-nav .btn-primary.c-brown {
    background-color: #746144;
    border-color: #746144;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  header nav .navbar-nav .btn-primary {
    padding: 11px 11px;
  }
}
header nav .menu-items .nav-item {
  margin: 10px 0;
}
@media (max-width: 600px) {
  header nav .offcanvas-header {
    padding: 8px 10px;
  }
}
header nav .offcanvas-header .btn-close {
  opacity: 1;
  margin: 8px 8px;
  width: 42px;
  height: 42px;
  top: 5px;
  position: relative;
  margin: 27px 34px;
}
@media (max-width: 600px) {
  header nav .offcanvas-header .btn-close {
    margin: 0 6px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  header nav .offcanvas-header .btn-close {
    margin: 0 34px;
    width: 30px;
    height: 30px;
  }
}
header nav .offcanvas-header .navbar-brand {
  position: absolute;
  left: calc(50% - 138px);
  max-width: 293px;
  opacity: 1 !important;
  top: 43px;
  margin-left: -9px;
}
header nav .offcanvas-header .navbar-brand img {
  width: 100%;
}
@media (max-width: 1280px) {
  header nav .offcanvas-header .navbar-brand {
    display: none;
  }
}
@media (max-width: 600px) {
  header nav .offcanvas-header .nav-right {
    display: none !important;
    opacity: 1;
    height: 42px;
    top: 5px;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 600px) {
  header nav .offcanvas-body {
    padding: 8px 10px 16px;
  }
  header nav .offcanvas-body > .row {
    margin: 0;
  }
  header nav .offcanvas-body .flex-mobile {
    display: flex;
    flex-direction: column;
  }
  header nav .offcanvas-body .flex-mobile .items-menu-mobile {
    flex-grow: 1;
  }
}
header .footer-menu {
  position: relative;
  height: 109px;
  height: 75px;
  width: 100%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
  display: grid;
  align-items: center;
}
@media (min-width: 601px) {
  header .footer-menu {
    padding: 0 45px;
  }
}
@media (min-width: 601px) {
  header .footer-menu.row-footer-seconds-links {
    display: flex;
    border-width: 1px 0 1px;
  }
  header .footer-menu.row-footer-seconds-links .container {
    max-width: 100%;
    padding: 0 35px;
  }
  header .footer-menu.row-footer-seconds-links .col-12 {
    justify-content: end;
  }
}
@media (max-width: 600px) {
  header .footer-menu.row-footer-seconds-links {
    border-width: 1px 0 1px;
    margin-bottom: 15px;
  }
  header .footer-menu.row-footer-seconds-links .col-12 {
    justify-content: center;
    padding: 5px 0;
  }
}
@media (max-width: 1080px) {
  header .footer-menu {
    height: auto;
    padding: 0px 0 5px;
    min-height: auto;
    border-width: 0;
  }
  header .footer-menu .col-pos-2 {
    order: 1;
  }
  header .footer-menu .col-pos-2 .btn-group {
    display: none;
  }
  header .footer-menu .col-pos-1 {
    display: none;
    order: 2;
  }
  header .footer-menu.row-mobile-foot {
    display: flex !important;
    border-width: 0 0 0;
    margin-bottom: 0px;
  }
  header .footer-menu.row-mobile-foot.row-footer-seconds-links {
    border-width: 1px 0 1px;
    margin-bottom: 0px;
  }
  header .footer-menu.row-mobile-foot .content-buttons-nav-lang .btn-select {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  header .footer-menu .footer-links-legal {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
header .footer-menu .center-v {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .footer-menu .nav-links-menu {
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
header .footer-menu .nav-links-menu.left {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1080px) {
  header .footer-menu .nav-links-menu.left {
    margin-bottom: 0;
  }
}
header .footer-menu .nav-links-menu li {
  position: relative;
  float: left;
  text-align: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1081px) {
  header .footer-menu .nav-links-menu li:first-child {
    padding-left: 0;
  }
}
header .footer-menu .nav-links-menu li:not(:last-child):before {
  content: " ";
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
  width: 1px;
  height: 15px;
  background-color: #fff;
}
header .footer-menu .nav-links-menu li a {
  padding: 2px 15px;
  text-align: center;
  text-wrap: nowrap;
}
@media (max-width: 1080px) {
  header .footer-menu .nav-links-menu {
    position: relative;
    display: block;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header .footer-menu .nav-links-menu li {
    width: 100%;
    padding: 0 5px;
    margin: 5px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  header .footer-menu .nav-links-menu li:not(:last-child):before {
    display: none;
  }
  header .footer-menu .nav-links-menu li a {
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 12px;
  }
  header .footer-menu .nav-links-menu li a.legal {
    position: relative;
    padding: 0 0 0 8px;
    /*
    &:after{
        content: " ";
        position: absolute;
        right: 0;
        width: 1px;
        height: 15px;
        background: #fff;
    }
    */
  }
}
header .content-buttons-nav-lang {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  padding: 0 25px 0 0;
}
@media (max-width: 600px) {
  header .content-buttons-nav-lang {
    padding: 0 0 0 0;
  }
}
header.sticky .navbar {
  border-width: 0 0 0;
  border-style: solid;
  border-color: #957d73;
  min-height: 97px;
}
header.sticky .navbar:after {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(72, 63, 48, 0.5);
  backdrop-filter: blur(5px);
  transition: all 0.65s ease;
  z-index: -1;
}
header.sticky .navbar.fixed-top .container-fluid, header.sticky .navbar.fixed-top .container-sm, header.sticky .navbar.fixed-top .container-md, header.sticky .navbar.fixed-top .container-lg, header.sticky .navbar.fixed-top .container-xl, header.sticky .navbar.fixed-top .container-xxl {
  padding: 0 45px;
}
@media (max-width: 1080px) {
  header.sticky .navbar.fixed-top .container-fluid, header.sticky .navbar.fixed-top .container-sm, header.sticky .navbar.fixed-top .container-md, header.sticky .navbar.fixed-top .container-lg, header.sticky .navbar.fixed-top .container-xl, header.sticky .navbar.fixed-top .container-xxl {
    padding: 5px 10px;
    height: 68px;
  }
  header.sticky .navbar.fixed-top .container-fluid #nav_top, header.sticky .navbar.fixed-top .container-sm #nav_top, header.sticky .navbar.fixed-top .container-md #nav_top, header.sticky .navbar.fixed-top .container-lg #nav_top, header.sticky .navbar.fixed-top .container-xl #nav_top, header.sticky .navbar.fixed-top .container-xxl #nav_top {
    margin: 7px 0 0 -3px;
  }
}
header.sticky .navbar .nav-right a {
  color: #fff !important;
}
header.sticky .navbar .nav-right a:not(:last-child):after {
  background: #fff !important;
}
@media (max-width: 600px) {
  header.sticky .navbar .nav-right a:not(:last-child):after {
    background-color: transparent !important;
  }
}
header.sticky .navbar .text-hamb {
  color: #fff !important;
}
header.sticky nav .navbar-brand {
  max-width: 240px;
}
@media (max-width: 600px) {
  header.sticky nav .navbar-brand {
    max-width: 213px;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) {
  header.sticky nav .lang-onlymobile {
    margin-top: 8px;
  }
}
@media (min-width: 1081px) {
  header.sticky nav .lang-onlymobile {
    display: none;
  }
}
@media (min-width: 601px) {
  header.sticky nav .offcanvas-header .btn-close {
    margin: 2px 34px;
  }
}
header.sticky nav img.logo-brown {
  display: none !important;
}
header.sticky nav img.logo-white {
  display: block !important;
}
header.sticky #nav_top img.hamb-white {
  display: block !important;
}
header.sticky #nav_top img.hamb-brown {
  display: none !important;
}
header.sticky .nav-right {
  display: flex;
  top: 76px;
  transition: bottom 0.5s ease;
}
@media (max-width: 1080px) {
  header.sticky .nav-right {
    position: absolute;
    top: 97px;
  }
}

body[data-section=home] header .nav-right a.white {
  background-color: #fff !important;
  color: #746144 !important;
}
body[data-section=home] header .nav-right a.white:hover {
  background-color: #E9E9E9 !important;
}

@media (max-width: 600px) {
  body.header-white header .navbar {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #746144;
    padding-bottom: 0;
    background-color: transparent;
    transition: all 0.15s linear;
  }
  body.header-white header .navbar #nav_top img.hamb-white {
    display: none;
  }
  body.header-white header .navbar #nav_top img.hamb-brown {
    display: block;
  }
  body.header-white header .navbar .nav-right {
    height: 35px;
  }
  body.header-white header .navbar .nav-right a {
    color: #746144;
  }
  body.header-white header .navbar .nav-right a:not(:last-child):after {
    background: #746144;
  }
  body.header-white header .navbar .nav-right a.white {
    background-color: #746144;
    color: #fff !important;
    height: 35px;
  }
  body.header-white header .navbar .text-hamb {
    color: #746144;
  }
  body.header-white header nav .lang-onlymobile {
    margin-top: 0;
  }
  body.header-white header nav .lang-onlymobile .btn-select {
    color: #fff;
    padding-right: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Graphik", sans-serif;
  }
  body.header-white header nav .lang-onlymobile .btn-select .header__logo--img.white {
    display: block;
  }
  body.header-white header nav .lang-onlymobile .btn-select .header__logo--img.brown {
    display: none;
  }
  body.header-white header nav .navbar-brand {
    padding: 0;
  }
  body.header-white header nav .navbar-brand img.logo-white {
    display: none;
  }
  body.header-white header nav .navbar-brand img.logo-brown {
    display: block;
  }
  body.header-white header:not(.sticky) .fixed-top {
    top: 29px;
    float: left;
    width: 100%;
    padding: 0;
    height: 87px;
    background-color: #fff;
  }
  body.header-white header:not(.sticky) .fixed-top .container-fluid, body.header-white header:not(.sticky) .fixed-top .container-sm, body.header-white header:not(.sticky) .fixed-top .container-md, body.header-white header:not(.sticky) .fixed-top .container-lg, body.header-white header:not(.sticky) .fixed-top .container-xl, body.header-white header:not(.sticky) .fixed-top .container-xxl {
    padding: 5px 10px;
    height: 60px;
  }
  body.header-white header:not(.sticky) .fixed-top .container-fluid .lang-onlymobile .btn-select, body.header-white header:not(.sticky) .fixed-top .container-sm .lang-onlymobile .btn-select, body.header-white header:not(.sticky) .fixed-top .container-md .lang-onlymobile .btn-select, body.header-white header:not(.sticky) .fixed-top .container-lg .lang-onlymobile .btn-select, body.header-white header:not(.sticky) .fixed-top .container-xl .lang-onlymobile .btn-select, body.header-white header:not(.sticky) .fixed-top .container-xxl .lang-onlymobile .btn-select {
    color: #746144;
  }
  body.header-white header:not(.sticky) .fixed-top .container-fluid .lang-onlymobile .btn-select .header__logo--img.white, body.header-white header:not(.sticky) .fixed-top .container-sm .lang-onlymobile .btn-select .header__logo--img.white, body.header-white header:not(.sticky) .fixed-top .container-md .lang-onlymobile .btn-select .header__logo--img.white, body.header-white header:not(.sticky) .fixed-top .container-lg .lang-onlymobile .btn-select .header__logo--img.white, body.header-white header:not(.sticky) .fixed-top .container-xl .lang-onlymobile .btn-select .header__logo--img.white, body.header-white header:not(.sticky) .fixed-top .container-xxl .lang-onlymobile .btn-select .header__logo--img.white {
    display: none;
  }
  body.header-white header:not(.sticky) .fixed-top .container-fluid .lang-onlymobile .btn-select .header__logo--img.brown, body.header-white header:not(.sticky) .fixed-top .container-sm .lang-onlymobile .btn-select .header__logo--img.brown, body.header-white header:not(.sticky) .fixed-top .container-md .lang-onlymobile .btn-select .header__logo--img.brown, body.header-white header:not(.sticky) .fixed-top .container-lg .lang-onlymobile .btn-select .header__logo--img.brown, body.header-white header:not(.sticky) .fixed-top .container-xl .lang-onlymobile .btn-select .header__logo--img.brown, body.header-white header:not(.sticky) .fixed-top .container-xxl .lang-onlymobile .btn-select .header__logo--img.brown {
    display: block;
  }
  body.header-white header + section {
    padding-top: 85px;
  }
}

.header-white .remove-open-menu + header .nav-right a.white {
  border-width: 1px;
  border-color: #746144;
  border-style: solid;
}
.header-white .remove-open-menu + header .nav-right a.white:after {
  background-color: transparent !important;
}

.footer__info {
  color: #FFFFFF;
  padding: 40px 0 50px 0;
  background-color: #30261D;
}
.footer__info--wrap {
  display: flex;
}
@media (max-width: 1080px) {
  .footer__info--wrap {
    flex-wrap: wrap;
  }
}
.footer__info--col {
  width: 420px;
}
@media (max-width: 1080px) {
  .footer__info--col {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .footer__info--col {
    width: 100%;
  }
}
.footer__info--col:last-child {
  margin-left: auto;
}
@media (max-width: 1080px) {
  .footer__info--col:last-child {
    width: 60%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .footer__info--col:last-child {
    width: 100%;
  }
}
.footer__info--ttl {
  margin-bottom: 20px;
}
.footer__info--txt {
  font-size: 15px !important;
}
.footer__info--txt form {
  width: 100%;
  position: relative;
}
.footer__info--txt form div.mce_inline_error {
  font-size: 14px !important;
  font-weight: normal !important;
}
.footer__info--txt form .response {
  max-width: 350px;
  padding: 8px 0;
  font-size: 14.5px;
  font-weight: normal;
}
.footer__info--txt form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #FFFFFF;
  border: 0;
  font-family: "Graphik", sans-serif;
  border-radius: 0;
  background-color: transparent;
}
.footer__info--txt form input[type=email] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 160px 10px 15px;
  font-size: 15px;
}
.footer__info--txt form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer__info--txt form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer__info--txt form input[type=submit] {
  top: 9px;
  right: 0;
  cursor: pointer;
  padding: 5px 25px;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footer__copy {
  color: #FFFFFF;
  padding: 12px 0 15px 0;
  background-color: #000000;
}
.footer__copy--wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__copy--wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer__copy--img {
  display: block;
}
@media (max-width: 600px) {
  .footer__copy--img {
    margin: 0 auto 15px auto;
  }
}
.footer__copy--txt {
  margin: auto 0;
  line-height: 1;
}
@media (max-width: 600px) {
  .footer__copy--txt {
    margin: 0 auto;
  }
}

/* NEW FOOTER */
.new-footer {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.new-footer .container-subscribe {
  min-height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.new-footer .container-subscribe p {
  color: #746144;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .new-footer .container-subscribe p {
    width: 100%;
  }
}
.new-footer .container-subscribe .subscribe {
  padding-top: 20px;
}
.new-footer .container-subscribe .subscribe .mc-field-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  gap: 15px;
  padding: 0 30px;
}
@media (max-width: 1080px) {
  .new-footer .container-subscribe .subscribe .mc-field-group {
    gap: 5px;
  }
}
.new-footer .container-subscribe .subscribe input {
  height: 47px;
  width: calc(100% - 230px);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  background-color: transparent;
  border: solid 1px #746144;
  padding: 0 12px;
  font-family: "Graphik", sans-serif;
  font-size: 12px;
  color: #746144;
}
.new-footer .container-subscribe .subscribe input::-moz-placeholder {
  color: #746144;
}
.new-footer .container-subscribe .subscribe input::placeholder {
  color: #746144;
}
@media (max-width: 1080px) {
  .new-footer .container-subscribe .subscribe input {
    width: 100%;
  }
}
.new-footer .container-subscribe .subscribe button, .new-footer .container-subscribe .subscribe [type=submit] {
  border: solid 1px #746144;
  background: #746144;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #957D73;
  margin-left: -6px;
  padding: 10px;
  font-family: "Graphik", sans-serif;
  cursor: pointer;
  height: 47px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.82px;
  color: #fff;
  text-transform: uppercase;
  max-width: 220px;
}
@media (max-width: 1080px) {
  .new-footer .container-subscribe .subscribe button, .new-footer .container-subscribe .subscribe [type=submit] {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.new-footer .container-subscribe .subscribe div.mce_inline_error {
  width: 100%;
}
.new-footer .divider-horizontal {
  width: calc(100% + 50px);
  height: 1px;
  background-color: #746144;
  margin: 0 0 0 -25px;
}
.new-footer .grid-footer-menus {
  position: relative;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 320px 250px 250px 250px;
  gap: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .new-footer .grid-footer-menus {
    grid-template-columns: 100%;
  }
}
.new-footer .grid-footer-menus .logo {
  width: 220px;
}
.new-footer .grid-footer-menus .logo img {
  width: 100%;
}
@media (max-width: 1080px) {
  .new-footer .grid-footer-menus .logo {
    margin: 0 auto 30px;
  }
}
.new-footer .grid-footer-menus .menu-column-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1080px) {
  .new-footer .grid-footer-menus .menu-column-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.new-footer .grid-footer-menus .menu-column-footer li {
  text-align: left;
}
.new-footer .grid-footer-menus .menu-column-footer li .item-link {
  text-align: left;
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.202px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
}
@media (min-width: 1081px) {
  .new-footer .grid-footer-menus .menu-column-footer li.social {
    position: relative;
    float: left;
    margin: 0 25px 0 0;
  }
  .new-footer .grid-footer-menus .menu-column-footer li.social a:before {
    width: 100%;
  }
}
.new-footer .content-contact-box {
  display: flex;
  gap: 15px;
  justify-content: space-around;
  padding: 100px 0;
  border-color: #746144;
  border-width: 0 0 0;
  border-style: solid;
}
@media (max-width: 600px) {
  .new-footer .content-contact-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
.new-footer .content-contact-box .divider-line {
  height: 100px;
  width: 1px;
  position: relative;
  background-color: #746144;
}
@media (max-width: 600px) {
  .new-footer .content-contact-box .divider-line {
    height: 1px;
    width: 80%;
    margin: 0 10%;
  }
}
.new-footer .content-contact-box .box-contact {
  max-width: 380px;
}
.new-footer .content-contact-box .box-contact p {
  color: #746144;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1081px) {
  .new-footer .content-contact-box .box-contact p {
    min-height: 100px;
  }
}
@media (max-width: 1080px) {
  .new-footer .content-contact-box .box-contact p {
    width: 100%;
  }
}
.new-footer .content-contact-box .box-contact p a {
  margin-top: 10px;
  color: #746144;
  display: block;
}
.new-footer .content-contact-box .box-contact .btn {
  color: #fff;
  background-color: #746144;
  width: 280px;
  padding: 0;
}
.new-footer .content-contact-box .box-contact .btn span {
  color: #fff;
}
.new-footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-footer .social-links a {
  position: relative;
  padding: 10px;
  font-size: 18px;
  color: #6b5a3f;
}
.new-footer .social-links a:not(:last-child):after {
  content: " ";
  position: absolute;
  height: 12px;
  top: 15px;
  width: 1px;
  right: 0;
  background-color: #6b5a3f;
}
.new-footer .link-to {
  background-color: #FDFCFC;
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  line-height: 2.5;
}
.new-footer .link-to a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2.25px;
}
.new-footer .continue-links {
  position: relative;
  background-color: #EFEEEC;
  padding: 30px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #5C4D35;
  background: #F5F5F5;
}
.new-footer .continue-links .center-link {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #746144;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  .new-footer .continue-links .center-link {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
  }
}
.new-footer .continue-links .links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.new-footer .continue-links .arrow-link {
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #957D73;
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.new-footer .continue-links .arrow-link.next {
  transform: rotate(45deg);
}
.new-footer .continue-links .arrow-link.prev {
  transform: rotate(-135deg);
}
.new-footer .continue-links .arrow-link:before {
  content: " ";
  background: none;
}
.new-footer .more-links {
  display: none;
  position: relative;
  background-color: #EFEEEC;
  padding: 30px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #5C4D35;
}
.new-footer .more-links .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .new-footer .more-links .links nav {
    line-height: normal;
  }
}
.new-footer .more-links .links a {
  position: relative;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16.2021px;
  line-height: 16px;
  /* or 100% */
  text-align: center;
  letter-spacing: 0.13em;
  color: #746144;
  padding: 5px 50px;
}
@media (max-width: 1080px) {
  .new-footer .more-links .links a {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
}
@media (min-width: 1081px) {
  .new-footer .more-links .links a {
    float: left;
    display: block;
    min-width: 400px;
  }
}
@media (min-width: 1081px) {
  .new-footer .more-links .links a:not(:last-child):after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 1px;
    right: 0;
    background-color: #483F30;
  }
}
.new-footer .links-footer-horizontal {
  position: relative;
  background-color: #EFEEEC;
  padding: 0 25px;
}
@media (max-width: 1080px) {
  .new-footer .links-footer-horizontal.only-desktop {
    display: none;
  }
}
.new-footer .links-footer-horizontal p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.202px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
}
.new-footer .links-footer-horizontal p a {
  text-decoration-line: underline;
}
.new-footer .links-footer-horizontal p strong, .new-footer .links-footer-horizontal p b {
  font-weight: 500;
}
.new-footer .links-footer-horizontal .wrap-cols {
  display: flex;
  align-items: center;
  height: 84px;
  justify-content: space-between;
}
.new-footer .links-footer-horizontal .wrap-cols div {
  display: flex;
}
.new-footer .links-footer-horizontal .wrap-cols div:last-child {
  justify-content: end;
}
.new-footer .links-footer-horizontal .wrap-cols div:last-child p:not(:last-child):after {
  content: "|";
  position: relative;
  margin: 0 10px;
}
.new-footer .links-footer-horizontal .wrap-cols div p {
  margin: 0;
}
.new-footer .links-footer-horizontal .wrap-cols div p span {
  margin: 0 10px;
}
.new-footer .main-content {
  background-color: #EFEEEC;
  padding: 7px 10px;
  border-top: solid 0 #645147;
}
@media (min-width: 1081px) {
  .new-footer .main-content {
    display: none;
  }
}
.new-footer .main-content .logo {
  max-width: 320px;
  margin: 45px auto 45px;
}
.new-footer .main-content .logo img {
  width: 100%;
}
@media (max-width: 1080px) {
  .new-footer .main-content .logo {
    margin: 20px auto 13px;
    max-width: 219px;
  }
}
.new-footer .main-content .contact {
  padding-top: 20px;
  margin-bottom: 25px;
}
.new-footer .main-content .contact h5, .new-footer .main-content .contact .h5 {
  text-transform: uppercase;
  color: #957D73;
  font-size: 14px;
}
.new-footer .main-content .contact ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .new-footer .main-content .contact ul {
    flex-wrap: nowrap;
  }
}
.new-footer .main-content .contact ul li {
  margin: 0;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 1px 0;
  color: #746144;
  width: 100%;
}
@media (min-width: 1081px) {
  .new-footer .main-content .contact ul li {
    float: left;
    min-width: 222px;
  }
}
.new-footer .main-content .contact ul li a, .new-footer .main-content .contact ul li strong {
  color: #746144;
  font-weight: 400;
  font-size: 15px;
}
.new-footer .main-content .contact ul li a:hover, .new-footer .main-content .contact ul li strong:hover {
  color: #746144;
  text-decoration: underline;
}
.new-footer .main-content .contact ul li .title {
  font-weight: 500;
  letter-spacing: 2.6px;
  font-size: 13px;
  color: #746144;
}
.new-footer .main-content .contact ul li:not(:last-child):after {
  content: " ";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 13px;
  background-color: #6b5a3f;
}
.new-footer .main-content .contact .link-extra {
  text-decoration: underline;
  color: #746144;
  font-size: 11px;
  letter-spacing: 1.43px;
  display: flex;
  margin: 22px auto;
  justify-content: center;
}
.new-footer .main-content .contact .subscribe {
  padding-top: 20px;
}
.new-footer .main-content .contact .subscribe input {
  height: 35px;
  width: 70%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  background-color: transparent;
  border: solid 1px #645147;
  padding: 0 12px;
  font-family: "Graphik", sans-serif;
  font-size: 12px;
  color: #957D73;
}
.new-footer .main-content .contact .subscribe input::-moz-placeholder {
  color: #957D73;
}
.new-footer .main-content .contact .subscribe input::placeholder {
  color: #957D73;
}
@media screen and (min-width: 992px) {
  .new-footer .main-content .contact .subscribe input {
    width: 20%;
    font-size: 14px;
  }
}
.new-footer .main-content .contact .subscribe button, .new-footer .main-content .contact .subscribe [type=submit] {
  border: solid 1px #645147;
  background: #E9E7E0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #957D73;
  height: 35px;
  margin-left: -6px;
  padding: 10px;
  font-family: "Graphik", sans-serif;
  line-height: 0.5;
  cursor: pointer;
  font-size: 12px;
  max-width: 86px;
}
@media screen and (min-width: 992px) {
  .new-footer .main-content .contact .subscribe button, .new-footer .main-content .contact .subscribe [type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .new-footer .main-content .contact {
    margin-bottom: 0;
  }
  .new-footer .main-content .contact ul li:not(:last-child):after {
    display: none;
  }
}
.new-footer .info {
  display: flex;
  padding: 0 25px;
  align-items: center;
  background-color: #6B5A3F;
}
.new-footer .info .wrap-end-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 33px;
}
.new-footer .info .wrap-end-footer a, .new-footer .info .wrap-end-footer p {
  margin: 0;
}
@media (max-width: 1080px) {
  .new-footer .info .wrap-end-footer {
    height: auto;
    min-height: 33px;
    padding-bottom: 0px;
  }
  .new-footer .info .wrap-end-footer .links-right p.right {
    display: none;
  }
}
.new-footer .info p {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 3;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Graphik", sans-serif;
  margin: 0;
}
.new-footer .info p.left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.new-footer .info p.right {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
}
@media (max-width: 1080px) {
  .new-footer .info p.right {
    display: none;
  }
}
.new-footer .info .links-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.new-footer .info .links-right a, .new-footer .info .links-right p {
  margin: 0;
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 1081px) {
  .new-footer .info .links-right a:not(:last-child):after, .new-footer .info .links-right p:not(:last-child):after {
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff;
  }
}
@media (min-width: 1081px) {
  .new-footer .info .links-right a:last-child, .new-footer .info .links-right p:last-child {
    padding-right: 0;
  }
}
.new-footer .info .links-right a:hover {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .new-footer .info .links-right {
    justify-content: flex-end;
    height: auto;
    display: inline-block;
  }
  .new-footer .info .links-right a, .new-footer .info .links-right p {
    font-size: 11px;
    text-align: right;
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }
}
.new-footer .info a.left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  position: relative;
  padding-right: 15px;
  margin-right: 6px;
}
.new-footer .info a.left:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  background: #fff;
}
@media (max-width: 1080px) {
  .new-footer .info a.left:after {
    height: 100%;
    top: 0;
  }
}
@media (max-width: 1080px) {
  .new-footer .info a.left {
    font-size: 11px;
    padding-right: 7px;
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  .new-footer .info {
    padding: 9px 0;
    line-height: 15px;
    height: auto;
  }
  .new-footer .info p {
    text-align: center !important;
    font-size: 12px;
    line-height: 18px;
  }
}
.new-footer #mce-responses .response {
  font-size: 14px;
  font-family: "Graphik", sans-serif;
  padding: 6px 0;
  color: #957d73;
  font-weight: 500;
}
.new-footer #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
  font-size: 14px;
  font-family: "Graphik", sans-serif;
  padding: 6px 0;
  color: #957d73;
  font-weight: 500;
}

.footer-links-legal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-items: stat;
  float: left;
  gap: 10px;
}
.footer-links-legal a img {
  max-width: 28px;
  height: auto;
}
@media (max-width: 1080px) {
  .footer-links-legal {
    margin-bottom: 0;
    margin-top: 0;
    float: none;
  }
  .footer-links-legal a img {
    max-width: 20px;
    height: auto;
  }
}

header .footer-menu .nav-links-menu li .footer-links-legal {
  float: right;
  position: relative;
}
header .footer-menu .nav-links-menu li .footer-links-legal a {
  padding: 0;
}

/* MODULES */
.module-columns {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 60px 0;
}
@media (min-width: 1081px) {
  .module-columns {
    display: flex;
  }
}
@media (max-width: 1080px) {
  .module-columns {
    padding-top: 0;
    height: auto;
    min-height: auto;
    padding: 0 0 0;
  }
}
@media (min-width: 1081px) and (max-width: 1780px) {
  .module-columns .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1781px) and (max-width: 1900px) {
  .module-columns .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1080px) {
  .module-columns .container .row .left, .module-columns .container .row .right {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .module-columns.fullscreen .container-fluid .row .left, .module-columns.fullscreen .container-sm .row .left, .module-columns.fullscreen .container-md .row .left, .module-columns.fullscreen .container-lg .row .left, .module-columns.fullscreen .container-xl .row .left, .module-columns.fullscreen .container-xxl .row .left, .module-columns.fullscreen .container-fluid .row .right, .module-columns.fullscreen .container-sm .row .right, .module-columns.fullscreen .container-md .row .right, .module-columns.fullscreen .container-lg .row .right, .module-columns.fullscreen .container-xl .row .right, .module-columns.fullscreen .container-xxl .row .right {
    padding: 0;
  }
}
.module-columns h1, .module-columns .h1 {
  color: #fff;
  font-size: 60px;
}
.module-columns .block-title {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 70px;
}
@media (max-width: 1080px) {
  .module-columns .block-title {
    margin-bottom: 50px;
  }
  .module-columns .block-title h3, .module-columns .block-title .h3 {
    margin: 5px 0;
  }
}
.module-columns .content-link {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  margin-top: 45px;
}
.module-columns .right {
  order: 2;
}
.module-columns .right .img-slider {
  border-radius: 0 0 120px 0;
}
.module-columns .right .caption {
  left: 15px;
}
.module-columns .left {
  order: 1;
}
.module-columns .left .img-slider {
  border-radius: 0 0 0 120px;
}
.module-columns .left .caption {
  right: 15px;
}
@media (min-width: 1081px) {
  .module-columns .column-image .columns-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .module-columns .column-image {
    order: 2;
  }
  .module-columns .column-text {
    order: 1;
  }
}
.module-columns .wrapper {
  max-width: 512px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 1080px) {
  .module-columns .wrapper {
    padding: 60px 30px;
  }
}
.module-columns .wrapper .btn {
  display: table;
  margin: 0 auto 0;
}
.module-columns .center-v {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .module-columns .columns-slider {
    margin-bottom: 0;
  }
}
.module-columns .columns-slider .slick-list .slick-slide .img-slider {
  height: calc(100vh - 60px - 60px);
  /*max-height: 65vh;*/
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .module-columns .columns-slider .slick-list .slick-slide .img-slider {
    height: calc(50vh + 50px);
  }
}
.module-columns .columns-slider .slick-list .slick-slide .img-slider picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.module-columns .columns-slider .slick-list .slick-slide .img-slider picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-columns.wide-image .columns-slider .slick-list .slick-slide .img-slider {
  height: calc(80vh - 30px - 30px);
}
.module-columns .container-dots {
  position: relative;
  float: left;
  width: 100%;
  margin: 45px auto 0;
}
.module-columns .list {
  position: relative;
  width: 100%;
  float: left;
  display: block;
}
.module-columns .list:before {
  content: " ";
  position: relative;
  width: 338px;
  max-width: 100%;
  height: 1px;
  background-color: #957D73;
  margin: 58px auto;
  display: block;
}
.module-columns .list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.module-columns .list ul li {
  color: #957D73;
}
@media (max-width: 1080px) {
  .module-columns .list ul {
    padding: 0 25px;
  }
}
.module-columns .arrow.desktop {
  display: block;
}
.module-columns .arrow.mobile {
  display: none;
}
@media (max-width: 1080px) {
  .module-columns .arrow.desktop {
    display: block;
    top: auto;
    bottom: calc(40vh - 60px);
  }
  .module-columns .arrow.desktop.prev {
    left: 10px;
  }
  .module-columns .arrow.desktop.next {
    right: 10px;
  }
  .module-columns .arrow.desktop .slick-arrow {
    border-color: #fff;
  }
  .module-columns .arrow.mobile {
    display: none;
    top: calc(50% - 12.5px);
  }
  .module-columns .arrow.mobile.prev {
    left: -25px;
  }
  .module-columns .arrow.mobile.next {
    right: -25px;
  }
}
@media (min-width: 1081px) {
  .module-columns.fullscreen {
    padding: 0;
  }
  .module-columns.fullscreen .container-fluid, .module-columns.fullscreen .container-sm, .module-columns.fullscreen .container-md, .module-columns.fullscreen .container-lg, .module-columns.fullscreen .container-xl, .module-columns.fullscreen .container-xxl {
    padding: 0 50px;
  }
  .module-columns.fullscreen .wrapper {
    max-width: 1640px;
    padding: 60px 100px;
  }
  .module-columns.fullscreen .left .wrapper {
    max-width: 1030px;
  }
  .module-columns.fullscreen .left .wrapper p {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 0 auto 5px;
  }
  .module-columns.fullscreen .left .block-title {
    margin-bottom: 50px;
  }
  .module-columns.fullscreen .left .block-title h3, .module-columns.fullscreen .left .block-title .h3 {
    margin-bottom: 0;
  }
  .module-columns.fullscreen .column-image {
    padding: 0;
  }
  .module-columns.fullscreen .columns-slider .slick-list .slick-slide .img-slider {
    border-radius: 0;
    height: calc(100vh - 30px - 30px) !important;
  }
  .module-columns.fullscreen .arrow {
    top: calc(50vh - 40px);
  }
  .module-columns.fullscreen .arrow .slick-arrow {
    border-color: #fff;
  }
  .module-columns.fullscreen .grid-colums-fullscreen {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-2 .list {
    margin-top: 63px;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-2 .list:before {
    content: "";
    margin: 0;
    width: 0;
    height: 0;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-2 .list ul li p {
    text-align: left;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title {
    margin-bottom: 0;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title p, .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title h3, .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title .h3 {
    text-align: left;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title h3, .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title .h3 {
    margin-bottom: 35px;
    position: relative;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title h3:after, .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 .block-title .h3:after {
    content: " ";
    position: absolute;
    width: 338px;
    max-width: 100%;
    height: 1px;
    background-color: #957D73;
    margin: 0 auto;
    float: left;
    display: block;
    bottom: -15px;
  }
  .module-columns.fullscreen .grid-colums-fullscreen .col-grid-1 p {
    display: block;
    text-align: left;
    float: left;
  }
  .module-columns.fullscreen .container-dots {
    position: absolute;
    z-index: 12;
    left: 0;
    top: calc(100vh - 148px);
  }
  .module-columns.fullscreen .container-dots .slick-dots li.slick-active button:before {
    background: #fff4e1;
  }
  .module-columns.fullscreen .container-dots .slick-dots li button:before {
    background: #ccbea7;
  }
}

.module-columns.list-bullets .list ul {
  list-style-type: "–";
}
@media (max-width: 1080px) {
  .module-columns.list-bullets .list ul {
    padding: 0 5px;
  }
}
.module-columns.list-bullets .list ul li {
  padding-left: 5px;
}
@media (max-width: 1080px) {
  .module-columns.list-bullets .list ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .module-columns.list-bullets .list ul li p {
    text-align: left;
  }
}

.module-video {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  /*background-image: var(--background-desktop);*/
}
@media (max-width: 1080px) {
  .module-video {
    /*background-image: var(--background-mobile);*/
  }
}
.module-video .caption {
  left: 15px;
}
.module-video .container {
  max-width: 1080px;
  z-index: 2;
}
.module-video .image-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
@media (max-width: 1080px) {
  .module-video .image-poster.desktop {
    display: none;
  }
}
@media (min-width: 1081px) {
  .module-video .image-poster.mobile {
    display: none;
  }
}
.module-video .image-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-video .body-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .module-video .body-content {
    max-width: 450px;
    margin: 0 auto;
  }
}
.module-video .body-content h1, .module-video .body-content .h1 {
  color: #fff;
  text-align: center;
}
.module-video .body-content p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
}
@media (max-width: 1080px) {
  .module-video .body-content p {
    font-size: 18px;
    line-height: 23px;
  }
}
.module-video .body-content p b, .module-video .body-content p strong {
  font-weight: 500;
}
.module-video .body-content .view-logo {
  margin: 0 auto 30px;
  display: table;
  width: 100%;
  padding: 0 25px;
  max-width: 402px;
}
.module-video .body-content .view-logo img {
  width: 100%;
}
.module-video .body-content .btn {
  display: table;
  margin: 50px auto 0;
  padding-left: 50px;
  padding-right: 50px;
}
.module-video .content-iframe:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.module-video .content-iframe iframe {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 108vw;
  max-height: 108vw;
}
@media (max-width: 600px) {
  .module-video .content-iframe iframe.desktop {
    display: none;
  }
}
@media (max-width: 1080px) {
  .module-video .content-iframe iframe {
    top: 0;
    left: -45px;
    position: absolute;
    transform: none;
    max-width: 180vh;
    max-height: 122vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .module-video .content-iframe iframe {
    max-width: 130vw;
  }
}

@media (max-width: 1080px) {
  .module-image-fullscreen {
    min-height: auto;
  }
}
.module-image-fullscreen .col-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--background-desktop);
}
@media (min-width: 1081px) {
  .module-image-fullscreen .col-image {
    min-height: 100vh;
  }
}
@media (max-width: 1080px) {
  .module-image-fullscreen .col-image {
    background-image: var(--background-mobile);
    position: relative;
  }
}
.module-image-fullscreen .col-image .col .center-content .wrapper {
  max-width: 650px;
}
.module-image-fullscreen .center-content {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1080px) {
  .module-image-fullscreen .col-md > .center-content {
    max-height: 440px;
  }
}
.module-image-fullscreen .inner-columns .left {
  order: 1;
}
.module-image-fullscreen .inner-columns .right {
  order: 2;
}
.module-image-fullscreen .inner-columns .col-md-12 .wrapper {
  max-width: 1190px;
}
.module-image-fullscreen .inner-columns .center-content {
  display: flex;
  align-items: center;
  height: 100vh;
}
.module-image-fullscreen .btn {
  display: table;
  margin: 46px auto 0;
}
.module-image-fullscreen .wrapper {
  margin: 0 auto;
}
.module-image-fullscreen .wrapper h3, .module-image-fullscreen .wrapper .h3, .module-image-fullscreen .wrapper p {
  color: #fff;
}
.module-image-fullscreen .wrapper p {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.6px;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .module-image-fullscreen .wrapper p {
    font-size: 18px;
    line-height: 23px;
  }
}
.module-image-fullscreen .wrapper.text-shadow p {
  text-shadow: 1px 1px 2px black;
}

@media (max-width: 1080px) {
  .module-image-fullscreen-alt {
    min-height: auto;
  }
}
.module-image-fullscreen-alt .image-miamivip {
  display: none;
}
.module-image-fullscreen-alt .col-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--background-desktop);
}
@media (min-width: 1081px) {
  .module-image-fullscreen-alt .col-image {
    min-height: 100vh;
  }
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt .col-image {
    background-image: var(--background-mobile);
    position: relative;
  }
}
.module-image-fullscreen-alt .col-image .col .center-content .wrapper {
  max-width: 650px;
}
.module-image-fullscreen-alt.miamivip {
  min-height: auto;
  padding: 0 80px;
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt.miamivip {
    min-height: auto;
    padding: 0;
  }
}
.module-image-fullscreen-alt.miamivip .container-fluid, .module-image-fullscreen-alt.miamivip .container-sm, .module-image-fullscreen-alt.miamivip .container-md, .module-image-fullscreen-alt.miamivip .container-lg, .module-image-fullscreen-alt.miamivip .container-xl, .module-image-fullscreen-alt.miamivip .container-xxl {
  min-height: auto;
}
.module-image-fullscreen-alt.miamivip .image-miamivip {
  position: relative;
  overflow: hidden;
  display: block;
}
.module-image-fullscreen-alt.miamivip .image-miamivip img {
  width: 100%;
  display: block;
}
@media (min-width: 1081px) {
  .module-image-fullscreen-alt.miamivip .image-miamivip .content-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.module-image-fullscreen-alt.miamivip .image-miamivip .content-iframe iframe {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 120vw;
  max-height: 120vw;
}
@media (min-width: 1081px) {
  .module-image-fullscreen-alt.miamivip .image-miamivip .content-iframe iframe {
    width: 160%;
    height: 140%;
    max-width: none;
  }
}
@media (min-width: 1081px) {
  .module-image-fullscreen-alt.miamivip .image-miamivip .content-iframe iframe {
    width: 160%;
    height: 165%;
    max-width: none;
  }
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt.miamivip .image-miamivip .content-iframe iframe {
    top: 0;
    left: -45px;
    position: absolute;
    transform: none;
    max-width: 180vh;
    max-height: 122vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 271px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .module-image-fullscreen-alt.miamivip .image-miamivip .content-iframe iframe {
    max-width: 130vw;
  }
}
.module-image-fullscreen-alt.miamivip .col-image {
  background: none;
  min-height: unset;
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt.miamivip .col-image {
    padding: 0;
  }
}
.module-image-fullscreen-alt.miamivip .col-image .center-content {
  height: unset;
}
.module-image-fullscreen-alt.miamivip .wrapper p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #746144;
}
.module-image-fullscreen-alt.miamivip .btn {
  background-color: #746144;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.module-image-fullscreen-alt .center-content {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 40px;
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt .col-md > .center-content {
    max-height: 440px;
  }
}
.module-image-fullscreen-alt .inner-columns .left {
  order: 1;
}
.module-image-fullscreen-alt .inner-columns .right {
  order: 2;
}
.module-image-fullscreen-alt .inner-columns .col-md-12 .wrapper {
  max-width: 1190px;
}
.module-image-fullscreen-alt .btn {
  display: table;
  margin: 30px auto 0;
  color: #746144;
}
.module-image-fullscreen-alt .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 740px;
}
.module-image-fullscreen-alt .wrapper h3, .module-image-fullscreen-alt .wrapper .h3 {
  color: #746144;
  margin: 40px auto 30px;
  width: auto;
  text-align: center;
}
.module-image-fullscreen-alt .wrapper p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #746144;
}
.module-image-fullscreen-alt .wrapper.text-shadow p {
  text-shadow: 1px 1px 2px black;
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt.lower-penthouse-two-columns {
    padding-bottom: 70px;
  }
}
.module-image-fullscreen-alt.lower-penthouse-two-columns .wrapper h3, .module-image-fullscreen-alt.lower-penthouse-two-columns .wrapper .h3 {
  font-family: "Graphik", sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 1081px) {
  .module-image-fullscreen-alt.lower-penthouse-two-columns .center-content {
    padding-bottom: 70px;
  }
}
@media (max-width: 1080px) {
  .module-image-fullscreen-alt.lower-penthouse-two-columns .center-content {
    padding-bottom: 0;
  }
}

.testimonial-fullscreen {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  min-height: auto;
}
.testimonial-fullscreen .container {
  max-width: 1200px;
}
.testimonial-fullscreen .center-v {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 4;
  padding-top: 107px;
  padding-bottom: 107px;
}
@media (max-width: 1080px) {
  .testimonial-fullscreen .center-v {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.testimonial-fullscreen p {
  text-align: center;
  font-family: "Graphik", sans-serif;
}
.testimonial-fullscreen p.text {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
}
@media (max-width: 1080px) {
  .testimonial-fullscreen p.text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
  }
}
.testimonial-fullscreen p.autor {
  color: #93836A;
  text-align: center;
}
.testimonial-fullscreen .img-background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
  top: 0;
}
.testimonial-fullscreen .img-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}

.module-anchor-nav {
  position: absolute;
  top: 100vh;
  width: 100%;
  z-index: 100;
  background-color: #F3F3F3;
  background-color: #746144;
  min-height: 74px;
  align-items: center;
  display: flex;
  overflow: hidden;
  z-index: 1003;
}
@media (max-width: 1080px) {
  .module-anchor-nav {
    display: none;
  }
  .module-anchor-nav .container {
    overflow-x: scroll;
  }
}
.module-anchor-nav ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0 14px;
}
.module-anchor-nav ul li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
}
.module-anchor-nav ul li:not(:last-child):after {
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #957D73;
  background-color: #E9E9E9;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
.module-anchor-nav ul li a {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #957D73;
  color: #E9E9E9;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto !important;
  display: block;
  letter-spacing: 2.5px;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 0;
}
@media (max-width: 1080px) {
  .module-anchor-nav ul li a {
    min-width: 260px;
  }
}
.module-anchor-nav ul li a span {
  width: 100%;
  display: block;
  font-weight: 400;
}
.module-anchor-nav.navigate-top {
  min-height: 50px;
  top: 124px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.module-anchor-nav.navigate-top ul {
  padding: 5px 0 5px;
}
.module-anchor-nav.sticky {
  position: fixed;
  top: auto;
  bottom: 0;
}
.module-anchor-nav.sticky.navigate-top {
  visibility: visible;
  opacity: 1;
  bottom: auto !important;
  top: 97px;
}

body[data-section=residences] #private-terrace {
  margin-bottom: 86px;
}

.module-slider-fullscreen .arrow .slick-arrow {
  border-color: #fff;
}
@media (max-width: 992px) {
  .module-slider-fullscreen .arrow {
    top: calc(50% - 25px);
  }
  .module-slider-fullscreen .arrow.prev {
    left: 0;
  }
  .module-slider-fullscreen .arrow.next {
    right: 0;
  }
}
.module-slider-fullscreen .container-dots {
  position: absolute;
  z-index: 2;
  bottom: 25px;
}
.module-slider-fullscreen .slide-fullscreen {
  margin-bottom: 0;
}
.module-slider-fullscreen .slide-fullscreen .slick-slide {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.module-slider-fullscreen .slide-fullscreen .slick-slide .content-center {
  display: flex;
  align-items: center;
  height: 100vh;
}
.module-slider-fullscreen .slide-fullscreen .slick-slide .content-center .content-body {
  margin: 0 auto;
  max-width: 1030px;
}
.module-slider-fullscreen .slide-fullscreen .slick-slide .content-center .content-body .block-title {
  position: relative;
  float: left;
  width: 100%;
}
.module-slider-fullscreen .slide-fullscreen .slick-slide .content-center .content-body .block-title h2, .module-slider-fullscreen .slide-fullscreen .slick-slide .content-center .content-body .block-title .h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.55px;
}
.module-slider-fullscreen .slide-fullscreen .slick-slide .content-center .content-body .block-title p {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.module-center-text {
  background-color: #EFEEEC;
}
.module-center-text .center-v {
  height: 100vh;
  display: flex;
  align-items: center;
}
.module-center-text p {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  /* or 114% */
  text-align: center;
  letter-spacing: 0.02em;
  color: #746144;
}
.module-center-text .btn {
  display: table;
  margin: 50px auto 0;
  padding-left: 50px;
  padding-right: 50px;
}
.module-center-text.miamivip {
  background-color: transparent;
  min-height: unset;
  padding-top: 100px;
  padding-bottom: 70px;
}
.module-center-text.miamivip .container {
  max-width: 1200px;
}
.module-center-text.miamivip .center-v {
  height: auto;
}
.module-center-text.miamivip p {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 400;
}
.module-center-text.miamivip p:first-child {
  margin-bottom: 24px;
}
.module-center-text.miamivip .btn {
  background-color: #746144;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.module-center-text .list-description {
  display: block;
  padding: 0;
  list-style: none;
  -moz-column-count: 1;
       column-count: 1;
  margin: 50px auto 0;
  max-width: 1073px;
}
@media (min-width: 993px) {
  .module-center-text .list-description {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.module-center-text .list-description li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #746144;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
@media (min-width: 993px) {
  .module-center-text .list-description li {
    text-align: left;
  }
  .module-center-text .list-description li.padded {
    padding-left: 150px;
  }
}
.module-center-text.lower-penthouse-inner-text {
  padding-bottom: 35px;
}
.module-center-text.lower-penthouse-inner-text p {
  margin-bottom: 0 !important;
}
@media (max-width: 1080px) {
  .module-center-text.lower-penthouse-inner-text {
    padding-bottom: 0;
  }
}

.module-image-text {
  background-color: #EFEEEC;
}
.module-image-text .container {
  max-width: 1300px;
}
.module-image-text .center-v {
  height: 100vh;
  display: flex;
  align-items: center;
}
.module-image-text .top-v {
  width: 100%;
  margin-top: 218px;
}
.module-image-text .img-center {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  display: table;
  padding: 177px 0 140px;
}
.module-image-text h3, .module-image-text .h3 {
  margin-bottom: 61px;
}
.module-image-text p {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 23px;
  /* or 114% */
  text-align: center;
  letter-spacing: 0.02em;
  color: #746144;
  margin: 0 auto 46px;
  max-width: 545px;
  letter-spacing: 0px;
}
.module-image-text .btn {
  display: table;
  margin: 50px auto 0;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-rendering {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  grid-auto-rows: 430px;
}
@media (max-width: 1080px) {
  .grid-rendering {
    grid-auto-rows: 300px;
  }
}
.grid-rendering.grid-views {
  grid-auto-rows: 230px;
}
@media (max-width: 1080px) {
  .grid-rendering.grid-views {
    grid-auto-rows: 230px;
  }
}
.grid-rendering.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 615px;
}
.grid-rendering.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 304px;
}
@media (max-width: 1280px) {
  .grid-rendering {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .grid-rendering {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .grid-rendering {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-rendering .item-render {
  position: relative;
}
.grid-rendering .item-render .image-render {
  width: 100%;
  height: calc(100% - 68px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1080px) {
  .grid-rendering .item-render .image-render {
    height: 100%;
  }
}
@media (max-width: 1080px) {
  .grid-rendering .item-render .content-links {
    bottom: 5px;
  }
}
.fancybox__caption .content-links {
  left: 0 !important;
}

.header-toolkit {
  background: #93836A;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 111px;
  display: block;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1380px) and (min-width: 1025px) {
  .header-toolkit {
    margin-top: 88px;
  }
}
.header-toolkit p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
}
@media (max-width: 1080px) {
  .header-toolkit {
    margin-top: 88px;
  }
}

.module-filters {
  margin-bottom: 50px;
}
.module-filters .item-col .col-border {
  height: 1px;
  width: 100%;
  background-color: #93836A;
}
.module-filters .title {
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  color: #93836A;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
}
.module-filters .content-filters {
  display: flex;
  align-items: center;
}
.module-filters .row-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 70px;
  padding-top: 8px;
}
.module-filters .filter-grid {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .module-filters .filter-grid {
    display: none;
  }
}
.module-filters .filter-grid .link {
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.module-filters .filter-grid .filter-grid-1, .module-filters .filter-grid .filter-grid-2, .module-filters .filter-grid .filter-grid-3 {
  width: 50px;
  height: 10px;
  margin: 0 5px;
  background-color: #c4c4c4;
}
.module-filters .filter-grid .filter-grid-1 {
  height: 30px;
  background: #93836A;
}
.module-filters .filter-grid .filter-grid-2 {
  height: 20px;
  background: #CCBEA7;
}
.module-filters .filter-grid .filter-grid-3 {
  background: #EBE0CF;
}
.module-filters .filter {
  position: relative;
  border-top: 0 solid #000;
}
.module-filters .filter ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 6px 0;
}
.module-filters .filter ul li a {
  display: block;
  position: relative;
  padding: 10px;
}
.module-filters .filter ul > li > a {
  font-weight: 500;
  font-size: 12px;
}
.module-filters .filter ul > li > a[data-open=submenu] {
  padding-right: 35px;
}
.module-filters .filter ul > li > a[data-open=submenu] .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  float: right;
  margin-left: 15px;
  margin-top: -5px;
}
@media (max-width: 1080px) {
  .module-filters .filter ul > li > a[data-open=submenu] .arrow {
    top: 0;
  }
}
.module-filters .filter ul > li > a[data-open=submenu] .arrow:after {
  content: " ";
  font-family: "Graphik", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 9px;
  transition: 0.3s all;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #93836A;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  transform-origin: center center;
}
.module-filters .filter ul > li.active > a[data-open=submenu] .arrow:after {
  transform: rotate(-45deg);
  top: 8px;
}
.module-filters .filter ul > li.active > .submenu {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-out;
  -moz-animation: fadeIn 0.3s ease-out;
}
.module-filters .filter .submenu {
  display: none;
  position: absolute;
  top: 95px;
  right: 0;
  width: 240px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(215, 215, 215, 0.5);
  z-index: 9999;
}
@media (max-width: 1080px) {
  .module-filters .filter .submenu {
    top: 55px;
  }
}
@media (min-width: 1081px) {
  .module-filters .filter .submenu {
    position: absolute;
    top: 57px;
    left: -108px;
    padding: 0;
    width: 240px;
    background: #fff;
  }
}
.module-filters .filter .submenu h4, .module-filters .filter .submenu .h4 {
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 10px 6px;
  color: #000;
  cursor: pointer;
}
.module-filters .filter .submenu .submenu-col {
  padding: 6px 0;
}
.module-filters .filter .submenu .submenu-col ul {
  display: block;
  margin: 0;
  padding: 0;
}
.module-filters .filter .submenu .submenu-col ul li {
  display: block;
}
.module-filters .filter .submenu .submenu-col ul li a, .module-filters .filter .submenu .submenu-col ul li label {
  display: inline-block;
  position: relative;
  padding: 6px;
  margin: 0;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.module-filters .filter .submenu .submenu-col ul li label input {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border: 1px solid #000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.module-filters .filter .submenu .submenu-col ul li label input:checked {
  background-color: #93836A;
  background-size: 12px;
}
.module-filters .filter .submenu .submenu-col.active ul {
  display: block;
}
.module-filters .filter .sortby .submenu {
  background: #000;
  width: 140px;
  left: auto;
  right: 0;
}
.module-filters .filter .sortby .submenu ul {
  display: block;
}
.module-filters .filter .sortby .submenu ul li label {
  color: #fff;
  padding: 10px 15px;
  text-transform: initial;
  font-size: 12px;
  font-weight: 400;
}
.module-filters .filter .sortby .submenu ul li label input {
  display: none;
}
@media screen and (min-width: 768px) {
  .module-filters .breadcrumbs {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 81px;
  }
  .module-filters .breadcrumbs > .container-fluid, .module-filters .breadcrumbs > .container-sm, .module-filters .breadcrumbs > .container-md, .module-filters .breadcrumbs > .container-lg, .module-filters .breadcrumbs > .container-xl, .module-filters .breadcrumbs > .container-xxl {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 70px;
  }
  .module-filters .breadcrumbs p {
    font-size: 21px;
    padding: 30px 0 15px;
  }
  .module-filters .breadcrumbs .filter {
    width: auto;
    border: 0;
  }
  .module-filters .breadcrumbs .filter ul {
    display: flex;
  }
  .module-filters .breadcrumbs .filter > ul > li {
    margin-left: 10px;
  }
  .module-filters .breadcrumbs .filter > ul > li > a {
    font-weight: 400;
    font-size: 16px;
  }
  .module-filters .breadcrumbs .filter ul > li > a[data-open=submenu]:after {
    padding-top: 16px;
  }
  .module-filters .breadcrumbs .filter .submenu {
    position: absolute;
    top: 81px;
    left: 0;
    padding: 0;
    width: 100vw;
    background: #fff;
  }
  .module-filters .breadcrumbs .filter .sortby {
    position: relative;
  }
  .module-filters .breadcrumbs .filter .sortby .submenu {
    width: 190px;
    top: 50px;
    left: auto;
    right: 0;
  }
  .module-filters .breadcrumbs .filter .sortby .submenu .submenu-col {
    padding: 15px;
    width: auto;
  }
  .module-filters .breadcrumbs .filter .sortby .submenu .submenu-col ul li label {
    font-size: 15px;
  }
  .module-filters .breadcrumbs .filter .submenu .container-fluid, .module-filters .breadcrumbs .filter .submenu .container-sm, .module-filters .breadcrumbs .filter .submenu .container-md, .module-filters .breadcrumbs .filter .submenu .container-lg, .module-filters .breadcrumbs .filter .submenu .container-xl, .module-filters .breadcrumbs .filter .submenu .container-xxl {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    padding: 0;
  }
  .module-filters .breadcrumbs .filter .submenu .submenu-col {
    white-space: nowrap;
    padding: 30px 15px;
  }
  .module-filters .breadcrumbs .filter .submenu .submenu-col ul {
    display: block;
    padding: 0;
  }
  .module-filters .breadcrumbs .filter .submenu .submenu-col ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
  }
  .module-filters .breadcrumbs .filter .submenu .submenu-col ul.column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .module-filters .breadcrumbs .filter .submenu .submenu-col ul.column-2 li {
    width: 50%;
  }
  .module-filters .breadcrumbs .filter .submenu .submenu-col ul.column-3 li {
    width: 33%;
  }
}

.text-only {
  min-height: auto;
}
.text-only .back {
  background-color: #EFEEEC !important;
  padding: 80px 0;
}
.text-only h3, .text-only .h3 {
  margin-bottom: 40px;
}
.text-only p {
  margin: 0 auto 40px;
  max-width: 850px;
}
.text-only .btn {
  display: table;
  background-color: #93836a;
  border-color: #93836a;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
}

.component-mini-map {
  position: fixed;
  top: calc(100vh - 435px);
  right: 15px;
  transform-origin: top right;
  width: 196px;
  height: 306px;
  opacity: 1;
  transition: opacity 350ms;
  border-width: 0;
  border-style: solid;
  border-color: #30261D;
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .component-mini-map {
    display: none;
  }
}
.component-mini-map img.map {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
}
.component-mini-map img.map.base {
  opacity: 1;
  z-index: -1;
}
.component-mini-map img.map.active {
  opacity: 1;
}
.component-mini-map ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  list-style: none;
  padding: 0;
  width: 280px;
  position: absolute;
  right: 0;
  height: 100%;
  margin: 0;
}
.component-mini-map ul li {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.component-mini-map ul li img {
  width: 100%;
  opacity: 0;
}
.component-mini-map ul li.active {
  opacity: 1;
}
.component-mini-map ul li.active img {
  opacity: 1;
}
.component-mini-map ul li a {
  font-family: "Graphik", sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  min-height: 35px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  color: #93836A;
  position: relative;
  width: 100px;
}
.component-mini-map ul li a span {
  display: none;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
.component-mini-map ul li a span:after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 1px;
  right: -5px;
  top: 5px;
  background-color: #93836A;
}

.module-gallery {
  padding: 95px 0 0;
  height: auto;
  min-height: 0;
}
@media (max-width: 1380px) and (min-width: 1025px) {
  .module-gallery {
    padding: 89px 0 0;
  }
}
@media (max-width: 1080px) {
  .module-gallery {
    padding: 89px 0 0;
  }
}
.module-gallery .grid-front-gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  float: left;
  justify-content: center;
}
@media (max-width: 1080px) {
  .module-gallery .grid-front-gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.module-gallery .grid-front-gallery .item-gallery {
  width: 100%;
}
.module-gallery .grid-front-gallery .item-gallery a {
  display: flex;
  position: relative;
  align-items: center;
}
.module-gallery .grid-front-gallery .item-gallery a:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F0ECE5;
  opacity: 0.8;
  z-index: 3;
  transition: all 0.65s ease;
}
.module-gallery .grid-front-gallery .item-gallery a p {
  position: absolute;
  color: #93836A;
  text-align: center;
  width: 100%;
  z-index: 4;
  margin: 0;
  transition: all 0.65s ease;
}
.module-gallery .grid-front-gallery .item-gallery a img {
  width: 100%;
  height: calc(100vh - 111px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1380px) and (min-width: 1025px) {
  .module-gallery .grid-front-gallery .item-gallery a img {
    height: calc(100vh - 89px);
  }
}
@media (max-width: 1080px) {
  .module-gallery .grid-front-gallery .item-gallery a img {
    max-height: 230px;
  }
}
.module-gallery .grid-front-gallery .item-gallery a:hover:after {
  opacity: 0;
}
.module-gallery .grid-front-gallery .item-gallery a:hover p {
  color: #fff;
}

@keyframes sectionSecond {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1080px) {
  .module-cinemagraph {
    min-height: auto;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph.height-auto {
    min-height: auto;
  }
}
.module-cinemagraph .breadcrumb-content {
  display: none;
}
.module-cinemagraph.show-breadcrumb .breadcrumb-content {
  display: block;
}
.module-cinemagraph.show-breadcrumb .breadcrumb-content .breadcrumb-item {
  color: #746144;
  text-align: left;
  margin: 0;
  width: auto;
}
.module-cinemagraph.show-breadcrumb .breadcrumb-content .breadcrumb-item.active {
  color: #aba191;
}
@media (max-width: 1080px) {
  .module-cinemagraph.show-breadcrumb .breadcrumb-content .breadcrumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 1080px) {
  .module-cinemagraph.show-breadcrumb .container-text {
    padding: 20px 15px 38px;
  }
}
.module-cinemagraph .scroll-next-section {
  position: absolute;
  z-index: 122;
  padding: 5px;
  width: 70px;
  height: 70px;
  right: 49px;
  border-style: solid;
  border-width: 0;
  bottom: 23px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-cinemagraph .scroll-next-section .arrow-scroll {
  display: flex;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #746144;
  background-color: transparent;
  transform: rotate(135deg);
}
.module-cinemagraph .caption {
  left: 12px;
}
.module-cinemagraph.width_2, .module-cinemagraph.width_3 {
  min-height: auto;
  padding: 0 0 60px;
}
@media (max-width: 1080px) {
  .module-cinemagraph.width_2, .module-cinemagraph.width_3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.module-cinemagraph.wrap_borders .container-fluid, .module-cinemagraph.wrap_borders .container-sm, .module-cinemagraph.wrap_borders .container-md, .module-cinemagraph.wrap_borders .container-lg, .module-cinemagraph.wrap_borders .container-xl, .module-cinemagraph.wrap_borders .container-xxl {
  padding: 0 72px;
}
@media (max-width: 1080px) {
  .module-cinemagraph.wrap_borders .container-fluid, .module-cinemagraph.wrap_borders .container-sm, .module-cinemagraph.wrap_borders .container-md, .module-cinemagraph.wrap_borders .container-lg, .module-cinemagraph.wrap_borders .container-xl, .module-cinemagraph.wrap_borders .container-xxl {
    padding: 0 27px;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph.arrow-scroll .cinemagraph-slider .module-text {
    padding-top: 72px;
  }
}
.module-cinemagraph .cinemagraph-slider {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
}
.module-cinemagraph .cinemagraph-slider .module-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-cinemagraph .cinemagraph-slider .module-text .wrapper-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 675px;
  padding: 0 20px;
}
.module-cinemagraph .cinemagraph-slider .module-text .wrapper-info h3, .module-cinemagraph .cinemagraph-slider .module-text .wrapper-info .h3 {
  text-align: center;
  color: #fff;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1080px) {
  .module-cinemagraph .cinemagraph-slider .module-text .wrapper-info h3, .module-cinemagraph .cinemagraph-slider .module-text .wrapper-info .h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: normal;
  }
}
.module-cinemagraph .cinemagraph-slider .module-text .wrapper-info p.text {
  font-size: 18px;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 445px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .module-cinemagraph .cinemagraph-slider .module-text .wrapper-info p.text {
    font-size: 18px;
    line-height: 20px;
    margin-top: -15px;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph .cinemagraph-slider .content-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.module-cinemagraph .cinemagraph-slider .content-iframe iframe {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 120vw;
  max-height: 120vw;
}
@media (min-width: 1081px) {
  .module-cinemagraph .cinemagraph-slider .content-iframe iframe {
    width: 160%;
    height: 140%;
    max-width: none;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph .cinemagraph-slider .content-iframe iframe {
    width: 160%;
    height: 165%;
    max-width: none;
  }
}
@media (max-width: 1080px) {
  .module-cinemagraph .cinemagraph-slider .content-iframe iframe {
    top: 0;
    left: -45px;
    position: absolute;
    transform: none;
    max-width: 180vh;
    max-height: 122vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 271px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .module-cinemagraph .cinemagraph-slider .content-iframe iframe {
    max-width: 130vw;
  }
}
.module-cinemagraph .cinemagraph-slider .slick-list {
  height: 100% !important;
}
.module-cinemagraph .cinemagraph-slider .slick-list .slick-track {
  height: 100%;
}
.module-cinemagraph .cinemagraph-slider .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  /*height: calc(100vh - $cin-height-text) !important;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-cinemagraph .container-text {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  height: auto;
  padding: 38px 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .module-cinemagraph .container-text {
    padding: 38px 15px;
  }
}
.module-cinemagraph .container-text .wrap-text {
  position: relative;
  width: 100%;
}
.module-cinemagraph .container-text .title {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.module-cinemagraph .container-text .title h2, .module-cinemagraph .container-text .title .h2 {
  position: relative;
  float: left;
  color: #746144;
  text-align: left;
  margin: 0;
  width: auto;
}
.module-cinemagraph .container-text .title h2.big, .module-cinemagraph .container-text .title .big.h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
}
@media (max-width: 1080px) {
  .module-cinemagraph .container-text .title h2.big, .module-cinemagraph .container-text .title .big.h2 {
    width: 100%;
  }
}
.module-cinemagraph .container-text .title.has-subtitle h2, .module-cinemagraph .container-text .title.has-subtitle .h2 {
  padding-bottom: 7px;
}
.module-cinemagraph .container-text .title.has-subtitle h2:after, .module-cinemagraph .container-text .title.has-subtitle .h2:after {
  content: " ";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #746144;
}
.module-cinemagraph .container-text .title.has-subtitle h3, .module-cinemagraph .container-text .title.has-subtitle .h3 {
  padding-top: 9px;
}
.module-cinemagraph .container-text .title h3, .module-cinemagraph .container-text .title .h3 {
  position: relative;
  float: left;
  color: #746144;
  text-align: left;
  margin: 0;
  width: 100%;
}
.module-cinemagraph .container-text .title .logo-slider {
  max-height: 32px;
}
@media (max-width: 1080px) {
  .module-cinemagraph .container-text .title .logo-slider {
    max-height: 28px;
  }
}
.module-cinemagraph .container-text p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
@media (max-width: 1080px) {
  .module-cinemagraph .container-text p {
    width: 100%;
  }
}
.module-cinemagraph .container-text .content-list {
  position: relative;
  float: left;
  width: 100%;
}
.module-cinemagraph .container-text .content-list ul {
  padding: 0;
  list-style: none;
}
.module-cinemagraph .container-text .content-list ul li {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  display: flex;
}
.module-cinemagraph .container-text .content-list ul li span {
  position: relative;
  float: left;
  padding-left: 15px;
}
.module-cinemagraph .wrap-info {
  display: grid;
  width: 100%;
  grid-template-columns: 530px auto;
}
@media (max-width: 1080px) {
  .module-cinemagraph .wrap-info {
    grid-template-columns: 100%;
  }
}
.module-cinemagraph .wrap-info .col-text {
  padding: 0 0;
}
.module-cinemagraph .wrap-info .col-links {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  grid-gap: 30px;
}
@media (max-width: 1080px) {
  .module-cinemagraph .wrap-info .col-links {
    justify-content: left;
    padding: 20px 0 0;
  }
}
.module-cinemagraph .wrap-info .col-links a {
  color: #746144;
  text-align: center;
  display: block;
  position: relative;
}
.module-cinemagraph .wrap-info .col-links a img {
  width: 100%;
  max-width: 250px;
  max-height: 120px;
  margin: 0 auto;
  padding: 14px 3px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.module-cinemagraph .wrap-info .col-links a span {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1081px) {
  .module-cinemagraph .wrap-info .col-links a span {
    display: inline-block;
    width: auto !important;
  }
}
@media (max-width: 1080px) {
  .module-cinemagraph .wrap-info .col-links a span {
    letter-spacing: 1px;
    font-size: 11px;
  }
}
.module-cinemagraph .wrap-info .col-links a:not(:last-child):after {
  content: " ";
  position: absolute;
  height: 22px;
  width: 1px;
  right: -15px;
  top: -4px;
  background-color: #746144;
}
.module-cinemagraph .wrap-info .col-links a:hover {
  text-decoration: underline;
}
.module-cinemagraph .grid-module {
  display: grid;
  grid-template-columns: 100%;
}
.module-cinemagraph .grid-module.width_1 {
  height: calc(100vh - 0px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .module-cinemagraph .grid-module.width_1 {
    height: auto;
  }
}
.module-cinemagraph .grid-module.width_1 .row-slide {
  flex: 1 1 auto;
  overflow: auto;
  position: relative;
}
.module-cinemagraph .grid-module.width_1 .row-info {
  flex: 0 0 auto;
}
.module-cinemagraph .grid-module.width_2 {
  grid-template-columns: 50% 50%;
}
@media (max-width: 1080px) {
  .module-cinemagraph .grid-module.width_2 {
    grid-template-columns: 100%;
  }
}
.module-cinemagraph .grid-module.width_3 {
  grid-template-columns: 60% 40%;
}
@media (max-width: 1080px) {
  .module-cinemagraph .grid-module.width_3 {
    grid-template-columns: 100%;
  }
}
.module-cinemagraph .grid-module.width_2 .wrap-info, .module-cinemagraph .grid-module.width_3 .wrap-info {
  grid-template-columns: 100%;
}
.module-cinemagraph .grid-module.width_2 .wrap-info .col-links, .module-cinemagraph .grid-module.width_3 .wrap-info .col-links {
  padding-top: 30px;
  justify-content: flex-start;
}
.module-cinemagraph .grid-module.width_2 .cinemagraph-slider .slick-list .slick-track img, .module-cinemagraph .grid-module.width_3 .cinemagraph-slider .slick-list .slick-track img {
  height: 100% !important;
  /*max-height: 732px;*/
}
.module-cinemagraph .grid-module.width_2 .container-text, .module-cinemagraph .grid-module.width_3 .container-text {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
@media (min-width: 1081px) {
  .module-cinemagraph .grid-module.width_2 .container-text, .module-cinemagraph .grid-module.width_3 .container-text {
    padding-bottom: 0;
  }
}
.module-cinemagraph .grid-module.height_600 {
  height: auto;
}
.module-cinemagraph .grid-module.height_600 .row-slide {
  max-height: 600px;
  height: 600px;
}
@media (max-width: 600px) {
  .module-cinemagraph .grid-module.height_600 .row-slide {
    max-height: 150px !important;
    height: 150px !important;
  }
}
.module-cinemagraph .grid-module.height_750 {
  height: auto;
}
.module-cinemagraph .grid-module.height_750 .row-slide {
  max-height: 650px;
  height: 650px;
}
@media screen and (min-width: 2101px) and (min-height: 1101px) {
  .module-cinemagraph .grid-module.height_750 .row-slide {
    max-height: 900px;
    height: 900px;
  }
}
.module-cinemagraph .grid-module.height_850 {
  height: auto;
}
.module-cinemagraph .grid-module.height_850 .row-slide {
  max-height: 850px;
  height: 850px;
}
@media (max-width: 1080px) {
  .module-cinemagraph .grid-module .row-slide {
    position: relative;
    max-height: 268px !important;
    height: 268px !important;
    overflow: hidden !important;
  }
  .module-cinemagraph .grid-module .row-slide.size-mobile {
    max-height: 380px !important;
    height: 380px !important;
  }
}
.module-cinemagraph .grid-module.has-title {
  height: auto !important;
}
.module-cinemagraph .grid-module.has-title .cinemagraph-slider {
  height: 600px;
}
@media (min-width: 1081px) {
  .module-cinemagraph.max-height-600 {
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph.max-height-600 .grid-module .row-slide {
    max-height: 600px;
    height: 600px;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph.has-video.full_width .grid-module.height_750 .row-slide {
    height: auto;
  }
}
@media (min-width: 1081px) {
  .module-cinemagraph.has-video.wrap_borders.width_1 .cinemagraph-slider .content-iframe iframe {
    height: 750px !important;
  }
}
@media (min-width: 1281px) {
  .module-cinemagraph.has-video.wrap_borders.width_1 .cinemagraph-slider .content-iframe iframe {
    height: calc(100vh - 10px) !important;
  }
}
.module-cinemagraph.block-media-extended .center-content-media {
  position: absolute;
  z-index: 10;
  left: calc(50% - 150px);
  width: 300px;
  display: flex;
  align-items: center;
  height: 100%;
}
.module-cinemagraph.block-media-extended .center-content-media .btn-video-modal {
  position: relative;
  margin: 12px auto 0;
  top: 0;
  left: auto;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
}
.module-cinemagraph.block-media-extended .center-content-media .btn-video-modal .play-icon {
  max-width: 45px;
  margin: 10px auto !important;
}
.module-cinemagraph.block-media-extended .center-content-media .btn-video-modal .text {
  position: absolute;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  top: 0;
  position: relative;
  width: auto !important;
  margin-top: 15px;
}
.module-cinemagraph.block-media-extended .center-content-media .btn-video-modal .text:before {
  background-color: #fff !important;
}
.module-cinemagraph.block-media-extended.centered .wrap-info {
  grid-template-columns: 100%;
}
.module-cinemagraph.block-media-extended.centered .wrap-info .col-text {
  margin: 0 auto;
  max-width: 530px;
}
.module-cinemagraph.block-media-extended.centered .wrap-info .col-text h2, .module-cinemagraph.block-media-extended.centered .wrap-info .col-text .h2 {
  text-align: center;
  width: 100%;
}
.module-cinemagraph.block-media-extended.centered .wrap-info .col-text p {
  text-align: center;
}
.module-cinemagraph .btn-general {
  color: #fff;
  background-color: #746144;
  width: 207px;
  padding: 0;
  position: absolute;
  z-index: 11;
  width: 200px;
  border-width: 0 !important;
}
.module-cinemagraph .btn-general:not(.button-below) {
  top: 50%;
  left: calc(50% - 100px);
}
.module-cinemagraph .btn-general.button-below {
  position: relative;
  margin: 20px auto 0;
}
.module-cinemagraph .btn-general span {
  color: #fff;
}
@media (min-width: 1081px) {
  .module-cinemagraph#your_kitchen .grid-module .row-slide {
    max-height: 900px !important;
    height: 900px !important;
  }
}
@media (max-width: 1080px) {
  .module-cinemagraph#your_kitchen .grid-module .row-slide.size-mobile {
    max-height: 580px !important;
    height: 580px !important;
  }
}

header + .module-cinemagraph {
  position: relative;
}
@media (min-width: 1200px) and (min-height: 1200px) {
  header + .module-cinemagraph .cinemagraph-slider .content-iframe iframe {
    height: 100% !important;
    width: 3000px;
  }
}
header + .module-cinemagraph .grid-module.width_1 {
  height: calc(100vh - 32px);
}
@media (max-width: 1080px) {
  header + .module-cinemagraph .grid-module.width_1 {
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  header + .module-cinemagraph .grid-module.width_1 {
    height: calc(100vh - 130px);
    height: 600px;
  }
  header + .module-cinemagraph .grid-module.width_1.has-image-mobile {
    height: auto;
  }
  header + .module-cinemagraph .grid-module.width_1 .row-slide {
    max-height: none !important;
    height: auto !important;
  }
  header + .module-cinemagraph .grid-module.width_1 .row-info .container-text {
    background-color: #EFEEEC;
  }
  header + .module-cinemagraph .grid-module.width_1 .row-info .container-text .wrap-info .col-links {
    justify-content: center;
  }
  header + .module-cinemagraph .grid-module.width_1 .row-info .container-text .title h2.big, header + .module-cinemagraph .grid-module.width_1 .row-info .container-text .title .big.h2 {
    text-align: center;
  }
  header + .module-cinemagraph .grid-module.width_1 .row-info .container-text p {
    text-align: center;
  }
}
@media (max-width: 1080px) {
  header + .module-cinemagraph .cinemagraph-slider .content-iframe {
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    top: -1px;
    left: 0;
  }
  header + .module-cinemagraph .cinemagraph-slider .content-iframe iframe {
    height: 105% !important;
  }
}
@media (max-width: 1080px) {
  header + .module-cinemagraph + section {
    animation-name: sectionSecond;
    animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    transition: all 1s ease;
  }
}

.testimonial-fullscreen + .module-cinemagraph {
  padding-top: 60px;
}
@media (max-width: 1080px) {
  .testimonial-fullscreen + .module-cinemagraph {
    padding-top: 15px;
  }
}

@media (max-width: 1080px) {
  .content-amenities .module-cinemagraph:not(.show-mobile-links) .wrap-info .col-links {
    display: none;
  }
}

.remove-nav-slides .container-dots.gallery-thumbs {
  display: none;
}

.module-cinemagraph .grid-module.width_3 {
  position: relative;
}
.module-cinemagraph .grid-module.width_3 .container-dots {
  max-width: 60%;
}
@media (max-width: 1080px) {
  .module-cinemagraph .grid-module.width_3 .container-dots {
    max-width: 100%;
  }
}
.module-cinemagraph .grid-module.width_3 .arrow.next {
  right: calc(38% + 55px);
}
.module-cinemagraph .grid-module.width_3 .arrow.prev {
  left: 20px;
}

.container-dots.gallery-thumbs {
  background-color: #EFEEEC;
  height: 64px;
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .container-dots.gallery-thumbs {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1280px) {
  .container-dots.gallery-thumbs .slick-dots {
    display: flex !important;
  }
}
.container-dots.gallery-thumbs .slick-dots li {
  width: auto;
  height: auto;
}
@media (max-width: 1280px) {
  .container-dots.gallery-thumbs .slick-dots li {
    display: flex;
    align-items: center;
  }
}
.container-dots.gallery-thumbs .slick-dots li .tab {
  height: auto;
  width: auto;
  padding: 15px 12px;
  position: relative;
  color: #746144;
  margin: 0 10px;
}
@media (max-width: 1440px) and (min-width: 992px) {
  .container-dots.gallery-thumbs .slick-dots li .tab {
    font-size: 10px;
    letter-spacing: 2px;
  }
}
.container-dots.gallery-thumbs .slick-dots li .tab:before {
  height: 1px;
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  bottom: 8px;
  top: auto;
  background-color: transparent;
}
.container-dots.gallery-thumbs .slick-dots li.slick-active .tab:before {
  background-color: #746144;
}
.container-dots.gallery-thumbs .slick-dots li:not(:last-child):after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 10px;
  right: -1px;
  top: calc(50% - 5px);
  background-color: #746144;
}

@media (max-width: 1080px) {
  body[data-section=lower-penthouse-collection] .module-cinemagraph:not(.show-mobile-links) .wrap-info .col-links,
  body[data-section=lifestyle] .module-cinemagraph:not(.show-mobile-links) .wrap-info .col-links,
  body.remove-modal-floorplans .module-cinemagraph:not(.show-mobile-links) .wrap-info .col-links {
    display: none;
  }
}

@media (max-width: 1080px) {
  #recidences-top .container-dots {
    display: none !important;
  }
}

.module-cinemagraph.not-ajust-mobile .grid-module .row-slide.size-mobile {
  max-height: 100% !important;
  height: 100% !important;
}

.modal-lifestyle .btn-close {
  padding-left: 84px !important;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-size: 12px;
  width: auto;
  background-position: center center;
  padding-top: 10px !important;
}
.modal-lifestyle .modal-dialog {
  max-width: 1450px;
  min-height: calc(100% - 50px);
  margin: 25px auto;
}
.modal-lifestyle .modal-dialog .modal-content {
  border-radius: 0px;
  border-width: 0;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header {
  display: flex;
  border-width: 0;
  padding-bottom: 0;
  align-items: flex-start;
  padding: 50px 50px 0;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .btn-foot {
  position: absolute;
  bottom: 39px;
  right: 50px;
  z-index: 7;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .text {
  width: 100%;
  max-width: 552px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .text .title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .text h5, .modal-lifestyle .modal-dialog .modal-content .modal-header .text .h5 {
  position: relative;
  float: left;
  color: #746144;
  text-align: left;
  margin: 0;
  width: auto;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .text h5:after, .modal-lifestyle .modal-dialog .modal-content .modal-header .text .h5:after {
  content: " ";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #746144;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .text p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .btn-close {
  color: #000;
  margin-left: auto;
  filter: invert(40%) sepia(11%) saturate(1264%) hue-rotate(357deg) brightness(93%) contrast(90%);
  opacity: 1;
  padding-left: 91px !important;
  padding-top: 9px !important;
}
.modal-lifestyle .modal-dialog .modal-content .modal-header .btn-close:hover, .modal-lifestyle .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body {
  padding: 25px 0px 0px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point {
  position: absolute;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point {
  position: relative;
  z-index: 1000;
  padding: 11px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -25px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point .circle {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #746144;
  border-radius: 50%;
  /*
  &:before{
  	content: ' ';
  	position: absolute;
  	border-width: 1px;
  	border-radius: 50%;
  	border-style: solid;
  	border-color: $c-site-brown;
  	width: calc(20px + 10px);
  	height: calc(20px + 10px);
  	left: -5px;
  	top: -5px;
  }*/
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point .circle:before, .modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 1px solid #746144;
  border-radius: 100%;
  animation: latido linear 2s infinite;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point .circle:after {
  animation-delay: -1s;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point:focus, .modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .btn-point:hover {
  box-shadow: none;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast {
  width: 506px;
  position: absolute;
  bottom: 0;
  bottom: 66px;
  left: -253px;
  z-index: 10000 !important;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast:after {
  content: " ";
  width: 30px;
  height: 30px;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  border-color: #746144;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 16px);
  bottom: -15px;
  opacity: 1;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast.show:after {
  opacity: 1;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #746144;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-header {
  background-color: #fff;
  border-width: 0;
  padding-bottom: 0;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-header h3, .modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-header .h3 {
  color: #746144;
  text-align: left;
  margin: 0;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-body {
  background-color: #fff;
  border-width: 0;
  padding-top: 0;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .toast-body p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-points .point .message-toast .toast .btn-close {
  padding: 5px !important;
  float: right;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-left: auto;
  background-size: 18px;
  /* color: red; */
  opacity: 1;
  filter: invert(40%) sepia(11%) saturate(1264%) hue-rotate(357deg) brightness(93%) contrast(90%);
  top: -15px;
  right: -15px;
  position: relative;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-mask {
  -webkit-mask-image: url(../img/blur_2.png?1);
  mask-image: url(../img/blur_2.png?1);
  -webkit-mask-size: 40%;
  mask-size: 40%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-mask img {
  height: auto;
  width: 100%;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-top {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-back img {
  height: auto;
  width: 100%;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-back:before {
  transition: all 0.5s ease;
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000000;
  z-index: 1050;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-back.black {
  /*filter: brightness(0.5);	*/
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-back.black:before {
  opacity: 0.3;
  /*pointer-events: all;*/
}
.modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-top picture img, .modal-lifestyle .modal-dialog .modal-content .modal-body .image-content .content-image .image-back picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.tooltip-map .tooltip-inner {
  background-color: #fff;
  border-color: #746144;
  border-width: 1px;
}
.tooltip-map .tooltip-inner .content-text span {
  color: #746144;
}

@keyframes latido {
  0% {
    width: 30px;
    height: 30px;
    border: 1px solid #746144;
  }
  100% {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
  }
}
.media-slider {
  width: 100%;
  min-height: calc(100vh - 30px);
}
@media (max-width: 1080px) {
  .media-slider {
    min-height: calc(100vh - 90px);
  }
  .media-slider .arrow {
    top: calc(50% - 25px);
  }
  .media-slider .arrow.prev {
    left: 5px;
  }
  .media-slider .arrow.next {
    right: 5px;
  }
}
.media-slider .center-content-media {
  position: relative;
  z-index: 10;
  left: calc(50% - 150px);
  width: 300px;
}
.media-slider .center-content-media .logo-centered {
  position: relative;
  top: calc(50% - 150px);
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-slider .center-content-media .logo-centered img {
  max-width: 370px;
}
.media-slider .center-content-media .btn-video-modal {
  position: relative;
  margin: 12px auto 0;
  top: 0;
  left: auto;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
}
.media-slider .center-content-media .btn-video-modal .play-icon {
  max-width: 45px;
  margin: 10px 0;
}
.media-slider .center-content-media .btn-video-modal .text {
  position: relative;
  width: auto !important;
  margin-top: 15px;
}
.media-slider .center-content-media .btn-video-modal .text:before {
  background-color: #fff !important;
}
.media-slider.minimalist {
  min-height: auto;
}
.media-slider.minimalist .media-slider-items {
  min-height: auto;
  max-height: 700px;
}
.media-slider .scroll-next-section {
  position: absolute;
  z-index: 122;
  padding: 5px;
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
}
.media-slider .scroll-next-section .text {
  position: absolute;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  top: 0;
}
.media-slider .scroll-next-section .arrow-scroll {
  display: flex;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  background-color: transparent;
  transform: rotate(135deg);
}
.media-slider .content-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.media-slider .content-iframe:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.media-slider .content-iframe iframe {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 108vw;
  max-height: 108vw;
}
@media (max-width: 600px) {
  .media-slider .content-iframe iframe.desktop {
    display: none;
  }
}
@media (max-width: 1080px) {
  .media-slider .content-iframe iframe {
    top: 0;
    left: -45px;
    position: absolute;
    transform: none;
    max-width: 180vh;
    max-height: 122vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .media-slider .content-iframe iframe {
    max-width: 130vw;
  }
}
.media-slider .media-slider-items {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 30px);
  margin: 0;
}
@media (max-width: 1080px) {
  .media-slider .media-slider-items {
    height: calc(100vh - 90px);
  }
}
.media-slider .media-slider-items .slick-list {
  height: 100% !important;
}
.media-slider .media-slider-items .slick-list .slick-track {
  height: 100%;
}
.media-slider .media-slider-items .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  /*height: calc(100vh - $cin-height-text) !important;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media-slider .media-slider-items .wrap-info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-slider .media-slider-items .wrap-info .content {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1080px) {
  .media-slider .media-slider-items .wrap-info .content {
    padding: 0 40px;
  }
}
.media-slider .media-slider-items .wrap-info .content p {
  text-align: center;
  color: #fff;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1080px) {
  .media-slider .media-slider-items .wrap-info .content p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: normal;
  }
}
.media-slider .media-slider-items .wrap-info .content p.subtitle {
  font-size: 18px;
  line-height: 23px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 445px;
}
@media (max-width: 1080px) {
  .media-slider .media-slider-items .wrap-info .content p.subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-top: -15px;
  }
}
.media-slider .media-slider-items .wrap-info.layout-minimalist .content .center-content-media {
  left: calc(50% - 200px);
  width: 400px;
}
.media-slider .media-slider-items .wrap-info.layout-minimalist .content .center-content-media .btn-video-modal .play-icon {
  max-width: 100px;
  margin: 10px 0 30px;
}
.media-slider .media-slider-items .wrap-info.layout-minimalist .content h4, .media-slider .media-slider-items .wrap-info.layout-minimalist .content .h4, .media-slider .media-slider-items .wrap-info.layout-minimalist .content h5, .media-slider .media-slider-items .wrap-info.layout-minimalist .content .h5 {
  font-family: "Graphik", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  margin: 0;
}
.media-slider .media-slider-items .wrap-info.layout-minimalist .content h4, .media-slider .media-slider-items .wrap-info.layout-minimalist .content .h4 {
  font-weight: 600;
}
.media-slider .media-slider-items .wrap-info.layout-minimalist .content h5, .media-slider .media-slider-items .wrap-info.layout-minimalist .content .h5 {
  font-weight: 400;
}

.video-concept .content-video {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  max-height: 785px;
  overflow: hidden;
}
.video-concept .content-video picture {
  width: 100%;
  height: 100%;
}
.video-concept .content-video picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1080px) {
  .video-concept .content-video {
    /*display: none;*/
    max-height: 268px;
  }
}
.video-concept .content-text {
  position: relative;
  float: left;
  width: 100%;
  padding: 70px 0;
}
@media (max-width: 1080px) {
  .video-concept .content-text {
    padding: 40px 0;
  }
}
.video-concept .content-text .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  padding: 0 20px;
}
.video-concept .content-text h1, .video-concept .content-text .h1, .video-concept .content-text p {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #746144;
  letter-spacing: 0;
}
.video-concept .content-text h1, .video-concept .content-text .h1 {
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .video-concept .content-text h1, .video-concept .content-text .h1 {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .video-concept .content-text p {
    font-size: 15px;
    line-height: 21px;
  }
}
.video-concept .content-text .content-link {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
}
.video-concept .content-text .content-link a {
  color: #746144;
  text-decoration: underline;
  margin: 0 auto;
  display: table;
}
.video-concept .content-iframe {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-concept .content-iframe iframe {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 120vw;
  max-height: 120vw;
}
@media (min-width: 1081px) {
  .video-concept .content-iframe iframe {
    width: 2500px;
    height: 57.1428571429%;
    max-width: none;
  }
}
@media (max-width: 1080px) {
  .video-concept .content-iframe iframe {
    top: 0;
    left: -45px;
    position: absolute;
    transform: none;
    max-width: 180vh;
    max-height: 122vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 1300px) and (min-width: 1025px) {
  .video-concept .content-iframe iframe {
    max-width: 130vw;
  }
}
@media (max-width: 1080px) {
  .video-concept .content-iframe {
    /*display: none;*/
  }
}
.video-concept picture {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}

.module-features .content-image {
  position: relative;
  float: left;
  width: 100%;
  height: 695px;
  overflow: hidden;
  max-height: calc(100vh - 100px);
}
@media (max-width: 1080px) {
  .module-features .content-image {
    max-height: 268px;
  }
}
.module-features .content-image picture {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.module-features .content-image picture img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.module-features .content-features {
  position: relative;
  float: left;
  width: 100%;
  padding: 70px 0;
}
@media (max-width: 1080px) {
  .module-features .content-features {
    padding: 40px 0;
  }
}
.module-features .content-features h2, .module-features .content-features .h2 {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: #746144;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1080px) {
  .module-features .content-features h2, .module-features .content-features .h2 {
    margin-bottom: 40px;
    text-align: left;
    text-decoration: underline;
  }
}
.module-features .content-features .grid-features {
  display: flex;
  justify-content: center; /* Centrar las columnas horizontalmente */
  flex-wrap: wrap;
  gap: 35px 0px;
  position: relative;
  width: 100%;
  padding: 0 50px;
  margin: 20px auto;
}
@media (max-width: 1080px) {
  .module-features .content-features .grid-features {
    flex-direction: column;
    margin: 0px auto;
    gap: 10px 0px;
    padding: 0;
  }
}
.module-features .content-features .grid-features .grid-item {
  font-family: "Graphik", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #746144;
  text-align: left;
  width: 100%;
  max-width: calc(25% - 0px);
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1080px) {
  .module-features .content-features .grid-features .grid-item {
    max-width: 100%;
    padding: 0 0px 0 20px;
  }
}
.module-features .content-features .grid-features .grid-item:after {
  content: " ";
  position: absolute;
  height: 45px;
  width: 1px;
  top: 0;
  right: 0;
  background-color: #746144;
}
@media (max-width: 1080px) {
  .module-features .content-features .grid-features .grid-item:after {
    left: 0;
    width: 8px;
    height: 1px;
    top: 9px;
  }
}
@media (min-width: 1081px) {
  .module-features .content-features .grid-features .grid-item:nth-child(4n+4):after {
    background-color: transparent;
  }
}

.module-tower .tower-header {
  background-color: #EFEEEC;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .module-tower .tower-header {
    height: 297px;
    background-color: #fff;
  }
}
.module-tower .tower-header .wrapper-text {
  max-width: 830px;
  padding: 4px 15px 17px;
}
.module-tower .tower-header h2, .module-tower .tower-header .h2 {
  position: relative;
  float: left;
  color: #746144;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  margin-bottom: 20px;
}
.module-tower .tower-header p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0;
}
.module-tower .tower-image {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 1080px) {
  .module-tower .tower-image {
    max-width: 1400px;
    display: flex;
    float: none;
    margin: 0 auto -114px;
  }
}
@media (max-width: 1079px) {
  .module-tower .tower-image {
    max-width: 500px;
  }
}
.module-tower .tower-image picture {
  position: relative;
  margin: 0 auto;
  z-index: 4;
  pointer-events: none;
}
.module-tower .tower-image picture img {
  margin-top: -305px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1318px;
  position: relative;
  display: table;
  padding-right: 0;
  padding-left: 44px;
}
@media (max-width: 1320px) {
  .module-tower .tower-image picture img {
    margin-top: -23%;
  }
}
.module-tower .tower-image picture img.tower-desktop-picture {
  display: table;
}
.module-tower .tower-image picture img.tower-mobile-picture {
  display: none;
}
.module-tower .tower-image picture img.tower-desktop {
  display: table;
}
.module-tower .tower-image picture img.tower-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .module-tower .tower-image picture img.tower-desktop {
    display: none;
  }
  .module-tower .tower-image picture img.tower-mobile {
    display: table;
  }
  .module-tower .tower-image picture img.tower-desktop-picture {
    display: none;
  }
  .module-tower .tower-image picture img.tower-mobile-picture {
    display: table;
  }
}
@media (max-width: 1080px) {
  .module-tower .tower-image picture {
    margin-left: 0;
    margin-right: auto;
  }
  .module-tower .tower-image picture img {
    margin: 0;
    margin-right: auto;
    max-width: 247px;
    padding: 0;
    margin-top: -33px;
  }
}
.module-tower .tower-image .list-descriptions {
  position: absolute;
  z-index: 6;
  top: 0;
  height: 86.65%;
  width: 100%;
}
.module-tower .tower-image .list-levels {
  position: absolute;
  z-index: 50;
  top: 0;
  height: 86.65%;
  width: 100%;
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels {
    top: 10px;
  }
}
.module-tower .tower-image .list-levels .level-item {
  position: absolute;
  margin-bottom: -4px;
  padding-top: 10px;
}
.module-tower .tower-image .list-levels .level-item:before {
  content: "";
  position: absolute;
  top: 0;
  width: 330px;
  height: 1px;
  background-color: #746144;
}
@media (min-width: 1080px) and (max-width: 1300px) {
  .module-tower .tower-image .list-levels .level-item:before {
    width: 300px;
  }
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item .content-title {
    position: relative;
    margin-bottom: 10px;
    max-width: 208px;
    width: 100%;
    right: 0;
    float: right;
    text-align: left;
  }
  .module-tower .tower-image .list-levels .level-item .content-title:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 223px;
    right: 0;
    height: 1px;
    background-color: #746144;
  }
}
@media (min-width: 1080px) and (max-width: 1300px) {
  .module-tower .tower-image .list-levels .level-item .content-title {
    padding: 0 10px;
  }
}
.module-tower .tower-image .list-levels .level-item span {
  color: #746144;
  display: block;
  position: relative;
}
.module-tower .tower-image .list-levels .level-item.right {
  left: 65.85%;
  text-align: left;
  padding-left: 30px;
}
.module-tower .tower-image .list-levels .level-item.right span {
  text-align: left;
}
.module-tower .tower-image .list-levels .level-item.right:before {
  left: 0;
}
.module-tower .tower-image .list-levels .level-item.left {
  right: 65.65%;
  text-align: right;
  padding-right: 30px;
}
.module-tower .tower-image .list-levels .level-item.left:before {
  right: 0;
}
.module-tower .tower-image .list-levels .level-item:nth-last-child(2).left {
  right: 69.2%;
  text-align: left;
  padding-left: 30px;
}
.module-tower .tower-image .list-levels .level-item:last-child.right {
  left: 71.2%;
  text-align: left;
  padding-left: 30px;
}
.module-tower .tower-image .list-levels .level-item:nth-child(4) {
  /*right: 68%;*/
}
@media (min-width: 1080px) and (max-width: 1300px) {
  .module-tower .tower-image .list-levels .level-item:nth-child(2) {
    bottom: calc(77% - 67px) !important;
  }
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item {
    width: 255px;
  }
  .module-tower .tower-image .list-levels .level-item:before {
    content: "";
    position: absolute;
    top: 39px;
    width: 100%;
    height: 1px;
    background-color: #746144;
    opacity: 0;
  }
  .module-tower .tower-image .list-levels .level-item.left, .module-tower .tower-image .list-levels .level-item.right {
    right: auto;
    left: 124px;
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
  .module-tower .tower-image .list-levels .level-item span {
    font-size: 9px;
    line-height: 13px;
    text-align: left;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(0) {
    top: 0;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(1) {
    top: -15px;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(2) {
    top: 54px;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(3) {
    top: 166px;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(4) {
    top: 286px;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(5) {
    top: 623px;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(6) {
    display: none;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(7) {
    display: none;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(8) {
    width: 227px;
    top: 981px;
    left: 151px !important;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(8) .content-title:before {
    width: 201px;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(9) {
    width: 227px;
    top: 1163px;
    left: 151px !important;
  }
  .module-tower .tower-image .list-levels .level-item:nth-child(9) .content-title:before {
    width: 201px;
  }
}
@media (max-width: 400px) {
  .module-tower .tower-image .list-levels .level-item.left, .module-tower .tower-image .list-levels .level-item.right {
    left: 110px;
  }
}
.module-tower .tower-image .list-levels .level-item .description-item {
  max-width: 450px;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item .description-item {
    max-width: 290px;
    float: right !important;
  }
}
@media (min-width: 1080px) and (max-width: 1300px) {
  .module-tower .tower-image .list-levels .level-item .description-item {
    padding: 0 10px;
  }
}
.module-tower .tower-image .list-levels .level-item .description-item h4, .module-tower .tower-image .list-levels .level-item .description-item .h4 {
  position: relative;
  float: left;
  color: #746144;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item .description-item h4, .module-tower .tower-image .list-levels .level-item .description-item .h4 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 8px;
  }
}
.module-tower .tower-image .list-levels .level-item .description-item p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item .description-item p {
    display: none;
  }
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item .description-item h4, .module-tower .tower-image .list-levels .level-item .description-item .h4, .module-tower .tower-image .list-levels .level-item .description-item p {
    display: none;
  }
}
.module-tower .tower-image .list-levels .level-item .description-item .btn {
  color: #fff;
  background-color: #746144;
  width: 207px;
  padding: 0;
}
.module-tower .tower-image .list-levels .level-item .description-item .btn span {
  color: #fff;
}
.module-tower .tower-image .list-levels .level-item .description-item.right {
  text-align: left;
}
.module-tower .tower-image .list-levels .level-item .description-item.right h4, .module-tower .tower-image .list-levels .level-item .description-item.right .h4, .module-tower .tower-image .list-levels .level-item .description-item.right p {
  text-align: left;
}
.module-tower .tower-image .list-levels .level-item .description-item.right .btn {
  margin-left: 0;
}
.module-tower .tower-image .list-levels .level-item .description-item.left {
  text-align: right;
}
.module-tower .tower-image .list-levels .level-item .description-item.left h4, .module-tower .tower-image .list-levels .level-item .description-item.left .h4, .module-tower .tower-image .list-levels .level-item .description-item.left p {
  text-align: right;
}
.module-tower .tower-image .list-levels .level-item .description-item.left .btn {
  margin-right: 0;
}
@media (max-width: 1080px) {
  .module-tower .tower-image .list-levels .level-item .description-item.right, .module-tower .tower-image .list-levels .level-item .description-item.left {
    text-align: left;
    position: relative;
    float: left;
  }
  .module-tower .tower-image .list-levels .level-item .description-item.right h4, .module-tower .tower-image .list-levels .level-item .description-item.right .h4, .module-tower .tower-image .list-levels .level-item .description-item.right p, .module-tower .tower-image .list-levels .level-item .description-item.left h4, .module-tower .tower-image .list-levels .level-item .description-item.left .h4, .module-tower .tower-image .list-levels .level-item .description-item.left p {
    text-align: left;
  }
  .module-tower .tower-image .list-levels .level-item .description-item.right .btn, .module-tower .tower-image .list-levels .level-item .description-item.left .btn {
    margin-left: 0;
    margin-right: auto;
    width: 185px;
    padding: 0;
    height: 44px;
    font-size: 12px;
  }
}
.module-tower .footer-tower {
  display: none;
}
.module-tower .footer-tower a {
  color: #fff;
  margin: 0 auto;
  display: table;
}
@media (max-width: 1080px) {
  .module-tower .footer-tower {
    display: block;
    background-color: #746144;
  }
  .module-tower .footer-tower .wrapper {
    padding: 30px 0;
  }
  .module-tower .footer-tower h4, .module-tower .footer-tower .h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.44px;
    text-transform: none;
    margin-bottom: 10px;
  }
}

.the-penthouse .wrap-text {
  max-width: 900px;
}
.the-penthouse .content-text.item-0 {
  padding: 60px 0;
}
.the-penthouse .content-text.item-1 {
  padding: 60px 0 0;
}
.the-penthouse .content-text.item-2 {
  padding: 50px 0;
}
@media (max-width: 1080px) {
  .the-penthouse .content-text.item-2 {
    padding: 0px 0 50px;
  }
}
.the-penthouse .content-text.item-3 {
  padding: 0px 0 45px;
}
.the-penthouse .content-text.item-3 p {
  position: relative;
  float: left;
  color: #746144;
  text-align: center;
  margin: 0 auto 25px;
  float: none;
  font-size: 11px;
  letter-spacing: 2px;
}
.the-penthouse .content-text.item-0 p, .the-penthouse .content-text.item-1 p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.the-penthouse .content-text .btn-primary {
  max-width: 320px;
  margin: 0 auto;
}
.the-penthouse h2, .the-penthouse .h2 {
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #746144;
  font-family: "She", sans-serif;
  letter-spacing: 0.54px;
  margin-bottom: 45px;
}
.the-penthouse .media-slider-items {
  position: relative;
  float: left;
  width: 100%;
  height: calc(80vh - 30px);
  max-height: 730px;
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 1080px) {
  .the-penthouse .media-slider-items {
    height: auto;
    padding: 0 15px;
  }
}
.the-penthouse .media-slider-items .slick-list {
  height: 100% !important;
}
.the-penthouse .media-slider-items .slick-list .slick-track {
  height: 100%;
}
.the-penthouse .media-slider-items .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  /*height: calc(100vh - $cin-height-text) !important;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.the-penthouse .media-slider-items .wrap-info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.the-penthouse .media-slider-items .wrap-info .content {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1080px) {
  .the-penthouse .media-slider-items .wrap-info .content {
    padding: 0 40px;
  }
}
.the-penthouse .media-slider-items .wrap-info .content p {
  text-align: center;
  color: #fff;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1080px) {
  .the-penthouse .media-slider-items .wrap-info .content p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: normal;
  }
}
.the-penthouse .media-slider-items .wrap-info .content p.subtitle {
  font-size: 24px;
  line-height: 29px;
  margin-top: -20px;
}
@media (max-width: 1080px) {
  .the-penthouse .media-slider-items .wrap-info .content p.subtitle {
    font-size: 21px;
    line-height: 25px;
    margin-top: -15px;
  }
}
.the-penthouse .grid-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  width: 100%;
  max-width: 2000px;
  padding: 0 49px;
  margin: 0 auto 60px;
  float: none;
}
.the-penthouse .grid-notes .column-item {
  margin-bottom: 0px;
}
.the-penthouse .grid-notes .column-item:nth-child(4) {
  grid-column-start: 2;
}
.the-penthouse .grid-notes .column-item:nth-child(5) {
  grid-column-start: 3;
}
.the-penthouse .grid-notes .column-item .content-text {
  padding: 0;
}
.the-penthouse .grid-notes .column-item .content-text h4, .the-penthouse .grid-notes .column-item .content-text .h4 {
  position: relative;
  float: left;
  color: #746144;
  text-align: left;
  margin: 0;
  width: 100%;
  min-height: 39px;
  margin-bottom: 2px;
}
.the-penthouse .grid-notes .column-item .content-text p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.the-penthouse .grid-notes .column-item .content-image {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.the-penthouse .grid-notes .column-item .content-image img {
  width: 100%;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.the-penthouse .two-columns {
  padding: 0 60px;
}
@media (max-width: 1080px) {
  .the-penthouse .two-columns {
    padding: 0 30px;
  }
}
.the-penthouse .two-columns .btn-primary {
  height: 40px;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1081px) {
  .the-penthouse .two-columns .btn-primary {
    float: right;
  }
}
.the-penthouse .two-columns .btn-primary span {
  line-height: normal;
}
.the-penthouse .two-columns .content-text h2, .the-penthouse .two-columns .content-text .h2 {
  text-align: left;
}
.the-penthouse .two-columns .content-text p {
  text-align: left;
}
.the-penthouse .two-columns .content-text.item-1 p {
  margin-bottom: 15px;
}
.the-penthouse .two-columns .content-text.item-3 p:last-child {
  margin-bottom: 0px;
}

.btn-gallery {
  height: 40px;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 0 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.a-residence-inspired-by-icons .container-text .title h2.big, .a-residence-inspired-by-icons .container-text .title .big.h2,
.and-crafted-by-modern-icons .container-text .title h2.big,
.and-crafted-by-modern-icons .container-text .title .big.h2 {
  font-family: "She", sans-serif;
}

.and-crafted-by-modern-icons .grid-module.width_2 .container-text,
.and-crafted-by-modern-icons .grid-module.width_3 .container-text {
  align-items: center;
}

.the-penthouse-text-centered {
  background-color: transparent;
  min-height: auto;
}
.the-penthouse-text-centered .center-v {
  height: auto;
  padding: 0px 0 38px;
}
.the-penthouse-text-centered p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .the-penthouse-text-centered p {
    width: 100%;
  }
}
.the-penthouse-text-centered p.text {
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #746144;
  font-family: "She", sans-serif;
  letter-spacing: 0.54px;
  margin-bottom: 45px;
}
.the-penthouse-text-centered.penthouse-interiors .center-v {
  padding: 60px 0;
}
.the-penthouse-text-centered.penthouse-interiors p {
  margin-bottom: 0;
}

.elegantly-attended-arrivals {
  /*padding-bottom: 100px;*/
}

.a-residence-inspired-by-icons.module-cinemagraph {
  background-color: #EFEEEC;
  padding: 0 0 60px;
}
.a-residence-inspired-by-icons.module-cinemagraph .container-text {
  background-color: #EFEEEC;
}
.a-residence-inspired-by-icons.module-cinemagraph .grid-module.width_1 {
  flex-direction: column-reverse;
}

.and-crafted-by-modern-icons.module-cinemagraph {
  background-color: #EFEEEC;
}
.and-crafted-by-modern-icons.module-cinemagraph .container-text {
  background-color: #EFEEEC;
}

#two-story-penthouse .gallery-thumbs {
  /*display: none;*/
}

#the-amenities {
  padding-top: 60px;
}

.module-call-to-action {
  min-height: 400px;
  background-image: url(./img/bkg-call-to-action.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  /*padding-bottom: 74px;*/
}
.module-call-to-action h2, .module-call-to-action .h2 {
  font-family: "She", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 27px;
  line-height: 39px;
  margin-bottom: 33px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.module-call-to-action .btn {
  max-width: 460px;
}

.content-floatings {
  min-height: 200px;
  position: sticky;
  width: 100%;
  float: left;
}
@media (max-width: 1080px) {
  .content-floatings {
    position: relative;
  }
}
.content-floatings .general-title {
  position: sticky;
  top: calc(50vh - 200px);
  margin-bottom: 400px;
  z-index: 11;
  max-height: 100vh;
}
@media (max-width: 1080px) {
  .content-floatings .general-title {
    margin-bottom: 0;
    position: static;
    padding: 30px 0 90px;
  }
}
.content-floatings .general-title h1, .content-floatings .general-title .h1 {
  font-family: "She", sans-serif;
  color: #746144;
  font-size: 126px;
  width: 100%;
  text-align: center;
  max-width: 1289px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .content-floatings .general-title h1, .content-floatings .general-title .h1 {
    font-size: 104px;
  }
}
@media (max-width: 1200px) {
  .content-floatings .general-title h1, .content-floatings .general-title .h1 {
    font-size: 90px;
  }
}
@media (max-width: 1080px) {
  .content-floatings .general-title h1, .content-floatings .general-title .h1 {
    font-size: 30px;
  }
}
.content-floatings .general-title + .floating-images {
  margin-top: -100vh;
}
@media (max-width: 1080px) {
  .content-floatings .general-title + .floating-images {
    margin-top: 0px;
  }
}

.floating-images {
  min-height: auto;
}
@media (min-width: 1081px) {
  .floating-images .container-fluid, .floating-images .container-sm, .floating-images .container-md, .floating-images .container-lg, .floating-images .container-xl, .floating-images .container-xxl {
    padding: 0 59px;
  }
}
.floating-images .content-floating {
  width: 100%;
  display: flex;
  gap: 100px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1080px) {
  .floating-images .content-floating {
    display: block;
    margin-bottom: 0;
  }
  .floating-images .content-floating .col-grid-1, .floating-images .content-floating .col-grid-2 {
    width: 100% !important;
  }
}
.floating-images .content-floating.text-position-below .col-grid-1 .image-floating {
  margin-bottom: 15px;
}
.floating-images .content-floating.text-position-the-side .col-grid-2 {
  display: flex;
  align-items: center;
}
.floating-images .content-floating .image-floating {
  width: 100%;
  display: block;
}
.floating-images .content-floating .image-floating img {
  width: 100%;
}
.floating-images .content-floating .text-floating {
  width: 100%;
}
.floating-images .content-floating .text-floating .content-title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .floating-images .content-floating .text-floating .content-title {
    text-align: center;
    width: 100%;
  }
}
.floating-images .content-floating .text-floating h2, .floating-images .content-floating .text-floating .h2 {
  position: relative;
  float: left;
  color: #746144;
  text-align: left;
  margin: 0;
  width: auto;
  width: 100%;
}
@media (max-width: 1080px) {
  .floating-images .content-floating .text-floating h2, .floating-images .content-floating .text-floating .h2 {
    text-align: center !important;
    width: 100%;
  }
}
.floating-images .content-floating .text-floating p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
@media (max-width: 1080px) {
  .floating-images .content-floating .text-floating p {
    text-align: center;
    width: 100%;
  }
}
.floating-images .content-floating .text-floating.text-algin-left h2, .floating-images .content-floating .text-floating.text-algin-left .h2, .floating-images .content-floating .text-floating.text-algin-left p {
  text-align: left;
}
.floating-images .content-floating .text-floating.text-algin-left p {
  max-width: 421px;
  float: left;
}
.floating-images .content-floating .text-floating.text-algin-right h2, .floating-images .content-floating .text-floating.text-algin-right .h2, .floating-images .content-floating .text-floating.text-algin-right p {
  text-align: right;
}
.floating-images .content-floating .text-floating.text-algin-right p {
  max-width: 421px;
  float: right;
}

.title-event {
  background-color: #EFEEEC;
  padding-top: 148px;
  padding-bottom: 17px;
  min-height: 320px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .title-event {
    padding-top: 150px;
    padding-bottom: 10px;
    min-height: auto;
  }
}
.title-event .container {
  max-width: 1000px;
}
.title-event h1, .title-event .h1, .title-event p {
  color: #746144;
  text-align: center;
}
.title-event h1, .title-event .h1 {
  font-family: "She", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 23px;
  letter-spacing: normal;
}
@media (max-width: 1080px) {
  .title-event h1, .title-event .h1 {
    font-size: 28px;
    line-height: normal;
  }
}
.title-event p {
  font-family: "Graphik", sans-serif;
  font-size: 18px;
  max-width: 572px;
  margin: 0 auto;
  letter-spacing: 0.14px;
}
@media (max-width: 1080px) {
  .title-event p {
    font-size: 16px;
    letter-spacing: 0;
  }
}

[data-section=groundbreaking-event] .gravity-theme,
[data-section=rimadesio-event] .gravity-theme {
  position: relative;
  float: left;
  width: 100%;
  background-color: #EFEEEC;
}
[data-section=groundbreaking-event] .gfield#field_6_7,
[data-section=rimadesio-event] .gfield#field_6_7 {
  margin-top: 15px;
}
[data-section=groundbreaking-event] .gfield#field_6_7 label,
[data-section=rimadesio-event] .gfield#field_6_7 label {
  transform: scale(1) translateY(-2px) translateX(0rem) !important;
}

.virtual-tour {
  min-height: calc(100vh - 30px);
}
.virtual-tour.pivot-page .content-buttons {
  display: flex;
  gap: 10px;
}
.virtual-tour.pivot-page .steep {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--background-image-landscape);
}
@media (max-width: 992px) and (orientation: portrait) {
  .virtual-tour.pivot-page .steep {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--background-image-portrait);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .virtual-tour.pivot-page .steep {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--background-image-landscape);
  }
}
.virtual-tour.pivot-page .btn-iverse-icon {
  background-color: #FFFFFF;
  min-width: 310px;
}
.virtual-tour.pivot-page .btn-iverse-icon span {
  color: #746144;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 14px;
  padding: 0;
  padding-left: 12px;
}
.virtual-tour.pivot-page .btn-iverse-icon span .icon-btn {
  width: 30px;
  height: auto;
  position: relative;
}
.virtual-tour.pivot-page .btn-iverse-icon span .divider {
  width: 1px;
  height: 14px;
  background-color: #746144;
  margin-right: -5px;
}
.virtual-tour h2, .virtual-tour .h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.44px;
  text-transform: none;
}
@media (max-width: 992px) {
  .virtual-tour h2, .virtual-tour .h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.virtual-tour h3, .virtual-tour .h3 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.44px;
  text-transform: none;
  font-family: "Graphik", sans-serif;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  top: 4px;
  position: relative;
}
@media (max-width: 1750px) {
  .virtual-tour h3, .virtual-tour .h3 {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .virtual-tour h3, .virtual-tour .h3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
}
.virtual-tour .points-container {
  position: absolute;
  top: 50%;
  left: 50%;
  /*min-width: 1920px;
  min-height: 1080px;*/
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.virtual-tour .point {
  position: relative;
  float: none;
  display: table;
  margin: 0 auto;
}
.virtual-tour .point.point-2 {
  width: 120px;
  margin-top: -27px;
  margin-bottom: -25px;
}
.virtual-tour .point img {
  width: 100%;
}
.virtual-tour .point-link-button {
  position: fixed;
  display: flex;
  gap: 0px;
  align-items: center;
}
.virtual-tour .point-link-button .circle {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .virtual-tour .point-link-button .circle {
    width: 8px;
    height: 8px;
  }
}
.virtual-tour .point-link-button .circle:before, .virtual-tour .point-link-button .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .virtual-tour .point-link-button .circle:before, .virtual-tour .point-link-button .circle:after {
    width: 18px;
    height: 18px;
  }
}
.virtual-tour .point-link-button .circle:after {
  animation-delay: -1s;
}
.virtual-tour .point-link-button svg {
  width: 30px;
  height: 30px;
  margin-right: 19px;
}
.virtual-tour .point-link-button svg .circle-inner {
  fill: #fff;
}
.virtual-tour .point-link-button.active svg .circle-inner {
  fill: #746144;
}
.virtual-tour .point-link-button span {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  margin-left: 19px;
}
@media (max-width: 992px) {
  .virtual-tour .point-link-button span {
    font-size: 13px !important;
    line-height: 14px !important;
    margin-left: 16px;
  }
}
.virtual-tour .point-link-button.point-link-1 {
  left: 15%;
  top: 20%;
}
.virtual-tour .point-link-button.point-link-2 {
  left: 48%;
  top: 22%;
}
.virtual-tour .btn-normal {
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.virtual-tour .btn-controls {
  position: fixed;
  background-color: #FFFFFF;
  border-width: 0;
  color: #957D73;
}
.virtual-tour .btn-controls.btn-right {
  right: 0;
  top: calc(50% - 22px);
}
.virtual-tour .btn-contact {
  background-color: #ffffff;
  background-color: #746144;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  min-width: 170px;
  text-align: center;
  justify-content: center;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
  color: #746144 !important;
  color: #fff !important;
  font-weight: 400;
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: -2px;
}
.virtual-tour .content-buttons-right {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  right: 15px;
  top: calc(50% - 17px);
  z-index: 1222;
}
.virtual-tour .content-buttons-right .btn-right {
  position: relative !important;
}
.virtual-tour .content-buttons-right .menu-link-open {
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.virtual-tour .content-buttons-left {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  left: 15px;
  top: calc(50% - 17px);
  z-index: 1222;
}
.virtual-tour .content-buttons-left .btn-left {
  position: relative !important;
}
.virtual-tour .content-downloads {
  display: flex;
  gap: 15px;
}
.virtual-tour .btn-download {
  display: grid;
  align-items: center;
  padding: 0 25px;
  height: 38px;
  margin: 0 auto;
  background-color: transparent;
  gap: 5px;
  padding: 0;
  border-width: 0;
  grid-template-columns: 100%;
}
@media (max-width: 992px) {
  .virtual-tour .btn-download {
    height: 33px;
  }
}
.virtual-tour .btn-download .content-icon {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.virtual-tour .btn-download .content-icon img {
  max-width: 20px;
  width: 100%;
}
.virtual-tour .btn-download span {
  position: relative;
  width: 100%;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 0 0;
  position: relative;
  color: #957D73;
  background-color: #fff;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0 15px;
  width: 100%;
}
.virtual-tour .btn-video {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 47px;
  margin: 0 auto;
}
.virtual-tour .btn-video.btn-right {
  padding-right: 5px;
}
.virtual-tour .btn-video.btn-right:after {
  content: " ";
  background-image: url(../img/arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(270deg);
  background: none;
  mask: url(../img/arrow.svg) no-repeat center;
  -webkit-mask: url(../img/arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #957d73;
  margin-right: 5px;
}
.virtual-tour .btn-video.btn-left {
  padding-left: 5px;
  z-index: 1000;
}
.virtual-tour .btn-video.btn-left:before {
  content: " ";
  background-image: url(../img/arrow.svg);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(90deg);
  background: none;
  mask: url(../img/arrow.svg) no-repeat center;
  -webkit-mask: url(../img/arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #957d73;
  margin-left: 5px;
}
.virtual-tour .btn-video span {
  position: relative;
  width: 100%;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 0 0;
  position: relative;
}
.virtual-tour .btn-video span .icon-arrow {
  transform: rotate(-90deg);
  width: 17px;
  position: relative;
}
@media (max-width: 992px) {
  .virtual-tour .btn-video.btn-right, .virtual-tour .btn-video.btn-left {
    max-width: 65px;
    padding: 11px;
  }
  .virtual-tour .btn-video.btn-right span, .virtual-tour .btn-video.btn-left span {
    display: none;
  }
  .virtual-tour .btn-video.btn-right {
    margin-left: auto;
    margin-right: 0;
  }
  .virtual-tour .btn-video.btn-right:after {
    width: 15px;
    height: 15px;
  }
  .virtual-tour .btn-video.btn-left:before {
    width: 15px;
    height: 15px;
  }
}
.virtual-tour .slider-container {
  position: relative;
  display: flex;
}
.virtual-tour .slider-container .custom-arrows {
  position: relative;
  width: 20%;
  min-width: 20%;
  align-items: center;
  display: flex;
}
@media (max-width: 1750px) {
  .virtual-tour .slider-container .custom-arrows {
    width: 15%;
    min-width: 15%;
  }
}
.virtual-tour .slider-container .custom-arrows .slick-prev {
  left: 15px;
  z-index: 3;
}
.virtual-tour .slider-container .custom-arrows .slick-prev:before {
  content: " ";
  background-image: url(../img/arrow.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(90deg);
}
.virtual-tour .slider-container .custom-arrows .slick-next {
  right: 15px;
  z-index: 3;
}
.virtual-tour .slider-container .custom-arrows .slick-next:before {
  content: " ";
  background-image: url(../img/arrow.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(-90deg);
}
.virtual-tour .slider-container .custom-arrows .slide-count {
  font-family: "Graphik", sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 21px;
  z-index: 2;
  letter-spacing: 10px;
}
.virtual-tour .slider-container .custom-arrows .slide-count span {
  padding: 0 0 0 7px;
  margin: 0 auto;
  display: table;
  letter-spacing: 3px;
}
@media (max-width: 1750px) {
  .virtual-tour .slider-container .custom-arrows .slide-count {
    font-size: 16px;
  }
}
.virtual-tour .slider-container .slider-virtual {
  position: relative;
  width: 80%;
  padding-left: 15px;
}
@media (max-width: 1750px) {
  .virtual-tour .slider-container .slider-virtual {
    width: 85%;
  }
}
.virtual-tour .slider-container .slider-virtual .row-virtual-slide {
  display: flex;
}
.virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-title {
  width: 300px;
  max-width: 300px;
  display: flex;
  align-items: center;
}
.virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-title h4, .virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-title .h4 {
  color: #fff;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-title h3, .virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-title .h3 {
  margin: 0;
}
.virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.virtual-tour .slider-container .slider-virtual .row-virtual-slide .col-slide-text p {
  font-family: "Graphik", sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: normal;
  margin: 0;
}
.virtual-tour .controls-over {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) and (orientation: portrait) {
  .virtual-tour .controls-over .layout-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--background-image-portrait);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .virtual-tour .controls-over .layout-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--background-image-landscape);
  }
}
.virtual-tour .controls-over .layout-home .instructions {
  text-align: center;
  max-width: 300px;
  margin: 60px auto 0;
}
.virtual-tour .controls-over .layout-home .instructions img {
  margin-bottom: 15px;
}
.virtual-tour .controls-over .layout-home .instructions p {
  color: #fff;
  text-align: center;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 992px) and (orientation: landscape) {
  .virtual-tour .controls-over .layout-home .instructions {
    display: none;
  }
}
.virtual-tour .controls-over .layout-home .instructions.up-text {
  margin: 30px auto 30px;
}
@media (max-width: 992px) and (orientation: landscape) {
  .virtual-tour .controls-over .layout-home .instructions.up-text {
    display: block;
  }
}
.virtual-tour .controls-over .steep,
.virtual-tour .controls-over .steep-1,
.virtual-tour .controls-over .steep-2,
.virtual-tour .controls-over .steep-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.virtual-tour .controls-over .steep.active,
.virtual-tour .controls-over .steep-1.active,
.virtual-tour .controls-over .steep-2.active,
.virtual-tour .controls-over .steep-3.active {
  opacity: 1;
  pointer-events: all;
}
.virtual-tour .controls-over .steep .wrapper,
.virtual-tour .controls-over .steep-1 .wrapper,
.virtual-tour .controls-over .steep-2 .wrapper,
.virtual-tour .controls-over .steep-3 .wrapper {
  position: relative;
  z-index: 2;
}
.virtual-tour .controls-over .steep.layout-points .wrapper,
.virtual-tour .controls-over .steep-1.layout-points .wrapper,
.virtual-tour .controls-over .steep-2.layout-points .wrapper,
.virtual-tour .controls-over .steep-3.layout-points .wrapper {
  width: 100%;
  height: 100%;
}
.virtual-tour .controls-over .steep.layout-title .wrapper,
.virtual-tour .controls-over .steep-1.layout-title .wrapper,
.virtual-tour .controls-over .steep-2.layout-title .wrapper,
.virtual-tour .controls-over .steep-3.layout-title .wrapper {
  min-width: 400px;
}
.virtual-tour .controls-over .steep.layout-title .wrapper h3, .virtual-tour .controls-over .steep.layout-title .wrapper .h3,
.virtual-tour .controls-over .steep-1.layout-title .wrapper h3,
.virtual-tour .controls-over .steep-1.layout-title .wrapper .h3,
.virtual-tour .controls-over .steep-2.layout-title .wrapper h3,
.virtual-tour .controls-over .steep-2.layout-title .wrapper .h3,
.virtual-tour .controls-over .steep-3.layout-title .wrapper h3,
.virtual-tour .controls-over .steep-3.layout-title .wrapper .h3 {
  width: 100%;
  float: left;
  text-align: center;
}
.virtual-tour .controls-over .steep:before,
.virtual-tour .controls-over .steep-1:before,
.virtual-tour .controls-over .steep-2:before,
.virtual-tour .controls-over .steep-3:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.virtual-tour .controls-over .footer-steep {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 67px;
  border-width: 1px 0 0 0;
  padding-top: 14px;
  border-style: solid;
  border-color: #fff;
}
@media (max-width: 1750px) {
  .virtual-tour .controls-over .footer-steep {
    height: 67px;
    padding-top: 14px;
  }
}
@media (max-width: 992px) {
  .virtual-tour .controls-over .footer-steep {
    height: 56px;
    padding-top: 10px;
    border-color: #fff;
  }
}
.virtual-tour .controls-over .footer-steep .col-corner {
  width: 290px;
  position: relative;
  float: left;
}
.virtual-tour .controls-over .footer-steep .col-corner.title-col {
  padding: 0 10px;
  text-align: left;
  padding: 0 5px 0 20px;
}
.virtual-tour .controls-over .footer-steep .col-corner.title-col:after {
  content: " ";
  position: absolute;
  right: 12px;
  height: 30px;
  width: 1px;
  top: 6px;
  background-color: #ffffff;
  opacity: 0;
}
@media (max-width: 1750px) {
  .virtual-tour .controls-over .footer-steep .col-corner {
    width: 325px;
    width: 45%;
  }
}
@media (max-width: 830px) {
  .virtual-tour .controls-over .footer-steep .col-corner {
    width: 240px;
  }
}
@media (max-width: 740px) {
  .virtual-tour .controls-over .footer-steep .col-corner {
    width: 159px;
  }
  .virtual-tour .controls-over .footer-steep .col-corner h3, .virtual-tour .controls-over .footer-steep .col-corner .h3 {
    font-size: 8px;
  }
}
@media (max-width: 658px) {
  .virtual-tour .controls-over .footer-steep .col-corner {
    width: 20px;
  }
  .virtual-tour .controls-over .footer-steep .col-corner h3, .virtual-tour .controls-over .footer-steep .col-corner .h3 {
    display: none;
  }
}
.virtual-tour .controls-over .footer-steep .col-corner.col-right {
  float: right;
  width: auto;
  padding-right: 20px;
  display: flex;
}
.virtual-tour .controls-over .footer-steep .col-slider {
  width: calc(100% - 900px);
  position: relative;
  float: left;
  height: 60px;
  top: -10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1750px) {
  .virtual-tour .controls-over .footer-steep .col-slider {
    width: calc(100% - 800px);
  }
}
.virtual-tour .controls-over .footer-steep .point-link-info {
  opacity: 0;
  pointer-events: none;
  position: relative;
  float: left;
}
.virtual-tour .controls-over .footer-steep .point-link-info.active {
  opacity: 1;
  pointer-events: all;
}
.virtual-tour .controls-over .footer-steep .point-link-info .slider {
  position: relative;
  float: left;
  width: 100%;
}
.virtual-tour .controls-over .footer-steep .point-link-info .slider p {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #FFF;
  text-align: left;
}
.virtual-tour .controls-over .footer-steep .form-switch {
  min-width: 201px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* Mostrar texto ON/OFF según el estado */
}
.virtual-tour .controls-over .footer-steep .form-switch label {
  color: #fff;
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  float: left;
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input {
  float: right;
  margin-top: 0;
  height: 28px;
  width: 58px;
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
  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='%23676767'/%3E%3C/svg%3E") !important;
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:checked {
  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='%23746144'/%3E%3C/svg%3E");
  background-color: #fff;
  border-color: #fff;
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:not(:checked) {
  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='%23676767'/%3E%3C/svg%3E") !important;
}
.virtual-tour .controls-over .footer-steep .form-switch .switch-label {
  position: absolute;
  font-size: 13px; /* Tamaño del texto */
  font-weight: normal;
  font-family: "Graphik", sans-serif;
  color: #fff; /* Color del texto */
  pointer-events: none;
  font-family: "Graphik", sans-serif;
  top: 6px;
}
@media (max-width: 1050px) {
  .virtual-tour .controls-over .footer-steep .form-switch .switch-label {
    top: 6px;
  }
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:not(:checked) + .switch-label::before {
  content: "Off";
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:checked + .switch-label {
  position: absolute;
  top: 6px;
}
@media (max-width: 1050px) {
  .virtual-tour .controls-over .footer-steep .form-switch .form-check-input:checked + .switch-label {
    top: 6px;
  }
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:checked + .switch-label::before {
  content: "On";
  color: #746144;
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:checked + .switch-label {
  right: 28px;
}
.virtual-tour .controls-over .footer-steep .form-switch .form-check-input:not(:checked) + .switch-label {
  right: 11px;
  color: #676767;
}
.virtual-tour #content_video {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #000;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .virtual-tour #content_video {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .virtual-tour #content_video {
    align-items: center;
    display: flex;
  }
}
.virtual-tour #content_video #videoTour {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  /*
  left: 0;
  min-width: 100%; 
  @media (max-width: 992px) {
  	min-height: 100%;
  	height: 100%;
  	top: 0;
  }
  width: 100%; 
  */
}
@media (max-width: 992px) {
  .virtual-tour #content_video #videoTour {
    min-height: auto;
    height: 120%;
  }
}
.virtual-tour .wrapper.only-mobile-portrait {
  display: none;
}
@media (max-width: 992px) and (orientation: portrait) {
  .virtual-tour .layout-points {
    display: none !important;
  }
  .virtual-tour .layout-points.active {
    display: none !important;
  }
  .virtual-tour .layout-home {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  .virtual-tour .layout-home .wrapper {
    display: none;
  }
  .virtual-tour .layout-home .wrapper.only-mobile-portrait {
    display: block;
  }
  .virtual-tour .layout-home .wrapper img {
    max-width: 37px;
    width: 100%;
  }
}
.virtual-tour.buttons-off .col-corner.title-col,
.virtual-tour.buttons-off .content-downloads,
.virtual-tour.buttons-off .points-container {
  opacity: 0;
}
.virtual-tour.buttons-off .controls-over .footer-steep {
  border-color: transparent;
}

.menu-virtual-tour {
  background-color: #6B5A3F;
  width: 100%;
  max-width: 416px;
  padding: 30px 42px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -416px;
  z-index: 1090;
  transition: right 0.3s ease-in-out;
}
.menu-virtual-tour.active {
  display: block !important;
  right: 0;
}
.menu-virtual-tour .top-menu-virtual-tour {
  display: flex;
  position: relative;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  padding-bottom: 15px;
}
.menu-virtual-tour .top-menu-virtual-tour p {
  color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.menu-virtual-tour .top-menu-virtual-tour .btn-close-icon {
  border-width: 0;
  border-style: solid;
  background-color: transparent;
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
}
.menu-virtual-tour .top-menu-virtual-tour .btn-close-icon img {
  width: 100%;
}
.menu-virtual-tour .links-menu-virtual-tour {
  padding-top: 15px;
  padding-bottom: 150px;
  position: relative;
  float: left;
  width: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - 134px);
}
@media (max-width: 1050px) {
  .menu-virtual-tour .links-menu-virtual-tour {
    overflow: scroll;
    height: calc(100vh - 146px);
    padding-bottom: 0;
  }
}
.menu-virtual-tour .links-menu-virtual-tour ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 992px) {
  .menu-virtual-tour .links-menu-virtual-tour ul {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 3px 10px;
  }
}
.menu-virtual-tour .links-menu-virtual-tour ul li {
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
}
.menu-virtual-tour .links-menu-virtual-tour ul li a {
  color: #fff;
  font-family: "Graphik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 9px 0;
  position: relative;
  float: left;
  width: 100%;
}
.menu-virtual-tour .links-menu-virtual-tour ul li a:hover {
  text-decoration: underline;
}
.menu-virtual-tour .footer-menu-virtual-tour {
  position: relative;
  float: left;
  width: 100%;
}
.menu-virtual-tour .footer-menu-virtual-tour .btn-play-video-home {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 47px;
  margin: 0 auto;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.menu-virtual-tour .footer-menu-virtual-tour .btn-play-video-home span {
  position: relative;
  width: 100%;
}
.menu-virtual-tour .footer-menu-virtual-tour .btn-play-video-home span .icon-arrow {
  transform: rotate(-90deg);
  width: 13px;
  position: relative;
  top: -2px;
  left: 18px;
}

@media (max-width: 992px) {
  [data-section=virtual-unit-c] header nav .navbar-brand,
  [data-section=virtual-unit-c-day] header nav .navbar-brand,
  [data-section=virtual-unit-c-night] header nav .navbar-brand,
  [data-section=virtual-tour-residence-h] header nav .navbar-brand,
  [data-section=virtual-residence-d] header nav .navbar-brand,
  [data-section=virtual-tour-f] header nav .navbar-brand,
  [data-section=residence-d] header nav .navbar-brand {
    max-width: 180px;
  }
}
[data-section=virtual-unit-c] header .hamb-container .text-hamb,
[data-section=virtual-unit-c-day] header .hamb-container .text-hamb,
[data-section=virtual-unit-c-night] header .hamb-container .text-hamb,
[data-section=virtual-tour-residence-h] header .hamb-container .text-hamb,
[data-section=virtual-residence-d] header .hamb-container .text-hamb,
[data-section=virtual-tour-f] header .hamb-container .text-hamb,
[data-section=residence-d] header .hamb-container .text-hamb {
  display: none;
}
@media (max-width: 992px) {
  [data-section=virtual-unit-c] header.sticky .navbar:after,
  [data-section=virtual-unit-c-day] header.sticky .navbar:after,
  [data-section=virtual-unit-c-night] header.sticky .navbar:after,
  [data-section=virtual-tour-residence-h] header.sticky .navbar:after,
  [data-section=virtual-residence-d] header.sticky .navbar:after,
  [data-section=virtual-tour-f] header.sticky .navbar:after,
  [data-section=residence-d] header.sticky .navbar:after {
    backdrop-filter: none;
    background-color: transparent;
  }
  [data-section=virtual-unit-c] header.sticky .nav-right,
  [data-section=virtual-unit-c-day] header.sticky .nav-right,
  [data-section=virtual-unit-c-night] header.sticky .nav-right,
  [data-section=virtual-tour-residence-h] header.sticky .nav-right,
  [data-section=virtual-residence-d] header.sticky .nav-right,
  [data-section=virtual-tour-f] header.sticky .nav-right,
  [data-section=residence-d] header.sticky .nav-right {
    display: none !important;
  }
}
@media (max-width: 992px) {
  [data-section=virtual-unit-c] footer,
  [data-section=virtual-unit-c-day] footer,
  [data-section=virtual-unit-c-night] footer,
  [data-section=virtual-tour-residence-h] footer,
  [data-section=virtual-residence-d] footer,
  [data-section=virtual-tour-f] footer,
  [data-section=residence-d] footer {
    display: none;
  }
}
[data-section=virtual-unit-c] footer .info, [data-section=virtual-unit-c] footer .links-footer-horizontal.only-desktop,
[data-section=virtual-unit-c-day] footer .info,
[data-section=virtual-unit-c-day] footer .links-footer-horizontal.only-desktop,
[data-section=virtual-unit-c-night] footer .info,
[data-section=virtual-unit-c-night] footer .links-footer-horizontal.only-desktop,
[data-section=virtual-tour-residence-h] footer .info,
[data-section=virtual-tour-residence-h] footer .links-footer-horizontal.only-desktop,
[data-section=virtual-residence-d] footer .info,
[data-section=virtual-residence-d] footer .links-footer-horizontal.only-desktop,
[data-section=virtual-tour-f] footer .info,
[data-section=virtual-tour-f] footer .links-footer-horizontal.only-desktop,
[data-section=residence-d] footer .info,
[data-section=residence-d] footer .links-footer-horizontal.only-desktop {
  display: none;
}
[data-section=virtual-unit-c] .btn-contact,
[data-section=virtual-unit-c-day] .btn-contact,
[data-section=virtual-unit-c-night] .btn-contact,
[data-section=virtual-tour-residence-h] .btn-contact,
[data-section=virtual-residence-d] .btn-contact,
[data-section=virtual-tour-f] .btn-contact,
[data-section=residence-d] .btn-contact {
  display: none;
}

@keyframes point_animate {
  0% {
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
  }
  100% {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
  }
}
.event-pivot {
  min-height: calc(100vh - 147px);
}
.event-pivot .container {
  min-height: calc(100vh - 237px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.event-pivot .box-message {
  max-width: 550px;
}
.event-pivot .box-message p {
  color: #746144;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .event-pivot .box-message p {
    width: 100%;
  }
}
.event-pivot .box-message .content-buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 1080px) {
  .event-pivot .box-message .content-buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.event-pivot .box-message .btn {
  color: #fff;
  background-color: #746144;
  width: 280px;
  padding: 0;
}
.event-pivot .box-message .btn span {
  color: #fff;
}

.module-full-width {
  position: relative;
  min-height: 600px;
}
.module-full-width .content-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-full-width .content-text .wrapper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  max-width: 1040px;
  padding: 50px;
}
.module-full-width .content-text h2, .module-full-width .content-text .h2, .module-full-width .content-text h3, .module-full-width .content-text .h3, .module-full-width .content-text h4, .module-full-width .content-text .h4, .module-full-width .content-text p {
  color: #fff;
  margin: 0;
}
.module-full-width .content-text h3, .module-full-width .content-text .h3 {
  position: relative;
  float: none;
  color: #746144;
  text-align: center;
  margin: 0;
  width: 100%;
  color: #fff;
}
.module-full-width .content-text h2, .module-full-width .content-text .h2 {
  text-align: center;
  color: #fff;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 35px;
  margin: 0;
  letter-spacing: 0.55px;
}
@media (max-width: 1080px) {
  .module-full-width .content-text h2, .module-full-width .content-text .h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: normal;
  }
}
.module-full-width .content-text p {
  margin-top: 0px;
}
.module-full-width .content-text p strong {
  font-weight: bold;
}
.module-full-width picture {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-full-width picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.brickell-popup {
  padding: 0;
  max-width: 1000px;
  height: 80vh;
  max-height: 545px;
  width: 100vw;
}
@media (max-width: 1080px) {
  .brickell-popup {
    max-width: 85vw;
  }
}
.brickell-popup .image-desktop-popup {
  display: block;
}
@media (max-width: 650px) {
  .brickell-popup .image-desktop-popup {
    display: none;
  }
}
.brickell-popup .image-mobile-popup {
  display: none;
}
@media (max-width: 650px) {
  .brickell-popup .image-mobile-popup {
    display: block;
  }
}
.brickell-popup picture {
  width: 100%;
  height: 100%;
}
.brickell-popup picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brickell-popup .content-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brickell-popup .wrapper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  max-width: 1040px;
  padding: 50px;
}
@media (max-width: 1080px) {
  .brickell-popup .wrapper-text {
    padding: 50px 15px;
  }
}
.brickell-popup h2, .brickell-popup .h2, .brickell-popup h3, .brickell-popup .h3, .brickell-popup h4, .brickell-popup .h4, .brickell-popup p {
  color: #fff;
  margin: 0;
}
.brickell-popup h3, .brickell-popup .h3 {
  position: relative;
  float: none;
  color: #746144;
  text-align: center;
  margin: 0;
  width: 100%;
  color: #fff;
}
.brickell-popup h2, .brickell-popup .h2 {
  text-align: center;
  color: #fff;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.55px;
  max-width: 649px;
}
@media (max-width: 1080px) {
  .brickell-popup h2, .brickell-popup .h2 {
    font-size: 21px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: normal;
  }
}
.brickell-popup p {
  margin-top: -15px;
  font-size: 17px;
  max-width: 650px;
}
.brickell-popup p strong {
  font-weight: bold;
}
@media (max-width: 1080px) {
  .brickell-popup p {
    font-size: 15px;
    line-height: 18px;
  }
}

.module-neighborhood {
  padding-top: 50px;
}
@media (max-width: 1080px) {
  .module-neighborhood {
    padding-top: 0;
  }
}
.module-neighborhood .accordion-item {
  border-width: 0;
}
.module-neighborhood .accordion-collapse {
  position: relative !important;
  width: 100% !important;
  float: left;
}
.module-neighborhood .navbar-neighborhood {
  position: relative;
  float: left;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #746144;
  margin: 40px 0 60px;
}
.module-neighborhood .navbar-neighborhood .container-fluid, .module-neighborhood .navbar-neighborhood .container-sm, .module-neighborhood .navbar-neighborhood .container-md, .module-neighborhood .navbar-neighborhood .container-lg, .module-neighborhood .navbar-neighborhood .container-xl, .module-neighborhood .navbar-neighborhood .container-xxl {
  display: flex;
  align-items: center;
}
.module-neighborhood .navbar-neighborhood .container-fluid span, .module-neighborhood .navbar-neighborhood .container-sm span, .module-neighborhood .navbar-neighborhood .container-md span, .module-neighborhood .navbar-neighborhood .container-lg span, .module-neighborhood .navbar-neighborhood .container-xl span, .module-neighborhood .navbar-neighborhood .container-xxl span {
  font-size: 14px;
  color: #746144;
}
.module-neighborhood .navbar-neighborhood .nav-item .nav-link {
  color: #746144;
  font-family: "Graphik", sans-serif;
  font-size: 18px;
}
.module-neighborhood .neighborhood-grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-neighborhood .neighborhood-grid .grid-item {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .module-neighborhood .neighborhood-grid .grid-item {
    width: calc(50% - 20px);
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .module-neighborhood .neighborhood-grid .grid-item {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .module-neighborhood .neighborhood-grid .grid-item:before {
    position: absolute;
    content: " ";
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #746144;
  }
}
.module-neighborhood .neighborhood-grid .grid-item .content-info {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.module-neighborhood .neighborhood-grid .grid-item .content-info h3, .module-neighborhood .neighborhood-grid .grid-item .content-info .h3 {
  position: relative;
  float: none;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 19px;
  color: #746144;
  text-align: left;
  margin: 0;
  width: 100%;
}
.module-neighborhood .neighborhood-grid .grid-item .content-info p, .module-neighborhood .neighborhood-grid .grid-item .content-info span {
  text-align: left;
  color: #746144;
  font-size: 17px;
  line-height: 19px;
  max-width: 390px;
  margin-bottom: 0;
}
.module-neighborhood .neighborhood-grid .grid-item .content-info p strong, .module-neighborhood .neighborhood-grid .grid-item .content-info span strong {
  font-weight: bold;
}
.module-neighborhood .neighborhood-grid .grid-item .content-info span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.module-neighborhood .neighborhood-grid .grid-item img {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.module-neighborhood .neighborhood-grid .grid-item picture {
  position: relative;
  float: left;
  width: 100%;
}
.module-neighborhood .neighborhood-grid .grid-item picture img {
  width: 100%;
}
.module-neighborhood .content-neighborhood-grid {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0;
}
@media (max-width: 1080px) {
  .module-neighborhood .content-neighborhood-grid {
    padding: 0 0 0;
  }
}
.module-neighborhood .content-neighborhood-grid .collapse {
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .module-neighborhood .content-neighborhood-grid .collapse {
    padding: 0 0 0;
  }
}
.module-neighborhood .content-neighborhood-grid .info-category {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #957D73;
  padding: 0 45px 15px 0;
  margin-bottom: 25px;
  cursor: pointer;
}
.module-neighborhood .content-neighborhood-grid .info-category:after {
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-brown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 7px;
}
.module-neighborhood .content-neighborhood-grid .info-category[aria-expanded=false]:after {
  transform: rotate(180deg);
}
.module-neighborhood .content-neighborhood-grid .info-category h2, .module-neighborhood .content-neighborhood-grid .info-category .h2 {
  position: relative;
  width: 100%;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 45px;
  color: #746144;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media (max-width: 1080px) {
  .module-neighborhood .content-neighborhood-grid .info-category h2, .module-neighborhood .content-neighborhood-grid .info-category .h2 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}
.module-neighborhood .content-neighborhood-grid .info-category p {
  color: #746144;
  text-align: left;
  font-size: 17px;
  line-height: 19px;
  max-width: 500px;
}

.module-title {
  min-height: auto;
  padding: 100px 0 50px;
  background-color: #EFEEEC;
}
.module-title.residences-title {
  background-color: #EFEEEC;
}
.module-title h2, .module-title .h2 {
  text-align: center;
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
}
.module-title p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
@media (max-width: 1080px) {
  .module-title p {
    width: 100%;
  }
}
.module-title .wrapper-text {
  margin: 0 auto;
}
.module-title .col-btn-links {
  display: flex;
  justify-content: center;
}
.module-title .button-links {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
  padding: 50px 0 0;
  justify-content: center;
}
@media (max-width: 600px) {
  .module-title .button-links {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1080px) {
  .module-title .button-links.links-images {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .module-title .button-links.links-images {
    align-items: center;
    width: 100%;
  }
}
.module-title .button-links .btn {
  color: #fff;
  background-color: #746144;
  width: 280px;
  padding: 0;
}
.module-title .button-links .btn span {
  color: #fff;
}
.module-title .links-images {
  gap: 50px;
}
@media (min-width: 1081px) {
  .module-title .links-images {
    padding: 50px 0 50px;
  }
}
.module-title .links-images .btn {
  position: relative;
  z-index: 10;
  border-width: 0;
}
.module-title .links-images .thumb-image-link {
  width: auto;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background-color: transparent;
}
@media (max-width: 600px) {
  .module-title .links-images .thumb-image-link {
    width: 100%;
    height: auto;
  }
}
.module-title .links-images .thumb-image-link .info-thumb-image-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.module-title .links-images .thumb-image-link .info-thumb-image-link h4, .module-title .links-images .thumb-image-link .info-thumb-image-link .h4 {
  position: relative;
  text-align: center;
  color: #93836A;
  width: 100%;
  float: left;
  z-index: 12;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
}
.module-title .links-images .thumb-image-link .link-image {
  position: relative;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
}
@media (min-width: 1081px) {
  .module-title .links-images .thumb-image-link .link-image {
    width: 600px;
  }
}
@media (max-width: 1080px) {
  .module-title .links-images .thumb-image-link .link-image {
    width: 100%;
  }
}
.module-title .links-images .thumb-image-link .link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.module-highlighted-info {
  /*background-color: #FEFBF7;*/
  min-height: auto;
  padding: 50px 0 110px;
}
@media (max-width: 1080px) {
  .module-highlighted-info {
    padding: 50px 0 50px;
  }
}
.module-highlighted-info picture img {
  width: 100%;
}
.module-highlighted-info h2, .module-highlighted-info .h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
  font-family: "Graphik", sans-serif;
  color: #746144;
  letter-spacing: 0.11em;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .module-highlighted-info h2, .module-highlighted-info .h2 {
    font-size: 21px;
    line-height: 27px;
  }
}
.module-highlighted-info p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  .module-highlighted-info p {
    font-size: 13px;
    line-height: 24px;
  }
}
.module-highlighted-info .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.module-highlighted-info .wrapper .wrapper-inner {
  justify-content: center;
  flex-direction: column;
  display: flex;
  gap: 20px;
  max-width: 610px;
}
.module-highlighted-info .btn {
  color: #fff;
  background-color: #746144;
  width: 280px;
  padding: 0;
}
.module-highlighted-info .btn span {
  color: #fff;
}

.module-show-images {
  min-height: auto !important;
}
@media (max-width: 1080px) {
  .module-show-images {
    padding-bottom: 60px;
  }
}
.module-show-images .container-fluid, .module-show-images .container-sm, .module-show-images .container-md, .module-show-images .container-lg, .module-show-images .container-xl, .module-show-images .container-xxl {
  padding: 0 72px;
}
@media (max-width: 600px) {
  .module-show-images .container-fluid, .module-show-images .container-sm, .module-show-images .container-md, .module-show-images .container-lg, .module-show-images .container-xl, .module-show-images .container-xxl {
    padding: 0 27px;
  }
}
.module-show-images .main-image .central-image {
  width: 100%;
}
.module-show-images .main-image .central-image img {
  width: 100%;
}
.module-show-images .main-image .wrapper-text {
  padding: 38px 60px;
}
@media (max-width: 600px) {
  .module-show-images .main-image .wrapper-text {
    padding: 38px 15px;
  }
}
.module-show-images .main-image h2, .module-show-images .main-image .h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  font-family: "Graphik", sans-serif;
  color: #746144;
}
.module-show-images .main-image p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
@media (max-width: 1080px) {
  .module-show-images .main-image p {
    width: 100%;
  }
}
.module-show-images .main-image p:not(.more-info) {
  max-width: 450px;
}
.module-show-images .main-image p.more-info {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 0.12em;
  font-style: normal;
}
.module-show-images .content-grid-images {
  position: relative;
}
@media (max-width: 1080px) {
  .module-show-images .content-grid-images {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 44px;
    min-height: auto !important;
  }
}
@media (max-width: 600px) {
  .module-show-images .content-grid-images {
    grid-template-columns: 100%;
  }
}
.module-show-images .floating-image {
  position: absolute;
  width: 100%;
}
.module-show-images .floating-image picture {
  width: 100%;
}
.module-show-images .floating-image picture img {
  width: 100%;
}
@media (max-width: 1080px) {
  .module-show-images .floating-image {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
}
.module-show-images .floating-image .caption-show-images {
  position: absolute;
  left: 0;
  bottom: -30px;
  background-color: transparent;
  color: #93836A;
  font-size: 15px;
  padding-left: 0;
}

.module-timeline .container-title {
  padding: 0 72px;
}
.module-timeline h2.general-title, .module-timeline .general-title.h2 {
  font-family: "Graphik", sans-serif;
  position: relative;
  float: left;
  color: #93836A;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  width: 100%;
}
.module-timeline .line-divisory {
  height: 1px;
  background: #746144;
  width: 100%;
  position: absolute;
  top: calc(50% - 8px);
}
@media (max-width: 1080px) {
  .module-timeline .line-divisory {
    width: 1px;
    position: absolute;
    top: 50px;
    left: 30px;
    height: 100%;
  }
}
.module-timeline .wrapper-item-timeline {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0 0;
}
.module-timeline .wrapper-item-timeline .timeline {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  height: 800px;
  padding: 100px 0;
  overflow-x: auto;
  overflow-y: hidden;
  /*white-space: nowrap;*/
  /*&:before {
  	content: '';
  	position: absolute;
  	top: 50%;
  	left: 0;
  	height: 1px;
  	width: calc(100% + 100px);
  	background: $c-site-brown;
  	z-index: 1;
  	transform: translateY(-50%);
  	}*/
  /* Alternancia arriba/abajo y desplazamiento horizontal */
}
@media (max-width: 1080px) {
  .module-timeline .wrapper-item-timeline .timeline {
    flex-direction: column;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
  }
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline {
  position: relative;
  display: inline-block;
  width: 600px;
  min-width: 600px;
  height: auto;
  z-index: 2;
  padding: 40px 0;
  margin-left: 72px;
}
@media (max-width: 1080px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline {
    width: calc(100% - 60px);
    min-width: calc(100% - 80px);
    margin-left: 0px;
    padding-top: 0;
  }
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline picture {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline .item-text {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 30px;
  padding-top: 30px;
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline h3, .module-timeline .wrapper-item-timeline .timeline .item-timeline .h3 {
  font-family: "Graphik", sans-serif;
  position: relative;
  float: left;
  color: #93836A;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  width: 100%;
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline p {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
@media (max-width: 1080px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline p {
    width: 100%;
  }
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(odd) {
  position: relative;
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(odd) {
    transform: translateY(-50%);
    padding-top: 0;
  }
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(odd):before {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #746144;
    z-index: 3;
  }
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(odd):after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 0;
  border-style: solid;
  left: -5px;
  background-color: #746144;
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(odd):after {
    bottom: -5px;
    top: auto;
  }
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(even) {
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(even) {
    transform: translateY(50%);
  }
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(even):before {
    content: " ";
    width: 1px;
    height: 239px;
    top: 0;
    position: absolute;
    left: 0;
    background-color: #746144;
    z-index: 3;
  }
}
.module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(even):after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 0;
  border-style: solid;
  left: -5px;
  background-color: #746144;
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:nth-child(even):after {
    bottom: auto;
    top: -5px;
  }
}
@media (max-width: 1080px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:after {
    bottom: auto;
    top: -5px;
  }
}
@media (min-width: 1081px) {
  .module-timeline .wrapper-item-timeline .timeline .item-timeline:not(:first-child) {
    margin-left: -300px; /* La mitad del ancho (150px/2) para solapar */
  }
}

/* SECTIONS */
body[data-section=home] header nav .navbar-brand {
  /*opacity: 0;
  pointer-events: none;*/
}
body[data-section=home] header.sticky nav .navbar-brand {
  opacity: 1;
  pointer-events: auto;
}
body[data-section=home] header .navbar-toggler.open + .text-hamb + .navbar-brand {
  opacity: 1;
  pointer-events: auto;
}
body[data-section=home] .container-dots {
  display: none;
}

body[data-section=team] .module-columns .block-title h3, body[data-section=team] .module-columns .block-title .h3,
body[data-section=media-about] .module-columns .block-title h3,
body[data-section=media-about] .module-columns .block-title .h3,
body[data-section=amenities] .module-columns .block-title h3,
body[data-section=amenities] .module-columns .block-title .h3 {
  margin-bottom: auto;
}
body[data-section=team] .module-columns .block-title p,
body[data-section=media-about] .module-columns .block-title p,
body[data-section=amenities] .module-columns .block-title p {
  color: #C9BBA6;
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.55px;
}
body[data-section=team] .module-columns .content-link a.btn,
body[data-section=media-about] .module-columns .content-link a.btn,
body[data-section=amenities] .module-columns .content-link a.btn {
  border-width: 0;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .header.sticky + .section-plans .panzoom.is-draggable {
    height: calc(100vh - 360px);
  }
}

@media (max-width: 1280px) {
  .brokers-landing .accordion .modal .modal-title,
  body[data-section=plantas] .accordion .modal .modal-title,
  body[data-section=planos] .accordion .modal .modal-title,
  body[data-section=floorplans] .accordion .modal .modal-title {
    display: flex;
    justify-content: inherit;
    width: 100%;
    padding: 0px 28px 0 0;
  }
  .brokers-landing .accordion .modal .modal-title span,
  body[data-section=plantas] .accordion .modal .modal-title span,
  body[data-section=planos] .accordion .modal .modal-title span,
  body[data-section=floorplans] .accordion .modal .modal-title span {
    padding: 2px 0 0;
  }
}
@media (max-width: 1280px) {
  .brokers-landing .panzoom.is-draggable,
  body[data-section=plantas] .panzoom.is-draggable,
  body[data-section=planos] .panzoom.is-draggable,
  body[data-section=floorplans] .panzoom.is-draggable {
    height: calc(100vh - 410px);
  }
}
@media (max-width: 1280px) {
  .brokers-landing .accordion .modal-footer .btn,
  body[data-section=plantas] .accordion .modal-footer .btn,
  body[data-section=planos] .accordion .modal-footer .btn,
  body[data-section=floorplans] .accordion .modal-footer .btn {
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 3px;
    height: 45px;
    width: 100%;
  }
}
@media (max-width: 1650px) and (min-width: 1550px) {
  .brokers-landing .container,
  body[data-section=plantas] .container,
  body[data-section=planos] .container,
  body[data-section=floorplans] .container {
    padding-left: 129px;
    padding-right: 129px;
  }
}
.brokers-landing .section-plans,
body[data-section=plantas] .section-plans,
body[data-section=planos] .section-plans,
body[data-section=floorplans] .section-plans {
  padding-top: 190px;
  padding-bottom: 50px;
}
@media (min-width: 1281px) {
  .brokers-landing .section-plans,
  body[data-section=plantas] .section-plans,
  body[data-section=planos] .section-plans,
  body[data-section=floorplans] .section-plans {
    padding-top: 150px;
  }
  .brokers-landing .section-plans .floor-image,
  body[data-section=plantas] .section-plans .floor-image,
  body[data-section=planos] .section-plans .floor-image,
  body[data-section=floorplans] .section-plans .floor-image {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(107, 90, 63, 0.15);
  }
}
@media (max-width: 1280px) {
  .brokers-landing .section-plans,
  body[data-section=plantas] .section-plans,
  body[data-section=planos] .section-plans,
  body[data-section=floorplans] .section-plans {
    padding-top: 110px;
  }
}
.brokers-landing .title h6, .brokers-landing .title .h6,
body[data-section=plantas] .title h6,
body[data-section=plantas] .title .h6,
body[data-section=planos] .title h6,
body[data-section=planos] .title .h6,
body[data-section=floorplans] .title h6,
body[data-section=floorplans] .title .h6 {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.brokers-landing .title h6 .brown-1, .brokers-landing .title .h6 .brown-1,
body[data-section=plantas] .title h6 .brown-1,
body[data-section=plantas] .title .h6 .brown-1,
body[data-section=planos] .title h6 .brown-1,
body[data-section=planos] .title .h6 .brown-1,
body[data-section=floorplans] .title h6 .brown-1,
body[data-section=floorplans] .title .h6 .brown-1 {
  color: rgb(116, 97, 68);
}
.brokers-landing .title h6 .brown-2, .brokers-landing .title .h6 .brown-2,
body[data-section=plantas] .title h6 .brown-2,
body[data-section=plantas] .title .h6 .brown-2,
body[data-section=planos] .title h6 .brown-2,
body[data-section=planos] .title .h6 .brown-2,
body[data-section=floorplans] .title h6 .brown-2,
body[data-section=floorplans] .title .h6 .brown-2 {
  color: rgb(147, 131, 106);
}
@media (max-width: 1280px) {
  .brokers-landing .title h6, .brokers-landing .title .h6,
  body[data-section=plantas] .title h6,
  body[data-section=plantas] .title .h6,
  body[data-section=planos] .title h6,
  body[data-section=planos] .title .h6,
  body[data-section=floorplans] .title h6,
  body[data-section=floorplans] .title .h6 {
    padding: 23px 10px;
    margin: 0;
  }
}
@media (min-width: 1281px) {
  .brokers-landing .accordion,
  body[data-section=plantas] .accordion,
  body[data-section=planos] .accordion,
  body[data-section=floorplans] .accordion {
    max-width: 373px;
  }
}
.brokers-landing .accordion .btn-share:not(.icon),
body[data-section=plantas] .accordion .btn-share:not(.icon),
body[data-section=planos] .accordion .btn-share:not(.icon),
body[data-section=floorplans] .accordion .btn-share:not(.icon) {
  padding: 0 20px;
}
.brokers-landing .accordion .btn-share:not(.icon).dropdown-toggle,
body[data-section=plantas] .accordion .btn-share:not(.icon).dropdown-toggle,
body[data-section=planos] .accordion .btn-share:not(.icon).dropdown-toggle,
body[data-section=floorplans] .accordion .btn-share:not(.icon).dropdown-toggle {
  box-shadow: none;
}
.brokers-landing .accordion .btn-share:not(.icon).dropdown-toggle.show,
body[data-section=plantas] .accordion .btn-share:not(.icon).dropdown-toggle.show,
body[data-section=planos] .accordion .btn-share:not(.icon).dropdown-toggle.show,
body[data-section=floorplans] .accordion .btn-share:not(.icon).dropdown-toggle.show {
  background: #93836a;
}
@media (max-width: 1650px) and (min-width: 1200px) {
  .brokers-landing .accordion .btn-share,
  body[data-section=plantas] .accordion .btn-share,
  body[data-section=planos] .accordion .btn-share,
  body[data-section=floorplans] .accordion .btn-share {
    height: 50px;
  }
}
.brokers-landing .accordion .accordion-collapse .btn-share,
body[data-section=plantas] .accordion .accordion-collapse .btn-share,
body[data-section=planos] .accordion .accordion-collapse .btn-share,
body[data-section=floorplans] .accordion .accordion-collapse .btn-share {
  height: 45px;
}
.brokers-landing .tab-content,
body[data-section=plantas] .tab-content,
body[data-section=planos] .tab-content,
body[data-section=floorplans] .tab-content {
  position: sticky;
  top: 150px;
}
.brokers-landing .content-downlads,
body[data-section=plantas] .content-downlads,
body[data-section=planos] .content-downlads,
body[data-section=floorplans] .content-downlads {
  margin-top: 10px;
}
.brokers-landing .content-downlads .btn-download,
body[data-section=plantas] .content-downlads .btn-download,
body[data-section=planos] .content-downlads .btn-download,
body[data-section=floorplans] .content-downlads .btn-download {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 5px;
  height: 50px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 3px;
}
@media (max-width: 1280px) {
  .brokers-landing .btns-zoom,
  body[data-section=plantas] .btns-zoom,
  body[data-section=planos] .btns-zoom,
  body[data-section=floorplans] .btns-zoom {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    z-index: 12;
    left: 0;
  }
  .brokers-landing .btns-zoom button,
  body[data-section=plantas] .btns-zoom button,
  body[data-section=planos] .btns-zoom button,
  body[data-section=floorplans] .btns-zoom button {
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 27px;
  }
  .brokers-landing .btns-zoom button span.txt,
  body[data-section=plantas] .btns-zoom button span.txt,
  body[data-section=planos] .btns-zoom button span.txt,
  body[data-section=floorplans] .btns-zoom button span.txt {
    font-weight: 400;
    padding: 3px 0 0;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 500;
  }
  .brokers-landing .btns-zoom button span.ico,
  body[data-section=plantas] .btns-zoom button span.ico,
  body[data-section=planos] .btns-zoom button span.ico,
  body[data-section=floorplans] .btns-zoom button span.ico {
    font-weight: 400;
    font-size: 30px;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
  }
  .brokers-landing .btns-zoom button span.ico:after,
  body[data-section=plantas] .btns-zoom button span.ico:after,
  body[data-section=planos] .btns-zoom button span.ico:after,
  body[data-section=floorplans] .btns-zoom button span.ico:after {
    position: absolute;
    content: " ";
    background-color: #93836a;
    z-index: 10;
    left: 9px;
    top: 10px;
  }
  .brokers-landing .btns-zoom button span.ico.out:after,
  body[data-section=plantas] .btns-zoom button span.ico.out:after,
  body[data-section=planos] .btns-zoom button span.ico.out:after,
  body[data-section=floorplans] .btns-zoom button span.ico.out:after {
    width: 18px;
    height: 1px;
  }
  .brokers-landing .btns-zoom button span.ico.in:before,
  body[data-section=plantas] .btns-zoom button span.ico.in:before,
  body[data-section=planos] .btns-zoom button span.ico.in:before,
  body[data-section=floorplans] .btns-zoom button span.ico.in:before {
    position: absolute;
    content: " ";
    background-color: #93836a;
    z-index: 10;
    left: 18px;
    top: 1px;
    height: 18px;
    width: 1px;
  }
  .brokers-landing .btns-zoom button span.ico.in:after,
  body[data-section=plantas] .btns-zoom button span.ico.in:after,
  body[data-section=planos] .btns-zoom button span.ico.in:after,
  body[data-section=floorplans] .btns-zoom button span.ico.in:after {
    width: 18px;
    height: 1px;
  }
}
.brokers-landing .accordion .accordion-item .accordion-header .accordion-button,
body[data-section=plantas] .accordion .accordion-item .accordion-header .accordion-button,
body[data-section=planos] .accordion .accordion-item .accordion-header .accordion-button,
body[data-section=floorplans] .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 3px;
}

.accordion .accordion-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.btn-share) {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  color: #93836A;
  border-color: #93836A;
  padding: 23px 27px;
  letter-spacing: 0;
  border-radius: 0;
}
@media (max-width: 1280px) {
  .accordion .accordion-item .accordion-header .accordion-button:not(.btn-share) {
    padding: 23px 10px;
  }
  .accordion .accordion-item .accordion-header .accordion-button:not(.btn-share) .description {
    min-width: 184px;
    max-width: 225px;
    padding: 0 10px;
    text-align: left;
  }
}
.accordion .accordion-item .accordion-header .accordion-button:not(.btn-share) .letter {
  margin-right: 15px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.btn-share):focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.btn-share):not(.collapsed) {
  color: #fff;
  background: #93836A;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.btn-share):after {
  height: auto;
  content: "+";
  font-weight: 400;
  font-size: 30px;
  background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.btn-share):not(.collapsed)::after {
  content: "-";
  transform: none;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share {
  padding: 23px 20px;
  border-radius: 0;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share .letter {
  margin-right: 20px;
  left: -4px;
  margin-left: 0;
  width: auto;
  text-align: center;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share .total {
  margin-left: 20px;
  position: relative;
  float: left;
  display: block;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share:not(.collapsed) {
  color: #fff;
  background: #93836A;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share:after {
  height: auto;
  content: "+";
  font-weight: 400;
  font-size: 30px;
  background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button.btn-share:not(.collapsed)::after {
  content: "-";
  transform: none;
}
.accordion .accordion-item .accordion-body {
  background: rgba(214, 209, 196, 0.2);
  padding: 25px 26px;
}
.accordion .accordion-item .accordion-body p {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #93836A;
}
.accordion .accordion-item .btn-download {
  /*display: block;
  width: 100%;
  font-weight: 400;
  font-size: 19px;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #93836A;
  border-radius: 0;
  padding: 0 0 0;
  display: flex;
  height: 45px;
  text-align: center;
  letter-spacing: 0.4px;*/
}
.accordion .btn-share {
  position: relative;
  font-family: "Graphik", sans-serif;
  width: 100%;
  background: #6B5A3F;
  display: flex;
  align-items: center;
  height: 45px;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  /* or 140% */
  letter-spacing: 0.05em;
  padding: 0 5px 0 70px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 3px;
}
.accordion .btn-share:last-child {
  border-width: 0;
}
.accordion .btn-share.icon:before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  z-index: 2;
  left: 21px;
}
.accordion .btn-share.icon.mail:before {
  background-image: url(../img/mail.svg);
  border-width: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion .btn-share.icon.whapp:before {
  background-image: url(../img/whapp.svg);
  border-width: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion .btn-share.icon.download:before {
  background-image: url(../img/icon-download.svg);
  border-width: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion .btn-share.icon.view-3d:before {
  background-image: url(../img/icon-3d.svg);
  border-width: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion .btn-share.collapsed {
  background-color: #fff;
  color: #93836A;
}
.accordion .btn-share.dropdown-toggle {
  text-align: center;
  justify-content: center;
  padding: 0 5px;
}
.accordion .btn-share.dropdown-toggle:after {
  content: " ";
  display: none;
}
.accordion .btn-group-share .dropdown-menu {
  border-width: 0;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1080px) {
  .accordion .modal-footer {
    padding: 0 0;
  }
}
.accordion .modal .modal-title {
  color: #93836a;
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 1080px) {
  .accordion .modal .modal-content .modal-body {
    padding: 15px;
  }
}

@media (max-width: 1080px) {
  .modal-floorplan {
    background: rgba(0, 0, 0, 0.376);
  }
}
.modal-floorplan .modal-dialog {
  max-width: 374px;
  margin: 0 auto;
}
.modal-floorplan .modal-dialog .modal-content {
  background: #EFEEEC;
  border-width: 0;
  border-radius: 0;
}
.modal-floorplan .modal-dialog .modal-content .btn-close-modal {
  color: #fff;
  position: absolute;
  top: -44px;
  right: -12px;
}
.modal-floorplan .modal-dialog .modal-content .modal-header {
  border-width: 0;
  padding-bottom: 0;
  height: 53px;
}
.modal-floorplan .modal-dialog .modal-content .modal-header .modal-title {
  display: flex;
  background-color: #6B5A3F;
  color: #fff;
  justify-content: space-around;
  font-family: "Graphik", sans-serif;
  width: 100%;
  align-items: center;
  height: 45px;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  height: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
}
.modal-floorplan .modal-dialog .modal-content .modal-header .modal-title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/mail.svg);
  border-width: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-floorplan .modal-dialog .modal-content .modal-body {
  padding-top: 10px;
}
.modal-floorplan .modal-dialog .modal-content .modal-footer {
  border-width: 0;
  padding-top: 0;
}
.modal-floorplan .modal-dialog .modal-content .form-floating > .form-control {
  padding: 1rem 0.75rem;
  background: transparent;
  font-family: "Graphik", sans-serif;
  font-size: 15px;
  color: #6B5A3F;
  padding: 17px 11px 0;
  box-shadow: none;
  border-color: #6B5A3F;
}
.modal-floorplan .modal-dialog .modal-content .error-text {
  font-family: "Graphik", sans-serif;
  font-size: 13px;
  color: #e30000;
}
.modal-floorplan .modal-dialog .modal-content .btn.btn-download {
  box-shadow: none;
  height: 45px;
}

body[data-section=amenities] .content-amenities {
  position: relative;
}
body[data-section=amenities] .module-image-text, body[data-section=amenities] .module-video, body[data-section=amenities] footer {
  z-index: 1001;
}
body[data-section=amenities] #lobby-and-arrival, body[data-section=amenities] #recepcion-y-llegada {
  padding-bottom: 150px;
}

@media (max-width: 1080px) {
  body[data-section=home] #your-life-your-way,
  body[data-section=residences] #outdoor,
  body[data-section=architecture] #building-features,
  body[data-section=location] #leading-schools,
  body[data-section=ubicacion] #escuelas,
  body[data-section=concept] #the-highest-quality {
    padding: 0 0 60px;
  }
}

body[data-section=lifestyle] .content-amenities .module-cinemagraph:last-of-type {
  /*padding-bottom: 150px;*/
}

body[data-section=news] .module-news,
body[data-section=noticias] .module-news {
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  body[data-section=news] .module-news,
  body[data-section=noticias] .module-news {
    padding-top: 100px;
  }
}

body[data-section=press-releases] .module-news {
  padding-top: 0;
  padding-bottom: 50px;
}

body[data-section=news] .module-news h2, body[data-section=news] .module-news .h2,
body[data-section=noticias] .module-news h2,
body[data-section=noticias] .module-news .h2,
.single-new .module-news h2,
.single-new .module-news .h2,
body[data-section=press-releases] .module-news h2,
body[data-section=press-releases] .module-news .h2 {
  position: relative;
  width: 100%;
  max-width: 415px;
  margin: 0 auto 36px;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  min-height: 82px;
  color: #746144;
}
body[data-section=news] .module-news .info-new,
body[data-section=noticias] .module-news .info-new,
.single-new .module-news .info-new,
body[data-section=press-releases] .module-news .info-new {
  position: relative;
  float: left;
  width: 100%;
}
body[data-section=news] .module-news .info-new .info,
body[data-section=noticias] .module-news .info-new .info,
.single-new .module-news .info-new .info,
body[data-section=press-releases] .module-news .info-new .info {
  position: relative;
  width: 100%;
  display: table;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #746144;
  margin: 54px auto 29px;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
  display: flex;
  justify-content: center;
  gap: 20px;
}
body[data-section=news] .module-news .info-new .info span,
body[data-section=noticias] .module-news .info-new .info span,
.single-new .module-news .info-new .info span,
body[data-section=press-releases] .module-news .info-new .info span {
  text-align: center;
  /*width: 50%;*/
  float: left;
  position: relative;
}
body[data-section=news] .module-news .col-big .content-image img,
body[data-section=noticias] .module-news .col-big .content-image img,
.single-new .module-news .col-big .content-image img,
body[data-section=press-releases] .module-news .col-big .content-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
}
body[data-section=news] .module-news .col-small .content-image img,
body[data-section=noticias] .module-news .col-small .content-image img,
.single-new .module-news .col-small .content-image img,
body[data-section=press-releases] .module-news .col-small .content-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
body[data-section=news] .module-news .read-more,
body[data-section=noticias] .module-news .read-more,
.single-new .module-news .read-more,
body[data-section=press-releases] .module-news .read-more {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  color: #746144;
  margin: 0 auto 93px;
  display: table;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
}
body[data-section=news] .module-news .read-more:hover,
body[data-section=noticias] .module-news .read-more:hover,
.single-new .module-news .read-more:hover,
body[data-section=press-releases] .module-news .read-more:hover {
  text-decoration-line: underline;
}

body[data-section=rimadesio-event] .gravity-theme,
body[data-section=groundbreaking-event] .gravity-theme,
body[data-section=sales-gallery-registration] .gravity-theme,
body[data-section=contact] .gravity-theme,
body[data-section=contato] .gravity-theme,
body[data-section=general-inquiries] .gravity-theme,
body[data-section=contacto] .gravity-theme {
  display: block !important;
}
body[data-section=rimadesio-event] .gform_confirmation_wrapper,
body[data-section=groundbreaking-event] .gform_confirmation_wrapper,
body[data-section=sales-gallery-registration] .gform_confirmation_wrapper,
body[data-section=contact] .gform_confirmation_wrapper,
body[data-section=contato] .gform_confirmation_wrapper,
body[data-section=general-inquiries] .gform_confirmation_wrapper,
body[data-section=contacto] .gform_confirmation_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 400px);
}
body[data-section=rimadesio-event] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=groundbreaking-event] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=sales-gallery-registration] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=contact] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=contato] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=general-inquiries] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=contacto] .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0;
  color: #957d73;
  letter-spacing: 0;
  line-height: normal;
}
@media (max-width: 1080px) {
  body[data-section=rimadesio-event] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=groundbreaking-event] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=sales-gallery-registration] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=contact] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=contato] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=general-inquiries] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=contacto] .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 26px;
    line-height: 30px;
  }
}
body[data-section=rimadesio-event] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=groundbreaking-event] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=sales-gallery-registration] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=contact] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=contato] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=general-inquiries] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=contacto] .gform_confirmation_wrapper .gform_confirmation_message a {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #746144;
  letter-spacing: 0.1em;
}
body[data-section=rimadesio-event] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=groundbreaking-event] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=sales-gallery-registration] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=contact] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=contato] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=general-inquiries] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=contacto] .gform_confirmation_wrapper .gform_confirmation_message a:hover {
  text-decoration: underline;
}
body[data-section=rimadesio-event] .module-contact,
body[data-section=groundbreaking-event] .module-contact,
body[data-section=sales-gallery-registration] .module-contact,
body[data-section=contact] .module-contact,
body[data-section=contato] .module-contact,
body[data-section=general-inquiries] .module-contact,
body[data-section=contacto] .module-contact {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-bottom: 0;
  min-height: auto;
}
@media (max-width: 1080px) {
  body[data-section=rimadesio-event] .module-contact,
  body[data-section=groundbreaking-event] .module-contact,
  body[data-section=sales-gallery-registration] .module-contact,
  body[data-section=contact] .module-contact,
  body[data-section=contato] .module-contact,
  body[data-section=general-inquiries] .module-contact,
  body[data-section=contacto] .module-contact {
    padding-top: 80px;
  }
}
body[data-section=rimadesio-event] .module-contact.bg-brown,
body[data-section=groundbreaking-event] .module-contact.bg-brown,
body[data-section=sales-gallery-registration] .module-contact.bg-brown,
body[data-section=contact] .module-contact.bg-brown,
body[data-section=contato] .module-contact.bg-brown,
body[data-section=general-inquiries] .module-contact.bg-brown,
body[data-section=contacto] .module-contact.bg-brown {
  background-color: #EFEEEC;
}
body[data-section=rimadesio-event] .module-contact .bg-brown,
body[data-section=groundbreaking-event] .module-contact .bg-brown,
body[data-section=sales-gallery-registration] .module-contact .bg-brown,
body[data-section=contact] .module-contact .bg-brown,
body[data-section=contato] .module-contact .bg-brown,
body[data-section=general-inquiries] .module-contact .bg-brown,
body[data-section=contacto] .module-contact .bg-brown {
  background-color: #EFEEEC;
}
body[data-section=rimadesio-event] .module-contact .bg-light,
body[data-section=groundbreaking-event] .module-contact .bg-light,
body[data-section=sales-gallery-registration] .module-contact .bg-light,
body[data-section=contact] .module-contact .bg-light,
body[data-section=contato] .module-contact .bg-light,
body[data-section=general-inquiries] .module-contact .bg-light,
body[data-section=contacto] .module-contact .bg-light {
  background-color: #F4F4F4;
}

.gform_heading, .gform_validation_errors {
  display: none;
}

form {
  max-width: 1096px;
  margin: 0 auto;
  /* radio */
}
form .gform_body {
  position: relative;
  float: left;
  width: 100%;
}
form .gform_body .validation_message {
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  color: #751616;
  font-weight: normal;
  padding: 4px 0;
}
form .gform_footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
form .gform_footer input[type=submit] {
  font-family: "Graphik", sans-serif;
  padding: 15px 25px;
  font-size: 16px;
  letter-spacing: 2.5px;
  background-color: #93836A;
  border-color: #93836A;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0;
  margin-left: auto;
  margin-top: 19px;
  float: right;
  margin-bottom: 35px;
  min-width: 280px;
}
@media (max-width: 1080px) {
  form .gform_footer input[type=submit] {
    margin: 35px auto;
    display: table;
    float: none;
  }
}
form .gform_footer input[type=submit] i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 11px;
}
@media (max-width: 600px) {
  form .gform_footer input[type=submit] i {
    margin-left: 5px;
  }
}
form .gform_footer input[type=submit]:hover {
  background-color: transparent;
  border-color: #93836A;
  color: #93836A !important;
}
form .gform_footer input[type=submit].inverse {
  background-color: transparent;
  border-color: #93836A;
  color: #93836A;
}
form .gform_footer input[type=submit].inverse:hover {
  color: #fff;
  background-color: #93836A;
  border-color: #93836A;
}
form .gform_fields .gfield {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
}
form .gform_fields .gfield.gfield--type-html {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #746144;
  opacity: 1;
}
form .gform_fields .gfield.gfield--type-html a {
  text-decoration: underline;
}
form .gform_fields .gfield.gfield--type-html a:hover, form .gform_fields .gfield.gfield--type-html a:focus {
  color: #746144;
}
form .gform_fields .gfield[data-conditional-logic=hidden] {
  display: block !important;
  pointer-events: none;
  opacity: 0.5;
}
form .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
@media (min-width: 1081px) {
  form .gform_fields .gfield.gfield--width-half {
    min-height: 95px;
  }
}
@media (max-width: 1080px) {
  form .gform_fields .gfield.gfield--width-half {
    width: 100%;
  }
}
form .gform_fields .gfield.gfield--width-third {
  width: 33.3333333333%;
}
@media (min-width: 1081px) {
  form .gform_fields .gfield.gfield--width-third {
    min-height: 95px;
  }
}
@media (max-width: 1080px) {
  form .gform_fields .gfield.gfield--width-third {
    width: 100%;
  }
}
form .gform_fields .gfield label, form .gform_fields .gfield legend {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-size: 15px;
  font-weight: 500;
  padding-left: 0;
  padding-top: 22px;
  letter-spacing: 1px;
  color: #746144;
  opacity: 1;
  transform: translateY(32px);
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
form .gform_fields .gfield label .gfield_required span, form .gform_fields .gfield legend .gfield_required span {
  padding: 0 7px;
  font-size: 13px;
}
form .gform_fields .gfield#field_2_16, form .gform_fields .gfield#field_1_16, form .gform_fields .gfield#field_11_16, form .gform_fields .gfield#field_13_16 {
  margin-top: 15px;
}
form .gform_fields .gfield#field_2_16 label, form .gform_fields .gfield#field_1_16 label, form .gform_fields .gfield#field_11_16 label, form .gform_fields .gfield#field_13_16 label {
  transform: scale(1) translateY(-2px) translateX(0rem) !important;
}
form .gform_fields .gfield legend {
  transform: translateY(0);
}
form .gform_fields .gfield.active label {
  opacity: 0.65;
  transform: scale(0.85) translateY(4px) translateX(0rem) !important;
}
form .gform_fields .gfield .ginput_container input[type=tel], form .gform_fields .gfield .ginput_container input[type=text], form .gform_fields .gfield .ginput_container input[type=number], form .gform_fields .gfield .ginput_container input[type=email], form .gform_fields .gfield .ginput_container select {
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  font-family: "Graphik", sans-serif;
  color: #483F30;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #483F30;
  background: transparent;
  height: 40px;
  padding: 0 10px;
}
form .gform_fields .gfield .ginput_container input[type=tel]:focus, form .gform_fields .gfield .ginput_container input[type=text]:focus, form .gform_fields .gfield .ginput_container input[type=number]:focus, form .gform_fields .gfield .ginput_container input[type=email]:focus, form .gform_fields .gfield .ginput_container select:focus {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border-color: #483F30;
}
form .gform_fields .gfield .ginput_container textarea {
  padding: 16px !important;
  width: 100%;
  background: transparent;
  resize: none;
  height: 168px;
  border-style: solid;
  border-width: 1px;
  border-color: #483F30;
  color: #483F30;
  font-size: 15px;
  line-height: 21px;
}
form .gform_fields .gfield .ginput_container textarea.form-control {
  border-width: 1px 1px 1px 1px;
  height: 195px !important;
  resize: none;
}
form .gform_fields .gfield .ginput_container textarea.form-control + label {
  text-transform: uppercase;
  padding: 21px 32px;
}
form .gform_fields .gfield .ginput_container textarea.form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(0rem) translateX(0rem) !important;
}
form .gform_fields .gfield .ginput_container textarea.form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(0rem) translateX(0rem) !important;
}
form .gform_fields .gfield .ginput_container textarea.form-control:focus + label {
  transform: scale(0.85) translateY(0rem) translateX(0rem) !important;
}
form .gform_fields fieldset.gfield {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  padding: 10px 13px 0;
  gap: 15px;
}
@media (max-width: 1080px) {
  form .gform_fields fieldset.gfield {
    grid-template-columns: 100%;
  }
}
form .gform_fields fieldset.gfield legend {
  padding: 10px 0 0;
  width: 100%;
  text-wrap: nowrap !important;
  position: relative;
  float: left;
  display: flex;
  width: 100%;
}
form .box-2 {
  margin: 38px 0;
  padding: 92px 0;
}
form .box-2 .margin-b {
  margin-bottom: 10px;
}
form .gfield--type-consent .gfield_consent_label,
form .gfield--input-type-consent .gfield_consent_label,
form .ginput_container_checkbox .gfield_consent_label {
  font-size: 15px !important;
  opacity: 1 !important;
}
form .gfield--type-consent .ginput_container_consent,
form .gfield--type-consent .gfield_checkbox,
form .gfield--input-type-consent .ginput_container_consent,
form .gfield--input-type-consent .gfield_checkbox,
form .ginput_container_checkbox .ginput_container_consent,
form .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  gap: 15px;
}
form .gfield--type-consent .ginput_container_consent .gchoice,
form .gfield--type-consent .gfield_checkbox .gchoice,
form .gfield--input-type-consent .ginput_container_consent .gchoice,
form .gfield--input-type-consent .gfield_checkbox .gchoice,
form .ginput_container_checkbox .ginput_container_consent .gchoice,
form .ginput_container_checkbox .gfield_checkbox .gchoice {
  position: relative;
}
form .gfield--type-consent .ginput_container_consent [type=checkbox],
form .gfield--type-consent .ginput_container_consent .gfield-choice-input,
form .gfield--type-consent .gfield_checkbox [type=checkbox],
form .gfield--type-consent .gfield_checkbox .gfield-choice-input,
form .gfield--input-type-consent .ginput_container_consent [type=checkbox],
form .gfield--input-type-consent .ginput_container_consent .gfield-choice-input,
form .gfield--input-type-consent .gfield_checkbox [type=checkbox],
form .gfield--input-type-consent .gfield_checkbox .gfield-choice-input,
form .ginput_container_checkbox .ginput_container_consent [type=checkbox],
form .ginput_container_checkbox .ginput_container_consent .gfield-choice-input,
form .ginput_container_checkbox .gfield_checkbox [type=checkbox],
form .ginput_container_checkbox .gfield_checkbox .gfield-choice-input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .gfield--type-consent .ginput_container_consent [type=checkbox]:checked + label:after,
form .gfield--type-consent .ginput_container_consent .gfield-choice-input:checked + label:after,
form .gfield--type-consent .gfield_checkbox [type=checkbox]:checked + label:after,
form .gfield--type-consent .gfield_checkbox .gfield-choice-input:checked + label:after,
form .gfield--input-type-consent .ginput_container_consent [type=checkbox]:checked + label:after,
form .gfield--input-type-consent .ginput_container_consent .gfield-choice-input:checked + label:after,
form .gfield--input-type-consent .gfield_checkbox [type=checkbox]:checked + label:after,
form .gfield--input-type-consent .gfield_checkbox .gfield-choice-input:checked + label:after,
form .ginput_container_checkbox .ginput_container_consent [type=checkbox]:checked + label:after,
form .ginput_container_checkbox .ginput_container_consent .gfield-choice-input:checked + label:after,
form .ginput_container_checkbox .gfield_checkbox [type=checkbox]:checked + label:after,
form .ginput_container_checkbox .gfield_checkbox .gfield-choice-input:checked + label:after {
  background-color: #957D73;
}
form .gfield--type-consent .ginput_container_consent label,
form .gfield--type-consent .gfield_checkbox label,
form .gfield--input-type-consent .ginput_container_consent label,
form .gfield--input-type-consent .gfield_checkbox label,
form .ginput_container_checkbox .ginput_container_consent label,
form .ginput_container_checkbox .gfield_checkbox label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #746144;
  padding-left: 35px;
  cursor: pointer;
  line-height: normal;
  top: -18px;
  position: relative;
  transform: none;
  position: relative;
  margin: 18px 15px 0 0px;
  padding-top: 0;
}
form .gfield--type-consent .ginput_container_consent label:after,
form .gfield--type-consent .gfield_checkbox label:after,
form .gfield--input-type-consent .ginput_container_consent label:after,
form .gfield--input-type-consent .gfield_checkbox label:after,
form .ginput_container_checkbox .ginput_container_consent label:after,
form .ginput_container_checkbox .gfield_checkbox label:after {
  content: "";
  width: 25px;
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #483F30;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #efeeec;
}
form .ginput_container_radio {
  position: relative;
  float: left;
  width: 100%;
  padding: 42px 0 14px;
}
form .ginput_container_radio .gfield_radio {
  display: flex;
  gap: 15px;
}
form .ginput_container_radio .gfield_radio .gchoice {
  position: relative;
}
form .ginput_container_radio .gfield_radio [type=radio],
form .ginput_container_radio .gfield_radio .gfield-choice-input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .ginput_container_radio .gfield_radio [type=radio]:checked + label:after,
form .ginput_container_radio .gfield_radio .gfield-choice-input:checked + label:after {
  background-color: #957D73;
}
form .ginput_container_radio .gfield_radio label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #746144;
  padding-left: 35px;
  cursor: pointer;
  line-height: normal;
  top: -18px;
  position: relative;
  transform: none;
  position: relative;
  margin: 18px 15px 0 0px;
  padding-top: 0;
}
form .ginput_container_radio .gfield_radio label:after {
  content: "";
  width: 25px;
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #483F30;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #efeeec;
}
form textarea {
  padding: 45px 28px 25px !important;
}
form textarea.form-control {
  border-width: 1px 1px 1px 1px;
  height: 195px !important;
  resize: none;
}
form textarea.form-control + label {
  text-transform: uppercase;
  padding: 21px 32px;
}
form textarea.form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(0rem) translateX(0rem) !important;
}
form textarea.form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(0rem) translateX(0rem) !important;
}
form textarea.form-control:focus + label {
  transform: scale(0.85) translateY(0rem) translateX(0rem) !important;
}
form .form-floating {
  margin-bottom: 24px;
}
form .form-floating > input,
form .form-floating > select {
  border-radius: 0;
  border-width: 0 0 1px 0;
}
form .form-floating > textarea {
  border-radius: 0;
}
form .form-floating > label {
  font-family: "Graphik", sans-serif;
  color: #746144;
  font-weight: 500;
  padding-left: 0;
  padding-top: 22px;
  letter-spacing: 1px;
}
form .form-floating > .form-select ~ label {
  opacity: 1 !important;
}
form .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-1.2rem) translateX(0.65rem);
}
form .form-floating > .form-control:focus ~ label, form .form-floating > .form-control:not(:placeholder-shown) ~ label, form .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-1.2rem) translateX(0.65rem);
}
form .form-check {
  display: block;
  position: relative;
  padding-left: 47px;
  margin-right: 66px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
form .form-check .checkmark {
  position: absolute;
  top: 1px;
  left: 15px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-color: #483F30;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  pointer-events: none;
}
form .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .form-check .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #483F30;
}
form .form-check:hover .form-check-input ~ .checkmark {
  background-color: #957D73;
}
form .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .form-check .form-check-input:checked ~ .checkmark:after {
  display: block;
  background-color: #957D73;
}
form .form-check .form-check-label {
  margin-left: -35px;
  padding-left: 35px;
  cursor: pointer;
  line-height: normal;
  top: -7px;
  position: relative;
  letter-spacing: 0.8px;
  font-size: 15.85px;
}
form .form-check .form-check-input:checked ~ .checkmark:after {
  display: block;
}
form button[type=submit] {
  margin-left: auto;
}
form.login-condominium {
  max-width: 400px;
  background: white;
  padding: 25px 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #746144;
  border-radius: 0px;
}
form.login-condominium .btn {
  max-width: 100%;
  /* width: 100%; */
  min-width: auto;
  border-color: #957d73;
  margin: 0 auto;
  padding: 8px 24px;
}
form.login-condominium p.error {
  font-size: 15px;
}

body[data-section=sales-gallery-registration-broker] form,
body[data-section=sales-gallery-registration-purchaser] form,
body[data-section=sales-gallery-registration-purchaser] form,
body[data-section=bb-italia] form {
  min-height: calc(100vh - 100px);
}
body[data-section=sales-gallery-registration-broker] form .gform_fields .gfield_label_before_complex,
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .gfield_label_before_complex,
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .gfield_label_before_complex,
body[data-section=bb-italia] form .gform_fields .gfield_label_before_complex {
  margin-bottom: 22px;
  margin-top: 13px;
}
body[data-section=sales-gallery-registration-broker] form .gform_fields .ginput_complex[data-conditional-logic=hidden],
body[data-section=sales-gallery-registration-broker] form .gform_fields .gfield[data-conditional-logic=hidden],
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .ginput_complex[data-conditional-logic=hidden],
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .gfield[data-conditional-logic=hidden],
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .ginput_complex[data-conditional-logic=hidden],
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .gfield[data-conditional-logic=hidden],
body[data-section=bb-italia] form .gform_fields .ginput_complex[data-conditional-logic=hidden],
body[data-section=bb-italia] form .gform_fields .gfield[data-conditional-logic=hidden] {
  display: none !important;
  pointer-events: none;
  opacity: 0.5;
}
body[data-section=sales-gallery-registration-broker] form .ginput_container_radio,
body[data-section=sales-gallery-registration-purchaser] form .ginput_container_radio,
body[data-section=sales-gallery-registration-purchaser] form .ginput_container_radio,
body[data-section=bb-italia] form .ginput_container_radio {
  margin-top: 30px;
  display: flex;
  align-items: center;
  min-height: 150px;
  justify-content: center;
}
body[data-section=sales-gallery-registration-broker] form .gform_fields .ginput_complex .gform-grid-col,
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .ginput_complex .gform-grid-col,
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .ginput_complex .gform-grid-col,
body[data-section=bb-italia] form .gform_fields .ginput_complex .gform-grid-col {
  position: relative;
  min-height: 95px;
}
body[data-section=sales-gallery-registration-broker] form .gform_fields .ginput_complex .gform-grid-col label,
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .ginput_complex .gform-grid-col label,
body[data-section=sales-gallery-registration-purchaser] form .gform_fields .ginput_complex .gform-grid-col label,
body[data-section=bb-italia] form .gform_fields .ginput_complex .gform-grid-col label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-95px) translateX(0rem) !important;
}
body[data-section=sales-gallery-registration-broker] .gform_confirmation_wrapper,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper,
body[data-section=bb-italia] .gform_confirmation_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 467px);
  position: relative;
  float: left;
  width: 100%;
}
body[data-section=sales-gallery-registration-broker] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message,
body[data-section=bb-italia] .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0;
  color: #957d73;
  letter-spacing: 0;
  line-height: normal;
  max-width: 500px;
  margin: 0 auto 0;
  padding-bottom: 71px;
}
@media (max-width: 1080px) {
  body[data-section=sales-gallery-registration-broker] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message,
  body[data-section=bb-italia] .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 26px;
    line-height: 30px;
  }
}
body[data-section=sales-gallery-registration-broker] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message a,
body[data-section=bb-italia] .gform_confirmation_wrapper .gform_confirmation_message a {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #746144;
  letter-spacing: 0.1em;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
body[data-section=sales-gallery-registration-broker] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=sales-gallery-registration-purchaser] .gform_confirmation_wrapper .gform_confirmation_message a:hover,
body[data-section=bb-italia] .gform_confirmation_wrapper .gform_confirmation_message a:hover {
  text-decoration: underline;
}

body[data-section=bb-italia],
body[data-section=sales-gallery-registration-broker],
body[data-section=sales-gallery-registration-purchaser],
body[data-section=sales-gallery-registration] {
  background-color: #efeeec;
}
body[data-section=bb-italia] .ginput_container_radio,
body[data-section=sales-gallery-registration-broker] .ginput_container_radio,
body[data-section=sales-gallery-registration-purchaser] .ginput_container_radio,
body[data-section=sales-gallery-registration] .ginput_container_radio {
  padding: 0 0 0;
  margin: 0 0 15px;
  justify-content: flex-start !important;
  min-height: auto !important;
}

#mc_embed_signup form {
  min-height: auto !important;
}

.broker-toolkit, .media-galleries {
  padding-top: 80px;
  margin-bottom: 80px;
  min-height: auto;
}
@media (max-width: 1080px) {
  .broker-toolkit, .media-galleries {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.broker-toolkit .grid-items, .media-galleries .grid-items {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: 350px;
  margin-bottom: 10px;
}
.broker-toolkit .grid-items.five-items, .media-galleries .grid-items.five-items {
  grid-template-columns: auto;
  grid-template-columns: repeat(2, 1fr);
}
.broker-toolkit .grid-items.items-4, .media-galleries .grid-items.items-4 {
  grid-template-columns: auto;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1080px) {
  .broker-toolkit .grid-items, .media-galleries .grid-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a";
  }
}
@media (max-width: 992px) {
  .broker-toolkit .grid-items, .media-galleries .grid-items {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-areas: "a";
  }
}
.broker-toolkit .grid-items .grid-col, .media-galleries .grid-items .grid-col {
  position: relative;
  background-color: #F6F3ED;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.broker-toolkit .grid-items .grid-col .content-links, .media-galleries .grid-items .grid-col .content-links {
  display: none;
  z-index: 2;
}
.broker-toolkit .grid-items .grid-col:hover .content-links, .media-galleries .grid-items .grid-col:hover .content-links {
  display: block;
}
.broker-toolkit .grid-items .grid-col:hover .img-background, .media-galleries .grid-items .grid-col:hover .img-background {
  opacity: 1;
  transform: scale(1);
}
.broker-toolkit .grid-items .grid-col:hover h4, .broker-toolkit .grid-items .grid-col:hover .h4, .media-galleries .grid-items .grid-col:hover h4, .media-galleries .grid-items .grid-col:hover .h4 {
  color: #fff;
}
.broker-toolkit .grid-items .grid-col:hover .btn-download:hover, .media-galleries .grid-items .grid-col:hover .btn-download:hover {
  background-color: #fff;
}
.broker-toolkit .grid-items .grid-col h4, .broker-toolkit .grid-items .grid-col .h4, .media-galleries .grid-items .grid-col h4, .media-galleries .grid-items .grid-col .h4 {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #93836A;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.broker-toolkit .grid-items .grid-col .img-background, .media-galleries .grid-items .grid-col .img-background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(1.1);
}
@media (min-width: 1081px) {
  .broker-toolkit .grid-items .grid-col.grid-b, .media-galleries .grid-items .grid-col.grid-b {
    grid-area: b;
  }
}
.broker-toolkit .grid-items .grid-col.grid-c, .media-galleries .grid-items .grid-col.grid-c {
  grid-area: c;
}
@media (min-width: 1081px) {
  .broker-toolkit .grid-items .grid-col.grid-c, .media-galleries .grid-items .grid-col.grid-c {
    grid-area: b;
  }
}

.content-links {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
@media (max-width: 1080px) {
  .content-links {
    bottom: 75px;
  }
}
.content-links ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding: 0 15px;
  max-width: 500px;
}
@media (max-width: 1080px) {
  .content-links ul {
    padding: 0;
  }
}
.content-links ul li {
  list-style: none;
  position: relative;
  float: left;
  margin: 0 2px;
  width: 100%;
  max-width: 55%;
}
.content-links ul li a {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  text-align: left;
}
.content-links ul li a span {
  text-align: center;
}
@media (max-width: 1080px) {
  .content-links ul li a {
    padding: 0.375rem 5px;
  }
}
.content-links ul li a .icon-arrow-download {
  top: 0;
}

.grid-rendering.grid-col-4 .content-links ul li {
  max-width: 80%;
}

.modal .modal-title {
  color: #93836a;
}

.toolkit-floorplans {
  padding-top: 0;
  padding-bottom: 100px;
}
.toolkit-floorplans .grid-floorplans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1280px) {
  .toolkit-floorplans .grid-floorplans {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .toolkit-floorplans .grid-floorplans {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .toolkit-floorplans .grid-floorplans {
    grid-template-columns: repeat(1, 1fr);
  }
}
.toolkit-floorplans .grid-floorplans .item-floorplan {
  background-color: #ECEAE7;
  padding: 58px 38px;
  min-height: 200px;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .item-floorpla-header {
  position: relative;
  float: left;
  width: 100%;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .item-floorpla-header .type, .toolkit-floorplans .grid-floorplans .item-floorplan .item-floorpla-header .sector {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: #93836A;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .item-floorpla-header .type {
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .item-floorpla-header .sector {
  font-size: 70px;
  font-weight: 200;
  line-height: 122px;
}
@media (max-width: 1380px) {
  .toolkit-floorplans .grid-floorplans .item-floorplan .item-floorpla-header .sector {
    font-size: 65px;
  }
}
.toolkit-floorplans .grid-floorplans .item-floorplan .text p {
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .text p .title {
  position: relative;
  width: 100%;
  float: left;
  font-weight: 700;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .divider {
  position: relative;
  float: left;
  width: calc(100% - 160px);
  height: 1px;
  background-color: #93836A;
  margin: 34px 80px;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .details {
  text-align: center;
  color: #93836A;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 31px;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .details .item-detail {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .details .item-detail .title {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  color: #93836A;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .details .item-detail .txt {
  font-weight: 400;
  text-align: center;
  color: #93836A;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .btn {
  height: 60px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  text-align: left;
}
.toolkit-floorplans .grid-floorplans .item-floorplan .btn span {
  text-align: center;
}
@media (max-width: 1080px) {
  .toolkit-floorplans .grid-floorplans .item-floorplan .btn {
    padding: 0.375rem 5px;
  }
}
.toolkit-floorplans .grid-floorplans .item-floorplan .btn .icon-arrow-download {
  top: 0;
}

.toolkit-renderings {
  padding-top: 0;
  padding-bottom: 100px;
}

section.section-legal {
  font-family: "Graphik", sans-serif;
  padding: 160px 0 80px;
}
section.section-legal .container {
  max-width: 1328px;
}
section.section-legal h1, section.section-legal .h1 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #746144;
  font-weight: 500;
}
section.section-legal h2, section.section-legal .h2 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #C9BBA6;
  font-weight: 500;
}
section.section-legal .content-title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
section.section-legal .content-title h1, section.section-legal .content-title .h1, section.section-legal .content-title h2, section.section-legal .content-title .h2 {
  margin-bottom: 0;
  line-height: 32px;
}
section.section-legal p, section.section-legal ul, section.section-legal li, section.section-legal a {
  color: #746144;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
section.section-legal p b, section.section-legal p strong, section.section-legal ul b, section.section-legal ul strong, section.section-legal li b, section.section-legal li strong, section.section-legal a b, section.section-legal a strong {
  font-weight: 600;
}

.brokers-landing .module-contact h1, .brokers-landing .module-contact .h1, .brokers-landing .section-team h1, .brokers-landing .section-team .h1, .brokers-landing .head-floorplans h1, .brokers-landing .head-floorplans .h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #93836A;
  letter-spacing: 1px;
  margin-bottom: 36px;
}
.brokers-landing .section-team p, .brokers-landing .head-floorplans p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}

.brokers-landing {
  background-color: #ECEAE7;
  /*.header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
    }*/
  /* menu */
  /* menu icon */
  /* menu btn */
  /* 48em = 768px */
  /* FloorPlans*/
}
.brokers-landing .btn-scroll {
  width: 50px;
  height: 50px;
  display: table;
  margin: 0 auto;
  padding: 10px;
  bottom: 60px;
  position: absolute;
  left: calc(50% - 25px);
}
.brokers-landing .btn-scroll .arrow-btn {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  transform: rotate(135deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #746144;
}
@media (max-width: 1280px) {
  .brokers-landing .btn-scroll {
    display: none;
  }
}
.brokers-landing .header .navbar {
  border-bottom: solid 1px #746144;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 30px 80px;
  transition: all 0.3s ease;
}
.brokers-landing .header .navbar.fixed-top {
  flex-direction: row;
}
@media (min-width: 1281px) {
  .brokers-landing .header .navbar.fixed-top {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1280px) {
  .brokers-landing .header .navbar {
    padding: 15px 30px 15px 30px;
    border-bottom: 0;
  }
}
.brokers-landing .header .navbar .logo .brown {
  display: block;
  opacity: 1;
}
.brokers-landing .header .navbar .logo .white {
  display: none;
  opacity: 0;
}
.brokers-landing .header.sticky .navbar {
  padding: 0px 45px;
  border-bottom: 0px;
}
.brokers-landing .header.sticky .navbar .menu-icon .navicon {
  background: #fff;
}
.brokers-landing .header.sticky .navbar .menu-icon .navicon:before, .brokers-landing .header.sticky .navbar .menu-icon .navicon:after {
  background: #fff;
}
@media (min-width: 1081px) {
  .brokers-landing .header.sticky .navbar .menu li a {
    color: #fff;
  }
}
@media (max-width: 1080px) {
  .brokers-landing .header.sticky .navbar {
    padding: 15px 30px 15px 30px;
  }
}
.brokers-landing .header.sticky .navbar .logo img {
  max-height: 40px;
}
@media (max-width: 1280px) {
  .brokers-landing .header.sticky .navbar .logo img {
    max-width: 200px;
  }
}
.brokers-landing .header.sticky .navbar .logo .white {
  display: block;
  opacity: 1;
}
.brokers-landing .header.sticky .navbar .logo .brown {
  display: none;
  opacity: 0;
}
.brokers-landing .header.sticky .navbar:after {
  left: 0;
}
.brokers-landing .header .c-btn-mobile {
  display: none;
}
@media (max-width: 992px) {
  .brokers-landing .header .c-btn-mobile {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .brokers-landing .header .c-btn-mobile .btn {
    width: 100%;
    text-transform: uppercase;
    justify-content: space-between;
    display: flex;
  }
  .brokers-landing .header .c-btn-mobile .btn img {
    height: 22px;
    width: auto;
  }
}
.brokers-landing .header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #746144;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
}
.brokers-landing .header ul.menu li:first-child a {
  padding-left: 0px;
}
.brokers-landing .header li a {
  color: #746144;
  position: relative;
  padding: 0 20px;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .brokers-landing .header li a {
    padding: 5px 7px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
  }
}
.brokers-landing .header li a:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 15px;
  right: 0;
  top: 0;
}
@media (max-width: 1080px) {
  .brokers-landing .header li a:not(:last-child):after {
    top: 5px;
  }
}
@media (max-width: 1280px) {
  .brokers-landing .header li a {
    padding: 20px 10px;
  }
}
.brokers-landing .header li a:hover {
  text-decoration: underline;
}
.brokers-landing .header li.contact-button {
  display: none;
  overflow: hidden;
  margin-left: 30px;
}
.brokers-landing .header .logo {
  display: block;
  float: right;
  text-decoration: none;
  z-index: 1;
}
.brokers-landing .header .logo img {
  max-width: 200px;
  width: 200px;
}
.brokers-landing .header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 1280px) {
  .brokers-landing .header .menu {
    transition: max-height 0s ease-out;
  }
}
.brokers-landing .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0 0 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.brokers-landing .header .menu-icon .navicon {
  background: #746144;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 38px;
}
.brokers-landing .header .menu-icon .navicon:before,
.brokers-landing .header .menu-icon .navicon:after {
  background: #746144;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.brokers-landing .header .menu-icon .navicon:before {
  top: 9px;
}
.brokers-landing .header .menu-icon .navicon:after {
  top: -9px;
}
.brokers-landing .header .menu-btn {
  display: none;
}
.brokers-landing .header .menu-btn:checked + .menu-icon .navicon:before,
.brokers-landing .header .menu-btn:checked + .menu-icon .navicon:after {
  background: #746144;
}
.brokers-landing .header .menu-btn:checked + .menu-icon + a.logo img.brown {
  display: block;
  opacity: 1;
}
.brokers-landing .header .menu-btn:checked + .menu-icon + a.logo img.white {
  display: none;
  opacity: 0;
}
.brokers-landing .header .menu-btn:checked ~ .menu {
  max-height: 100%;
  margin: 0;
  width: 100%;
  padding: 30px;
  position: fixed;
}
.brokers-landing .header .menu-btn:checked ~ .menu:before {
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  background: #ECEAE7;
}
@media (max-width: 1080px) {
  .brokers-landing .header .menu-btn:checked ~ .menu {
    margin-top: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
    width: 100%;
    height: calc(100vh - 91px);
    top: 0;
    left: 0;
  }
}
.brokers-landing .header .menu-btn:checked + .menu-icon .navicon {
  background: transparent;
}
.brokers-landing .header .menu-btn:checked + .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.brokers-landing .header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.brokers-landing .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.brokers-landing .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
@media (min-width: 1081px) {
  .brokers-landing .header {
    padding: 20px 60px;
  }
  .brokers-landing .header li {
    float: left;
  }
  .brokers-landing .header li.contact-button {
    display: block;
  }
  .brokers-landing .header .logo {
    float: left;
  }
  .brokers-landing .header .logo img {
    max-width: 300px;
    width: 300px;
  }
  .brokers-landing .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .brokers-landing .header .menu-icon {
    display: none;
  }
}
.brokers-landing .btn-contact {
  background-color: #746144;
  color: #fff !important;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 30px !important;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  .brokers-landing .btn-contact {
    padding: 20px 30px !important;
  }
}
.brokers-landing a.btn-contact:hover {
  color: #fff !important;
}
.brokers-landing .head-floorplans {
  padding: 135px 0 85px;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.brokers-landing .head-floorplans p {
  margin-bottom: 44px;
}
.brokers-landing .head-floorplans a {
  display: table;
  margin: 0 auto;
}
.brokers-landing .section-team {
  background: linear-gradient(180deg, #93836A 0%, #6A5D49 100%);
  min-height: auto;
  padding: 98px 0 103px;
}
.brokers-landing .section-team .flex-fluid {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .brokers-landing .section-team .flex-fluid {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .brokers-landing .section-team {
    display: block;
    padding: 78px 0 83px;
  }
}
.brokers-landing .section-team .container {
  max-width: 1050px;
}
.brokers-landing .section-team h1, .brokers-landing .section-team .h1 {
  color: #fff;
}
.brokers-landing .section-team p {
  color: #fff;
  margin-bottom: 120px;
}
.brokers-landing .section-team p.team-item {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.brokers-landing .module-contact {
  padding: 85px 0;
}
.brokers-landing .img-mobile {
  display: none;
}
@media (max-width: 992px) {
  .brokers-landing .img-mobile {
    display: block;
    height: auto;
    min-height: auto;
  }
  .brokers-landing .img-mobile .col-12 {
    padding: 0;
  }
}
.brokers-landing .broker-info {
  background: #ECEAE7;
  padding: 60px 80px;
  margin-top: 0;
  align-items: center;
}
@media (max-width: 1200px) {
  .brokers-landing .broker-info {
    padding: 60px 20px;
  }
}
@media (min-width: 993px) {
  .brokers-landing .broker-info {
    min-height: 100vh;
    display: flex;
  }
}
@media (max-width: 992px) {
  .brokers-landing .broker-info {
    padding: 0px 30px;
    min-height: auto;
  }
}
.brokers-landing .broker-info .left {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .brokers-landing .broker-info .left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1450px) and (min-width: 1200px) {
  .brokers-landing .broker-info .left {
    padding-right: 32px;
  }
}
.brokers-landing .broker-info .left:before {
  content: "";
  border: solid 0 #746144;
  border-right: 0;
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.brokers-landing .broker-info .left .broker-data {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .brokers-landing .broker-info .left .broker-data {
    justify-content: center;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .brokers-landing .broker-info .left .broker-data {
    padding-right: 30px;
  }
}
.brokers-landing .broker-info .left .broker-data ul {
  margin-bottom: 0;
}
.brokers-landing .broker-info .left .broker-data li {
  padding: 30px 30px 30px 3px;
}
.brokers-landing .broker-info .left .broker-data li.media {
  padding-bottom: 18px;
}
.brokers-landing .broker-info .left .broker-data li.media p {
  margin-bottom: 12px;
}
.brokers-landing .broker-info .left .broker-data li.media p img {
  margin-right: 20px;
  vertical-align: top;
}
.brokers-landing .broker-info .left .broker-data .portrait {
  max-width: 40%;
  height: 290px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .brokers-landing .broker-info .left .broker-data .portrait {
    max-width: 100%;
  }
}
.brokers-landing .broker-info .left .broker-data .portrait img {
  height: 100%;
  border-radius: 0 60px 0px 60px;
  width: auto;
}
@media (max-width: 1080px) {
  .brokers-landing .module-slider-fullscreen {
    max-height: 400px;
    min-height: 400px;
  }
  .brokers-landing .module-slider-fullscreen .slide-fullscreen .slick-slide {
    max-height: 400px;
    min-height: 400px;
  }
  .brokers-landing .module-slider-fullscreen .slick-dots {
    display: none !important;
  }
}
.brokers-landing .section-plans {
  padding-top: 50px;
}
@media (max-width: 1080px) {
  .brokers-landing .section-plans {
    padding: 50px 0;
    min-height: auto;
  }
}

body[data-section=media-newsroom],
body[data-section=media-renderings],
body[data-section=galleries],
body[data-section=media-about],
body[data-section=press-releases] {
  background-color: #F5F5F5 !important;
  /*.header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
    }*/
  /* menu */
  /* menu icon */
  /* menu btn */
  /* 48em = 768px */
}
body[data-section=media-newsroom] .media-newsroom-nav,
body[data-section=media-renderings] .media-newsroom-nav,
body[data-section=galleries] .media-newsroom-nav,
body[data-section=media-about] .media-newsroom-nav,
body[data-section=press-releases] .media-newsroom-nav {
  min-height: auto;
}
body[data-section=media-newsroom] .media-newsroom-nav .module-filters,
body[data-section=media-renderings] .media-newsroom-nav .module-filters,
body[data-section=galleries] .media-newsroom-nav .module-filters,
body[data-section=media-about] .media-newsroom-nav .module-filters,
body[data-section=press-releases] .media-newsroom-nav .module-filters {
  margin-bottom: 0;
}
body[data-section=media-newsroom] .media-newsroom-nav .module-filters .item-col .row-filters,
body[data-section=media-renderings] .media-newsroom-nav .module-filters .item-col .row-filters,
body[data-section=galleries] .media-newsroom-nav .module-filters .item-col .row-filters,
body[data-section=media-about] .media-newsroom-nav .module-filters .item-col .row-filters,
body[data-section=press-releases] .media-newsroom-nav .module-filters .item-col .row-filters {
  min-height: 114px;
  padding-top: 0px;
  border-width: 0;
}
body[data-section=media-newsroom] section,
body[data-section=media-renderings] section,
body[data-section=galleries] section,
body[data-section=media-about] section,
body[data-section=press-releases] section {
  background-color: #F5F5F5 !important;
}
body[data-section=media-newsroom] .header,
body[data-section=media-renderings] .header,
body[data-section=galleries] .header,
body[data-section=media-about] .header,
body[data-section=press-releases] .header {
  min-height: 118px;
}
body[data-section=media-newsroom] .header .c-btn-mobile,
body[data-section=media-renderings] .header .c-btn-mobile,
body[data-section=galleries] .header .c-btn-mobile,
body[data-section=media-about] .header .c-btn-mobile,
body[data-section=press-releases] .header .c-btn-mobile {
  display: none;
}
@media (max-width: 992px) {
  body[data-section=media-newsroom] .header .c-btn-mobile,
  body[data-section=media-renderings] .header .c-btn-mobile,
  body[data-section=galleries] .header .c-btn-mobile,
  body[data-section=media-about] .header .c-btn-mobile,
  body[data-section=press-releases] .header .c-btn-mobile {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  body[data-section=media-newsroom] .header .c-btn-mobile .btn,
  body[data-section=media-renderings] .header .c-btn-mobile .btn,
  body[data-section=galleries] .header .c-btn-mobile .btn,
  body[data-section=media-about] .header .c-btn-mobile .btn,
  body[data-section=press-releases] .header .c-btn-mobile .btn {
    width: 100%;
    text-transform: uppercase;
    justify-content: space-between;
    display: flex;
  }
  body[data-section=media-newsroom] .header .c-btn-mobile .btn img,
  body[data-section=media-renderings] .header .c-btn-mobile .btn img,
  body[data-section=galleries] .header .c-btn-mobile .btn img,
  body[data-section=media-about] .header .c-btn-mobile .btn img,
  body[data-section=press-releases] .header .c-btn-mobile .btn img {
    height: 22px;
  }
}
body[data-section=media-newsroom] .header .navbar,
body[data-section=media-renderings] .header .navbar,
body[data-section=galleries] .header .navbar,
body[data-section=media-about] .header .navbar,
body[data-section=press-releases] .header .navbar {
  border-bottom: solid 1px #746144;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 30px 80px;
  transition: all 0.3s ease;
}
body[data-section=media-newsroom] .header .navbar.fixed-top,
body[data-section=media-renderings] .header .navbar.fixed-top,
body[data-section=galleries] .header .navbar.fixed-top,
body[data-section=media-about] .header .navbar.fixed-top,
body[data-section=press-releases] .header .navbar.fixed-top {
  flex-direction: row;
}
@media (min-width: 1281px) {
  body[data-section=media-newsroom] .header .navbar.fixed-top,
  body[data-section=media-renderings] .header .navbar.fixed-top,
  body[data-section=galleries] .header .navbar.fixed-top,
  body[data-section=media-about] .header .navbar.fixed-top,
  body[data-section=press-releases] .header .navbar.fixed-top {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1280px) {
  body[data-section=media-newsroom] .header .navbar,
  body[data-section=media-renderings] .header .navbar,
  body[data-section=galleries] .header .navbar,
  body[data-section=media-about] .header .navbar,
  body[data-section=press-releases] .header .navbar {
    padding: 15px 30px 15px 30px;
    border-bottom: 0;
  }
}
body[data-section=media-newsroom] .header .navbar .logo .brown,
body[data-section=media-renderings] .header .navbar .logo .brown,
body[data-section=galleries] .header .navbar .logo .brown,
body[data-section=media-about] .header .navbar .logo .brown,
body[data-section=press-releases] .header .navbar .logo .brown {
  display: block;
  opacity: 1;
}
body[data-section=media-newsroom] .header .navbar .logo .white,
body[data-section=media-renderings] .header .navbar .logo .white,
body[data-section=galleries] .header .navbar .logo .white,
body[data-section=media-about] .header .navbar .logo .white,
body[data-section=press-releases] .header .navbar .logo .white {
  display: none;
  opacity: 0;
}
body[data-section=media-newsroom] .header.sticky .navbar,
body[data-section=media-renderings] .header.sticky .navbar,
body[data-section=galleries] .header.sticky .navbar,
body[data-section=media-about] .header.sticky .navbar,
body[data-section=press-releases] .header.sticky .navbar {
  padding: 0px 45px;
  border-bottom: 0px;
}
body[data-section=media-newsroom] .header.sticky .navbar .menu-icon .navicon,
body[data-section=media-renderings] .header.sticky .navbar .menu-icon .navicon,
body[data-section=galleries] .header.sticky .navbar .menu-icon .navicon,
body[data-section=media-about] .header.sticky .navbar .menu-icon .navicon,
body[data-section=press-releases] .header.sticky .navbar .menu-icon .navicon {
  background: #fff;
}
body[data-section=media-newsroom] .header.sticky .navbar .menu-icon .navicon:before, body[data-section=media-newsroom] .header.sticky .navbar .menu-icon .navicon:after,
body[data-section=media-renderings] .header.sticky .navbar .menu-icon .navicon:before,
body[data-section=media-renderings] .header.sticky .navbar .menu-icon .navicon:after,
body[data-section=galleries] .header.sticky .navbar .menu-icon .navicon:before,
body[data-section=galleries] .header.sticky .navbar .menu-icon .navicon:after,
body[data-section=media-about] .header.sticky .navbar .menu-icon .navicon:before,
body[data-section=media-about] .header.sticky .navbar .menu-icon .navicon:after,
body[data-section=press-releases] .header.sticky .navbar .menu-icon .navicon:before,
body[data-section=press-releases] .header.sticky .navbar .menu-icon .navicon:after {
  background: #fff;
}
@media (min-width: 1081px) {
  body[data-section=media-newsroom] .header.sticky .navbar .menu li a,
  body[data-section=media-renderings] .header.sticky .navbar .menu li a,
  body[data-section=galleries] .header.sticky .navbar .menu li a,
  body[data-section=media-about] .header.sticky .navbar .menu li a,
  body[data-section=press-releases] .header.sticky .navbar .menu li a {
    color: #fff;
  }
}
@media (max-width: 1080px) {
  body[data-section=media-newsroom] .header.sticky .navbar,
  body[data-section=media-renderings] .header.sticky .navbar,
  body[data-section=galleries] .header.sticky .navbar,
  body[data-section=media-about] .header.sticky .navbar,
  body[data-section=press-releases] .header.sticky .navbar {
    padding: 15px 30px 15px 30px;
  }
}
body[data-section=media-newsroom] .header.sticky .navbar .logo img,
body[data-section=media-renderings] .header.sticky .navbar .logo img,
body[data-section=galleries] .header.sticky .navbar .logo img,
body[data-section=media-about] .header.sticky .navbar .logo img,
body[data-section=press-releases] .header.sticky .navbar .logo img {
  max-height: 40px;
}
@media (max-width: 1280px) {
  body[data-section=media-newsroom] .header.sticky .navbar .logo img,
  body[data-section=media-renderings] .header.sticky .navbar .logo img,
  body[data-section=galleries] .header.sticky .navbar .logo img,
  body[data-section=media-about] .header.sticky .navbar .logo img,
  body[data-section=press-releases] .header.sticky .navbar .logo img {
    max-width: 200px;
  }
}
body[data-section=media-newsroom] .header.sticky .navbar .logo .white,
body[data-section=media-renderings] .header.sticky .navbar .logo .white,
body[data-section=galleries] .header.sticky .navbar .logo .white,
body[data-section=media-about] .header.sticky .navbar .logo .white,
body[data-section=press-releases] .header.sticky .navbar .logo .white {
  display: block;
  opacity: 1;
}
body[data-section=media-newsroom] .header.sticky .navbar .logo .brown,
body[data-section=media-renderings] .header.sticky .navbar .logo .brown,
body[data-section=galleries] .header.sticky .navbar .logo .brown,
body[data-section=media-about] .header.sticky .navbar .logo .brown,
body[data-section=press-releases] .header.sticky .navbar .logo .brown {
  display: none;
  opacity: 0;
}
body[data-section=media-newsroom] .header.sticky .navbar:after,
body[data-section=media-renderings] .header.sticky .navbar:after,
body[data-section=galleries] .header.sticky .navbar:after,
body[data-section=media-about] .header.sticky .navbar:after,
body[data-section=press-releases] .header.sticky .navbar:after {
  left: 0;
}
body[data-section=media-newsroom] .header ul,
body[data-section=media-renderings] .header ul,
body[data-section=galleries] .header ul,
body[data-section=media-about] .header ul,
body[data-section=press-releases] .header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  color: #746144;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
}
body[data-section=media-newsroom] .header ul.menu li:first-child a,
body[data-section=media-renderings] .header ul.menu li:first-child a,
body[data-section=galleries] .header ul.menu li:first-child a,
body[data-section=media-about] .header ul.menu li:first-child a,
body[data-section=press-releases] .header ul.menu li:first-child a {
  padding-left: 0px;
}
body[data-section=media-newsroom] .header ul.menu li:first-child a,
body[data-section=media-renderings] .header ul.menu li:first-child a,
body[data-section=galleries] .header ul.menu li:first-child a,
body[data-section=media-about] .header ul.menu li:first-child a,
body[data-section=press-releases] .header ul.menu li:first-child a {
  padding-left: 0px;
}
body[data-section=media-newsroom] .header li a,
body[data-section=media-renderings] .header li a,
body[data-section=galleries] .header li a,
body[data-section=media-about] .header li a,
body[data-section=press-releases] .header li a {
  color: #746144;
  position: relative;
  padding: 0 20px;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}
@media (max-width: 1080px) {
  body[data-section=media-newsroom] .header li a,
  body[data-section=media-renderings] .header li a,
  body[data-section=galleries] .header li a,
  body[data-section=media-about] .header li a,
  body[data-section=press-releases] .header li a {
    padding: 5px 7px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
  }
}
body[data-section=media-newsroom] .header li a:not(:last-child):after,
body[data-section=media-renderings] .header li a:not(:last-child):after,
body[data-section=galleries] .header li a:not(:last-child):after,
body[data-section=media-about] .header li a:not(:last-child):after,
body[data-section=press-releases] .header li a:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 15px;
  right: 0;
  top: 0;
}
@media (max-width: 1080px) {
  body[data-section=media-newsroom] .header li a:not(:last-child):after,
  body[data-section=media-renderings] .header li a:not(:last-child):after,
  body[data-section=galleries] .header li a:not(:last-child):after,
  body[data-section=media-about] .header li a:not(:last-child):after,
  body[data-section=press-releases] .header li a:not(:last-child):after {
    top: 5px;
  }
}
@media (max-width: 1280px) {
  body[data-section=media-newsroom] .header li a,
  body[data-section=media-renderings] .header li a,
  body[data-section=galleries] .header li a,
  body[data-section=media-about] .header li a,
  body[data-section=press-releases] .header li a {
    padding: 20px 10px;
  }
}
body[data-section=media-newsroom] .header li a:hover,
body[data-section=media-renderings] .header li a:hover,
body[data-section=galleries] .header li a:hover,
body[data-section=media-about] .header li a:hover,
body[data-section=press-releases] .header li a:hover {
  text-decoration: underline;
}
body[data-section=media-newsroom] .header li a:hover,
body[data-section=media-renderings] .header li a:hover,
body[data-section=galleries] .header li a:hover,
body[data-section=media-about] .header li a:hover,
body[data-section=press-releases] .header li a:hover {
  text-decoration: underline;
}
body[data-section=media-newsroom] .header li.contact-button,
body[data-section=media-renderings] .header li.contact-button,
body[data-section=galleries] .header li.contact-button,
body[data-section=media-about] .header li.contact-button,
body[data-section=press-releases] .header li.contact-button {
  display: none;
  overflow: hidden;
  margin-left: 30px;
}
body[data-section=media-newsroom] .header .logo,
body[data-section=media-renderings] .header .logo,
body[data-section=galleries] .header .logo,
body[data-section=media-about] .header .logo,
body[data-section=press-releases] .header .logo {
  display: block;
  float: right;
  text-decoration: none;
  z-index: 1;
}
body[data-section=media-newsroom] .header .logo img,
body[data-section=media-renderings] .header .logo img,
body[data-section=galleries] .header .logo img,
body[data-section=media-about] .header .logo img,
body[data-section=press-releases] .header .logo img {
  max-width: 200px;
  width: 200px;
}
body[data-section=media-newsroom] .header .menu,
body[data-section=media-renderings] .header .menu,
body[data-section=galleries] .header .menu,
body[data-section=media-about] .header .menu,
body[data-section=press-releases] .header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 1280px) {
  body[data-section=media-newsroom] .header .menu,
  body[data-section=media-renderings] .header .menu,
  body[data-section=galleries] .header .menu,
  body[data-section=media-about] .header .menu,
  body[data-section=press-releases] .header .menu {
    transition: max-height 0s ease-out;
  }
}
body[data-section=media-newsroom] .header .menu-icon,
body[data-section=media-renderings] .header .menu-icon,
body[data-section=galleries] .header .menu-icon,
body[data-section=media-about] .header .menu-icon,
body[data-section=press-releases] .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0 0 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
body[data-section=media-newsroom] .header .menu-icon .navicon,
body[data-section=media-renderings] .header .menu-icon .navicon,
body[data-section=galleries] .header .menu-icon .navicon,
body[data-section=media-about] .header .menu-icon .navicon,
body[data-section=press-releases] .header .menu-icon .navicon {
  background: #746144;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 38px;
}
body[data-section=media-newsroom] .header .menu-icon .navicon:before,
body[data-section=media-newsroom] .header .menu-icon .navicon:after,
body[data-section=media-renderings] .header .menu-icon .navicon:before,
body[data-section=media-renderings] .header .menu-icon .navicon:after,
body[data-section=galleries] .header .menu-icon .navicon:before,
body[data-section=galleries] .header .menu-icon .navicon:after,
body[data-section=media-about] .header .menu-icon .navicon:before,
body[data-section=media-about] .header .menu-icon .navicon:after,
body[data-section=press-releases] .header .menu-icon .navicon:before,
body[data-section=press-releases] .header .menu-icon .navicon:after {
  background: #746144;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
body[data-section=media-newsroom] .header .menu-icon .navicon:before,
body[data-section=media-renderings] .header .menu-icon .navicon:before,
body[data-section=galleries] .header .menu-icon .navicon:before,
body[data-section=media-about] .header .menu-icon .navicon:before,
body[data-section=press-releases] .header .menu-icon .navicon:before {
  top: 9px;
}
body[data-section=media-newsroom] .header .menu-icon .navicon:after,
body[data-section=media-renderings] .header .menu-icon .navicon:after,
body[data-section=galleries] .header .menu-icon .navicon:after,
body[data-section=media-about] .header .menu-icon .navicon:after,
body[data-section=press-releases] .header .menu-icon .navicon:after {
  top: -9px;
}
body[data-section=media-newsroom] .header .menu-btn,
body[data-section=media-renderings] .header .menu-btn,
body[data-section=galleries] .header .menu-btn,
body[data-section=media-about] .header .menu-btn,
body[data-section=press-releases] .header .menu-btn {
  display: none;
}
body[data-section=media-newsroom] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=media-newsroom] .header .menu-btn:checked + .menu-icon .navicon:after,
body[data-section=media-renderings] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=media-renderings] .header .menu-btn:checked + .menu-icon .navicon:after,
body[data-section=galleries] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=galleries] .header .menu-btn:checked + .menu-icon .navicon:after,
body[data-section=media-about] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=media-about] .header .menu-btn:checked + .menu-icon .navicon:after,
body[data-section=press-releases] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=press-releases] .header .menu-btn:checked + .menu-icon .navicon:after {
  background: #746144;
}
body[data-section=media-newsroom] .header .menu-btn:checked + .menu-icon + a.logo img.brown,
body[data-section=media-renderings] .header .menu-btn:checked + .menu-icon + a.logo img.brown,
body[data-section=galleries] .header .menu-btn:checked + .menu-icon + a.logo img.brown,
body[data-section=media-about] .header .menu-btn:checked + .menu-icon + a.logo img.brown,
body[data-section=press-releases] .header .menu-btn:checked + .menu-icon + a.logo img.brown {
  display: block;
  opacity: 1;
}
body[data-section=media-newsroom] .header .menu-btn:checked + .menu-icon + a.logo img.white,
body[data-section=media-renderings] .header .menu-btn:checked + .menu-icon + a.logo img.white,
body[data-section=galleries] .header .menu-btn:checked + .menu-icon + a.logo img.white,
body[data-section=media-about] .header .menu-btn:checked + .menu-icon + a.logo img.white,
body[data-section=press-releases] .header .menu-btn:checked + .menu-icon + a.logo img.white {
  display: none;
  opacity: 0;
}
body[data-section=media-newsroom] .header .menu-btn:checked ~ .menu,
body[data-section=media-renderings] .header .menu-btn:checked ~ .menu,
body[data-section=galleries] .header .menu-btn:checked ~ .menu,
body[data-section=media-about] .header .menu-btn:checked ~ .menu,
body[data-section=press-releases] .header .menu-btn:checked ~ .menu {
  max-height: 100%;
  margin: 0;
  width: 100%;
  padding: 30px;
  position: fixed;
}
body[data-section=media-newsroom] .header .menu-btn:checked ~ .menu:before,
body[data-section=media-renderings] .header .menu-btn:checked ~ .menu:before,
body[data-section=galleries] .header .menu-btn:checked ~ .menu:before,
body[data-section=media-about] .header .menu-btn:checked ~ .menu:before,
body[data-section=press-releases] .header .menu-btn:checked ~ .menu:before {
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  background: #ECEAE7;
}
@media (max-width: 1080px) {
  body[data-section=media-newsroom] .header .menu-btn:checked ~ .menu,
  body[data-section=media-renderings] .header .menu-btn:checked ~ .menu,
  body[data-section=galleries] .header .menu-btn:checked ~ .menu,
  body[data-section=media-about] .header .menu-btn:checked ~ .menu,
  body[data-section=press-releases] .header .menu-btn:checked ~ .menu {
    margin-top: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
    width: 100%;
    height: calc(100vh - 91px);
    top: 0;
    left: 0;
  }
}
body[data-section=media-newsroom] .header .menu-btn:checked + .menu-icon .navicon,
body[data-section=media-renderings] .header .menu-btn:checked + .menu-icon .navicon,
body[data-section=galleries] .header .menu-btn:checked + .menu-icon .navicon,
body[data-section=media-about] .header .menu-btn:checked + .menu-icon .navicon,
body[data-section=press-releases] .header .menu-btn:checked + .menu-icon .navicon {
  background: transparent;
}
body[data-section=media-newsroom] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=media-renderings] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=galleries] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=media-about] .header .menu-btn:checked + .menu-icon .navicon:before,
body[data-section=press-releases] .header .menu-btn:checked + .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
body[data-section=media-newsroom] .header .menu-btn:checked ~ .menu-icon .navicon:after,
body[data-section=media-renderings] .header .menu-btn:checked ~ .menu-icon .navicon:after,
body[data-section=galleries] .header .menu-btn:checked ~ .menu-icon .navicon:after,
body[data-section=media-about] .header .menu-btn:checked ~ .menu-icon .navicon:after,
body[data-section=press-releases] .header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
body[data-section=media-newsroom] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
body[data-section=media-newsroom] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
body[data-section=media-renderings] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
body[data-section=media-renderings] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
body[data-section=galleries] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
body[data-section=galleries] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
body[data-section=media-about] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
body[data-section=media-about] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
body[data-section=press-releases] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
body[data-section=press-releases] .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
@media (min-width: 1081px) {
  body[data-section=media-newsroom] .header,
  body[data-section=media-renderings] .header,
  body[data-section=galleries] .header,
  body[data-section=media-about] .header,
  body[data-section=press-releases] .header {
    padding: 20px 60px;
  }
  body[data-section=media-newsroom] .header li,
  body[data-section=media-renderings] .header li,
  body[data-section=galleries] .header li,
  body[data-section=media-about] .header li,
  body[data-section=press-releases] .header li {
    float: left;
  }
  body[data-section=media-newsroom] .header li.contact-button,
  body[data-section=media-renderings] .header li.contact-button,
  body[data-section=galleries] .header li.contact-button,
  body[data-section=media-about] .header li.contact-button,
  body[data-section=press-releases] .header li.contact-button {
    display: block;
  }
  body[data-section=media-newsroom] .header .logo,
  body[data-section=media-renderings] .header .logo,
  body[data-section=galleries] .header .logo,
  body[data-section=media-about] .header .logo,
  body[data-section=press-releases] .header .logo {
    float: left;
  }
  body[data-section=media-newsroom] .header .logo img,
  body[data-section=media-renderings] .header .logo img,
  body[data-section=galleries] .header .logo img,
  body[data-section=media-about] .header .logo img,
  body[data-section=press-releases] .header .logo img {
    max-width: 300px;
    width: 300px;
  }
  body[data-section=media-newsroom] .header .menu,
  body[data-section=media-renderings] .header .menu,
  body[data-section=galleries] .header .menu,
  body[data-section=media-about] .header .menu,
  body[data-section=press-releases] .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  body[data-section=media-newsroom] .header .menu-icon,
  body[data-section=media-renderings] .header .menu-icon,
  body[data-section=galleries] .header .menu-icon,
  body[data-section=media-about] .header .menu-icon,
  body[data-section=press-releases] .header .menu-icon {
    display: none;
  }
}
body[data-section=media-newsroom] .btn-contact,
body[data-section=media-renderings] .btn-contact,
body[data-section=galleries] .btn-contact,
body[data-section=media-about] .btn-contact,
body[data-section=press-releases] .btn-contact {
  background-color: #746144;
  color: #fff !important;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 30px !important;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  body[data-section=media-newsroom] .btn-contact,
  body[data-section=media-renderings] .btn-contact,
  body[data-section=galleries] .btn-contact,
  body[data-section=media-about] .btn-contact,
  body[data-section=press-releases] .btn-contact {
    padding: 20px 30px !important;
  }
}
body[data-section=media-newsroom] a.btn-contact:hover,
body[data-section=media-renderings] a.btn-contact:hover,
body[data-section=galleries] a.btn-contact:hover,
body[data-section=media-about] a.btn-contact:hover,
body[data-section=press-releases] a.btn-contact:hover {
  color: #fff !important;
}
body[data-section=media-newsroom] .media-galleries,
body[data-section=media-renderings] .media-galleries,
body[data-section=galleries] .media-galleries,
body[data-section=media-about] .media-galleries,
body[data-section=press-releases] .media-galleries {
  padding-top: 0;
}
body[data-section=media-newsroom] .media-galleries .grid-items.grid-col-2,
body[data-section=media-renderings] .media-galleries .grid-items.grid-col-2,
body[data-section=galleries] .media-galleries .grid-items.grid-col-2,
body[data-section=media-about] .media-galleries .grid-items.grid-col-2,
body[data-section=press-releases] .media-galleries .grid-items.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 615px;
  grid-template-areas: "a a";
}
body[data-section=media-newsroom] footer .more-links, body[data-section=media-newsroom] footer .continue-links,
body[data-section=media-renderings] footer .more-links,
body[data-section=media-renderings] footer .continue-links,
body[data-section=galleries] footer .more-links,
body[data-section=galleries] footer .continue-links,
body[data-section=media-about] footer .more-links,
body[data-section=media-about] footer .continue-links,
body[data-section=press-releases] footer .more-links,
body[data-section=press-releases] footer .continue-links {
  display: none;
}
body[data-section=media-newsroom] footer .main-content .contact, body[data-section=media-newsroom] footer .main-content .social-links,
body[data-section=media-renderings] footer .main-content .contact,
body[data-section=media-renderings] footer .main-content .social-links,
body[data-section=galleries] footer .main-content .contact,
body[data-section=galleries] footer .main-content .social-links,
body[data-section=media-about] footer .main-content .contact,
body[data-section=media-about] footer .main-content .social-links,
body[data-section=press-releases] footer .main-content .contact,
body[data-section=press-releases] footer .main-content .social-links {
  display: none;
}

body[data-section=media-newsroom] .media-galleries {
  padding-top: 80px;
}
body[data-section=media-newsroom] .media-galleries .grid-items.grid-5 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 615px);
  grid-template-areas: "a a" "a a" "b b";
}
body[data-section=media-newsroom] .media-galleries .grid-items.short {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 615px;
  grid-template-areas: "a a";
}

body[data-section=media-about] .module-video {
  min-height: calc(100vh - 114px - 118px);
}
body[data-section=media-about] #team_galleries_link .back {
  background-color: transparent !important;
}

@media (max-width: 1080px) {
  .media-gallery .fancybox__slide.has-image {
    padding: 8px 8px 8px 8px !important;
  }
}

.single-new .btn-external {
  display: inline-block;
  color: #957D73;
  border-color: #957D73;
  width: auto;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 35px;
}
.single-new .module-filters {
  margin-bottom: 0;
}
.single-new .module-filters .item-col .row-filters {
  padding-bottom: 8px;
}
.single-new .content-new {
  padding-top: 111px;
  padding-bottom: 100px;
}
@media (max-width: 1380px) and (min-width: 1025px) {
  .single-new .content-new {
    padding-top: 89px;
  }
}
.single-new .content-new .container-image img {
  max-width: 100%;
  max-height: 638px;
}
.single-new .content-new h2, .single-new .content-new .h2 {
  position: relative;
  width: 100%;
  max-width: 415px;
  margin: 0 0 36px;
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-align: left;
  max-width: 910px;
  color: #746144;
}
.single-new .content-new .info-new .info {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #93836A;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.single-new .content-new .info-new .info .date {
  text-align: left;
}
.single-new .content-new .info-new .info .cat {
  text-align: left;
}
.single-new .content-new .container-text {
  font-family: "Graphik", sans-serif;
  color: #957D73;
  width: 100%;
  max-width: 910px;
}
.single-new .content-new .container-text .btn-read-more {
  font-weight: 400;
  text-align: left;
  color: #93836A;
  padding: 0;
  font-size: 14px;
}
.single-new .content-new .container-text .btn-read-more .less {
  display: none;
}
.single-new .content-new .container-text .btn-read-more .more {
  display: block;
}
.single-new .content-new .container-text .btn-read-more:not(.collapsed) .less {
  display: block;
}
.single-new .content-new .container-text .btn-read-more:not(.collapsed) .more {
  display: none;
}
.single-new .content-new .container-text p {
  text-align: left;
  margin-bottom: 15px;
}
.single-new .content-new .container-text p strong {
  font-weight: 500;
}

.condominium .container {
  max-width: 1328px;
}
.condominium .section-condominium {
  padding: 160px 0 80px;
  display: flex;
  align-items: center;
  background-color: rgb(239, 238, 236);
}
.condominium .section-condominium .content-download {
  max-width: 400px;
  margin: 0 auto;
}
.condominium .section-condominium .content-download p {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #746144;
  margin-bottom: 40px;
}
.condominium .section-condominium .content-download .btn {
  background-color: #746144;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: auto;
}
.condominium .section-condominium .content-download .btn span {
  display: block;
  width: 35px;
  margin-left: 12px;
}
.condominium .section-condominium .content-download .btn span svg {
  width: 100%;
}
@media (max-width: 1280px) {
  .condominium .section-condominium .content-download .btn {
    font-size: 14px;
  }
  .condominium .section-condominium .content-download .btn span {
    width: 18px;
  }
}

.gallery-films .video-full-width {
  margin: 0 auto 62px;
}
.gallery-films .video-full-width .media-content {
  position: relative;
  margin: 0 auto 62px;
}
.gallery-films .video-full-width .media-content .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.gallery-films .video-full-width .media-content .info p {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
}
@media (max-width: 992px) {
  .gallery-films .video-full-width .media-content .info p {
    font-size: 17px;
  }
}
.gallery-films .video-full-width .media-content .info .play-item {
  position: relative;
  z-index: 14;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .gallery-films .video-full-width .media-content .info .logo-story-behind {
    max-width: 250px;
  }
}
.gallery-films .video-full-width .media-content .image-poster {
  height: 650px;
}
.gallery-films h3, .gallery-films .h3 {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 16px;
  margin-bottom: 9px;
}
.gallery-films .load-more {
  border-width: 0;
  border-style: solid;
  background-color: transparent;
  display: flex;
  font-weight: 500;
  color: #6B5A3F;
  text-decoration-line: underline;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gallery-films .no-more-post, .gallery-films .load-more {
  margin: 40px auto 80px;
}
.gallery-films .margin-cats {
  margin-bottom: 3px;
}
.gallery-films .section-films {
  padding-top: 190px;
  padding-bottom: 50px;
}
@media (min-width: 1281px) {
  .gallery-films .section-films {
    padding-top: 150px;
  }
}
@media (max-width: 1280px) {
  .gallery-films .section-films {
    padding-top: 110px;
  }
}
.gallery-films .section-films .films-items {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media (max-width: 1080px) {
  .gallery-films .section-films .films-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .gallery-films .section-films .films-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-films .section-films .wrap-highlights {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  /*max-width: 1280px;*/
  margin: 0 auto 62px;
  display: grid;
}
@media (max-width: 992px) {
  .gallery-films .section-films .wrap-highlights {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-films .section-films .wrap-films {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.gallery-films .section-films .wrap-films .film-main {
  top: 100px;
  width: 60%;
  height: 100%;
  position: sticky;
}
@media (max-width: 1023px) {
  .gallery-films .section-films .wrap-films .film-main {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.gallery-films .section-films .wrap-films .films-sidebar {
  width: calc(40% - 30px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .gallery-films .section-films .wrap-films .films-sidebar {
    margin-top: 30px;
    width: 100%;
  }
}
.gallery-films .section-films .wrap-films .films-sidebar .item.active {
  display: none;
}

.fancybox__container .fancybox__content#hidden-video {
  padding: 0;
}

@media (min-width: 1081px) {
  .sales-gallery-landing .sales-gallery-01-module {
    min-height: auto;
  }
}
@media (max-width: 1080px) {
  .sales-gallery-landing .module-cinemagraph .container-text p {
    text-align: center;
  }
  .sales-gallery-landing .module-cinemagraph .container-text .title h2, .sales-gallery-landing .module-cinemagraph .container-text .title .h2 {
    text-align: center;
    width: 100%;
  }
}

.film-single .video-view {
  padding-top: 140px;
  padding-bottom: 60px;
  height: calc(100vh - 30px);
}
@media (max-width: 600px) {
  .film-single .video-view {
    padding-top: 20px;
    padding-bottom: 0;
    height: calc(100vh - 90px);
  }
}
.film-single .video-view .content-iframe {
  padding: 0;
  position: relative;
  height: 100vh;
  max-height: calc(100vh - 200px);
}
@media (max-width: 600px) {
  .film-single .video-view .content-iframe {
    max-height: calc(100vh - 145px);
  }
}

body[data-section=craftsmanship] #craftsmanship_title {
  padding-top: 50px;
  padding-bottom: 50px;
}
body[data-section=craftsmanship] .craftsmanship-second-title {
  padding-top: 40px;
  padding-bottom: 80px;
}
body[data-section=craftsmanship] .module-one {
  padding: 0 0 120px;
}
body[data-section=craftsmanship] .module-one .container-fluid, body[data-section=craftsmanship] .module-one .container-sm, body[data-section=craftsmanship] .module-one .container-md, body[data-section=craftsmanship] .module-one .container-lg, body[data-section=craftsmanship] .module-one .container-xl, body[data-section=craftsmanship] .module-one .container-xxl {
  max-width: 1300px;
}
@media (min-width: 1081px) {
  body[data-section=craftsmanship] .module-two .container-fluid, body[data-section=craftsmanship] .module-two .container-sm, body[data-section=craftsmanship] .module-two .container-md, body[data-section=craftsmanship] .module-two .container-lg, body[data-section=craftsmanship] .module-two .container-xl, body[data-section=craftsmanship] .module-two .container-xxl {
    max-width: 1300px;
  }
  body[data-section=craftsmanship] .module-two .grid-module.width_2 {
    grid-template-columns: 60% auto;
  }
  body[data-section=craftsmanship] .module-two .row-slide {
    order: 2;
    max-width: 486px;
    min-height: auto;
    max-height: 550px !important;
  }
  body[data-section=craftsmanship] .module-two .row-info {
    order: 1;
  }
  body[data-section=craftsmanship] .module-two .row-info .container-text .title {
    justify-content: end;
  }
  body[data-section=craftsmanship] .module-two .row-info .container-text .title h2, body[data-section=craftsmanship] .module-two .row-info .container-text .title .h2 {
    text-align: right;
  }
  body[data-section=craftsmanship] .module-two .row-info .container-text p {
    text-align: right;
  }
  body[data-section=craftsmanship] .module-two .wrap-info .col-text {
    max-width: 522px;
    margin-right: 0;
    margin-left: auto;
  }
}

.module-accordion {
  min-height: auto;
  height: auto;
  background-color: #F4F3EF;
}
.module-accordion h2.title, .module-accordion .title.h2 {
  font-family: "Graphik", sans-serif;
  position: relative;
  float: left;
  color: #93836A;
  text-align: left;
  width: auto;
  margin: 0px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.44px;
  text-transform: none;
  margin-bottom: 60px;
}
.module-accordion h3.title, .module-accordion .title.h3 {
  font-family: "Graphik", sans-serif;
  position: relative;
  float: left;
  color: #93836A;
  text-align: left;
  width: auto;
  margin: 0px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.module-accordion .accordion {
  max-width: 850px;
}
.module-accordion .accordion .accordion-item {
  background: transparent !important;
}
.module-accordion .accordion .accordion-item .accordion-header .accordion-button {
  color: #93836A;
  background-color: #F4F3EF;
  font-family: "Graphik", sans-serif;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  padding-left: 0;
}
.module-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.btn-share):not(.collapsed) {
  color: #93836A;
  background-color: #F4F3EF;
}
.module-accordion .accordion .accordion-item .accordion-body {
  font-family: "Graphik", sans-serif;
  color: #93836A;
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
}
.module-accordion .accordion .accordion-item .accordion-body p {
  font-family: "Graphik", sans-serif;
  color: #93836A;
  font-weight: normal;
  text-transform: none;
}
.module-accordion .accordion .accordion-item .col-links {
  display: flex;
  gap: 10px;
  text-align: left;
}
@media (max-width: 1080px) {
  .module-accordion .accordion .accordion-item .col-links {
    flex-direction: column;
  }
}
.module-accordion .accordion .accordion-item .btn {
  color: #fff;
  background-color: #746144;
  width: 280px;
  padding: 0;
  margin: 0;
}
.module-accordion .accordion .accordion-item .btn span {
  color: #fff;
}
