@charset "UTF-8";
@import url(//unpkg.com/swiper@8/swiper-bundle.min.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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 {
  font-size: 0.875em;
}

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: #858585;
  text-decoration: none;
}
a:hover {
  color: #858585;
  text-decoration: none;
}

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

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  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%;
}

.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, .umbraco-forms-container .form-group.recaptcha2 {
  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 {
    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%;
  }

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

  .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: 1024px) {
  .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%;
  }

  .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: 1340px) {
  .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%;
  }

  .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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #333;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #333;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #333;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
  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(:first-child) {
  border-top: 2px solid 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-borderless > :not(:first-child) {
  border-top-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: #cccccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8b8b8;
}

.table-secondary {
  --bs-table-bg: #ccccff;
  --bs-table-striped-bg: #c2c2f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8b8e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdbdec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8b8e6;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #ffcccc;
  --bs-table-striped-bg: #f2c2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6b8b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecbdbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6b8b8;
}

.table-light {
  --bs-table-bg: #858585;
  --bs-table-striped-bg: #7e7e7e;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #787878;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #7b7b7b;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #787878;
}

.table-dark {
  --bs-table-bg: #333;
  --bs-table-striped-bg: #3d3d3d;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #474747;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #424242;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #474747;
}

.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: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1339.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 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.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.5);
  appearance: none;
  border-radius: 0;
  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: #333;
  background-color: #ffffff;
  border-color: rgba(51, 51, 51, 0.5);
  outline: 0;
  box-shadow: none !important;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.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.75rem 0;
  margin: -0.75rem 0;
  margin-inline-end: 0;
  color: #333;
  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: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0;
  margin: -0.75rem 0;
  margin-inline-end: 0;
  color: #333;
  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::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333;
  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 + 1.5rem + 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 {
  width: 3rem;
  height: auto;
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 0 0.75rem 0;
  -moz-padding-start: -3px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
  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 center;
  background-size: 16px 12px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgba(51, 51, 51, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

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

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

.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: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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: rgba(51, 51, 51, 0.5);
  outline: 0;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.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='%23ffffff' 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='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #000000;
  border-color: #000000;
  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='%23ffffff' 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='rgba%2851, 51, 51, 0.5%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='%23ffffff'/%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;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, none !important;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none !important;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3b3b3;
}
.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: #000000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3b3b3;
}
.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;
  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;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.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: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.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0;
}

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

.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: #ffffff;
  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 + 1.5rem);
  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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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 + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.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: 0;
  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 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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: red;
}

.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: #000000;
  background-color: rgba(255, 0, 0, 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: red;
  padding-right: calc(1.5em + 1.5rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: red;
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: red;
}
.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: 0;
  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"), none;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: red;
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}

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

.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: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .umbraco-forms-page.form-btn-primary .btn {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover, .umbraco-forms-page.form-btn-primary .btn:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-primary, .umbraco-forms-page.form-btn-primary .btn-check:focus + .btn, .btn-primary:focus, .umbraco-forms-page.form-btn-primary .btn:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-primary, .umbraco-forms-page.form-btn-primary .btn-check:checked + .btn, .btn-check:active + .btn-primary, .umbraco-forms-page.form-btn-primary .btn-check:active + .btn, .btn-primary:active, .umbraco-forms-page.form-btn-primary .btn:active, .btn-primary.active, .umbraco-forms-page.form-btn-primary .active.btn, .show > .btn-primary.dropdown-toggle, .umbraco-forms-page.form-btn-primary .show > .dropdown-toggle.btn {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-primary:focus, .umbraco-forms-page.form-btn-primary .btn-check:checked + .btn:focus, .btn-check:active + .btn-primary:focus, .umbraco-forms-page.form-btn-primary .btn-check:active + .btn:focus, .btn-primary:active:focus, .umbraco-forms-page.form-btn-primary .btn:active:focus, .btn-primary.active:focus, .umbraco-forms-page.form-btn-primary .active.btn:focus, .show > .btn-primary.dropdown-toggle:focus, .umbraco-forms-page.form-btn-primary .show > .dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-primary:disabled, .umbraco-forms-page.form-btn-primary .btn:disabled, .btn-primary.disabled, .umbraco-forms-page.form-btn-primary .disabled.btn {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-secondary, .umbraco-forms-page.form-btn-secondary .btn {
  color: #ffffff;
  background-color: blue;
  border-color: blue;
}
.btn-secondary:hover, .umbraco-forms-page.form-btn-secondary .btn:hover {
  color: #ffffff;
  background-color: #0000d9;
  border-color: #0000cc;
}
.btn-check:focus + .btn-secondary, .umbraco-forms-page.form-btn-secondary .btn-check:focus + .btn, .btn-secondary:focus, .umbraco-forms-page.form-btn-secondary .btn:focus {
  color: #ffffff;
  background-color: #0000d9;
  border-color: #0000cc;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 255, 0.5);
}
.btn-check:checked + .btn-secondary, .umbraco-forms-page.form-btn-secondary .btn-check:checked + .btn, .btn-check:active + .btn-secondary, .umbraco-forms-page.form-btn-secondary .btn-check:active + .btn, .btn-secondary:active, .umbraco-forms-page.form-btn-secondary .btn:active, .btn-secondary.active, .umbraco-forms-page.form-btn-secondary .active.btn, .show > .btn-secondary.dropdown-toggle, .umbraco-forms-page.form-btn-secondary .show > .dropdown-toggle.btn {
  color: #ffffff;
  background-color: #0000cc;
  border-color: #0000bf;
}
.btn-check:checked + .btn-secondary:focus, .umbraco-forms-page.form-btn-secondary .btn-check:checked + .btn:focus, .btn-check:active + .btn-secondary:focus, .umbraco-forms-page.form-btn-secondary .btn-check:active + .btn:focus, .btn-secondary:active:focus, .umbraco-forms-page.form-btn-secondary .btn:active:focus, .btn-secondary.active:focus, .umbraco-forms-page.form-btn-secondary .active.btn:focus, .show > .btn-secondary.dropdown-toggle:focus, .umbraco-forms-page.form-btn-secondary .show > .dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 255, 0.5);
}
.btn-secondary:disabled, .umbraco-forms-page.form-btn-secondary .btn:disabled, .btn-secondary.disabled, .umbraco-forms-page.form-btn-secondary .disabled.btn {
  color: #ffffff;
  background-color: blue;
  border-color: blue;
}

.btn-success {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #ffffff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #146c43;
  border-color: #13653f;
}
.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(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 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: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.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, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.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(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #000000;
  background-color: red;
  border-color: red;
}
.btn-danger:hover {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #ff3333;
  border-color: #ff1a1a;
}
.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(217, 0, 0, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: red;
  border-color: red;
}

.btn-light {
  color: #000000;
  background-color: #858585;
  border-color: #858585;
}
.btn-light:hover {
  color: #000000;
  background-color: #979797;
  border-color: #919191;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #979797;
  border-color: #919191;
  box-shadow: 0 0 0 0.25rem rgba(113, 113, 113, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #9d9d9d;
  border-color: #919191;
}
.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(113, 113, 113, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #858585;
  border-color: #858585;
}

.btn-dark {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #292929;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #292929;
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #292929;
  border-color: #262626;
}
.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(82, 82, 82, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-primary, .umbraco-forms-page.form-btn-outline-primary .btn {
  color: #000000;
  border-color: #000000;
}
.btn-outline-primary:hover, .umbraco-forms-page.form-btn-outline-primary .btn:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-primary, .umbraco-forms-page.form-btn-outline-primary .btn-check:focus + .btn, .btn-outline-primary:focus, .umbraco-forms-page.form-btn-outline-primary .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .umbraco-forms-page.form-btn-outline-primary .btn-check:checked + .btn, .btn-check:active + .btn-outline-primary, .umbraco-forms-page.form-btn-outline-primary .btn-check:active + .btn, .btn-outline-primary:active, .umbraco-forms-page.form-btn-outline-primary .btn:active, .btn-outline-primary.active, .umbraco-forms-page.form-btn-outline-primary .active.btn, .btn-outline-primary.dropdown-toggle.show, .umbraco-forms-page.form-btn-outline-primary .dropdown-toggle.show.btn {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-primary:focus, .umbraco-forms-page.form-btn-outline-primary .btn-check:checked + .btn:focus, .btn-check:active + .btn-outline-primary:focus, .umbraco-forms-page.form-btn-outline-primary .btn-check:active + .btn:focus, .btn-outline-primary:active:focus, .umbraco-forms-page.form-btn-outline-primary .btn:active:focus, .btn-outline-primary.active:focus, .umbraco-forms-page.form-btn-outline-primary .active.btn:focus, .btn-outline-primary.dropdown-toggle.show:focus, .umbraco-forms-page.form-btn-outline-primary .dropdown-toggle.show.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .umbraco-forms-page.form-btn-outline-primary .btn:disabled, .btn-outline-primary.disabled, .umbraco-forms-page.form-btn-outline-primary .disabled.btn {
  color: #000000;
  background-color: transparent;
}

.btn-outline-secondary, .umbraco-forms-page.form-btn-outline-secondary .btn {
  color: blue;
  border-color: blue;
}
.btn-outline-secondary:hover, .umbraco-forms-page.form-btn-outline-secondary .btn:hover {
  color: #ffffff;
  background-color: blue;
  border-color: blue;
}
.btn-check:focus + .btn-outline-secondary, .umbraco-forms-page.form-btn-outline-secondary .btn-check:focus + .btn, .btn-outline-secondary:focus, .umbraco-forms-page.form-btn-outline-secondary .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .umbraco-forms-page.form-btn-outline-secondary .btn-check:checked + .btn, .btn-check:active + .btn-outline-secondary, .umbraco-forms-page.form-btn-outline-secondary .btn-check:active + .btn, .btn-outline-secondary:active, .umbraco-forms-page.form-btn-outline-secondary .btn:active, .btn-outline-secondary.active, .umbraco-forms-page.form-btn-outline-secondary .active.btn, .btn-outline-secondary.dropdown-toggle.show, .umbraco-forms-page.form-btn-outline-secondary .dropdown-toggle.show.btn {
  color: #ffffff;
  background-color: blue;
  border-color: blue;
}
.btn-check:checked + .btn-outline-secondary:focus, .umbraco-forms-page.form-btn-outline-secondary .btn-check:checked + .btn:focus, .btn-check:active + .btn-outline-secondary:focus, .umbraco-forms-page.form-btn-outline-secondary .btn-check:active + .btn:focus, .btn-outline-secondary:active:focus, .umbraco-forms-page.form-btn-outline-secondary .btn:active:focus, .btn-outline-secondary.active:focus, .umbraco-forms-page.form-btn-outline-secondary .active.btn:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .umbraco-forms-page.form-btn-outline-secondary .dropdown-toggle.show.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.5);
}
.btn-outline-secondary:disabled, .umbraco-forms-page.form-btn-outline-secondary .btn:disabled, .btn-outline-secondary.disabled, .umbraco-forms-page.form-btn-outline-secondary .disabled.btn {
  color: blue;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #ffffff;
  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: #ffffff;
  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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  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: red;
  border-color: red;
}
.btn-outline-danger:hover {
  color: #000000;
  background-color: red;
  border-color: red;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 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: #000000;
  background-color: red;
  border-color: red;
}
.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(255, 0, 0, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: red;
  background-color: transparent;
}

.btn-outline-light {
  color: #858585;
  border-color: #858585;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #858585;
  border-color: #858585;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 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: #000000;
  background-color: #858585;
  border-color: #858585;
}
.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(133, 133, 133, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #858585;
  background-color: transparent;
}

.btn-outline-dark {
  color: #333;
  border-color: #333;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 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: #ffffff;
  background-color: #333;
  border-color: #333;
}
.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(51, 51, 51, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #333;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #858585;
  text-decoration: none;
}
.btn-link:hover {
  color: #858585;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

#ui-datepicker-div {
  z-index: 999 !important;
  background-image: none !important;
  width: 300px;
}

ul.unstyled-list, ol.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.unstyled-list > li, ol.unstyled-list > li {
  margin: 0 !important;
}
ul.unstyled-list > li:before, ol.unstyled-list > li:before {
  display: none;
}

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

.umbraco-forms-container .row:not(.no-gutters) {
  margin-right: -20px;
  margin-left: -20px;
}
.umbraco-forms-container .row:not(.no-gutters) > .col,
.umbraco-forms-container .row:not(.no-gutters) > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
.umbraco-forms-container .form-group.recaptcha2 {
  padding-right: 20px;
  padding-left: 20px;
}

.form-group.order-last,
.w-100.order-last {
  order: 51;
}
.form-group.order-0,
.w-100.order-0 {
  order: 0;
}
.form-group.order-1,
.w-100.order-1 {
  order: 1;
}
.form-group.order-2,
.w-100.order-2 {
  order: 2;
}
.form-group.order-3,
.w-100.order-3 {
  order: 3;
}
.form-group.order-4,
.w-100.order-4 {
  order: 4;
}
.form-group.order-5,
.w-100.order-5 {
  order: 5;
}
.form-group.order-6,
.w-100.order-6 {
  order: 6;
}
.form-group.order-7,
.w-100.order-7 {
  order: 7;
}
.form-group.order-8,
.w-100.order-8 {
  order: 8;
}
.form-group.order-9,
.w-100.order-9 {
  order: 9;
}
.form-group.order-10,
.w-100.order-10 {
  order: 10;
}
.form-group.order-11,
.w-100.order-11 {
  order: 11;
}
.form-group.order-12,
.w-100.order-12 {
  order: 12;
}
.form-group.order-13,
.w-100.order-13 {
  order: 13;
}
.form-group.order-14,
.w-100.order-14 {
  order: 14;
}
.form-group.order-15,
.w-100.order-15 {
  order: 15;
}
.form-group.order-16,
.w-100.order-16 {
  order: 16;
}
.form-group.order-17,
.w-100.order-17 {
  order: 17;
}
.form-group.order-18,
.w-100.order-18 {
  order: 18;
}
.form-group.order-19,
.w-100.order-19 {
  order: 19;
}
.form-group.order-20,
.w-100.order-20 {
  order: 20;
}
.form-group.order-21,
.w-100.order-21 {
  order: 21;
}
.form-group.order-22,
.w-100.order-22 {
  order: 22;
}
.form-group.order-23,
.w-100.order-23 {
  order: 23;
}
.form-group.order-24,
.w-100.order-24 {
  order: 24;
}
.form-group.order-25,
.w-100.order-25 {
  order: 25;
}
.form-group.order-26,
.w-100.order-26 {
  order: 26;
}
.form-group.order-27,
.w-100.order-27 {
  order: 27;
}
.form-group.order-28,
.w-100.order-28 {
  order: 28;
}
.form-group.order-29,
.w-100.order-29 {
  order: 29;
}
.form-group.order-30,
.w-100.order-30 {
  order: 30;
}
.form-group.order-31,
.w-100.order-31 {
  order: 31;
}
.form-group.order-32,
.w-100.order-32 {
  order: 32;
}
.form-group.order-33,
.w-100.order-33 {
  order: 33;
}
.form-group.order-34,
.w-100.order-34 {
  order: 34;
}
.form-group.order-35,
.w-100.order-35 {
  order: 35;
}
.form-group.order-36,
.w-100.order-36 {
  order: 36;
}
.form-group.order-37,
.w-100.order-37 {
  order: 37;
}
.form-group.order-38,
.w-100.order-38 {
  order: 38;
}
.form-group.order-39,
.w-100.order-39 {
  order: 39;
}
.form-group.order-40,
.w-100.order-40 {
  order: 40;
}
.form-group.order-41,
.w-100.order-41 {
  order: 41;
}
.form-group.order-42,
.w-100.order-42 {
  order: 42;
}
.form-group.order-43,
.w-100.order-43 {
  order: 43;
}
.form-group.order-44,
.w-100.order-44 {
  order: 44;
}
.form-group.order-45,
.w-100.order-45 {
  order: 45;
}
.form-group.order-46,
.w-100.order-46 {
  order: 46;
}
.form-group.order-47,
.w-100.order-47 {
  order: 47;
}
.form-group.order-48,
.w-100.order-48 {
  order: 48;
}
.form-group.order-49,
.w-100.order-49 {
  order: 49;
}
.form-group.order-50,
.w-100.order-50 {
  order: 50;
}
@media (min-width: 576px) {
  .form-group.order-sm-last,
.w-100.order-sm-last {
    order: 51;
  }
  .form-group.order-sm-0,
.w-100.order-sm-0 {
    order: 0;
  }
  .form-group.order-sm-1,
.w-100.order-sm-1 {
    order: 1;
  }
  .form-group.order-sm-2,
.w-100.order-sm-2 {
    order: 2;
  }
  .form-group.order-sm-3,
.w-100.order-sm-3 {
    order: 3;
  }
  .form-group.order-sm-4,
.w-100.order-sm-4 {
    order: 4;
  }
  .form-group.order-sm-5,
.w-100.order-sm-5 {
    order: 5;
  }
  .form-group.order-sm-6,
.w-100.order-sm-6 {
    order: 6;
  }
  .form-group.order-sm-7,
.w-100.order-sm-7 {
    order: 7;
  }
  .form-group.order-sm-8,
.w-100.order-sm-8 {
    order: 8;
  }
  .form-group.order-sm-9,
.w-100.order-sm-9 {
    order: 9;
  }
  .form-group.order-sm-10,
.w-100.order-sm-10 {
    order: 10;
  }
  .form-group.order-sm-11,
.w-100.order-sm-11 {
    order: 11;
  }
  .form-group.order-sm-12,
.w-100.order-sm-12 {
    order: 12;
  }
  .form-group.order-sm-13,
.w-100.order-sm-13 {
    order: 13;
  }
  .form-group.order-sm-14,
.w-100.order-sm-14 {
    order: 14;
  }
  .form-group.order-sm-15,
.w-100.order-sm-15 {
    order: 15;
  }
  .form-group.order-sm-16,
.w-100.order-sm-16 {
    order: 16;
  }
  .form-group.order-sm-17,
.w-100.order-sm-17 {
    order: 17;
  }
  .form-group.order-sm-18,
.w-100.order-sm-18 {
    order: 18;
  }
  .form-group.order-sm-19,
.w-100.order-sm-19 {
    order: 19;
  }
  .form-group.order-sm-20,
.w-100.order-sm-20 {
    order: 20;
  }
  .form-group.order-sm-21,
.w-100.order-sm-21 {
    order: 21;
  }
  .form-group.order-sm-22,
.w-100.order-sm-22 {
    order: 22;
  }
  .form-group.order-sm-23,
.w-100.order-sm-23 {
    order: 23;
  }
  .form-group.order-sm-24,
.w-100.order-sm-24 {
    order: 24;
  }
  .form-group.order-sm-25,
.w-100.order-sm-25 {
    order: 25;
  }
  .form-group.order-sm-26,
.w-100.order-sm-26 {
    order: 26;
  }
  .form-group.order-sm-27,
.w-100.order-sm-27 {
    order: 27;
  }
  .form-group.order-sm-28,
.w-100.order-sm-28 {
    order: 28;
  }
  .form-group.order-sm-29,
.w-100.order-sm-29 {
    order: 29;
  }
  .form-group.order-sm-30,
.w-100.order-sm-30 {
    order: 30;
  }
  .form-group.order-sm-31,
.w-100.order-sm-31 {
    order: 31;
  }
  .form-group.order-sm-32,
.w-100.order-sm-32 {
    order: 32;
  }
  .form-group.order-sm-33,
.w-100.order-sm-33 {
    order: 33;
  }
  .form-group.order-sm-34,
.w-100.order-sm-34 {
    order: 34;
  }
  .form-group.order-sm-35,
.w-100.order-sm-35 {
    order: 35;
  }
  .form-group.order-sm-36,
.w-100.order-sm-36 {
    order: 36;
  }
  .form-group.order-sm-37,
.w-100.order-sm-37 {
    order: 37;
  }
  .form-group.order-sm-38,
.w-100.order-sm-38 {
    order: 38;
  }
  .form-group.order-sm-39,
.w-100.order-sm-39 {
    order: 39;
  }
  .form-group.order-sm-40,
.w-100.order-sm-40 {
    order: 40;
  }
  .form-group.order-sm-41,
.w-100.order-sm-41 {
    order: 41;
  }
  .form-group.order-sm-42,
.w-100.order-sm-42 {
    order: 42;
  }
  .form-group.order-sm-43,
.w-100.order-sm-43 {
    order: 43;
  }
  .form-group.order-sm-44,
.w-100.order-sm-44 {
    order: 44;
  }
  .form-group.order-sm-45,
.w-100.order-sm-45 {
    order: 45;
  }
  .form-group.order-sm-46,
.w-100.order-sm-46 {
    order: 46;
  }
  .form-group.order-sm-47,
.w-100.order-sm-47 {
    order: 47;
  }
  .form-group.order-sm-48,
.w-100.order-sm-48 {
    order: 48;
  }
  .form-group.order-sm-49,
.w-100.order-sm-49 {
    order: 49;
  }
  .form-group.order-sm-50,
.w-100.order-sm-50 {
    order: 50;
  }
}
@media (min-width: 768px) {
  .form-group.order-md-last,
.w-100.order-md-last {
    order: 51;
  }
  .form-group.order-md-0,
.w-100.order-md-0 {
    order: 0;
  }
  .form-group.order-md-1,
.w-100.order-md-1 {
    order: 1;
  }
  .form-group.order-md-2,
.w-100.order-md-2 {
    order: 2;
  }
  .form-group.order-md-3,
.w-100.order-md-3 {
    order: 3;
  }
  .form-group.order-md-4,
.w-100.order-md-4 {
    order: 4;
  }
  .form-group.order-md-5,
.w-100.order-md-5 {
    order: 5;
  }
  .form-group.order-md-6,
.w-100.order-md-6 {
    order: 6;
  }
  .form-group.order-md-7,
.w-100.order-md-7 {
    order: 7;
  }
  .form-group.order-md-8,
.w-100.order-md-8 {
    order: 8;
  }
  .form-group.order-md-9,
.w-100.order-md-9 {
    order: 9;
  }
  .form-group.order-md-10,
.w-100.order-md-10 {
    order: 10;
  }
  .form-group.order-md-11,
.w-100.order-md-11 {
    order: 11;
  }
  .form-group.order-md-12,
.w-100.order-md-12 {
    order: 12;
  }
  .form-group.order-md-13,
.w-100.order-md-13 {
    order: 13;
  }
  .form-group.order-md-14,
.w-100.order-md-14 {
    order: 14;
  }
  .form-group.order-md-15,
.w-100.order-md-15 {
    order: 15;
  }
  .form-group.order-md-16,
.w-100.order-md-16 {
    order: 16;
  }
  .form-group.order-md-17,
.w-100.order-md-17 {
    order: 17;
  }
  .form-group.order-md-18,
.w-100.order-md-18 {
    order: 18;
  }
  .form-group.order-md-19,
.w-100.order-md-19 {
    order: 19;
  }
  .form-group.order-md-20,
.w-100.order-md-20 {
    order: 20;
  }
  .form-group.order-md-21,
.w-100.order-md-21 {
    order: 21;
  }
  .form-group.order-md-22,
.w-100.order-md-22 {
    order: 22;
  }
  .form-group.order-md-23,
.w-100.order-md-23 {
    order: 23;
  }
  .form-group.order-md-24,
.w-100.order-md-24 {
    order: 24;
  }
  .form-group.order-md-25,
.w-100.order-md-25 {
    order: 25;
  }
  .form-group.order-md-26,
.w-100.order-md-26 {
    order: 26;
  }
  .form-group.order-md-27,
.w-100.order-md-27 {
    order: 27;
  }
  .form-group.order-md-28,
.w-100.order-md-28 {
    order: 28;
  }
  .form-group.order-md-29,
.w-100.order-md-29 {
    order: 29;
  }
  .form-group.order-md-30,
.w-100.order-md-30 {
    order: 30;
  }
  .form-group.order-md-31,
.w-100.order-md-31 {
    order: 31;
  }
  .form-group.order-md-32,
.w-100.order-md-32 {
    order: 32;
  }
  .form-group.order-md-33,
.w-100.order-md-33 {
    order: 33;
  }
  .form-group.order-md-34,
.w-100.order-md-34 {
    order: 34;
  }
  .form-group.order-md-35,
.w-100.order-md-35 {
    order: 35;
  }
  .form-group.order-md-36,
.w-100.order-md-36 {
    order: 36;
  }
  .form-group.order-md-37,
.w-100.order-md-37 {
    order: 37;
  }
  .form-group.order-md-38,
.w-100.order-md-38 {
    order: 38;
  }
  .form-group.order-md-39,
.w-100.order-md-39 {
    order: 39;
  }
  .form-group.order-md-40,
.w-100.order-md-40 {
    order: 40;
  }
  .form-group.order-md-41,
.w-100.order-md-41 {
    order: 41;
  }
  .form-group.order-md-42,
.w-100.order-md-42 {
    order: 42;
  }
  .form-group.order-md-43,
.w-100.order-md-43 {
    order: 43;
  }
  .form-group.order-md-44,
.w-100.order-md-44 {
    order: 44;
  }
  .form-group.order-md-45,
.w-100.order-md-45 {
    order: 45;
  }
  .form-group.order-md-46,
.w-100.order-md-46 {
    order: 46;
  }
  .form-group.order-md-47,
.w-100.order-md-47 {
    order: 47;
  }
  .form-group.order-md-48,
.w-100.order-md-48 {
    order: 48;
  }
  .form-group.order-md-49,
.w-100.order-md-49 {
    order: 49;
  }
  .form-group.order-md-50,
.w-100.order-md-50 {
    order: 50;
  }
}
@media (min-width: 1024px) {
  .form-group.order-lg-last,
.w-100.order-lg-last {
    order: 51;
  }
  .form-group.order-lg-0,
.w-100.order-lg-0 {
    order: 0;
  }
  .form-group.order-lg-1,
.w-100.order-lg-1 {
    order: 1;
  }
  .form-group.order-lg-2,
.w-100.order-lg-2 {
    order: 2;
  }
  .form-group.order-lg-3,
.w-100.order-lg-3 {
    order: 3;
  }
  .form-group.order-lg-4,
.w-100.order-lg-4 {
    order: 4;
  }
  .form-group.order-lg-5,
.w-100.order-lg-5 {
    order: 5;
  }
  .form-group.order-lg-6,
.w-100.order-lg-6 {
    order: 6;
  }
  .form-group.order-lg-7,
.w-100.order-lg-7 {
    order: 7;
  }
  .form-group.order-lg-8,
.w-100.order-lg-8 {
    order: 8;
  }
  .form-group.order-lg-9,
.w-100.order-lg-9 {
    order: 9;
  }
  .form-group.order-lg-10,
.w-100.order-lg-10 {
    order: 10;
  }
  .form-group.order-lg-11,
.w-100.order-lg-11 {
    order: 11;
  }
  .form-group.order-lg-12,
.w-100.order-lg-12 {
    order: 12;
  }
  .form-group.order-lg-13,
.w-100.order-lg-13 {
    order: 13;
  }
  .form-group.order-lg-14,
.w-100.order-lg-14 {
    order: 14;
  }
  .form-group.order-lg-15,
.w-100.order-lg-15 {
    order: 15;
  }
  .form-group.order-lg-16,
.w-100.order-lg-16 {
    order: 16;
  }
  .form-group.order-lg-17,
.w-100.order-lg-17 {
    order: 17;
  }
  .form-group.order-lg-18,
.w-100.order-lg-18 {
    order: 18;
  }
  .form-group.order-lg-19,
.w-100.order-lg-19 {
    order: 19;
  }
  .form-group.order-lg-20,
.w-100.order-lg-20 {
    order: 20;
  }
  .form-group.order-lg-21,
.w-100.order-lg-21 {
    order: 21;
  }
  .form-group.order-lg-22,
.w-100.order-lg-22 {
    order: 22;
  }
  .form-group.order-lg-23,
.w-100.order-lg-23 {
    order: 23;
  }
  .form-group.order-lg-24,
.w-100.order-lg-24 {
    order: 24;
  }
  .form-group.order-lg-25,
.w-100.order-lg-25 {
    order: 25;
  }
  .form-group.order-lg-26,
.w-100.order-lg-26 {
    order: 26;
  }
  .form-group.order-lg-27,
.w-100.order-lg-27 {
    order: 27;
  }
  .form-group.order-lg-28,
.w-100.order-lg-28 {
    order: 28;
  }
  .form-group.order-lg-29,
.w-100.order-lg-29 {
    order: 29;
  }
  .form-group.order-lg-30,
.w-100.order-lg-30 {
    order: 30;
  }
  .form-group.order-lg-31,
.w-100.order-lg-31 {
    order: 31;
  }
  .form-group.order-lg-32,
.w-100.order-lg-32 {
    order: 32;
  }
  .form-group.order-lg-33,
.w-100.order-lg-33 {
    order: 33;
  }
  .form-group.order-lg-34,
.w-100.order-lg-34 {
    order: 34;
  }
  .form-group.order-lg-35,
.w-100.order-lg-35 {
    order: 35;
  }
  .form-group.order-lg-36,
.w-100.order-lg-36 {
    order: 36;
  }
  .form-group.order-lg-37,
.w-100.order-lg-37 {
    order: 37;
  }
  .form-group.order-lg-38,
.w-100.order-lg-38 {
    order: 38;
  }
  .form-group.order-lg-39,
.w-100.order-lg-39 {
    order: 39;
  }
  .form-group.order-lg-40,
.w-100.order-lg-40 {
    order: 40;
  }
  .form-group.order-lg-41,
.w-100.order-lg-41 {
    order: 41;
  }
  .form-group.order-lg-42,
.w-100.order-lg-42 {
    order: 42;
  }
  .form-group.order-lg-43,
.w-100.order-lg-43 {
    order: 43;
  }
  .form-group.order-lg-44,
.w-100.order-lg-44 {
    order: 44;
  }
  .form-group.order-lg-45,
.w-100.order-lg-45 {
    order: 45;
  }
  .form-group.order-lg-46,
.w-100.order-lg-46 {
    order: 46;
  }
  .form-group.order-lg-47,
.w-100.order-lg-47 {
    order: 47;
  }
  .form-group.order-lg-48,
.w-100.order-lg-48 {
    order: 48;
  }
  .form-group.order-lg-49,
.w-100.order-lg-49 {
    order: 49;
  }
  .form-group.order-lg-50,
.w-100.order-lg-50 {
    order: 50;
  }
}
@media (min-width: 1340px) {
  .form-group.order-xl-last,
.w-100.order-xl-last {
    order: 51;
  }
  .form-group.order-xl-0,
.w-100.order-xl-0 {
    order: 0;
  }
  .form-group.order-xl-1,
.w-100.order-xl-1 {
    order: 1;
  }
  .form-group.order-xl-2,
.w-100.order-xl-2 {
    order: 2;
  }
  .form-group.order-xl-3,
.w-100.order-xl-3 {
    order: 3;
  }
  .form-group.order-xl-4,
.w-100.order-xl-4 {
    order: 4;
  }
  .form-group.order-xl-5,
.w-100.order-xl-5 {
    order: 5;
  }
  .form-group.order-xl-6,
.w-100.order-xl-6 {
    order: 6;
  }
  .form-group.order-xl-7,
.w-100.order-xl-7 {
    order: 7;
  }
  .form-group.order-xl-8,
.w-100.order-xl-8 {
    order: 8;
  }
  .form-group.order-xl-9,
.w-100.order-xl-9 {
    order: 9;
  }
  .form-group.order-xl-10,
.w-100.order-xl-10 {
    order: 10;
  }
  .form-group.order-xl-11,
.w-100.order-xl-11 {
    order: 11;
  }
  .form-group.order-xl-12,
.w-100.order-xl-12 {
    order: 12;
  }
  .form-group.order-xl-13,
.w-100.order-xl-13 {
    order: 13;
  }
  .form-group.order-xl-14,
.w-100.order-xl-14 {
    order: 14;
  }
  .form-group.order-xl-15,
.w-100.order-xl-15 {
    order: 15;
  }
  .form-group.order-xl-16,
.w-100.order-xl-16 {
    order: 16;
  }
  .form-group.order-xl-17,
.w-100.order-xl-17 {
    order: 17;
  }
  .form-group.order-xl-18,
.w-100.order-xl-18 {
    order: 18;
  }
  .form-group.order-xl-19,
.w-100.order-xl-19 {
    order: 19;
  }
  .form-group.order-xl-20,
.w-100.order-xl-20 {
    order: 20;
  }
  .form-group.order-xl-21,
.w-100.order-xl-21 {
    order: 21;
  }
  .form-group.order-xl-22,
.w-100.order-xl-22 {
    order: 22;
  }
  .form-group.order-xl-23,
.w-100.order-xl-23 {
    order: 23;
  }
  .form-group.order-xl-24,
.w-100.order-xl-24 {
    order: 24;
  }
  .form-group.order-xl-25,
.w-100.order-xl-25 {
    order: 25;
  }
  .form-group.order-xl-26,
.w-100.order-xl-26 {
    order: 26;
  }
  .form-group.order-xl-27,
.w-100.order-xl-27 {
    order: 27;
  }
  .form-group.order-xl-28,
.w-100.order-xl-28 {
    order: 28;
  }
  .form-group.order-xl-29,
.w-100.order-xl-29 {
    order: 29;
  }
  .form-group.order-xl-30,
.w-100.order-xl-30 {
    order: 30;
  }
  .form-group.order-xl-31,
.w-100.order-xl-31 {
    order: 31;
  }
  .form-group.order-xl-32,
.w-100.order-xl-32 {
    order: 32;
  }
  .form-group.order-xl-33,
.w-100.order-xl-33 {
    order: 33;
  }
  .form-group.order-xl-34,
.w-100.order-xl-34 {
    order: 34;
  }
  .form-group.order-xl-35,
.w-100.order-xl-35 {
    order: 35;
  }
  .form-group.order-xl-36,
.w-100.order-xl-36 {
    order: 36;
  }
  .form-group.order-xl-37,
.w-100.order-xl-37 {
    order: 37;
  }
  .form-group.order-xl-38,
.w-100.order-xl-38 {
    order: 38;
  }
  .form-group.order-xl-39,
.w-100.order-xl-39 {
    order: 39;
  }
  .form-group.order-xl-40,
.w-100.order-xl-40 {
    order: 40;
  }
  .form-group.order-xl-41,
.w-100.order-xl-41 {
    order: 41;
  }
  .form-group.order-xl-42,
.w-100.order-xl-42 {
    order: 42;
  }
  .form-group.order-xl-43,
.w-100.order-xl-43 {
    order: 43;
  }
  .form-group.order-xl-44,
.w-100.order-xl-44 {
    order: 44;
  }
  .form-group.order-xl-45,
.w-100.order-xl-45 {
    order: 45;
  }
  .form-group.order-xl-46,
.w-100.order-xl-46 {
    order: 46;
  }
  .form-group.order-xl-47,
.w-100.order-xl-47 {
    order: 47;
  }
  .form-group.order-xl-48,
.w-100.order-xl-48 {
    order: 48;
  }
  .form-group.order-xl-49,
.w-100.order-xl-49 {
    order: 49;
  }
  .form-group.order-xl-50,
.w-100.order-xl-50 {
    order: 50;
  }
}

.umbraco-forms-page {
  overflow: hidden;
}

fieldset:not(:first-child) {
  margin-top: 1rem;
}
fieldset:not(:last-child) {
  margin-bottom: 1rem;
}
fieldset:last-child {
  margin-bottom: -1rem;
}

select:not([multiple]) {
  appearance: initial;
}

.umbraco-forms-fieldset .form-group {
  margin-bottom: 1rem;
}

.umbraco-forms-navigation input {
  display: block;
}

.form-group > label,
.form-group-label {
  margin-bottom: 0.4rem;
}

.form-check-input.is-invalid ~ .form-check-label a,
.field-validation-error {
  color: red;
}

.form-check-input.is-invalid ~ .form-check-label a {
  border-color: red;
}

.field-validation-error {
  margin-top: 0.25rem;
  display: block;
}

html[dir=rtl] .was-validated .form-control:invalid,
html[dir=rtl] .form-control.is-invalid,
html[dir=rtl] .input-validation-error {
  padding-right: 0;
  padding-left: calc(1.5em + 1.5rem);
  background-position: left calc(0.375em + 0.375rem) center;
}
.was-validated .form-control:invalid, .was-validated .form-control:invalid::placeholder,
.form-control.is-invalid,
.form-control.is-invalid::placeholder,
.input-validation-error,
.input-validation-error::placeholder {
  color: red !important;
}

html[dir=rtl] .form-check {
  padding-right: 1.2rem;
}
html[dir=rtl] .form-check .form-check-input {
  margin-left: 0;
  margin-right: -1.2rem;
}
html[dir=rtl] .form-check.form-check-inline {
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 0;
}
html[dir=rtl] .form-check.form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 0.4rem;
}
.form-check .form-check-input {
  margin-top: 0.4rem;
}
@media (max-width: 767.98px) {
  .form-check.form-check-inline {
    display: block;
  }
}
.form-check.form-check-inline .form-check-input {
  margin-top: -0.2rem;
}

.form-control {
  font-weight: normal;
  height: auto;
}
.form-control.hasDatepicker {
  cursor: pointer;
}
.form-control::placeholder {
  color: #333;
}
.form-control[readonly] {
  background-color: #ffffff;
}

.form-group.form-title, .form-group.psktitlefield {
  margin-top: 0;
  margin-bottom: 3rem;
}
.form-group:not(:first-child) {
  margin-top: 1rem;
}

.sr-only,
.d-none {
  display: none;
}

.umbraco-forms-fieldset input[type=submit] {
  background-color: transparent;
  border: 0;
  color: #333;
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  padding-right: calc(22px + 1rem);
  background-image: url(/images/icons/link.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 22px 14px;
}

#lightbox > div {
  height: 100%;
}
#lightbox > div > div {
  height: 100%;
}
#lightbox > div > div > div {
  height: 100%;
}

#lightbox.gallery > div > div > div .swiper {
  position: relative;
  z-index: 1;
  height: 100%;
  display: none;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide {
  user-select: none;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide picture,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video {
  padding: 40px;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  #lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide picture,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video {
    padding: 40px 0;
  }
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide picture img,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide picture video,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video img,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video video {
  outline: none;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide picture img::-webkit-media-controls-panel,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide picture video::-webkit-media-controls-panel,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video img::-webkit-media-controls-panel,
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video video::-webkit-media-controls-panel {
  background-image: none !important;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .video video {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide img.swiper-lazy {
  display: none;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide img.swiper-lazy.swiper-lazy-loaded {
  display: block;
}
#lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .swiper-caption {
  position: absolute;
  text-align: center;
  bottom: 28px;
  left: calc(1 * 3.8vw);
  right: calc(1 * 3.8vw);
}
@media (min-width: 768px) {
  #lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .swiper-caption {
    left: calc(1 * 13vw);
    right: calc(1 * 13vw);
  }
}
@media (min-width: 1024px) {
  #lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .swiper-caption {
    left: calc(1 * 7vw);
    right: calc(1 * 7vw);
  }
}
@media (min-width: 1340px) {
  #lightbox.gallery > div > div > div .swiper .swiper-wrapper .swiper-slide .swiper-caption {
    left: calc(1 * 9.5vw);
    right: calc(1 * 9.5vw);
  }
}
#lightbox.gallery > div > div > div .swiper .swiper-pagination {
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

hr {
  border: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  margin: 1em 0;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

a:not(.btn) {
  color: #858585;
  text-decoration: none;
  text-underline-offset: 2px;
}
a:not(.btn), a:not(.btn):after, a:not(.btn):before {
  transition: all 250ms;
}
a:not(.btn):hover {
  color: #858585;
  text-decoration: none;
  opacity: 0.8;
}
a:not(.btn):hover:after, a:not(.btn):hover:before {
  opacity: 0.8;
}
a:not(.btn).underline {
  text-decoration: underline;
}

ul:not(.nav):not(.unstyled-list) {
  list-style-type: none;
  padding: 0;
}
ul:not(.nav):not(.unstyled-list) > li {
  position: relative;
  margin: 0 0 0 2.5rem;
}
ul:not(.nav):not(.unstyled-list) > li:before {
  position: absolute;
  left: -2.5rem;
  content: "•";
}
html[dir=rtl] ul:not(.nav):not(.unstyled-list) > li {
  margin: 0 2.5rem 0 0;
}
html[dir=rtl] ul:not(.nav):not(.unstyled-list) > li:before {
  left: 0;
  right: -2.5rem;
}

ol:not(.nav):not(.unstyled-list) {
  list-style-type: none;
  padding: 0;
}
ol:not(.nav):not(.unstyled-list) > li {
  position: relative;
  margin: 0 0 0 2.5rem;
  counter-increment: step-counter;
}
ol:not(.nav):not(.unstyled-list) > li::before {
  position: absolute;
  left: -2.5rem;
  content: counter(step-counter) ".";
}
html[dir=rtl] ol:not(.nav):not(.unstyled-list) > li {
  margin: 0 2.5rem 0 0;
}
html[dir=rtl] ol:not(.nav):not(.unstyled-list) > li:before {
  left: 0;
  right: -2.5rem;
}

ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: 0 -1rem;
}
ul.inline-list > li {
  margin: 0 !important;
}
ul.inline-list > li:before {
  display: none;
}
ul.inline-list li {
  margin: 0 1rem !important;
}

p:not(.initial),
ul,
ol,
section ul.unstyled-list {
  margin: 0 0 1em;
}
p:not(.initial):last-child,
ul:last-child,
ol:last-child,
section ul.unstyled-list:last-child {
  margin-bottom: 0;
}

p + h2,
p + h3 {
  margin-top: 35px;
}

picture {
  display: block;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

sup {
  font-size: 0.75em;
  top: -0.5em;
}

.table-responsive:not(:first-child) {
  margin-top: 1em;
}
.table-responsive:not(:last-child) {
  margin-bottom: 1em;
}
.table-responsive table th,
.table-responsive table td {
  white-space: nowrap;
  border-top: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

@font-face {
  font-family: "Stanley";
  src: url("/fonts/Stanley-Regular.eot");
  src: url("/fonts/Stanley-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Stanley-Regular.woff2") format("woff2"), url("/fonts/Stanley-Regular.woff") format("woff"), url("/fonts/Stanley-Regular.svg#Stanley-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.form-control, .form-control:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

#ui-datepicker-div {
  width: 320px;
  border: 1px solid rgba(51, 51, 51, 0.5);
}

.ui-datepicker {
  padding: 15px;
  display: none;
  background-color: #ffffff;
  font-size: 18px;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  cursor: pointer;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 20px;
  width: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  background-image: url(/images/icons/calendar-left.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  background-image: url(/images/icons/calendar-right.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px !important;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 15px;
  width: 100%;
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-calendar th span, .ui-datepicker .ui-datepicker-calendar th a, .ui-datepicker .ui-datepicker-calendar td span, .ui-datepicker .ui-datepicker-calendar td a {
  display: block !important;
  line-height: 39px;
  height: 37px;
  width: 37px;
}
.ui-datepicker .ui-datepicker-calendar th span {
  font-weight: normal;
  font-size: 16px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  opacity: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-days-cell-over a, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background-color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-calendar td.main .ui-state-default {
  background-color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-calendar td.range .ui-state-default {
  background-color: rgba(255, 255, 255, 0.5);
}
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled):hover a {
  background-color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-row-break {
  clear: both;
}

html[dir=rtl] * {
  text-align: right;
}

body {
  font-family: "Stanley";
  color: #333;
  background-color: #ffffff;
  font-size: calc(1 * 16px);
  line-height: calc(1 * 1.6em);
}
h1,
.h1 {
  font-weight: lighter;
}
h1:last-child:not(.initial),
.h1:last-child:not(.initial) {
  margin-bottom: 0;
}
h1 a,
.h1 a {
  color: inherit !important;
  text-decoration: none !important;
}
h1.center,
.h1.center {
  text-align: center;
}
h1.no-margin-bottom,
.h1.no-margin-bottom {
  margin-bottom: 0 !important;
}

/**umb_name:h1*/
h1 {
  font-family: "Stanley";
  font-size: calc(1 * 30px);
  line-height: calc(1 * 1.2em);
  margin-bottom: calc(1 * 30px);
}
@media (min-width: 768px) {
  h1 {
    font-size: calc(1 * 35px);
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: calc(1 * 40px);
  }
}
/**umb_name:.h1*/
.h1 {
  font-family: "Stanley";
  font-size: calc(1 * 30px);
  line-height: calc(1 * 1.2em);
  margin-bottom: calc(1 * 30px);
}
@media (min-width: 768px) {
  .h1 {
    font-size: calc(1 * 35px);
  }
}
@media (min-width: 1024px) {
  .h1 {
    font-size: calc(1 * 40px);
  }
}
/**umb_name:small*/
small {
  font-family: "Stanley";
  font-size: calc(1 * 13px);
  line-height: calc(1 * 1.6em);
}
/**umb_name:.small*/
.small {
  font-family: "Stanley";
  font-size: calc(1 * 13px);
  line-height: calc(1 * 1.6em);
}
.btn {
  font-family: "Stanley";
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: calc(1 * 18px);
  line-height: calc(1 * 1.5em);
  letter-spacing: calc(1 * 0.16em);
}
a.btn {
  margin: 0;
  opacity: 1;
  padding: 0 1.5em;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
}
a.btn span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000000;
  transition: transform 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
a.btn:hover span {
  color: #000000;
}
a.btn:hover:before {
  transform: translate3d(0, -100%, 0);
}

.horizontal-list {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

a.arrow {
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 14px;
  width: 22px;
  background-image: url(/images/icons/link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(55%) sepia(14%) saturate(0%) hue-rotate(282deg) brightness(93%) contrast(86%);
}

.show-in-large-down {
  display: none;
}
@media (max-width: 1023.98px) {
  .show-in-large-down {
    display: block;
  }
}

.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023.98px) {
  .table-wrapper {
    margin: 0 -3.8vw;
    padding: 0 3.8vw;
  }
}
.table-wrapper > table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  table-layout: auto;
}
.table-wrapper > table th,
.table-wrapper > table td {
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  white-space: nowrap;
}
.table-wrapper > table th:first-child,
.table-wrapper > table td:first-child {
  padding-right: 3rem;
}
.table-wrapper > table th:last-child,
.table-wrapper > table td:last-child {
  text-align: right;
  padding-right: 0;
}
.table-wrapper > table th:last-child a + a,
.table-wrapper > table td:last-child a + a {
  margin-left: 1.5em;
}

.swiper-pagination-bullet-negative .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination-bullet-negative .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

#ui-datepicker-div {
  width: 380px;
  border: 1px solid gray;
}

.ui-datepicker {
  padding: 20px;
  display: none;
  background-color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  cursor: pointer;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 20px;
  width: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  background-image: url(/images/icons/calendar-left.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  background-image: url(/images/icons/calendar-right.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  text-transform: none;
  line-height: 20px !important;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 15px;
  width: 100%;
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-calendar th span, .ui-datepicker .ui-datepicker-calendar th a, .ui-datepicker .ui-datepicker-calendar td span, .ui-datepicker .ui-datepicker-calendar td a {
  display: block !important;
  line-height: 50px;
  height: 48px;
  width: 48px;
}
.ui-datepicker .ui-datepicker-calendar th span {
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  opacity: 1;
  color: #333;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  opacity: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
  background-color: #333 !important;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar td.main .ui-state-default {
  background-color: rgba(128, 128, 128, 0.6) !important;
}
.ui-datepicker .ui-datepicker-calendar td.range .ui-state-default {
  background-color: rgba(128, 128, 128, 0.3);
}
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled):hover a {
  background-color: #333 !important;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar td.closed a, .ui-datepicker .ui-datepicker-calendar td.closed:hover a {
  pointer-events: none;
  text-decoration: line-through;
  background-color: transparent !important;
  color: #333 !important;
}
.ui-datepicker .ui-datepicker-row-break {
  clear: both;
}

.section00 {
  position: fixed;
  z-index: 1;
  inset: 0;
}
.section00:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 250ms;
  pointer-events: none;
}
.section00.sticky:before {
  opacity: 1;
}
.section00 .swiper {
  height: calc(100vh - 78px);
}
@media (max-width: 1023.98px) {
  .section00 .swiper {
    height: 70vh;
  }
}
.section00 .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 30%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
.section00 .swiper .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.section00 .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.section00 .swiper .swiper-wrapper .swiper-slide .open-video {
  display: block;
  pointer-events: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
  height: 22px;
  width: 31px;
  background-image: url(/images/icons/play.svg);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 1.5rem;
  right: calc(1 * 3.8vw);
}
@media (min-width: 768px) {
  .section00 .swiper .swiper-wrapper .swiper-slide .open-video {
    right: calc(1 * 13vw);
  }
}
@media (min-width: 1024px) {
  .section00 .swiper .swiper-wrapper .swiper-slide .open-video {
    right: calc(1 * 7vw);
  }
}
@media (min-width: 1340px) {
  .section00 .swiper .swiper-wrapper .swiper-slide .open-video {
    right: calc(1 * 9.5vw);
  }
}
.section00 .swiper .swiper-wrapper .swiper-slide .video,
.section00 .swiper .swiper-wrapper .swiper-slide picture {
  height: 100%;
  width: 100%;
}
.section00 .swiper .swiper-wrapper .swiper-slide picture img,
.section00 .swiper .swiper-wrapper .swiper-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section00 .swiper .swiper-navigation {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .section00 .swiper .swiper-navigation {
    bottom: 3.8vw;
  }
}
.section00 .swiper .swiper-navigation > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section00 .swiper .swiper-navigation > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section00 .swiper .swiper-navigation > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section00 .swiper .swiper-navigation > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section00 .swiper .swiper-navigation > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section00 .swiper .swiper-navigation > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section00 .swiper .swiper-navigation > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section00 .swiper .swiper-navigation > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section00 .swiper .swiper-navigation > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section00 .swiper .swiper-navigation > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section00 .swiper .swiper-navigation > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section00 .swiper .swiper-navigation > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section00 .swiper .swiper-navigation > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section00 .swiper .swiper-navigation > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section00 .swiper .swiper-navigation > div > div > div {
  display: flex;
  gap: 2rem;
}
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-prev,
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-next,
.section00 .swiper .swiper-navigation > div > div > div .open-gallery,
.section00 .swiper .swiper-navigation > div > div > div .open-video {
  display: block;
  pointer-events: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
}
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-prev,
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17px;
  width: 10px;
  inset: auto;
  margin: 0;
}
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-prev::after,
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-next::after {
  display: none;
}
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-prev {
  background-image: url(/images/icons/slider-left.svg);
}
.section00 .swiper .swiper-navigation > div > div > div .swiper-button-next {
  background-image: url(/images/icons/slider-right.svg);
}
.section00 .swiper .swiper-navigation > div > div > div .open-gallery {
  height: 22px;
  width: 29px;
  background-image: url(/images/icons/open-gallery.svg);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.section00 .swiper .swiper-navigation > div > div > div .open-video {
  height: 22px;
  width: 31px;
  background-image: url(/images/icons/play.svg);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.section01 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section01 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section01 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section01 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section01 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section01 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section01 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section01 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section01 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section01 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section01 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section01 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section01 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media (min-width: 1024px) {
  .section01 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section01 > div > div {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section01 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section01 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section01 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .section01 > div > div > div:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section01 > div > div > div:first-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section01 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section01 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section01 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section01 > div > div > div:last-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section01 > div > div > div:last-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section01 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section01 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section01 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 1023.98px) {
  .section01 > div > div > div:last-child {
    margin-top: 2.5rem;
  }
}

.section02 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section02 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section02 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section02 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section02 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section02 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section02 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section02 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section02 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section02 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section02 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section02 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section02 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section02 > div img {
  width: 100%;
}

.section03 > div, .section05 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section03 > div, .section05 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section03 > div, .section05 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section03 > div, .section05 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section03 > div, .section05 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section03 > div, .section05 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section03 > div, .section05 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section03 > div, .section05 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section03 > div, .section05 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section03 > div, .section05 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section03 > div, .section05 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section03 > div, .section05 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section03 > div, .section05 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section03 > div .masonry, .section05 > div .masonry {
  overflow: hidden;
}
.section03 > div .masonry .grid, .section05 > div .masonry .grid {
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .section03 > div .masonry .grid, .section05 > div .masonry .grid {
    margin: -2px;
  }
  .section03 > div .masonry .grid .grid-item, .section05 > div .masonry .grid .grid-item {
    padding: 2px;
  }
}
@media (min-width: 768px) {
  .section03 > div .masonry .grid, .section05 > div .masonry .grid {
    margin: -5px;
  }
  .section03 > div .masonry .grid .grid-item, .section05 > div .masonry .grid .grid-item {
    padding: 5px;
  }
}
.section03 > div .masonry .grid .grid-item > div a, .section05 > div .masonry .grid .grid-item > div a {
  display: block;
  overflow: hidden;
}
.section03 > div .masonry .grid .grid-item > div a .video, .section05 > div .masonry .grid .grid-item > div a .video {
  position: relative;
}
.section03 > div .masonry .grid .grid-item > div a .video video, .section05 > div .masonry .grid .grid-item > div a .video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section03 > div .masonry .grid .grid-item > div a img, .section05 > div .masonry .grid .grid-item > div a img {
  width: 100%;
  display: block;
}
.section03 > div .masonry .grid .grid-item > div a .video, .section05 > div .masonry .grid .grid-item > div a .video,
.section03 > div .masonry .grid .grid-item > div a img,
.section05 > div .masonry .grid .grid-item > div a img {
  transition: transform 250ms;
}
.section03 > div .masonry .grid .grid-item > div a:hover .video, .section05 > div .masonry .grid .grid-item > div a:hover .video,
.section03 > div .masonry .grid .grid-item > div a:hover img,
.section05 > div .masonry .grid .grid-item > div a:hover img {
  transform: scale(1.05);
}
.section03 > div .masonry .grid .grid-sizer, .section05 > div .masonry .grid .grid-sizer,
.section03 > div .masonry .grid .grid-item,
.section05 > div .masonry .grid .grid-item {
  width: 50%;
}
.section03 > div .show-in-large-down, .section05 > div .show-in-large-down {
  margin-top: 0.5rem;
}

.section04 > div, .section13 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section04 > div, .section13 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section04 > div, .section13 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section04 > div, .section13 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section04 > div, .section13 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section04 > div, .section13 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section04 > div, .section13 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section04 > div, .section13 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section04 > div, .section13 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section04 > div, .section13 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section04 > div, .section13 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section04 > div, .section13 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section04 > div, .section13 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section04 > div .filters, .section13 > div .filters {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023.98px) {
  .section04 > div .filters, .section13 > div .filters {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.section04 > div .filters a, .section13 > div .filters a {
  text-decoration: none;
  color: #333;
  opacity: 0.5;
}
.section04 > div .filters a.selected, .section13 > div .filters a.selected {
  opacity: 1;
}
.section04 > div .masonry, .section13 > div .masonry {
  overflow: hidden;
}
.section04 > div .masonry .grid, .section13 > div .masonry .grid {
  visibility: hidden;
}
.section04 > div .masonry .grid .grid-item > div a, .section13 > div .masonry .grid .grid-item > div a {
  display: block;
  overflow: hidden;
}
.section04 > div .masonry .grid .grid-item > div a .video, .section13 > div .masonry .grid .grid-item > div a .video {
  position: relative;
}
.section04 > div .masonry .grid .grid-item > div a .video video, .section13 > div .masonry .grid .grid-item > div a .video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section04 > div .masonry .grid .grid-item > div a img, .section13 > div .masonry .grid .grid-item > div a img {
  width: 100%;
  display: block;
}
.section04 > div .masonry .grid .grid-item > div a .video, .section13 > div .masonry .grid .grid-item > div a .video,
.section04 > div .masonry .grid .grid-item > div a img,
.section13 > div .masonry .grid .grid-item > div a img {
  transition: transform 250ms;
}
.section04 > div .masonry .grid .grid-item > div a:hover .video, .section13 > div .masonry .grid .grid-item > div a:hover .video,
.section04 > div .masonry .grid .grid-item > div a:hover img,
.section13 > div .masonry .grid .grid-item > div a:hover img {
  transform: scale(1.05);
}
@media (max-width: 1023.98px) {
  .section04 > div .masonry .grid, .section13 > div .masonry .grid {
    margin: -5px 0;
  }
  .section04 > div .masonry .grid .grid-item, .section13 > div .masonry .grid .grid-item {
    padding: 5px 0;
  }
  .section04 > div .masonry .grid .grid-item > div a, .section13 > div .masonry .grid .grid-item > div a {
    position: relative;
  }
  .section04 > div .masonry .grid .grid-item > div a picture, .section13 > div .masonry .grid .grid-item > div a picture {
    position: relative;
    z-index: 1;
  }
  .section04 > div .masonry .grid .grid-item > div a div, .section13 > div .masonry .grid .grid-item > div a div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .section04 > div .masonry .grid .grid-item > div a div:before, .section13 > div .masonry .grid .grid-item > div a div:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 40%;
  }
  .section04 > div .masonry .grid .grid-item > div a div p, .section13 > div .masonry .grid .grid-item > div a div p {
    width: 100%;
    padding: 1rem calc(2rem + 22px) 1rem 1rem;
    color: #ffffff;
    position: relative;
  }
  .section04 > div .masonry .grid .grid-item > div a div p:before, .section13 > div .masonry .grid .grid-item > div a div p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -7px;
    height: 14px;
    width: 22px;
    background-image: url(/images/icons/link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
  }
  .section04 > div .masonry .grid .grid-sizer, .section13 > div .masonry .grid .grid-sizer,
.section04 > div .masonry .grid .grid-item,
.section13 > div .masonry .grid .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section04 > div .masonry .grid, .section13 > div .masonry .grid {
    margin: -5px;
  }
  .section04 > div .masonry .grid .grid-item, .section13 > div .masonry .grid .grid-item {
    padding: 5px;
  }
  .section04 > div .masonry .grid .grid-item-name, .section13 > div .masonry .grid .grid-item-name {
    display: none;
  }
  .section04 > div .masonry .grid .grid-sizer, .section13 > div .masonry .grid .grid-sizer,
.section04 > div .masonry .grid .grid-item,
.section13 > div .masonry .grid .grid-item {
    width: 50%;
  }
}

.section06 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section06 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section06 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section06 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section06 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section06 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section06 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section06 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section06 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section06 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section06 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section06 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section06 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section06 > div > div > div .video,
.section06 > div > div > div picture {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.section06 > div > div > div .video video,
.section06 > div > div > div .video img,
.section06 > div > div > div picture video,
.section06 > div > div > div picture img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 250ms;
}
.section06 > div > div > div a {
  display: block;
}
.section06 > div > div > div a:hover video,
.section06 > div > div > div a:hover img {
  transform: scale(1.05);
}
.section06 > div > div > div .video {
  aspect-ratio: 1448/944;
}
.section06 > div > div > div .video.vertical {
  aspect-ratio: 717/944;
}
@media (min-width: 1024px) {
  .section06 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section06 > div > div {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section06 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section06 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section06 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .section06 > div > div > div:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section06 > div > div > div:first-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section06 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section06 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section06 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section06 > div > div > div:last-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section06 > div > div > div:last-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section06 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section06 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section06 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section06 > div > div .grid-item-name {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .section06 > div > div > div:last-child {
    margin-top: 4px;
  }
  .section06 > div > div .grid-item-name {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .section06 > div > div .grid-item-name:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 40%;
  }
  .section06 > div > div .grid-item-name p {
    width: 100%;
    padding: 1rem calc(2rem + 22px) 1rem 1rem;
    color: #ffffff;
    position: relative;
  }
  .section06 > div > div .grid-item-name p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -7px;
    height: 14px;
    width: 22px;
    background-image: url(/images/icons/link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
  }
}
@media (min-width: 1024px) {
  .section06.reverse > div > div {
    flex-direction: row-reverse;
  }
}

.section07 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section07 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section07 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section07 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section07 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section07 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section07 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section07 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section07 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section07 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section07 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section07 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section07 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media (min-width: 1024px) {
  .section07 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section07 > div > div {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section07 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section07 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section07 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .section07 > div > div > div picture {
    height: 100%;
    width: 100%;
  }
  .section07 > div > div > div picture img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .section07 > div > div > div:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section07 > div > div > div:first-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section07 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section07 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section07 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section07 > div > div > div:last-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section07 > div > div > div:last-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section07 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section07 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section07 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 1023.98px) {
  .section07 > div > div > div:last-child {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .section07.reverse > div > div {
    flex-direction: row-reverse;
  }
}

.section08 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section08 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section08 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section08 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section08 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section08 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section08 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section08 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section08 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section08 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section08 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section08 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section08 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media (min-width: 1024px) {
  .section08 > div #google-map {
    padding-bottom: 56%;
  }
}
@media (max-width: 1023.98px) {
  .section08 > div #google-map {
    padding-bottom: 100%;
  }
}

.section09 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section09 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section09 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section09 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section09 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section09 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section09 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section09 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section09 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section09 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section09 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section09 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section09 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}

.section10 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section10 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section10 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section10 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section10 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section10 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section10 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section10 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section10 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section10 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media (min-width: 1024px) {
  .section10 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section10 > div > div {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section10 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section10 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section10 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .section10 > div > div > div:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section10 > div > div > div:first-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section10 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section10 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section10 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section10 > div > div > div:last-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section10 > div > div > div:last-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section10 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section10 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section10 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section10 > div > div > div:last-child .press-releases {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section10 > div > div > div:last-child .press-releases > div {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section10 > div > div > div:last-child .press-releases > div > div:nth-child(2) {
    flex-grow: 1;
  }
  .section10 > div > div > div:last-child .press-releases > div > div:last-child {
    text-align: right;
    white-space: nowrap;
  }
}
@media (max-width: 1023.98px) {
  .section10 > div > div > div:last-child {
    margin-top: 2.5rem;
  }
  .section10 > div > div > div:last-child .press-releases {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section10 > div > div > div:last-child .press-releases > div {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
}

.section11 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section11 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section11 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section11 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section11 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section11 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section11 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section11 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section11 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section11 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section11 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section11 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section11 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section11 > div > div.media-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}
@media (min-width: 576px) {
  .section11 > div > div.media-list {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 768px) {
  .section11 > div > div.media-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .section11 > div > div.media-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1340px) {
  .section11 > div > div.media-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.section11 > div > div.media-list > div img {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .section11 > div > div.media-list > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section11 > div > div.media-list > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section11 > div > div.media-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section11 > div > div.media-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section11 > div > div.media-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section11 > div > div.media-list > div:nth-child(n+5) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .section11 > div > div.media-list + h4.category {
    margin-top: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .section11 > div > div.media-list > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
  .section11 > div > div.media-list > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  .section11 > div > div.media-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  .section11 > div > div.media-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 1023.98px) and (min-width: 1340px) {
  .section11 > div > div.media-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 1023.98px) {
  .section11 > div > div.media-list > div:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .section11 > div > div.media-list + h4.category {
    margin-top: 3rem;
  }
}

.section12 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section12 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section12 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section12 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section12 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section12 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section12 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section12 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section12 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section12 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section12 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section12 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section12 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.section12 > div .swiper .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 40%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.section12 > div .swiper .swiper-wrapper .swiper-slide picture img {
  width: 100%;
}
.section12 > div .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .section12 > div .swiper .swiper-wrapper .swiper-slide a {
    display: none;
  }
}
.section12 > div .swiper .swiper-wrapper .swiper-slide a p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1rem calc(2rem + 22px) 1rem 1rem;
  color: #ffffff;
}
.section12 > div .swiper .swiper-wrapper .swiper-slide a p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -7px;
  height: 14px;
  width: 22px;
  background-image: url(/images/icons/link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
}
@media (max-width: 1023.98px) {
  .section12 > div .swiper .swiper-wrapper {
    padding-bottom: calc(1rem + 4px);
  }
}
.section12 > div .swiper .swiper-navigation {
  position: absolute;
  right: calc(2rem + 14px);
  bottom: calc(2rem + 14px);
  left: calc(2rem + 14px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .section12 > div .swiper .swiper-navigation {
    display: none;
  }
}
.section12 > div .swiper .swiper-navigation > div {
  display: flex;
  gap: 2rem;
}
.section12 > div .swiper .swiper-navigation > div .swiper-button-prev,
.section12 > div .swiper .swiper-navigation > div .swiper-button-next {
  display: block;
  pointer-events: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17px;
  width: 10px;
  inset: auto;
  margin: 0;
}
.section12 > div .swiper .swiper-navigation > div .swiper-button-prev::after,
.section12 > div .swiper .swiper-navigation > div .swiper-button-next::after {
  display: none;
}
.section12 > div .swiper .swiper-navigation > div .swiper-button-prev {
  background-image: url(/images/icons/slider-left.svg);
}
.section12 > div .swiper .swiper-navigation > div .swiper-button-next {
  background-image: url(/images/icons/slider-right.svg);
}
.section12 > div .swiper .swiper-pagination {
  display: flex;
  gap: 4px;
  bottom: 0;
  height: 4px;
}
@media (min-width: 1024px) {
  .section12 > div .swiper .swiper-pagination {
    display: none;
  }
}
.section12 > div .swiper .swiper-pagination .swiper-pagination-bullet {
  border: 0;
  border-radius: 0;
  margin: 0;
  flex-grow: 1;
  background-color: #333;
  opacity: 0.2;
}
.section12 > div .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.section12 > div .swiper .swiper-link-pagination {
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  left: 3rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .section12 > div .swiper .swiper-link-pagination {
    display: none;
  }
}
.section12 > div .swiper .swiper-link-pagination > div {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
}
.section12 > div .swiper .swiper-link-pagination > div a {
  pointer-events: auto;
  line-height: 1;
  color: white;
  opacity: 0.6;
  padding-bottom: calc(1rem + 14px);
  position: relative;
}
.section12 > div .swiper .swiper-link-pagination > div a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/icons/link.svg);
  height: 14px;
  width: 22px;
  margin-left: -11px;
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
  transition: opacity 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.section12 > div .swiper .swiper-link-pagination > div a.active {
  opacity: 1;
}
.section12 > div .swiper .swiper-link-pagination > div a:hover {
  opacity: 1;
}
.section12 > div .swiper .swiper-link-pagination > div a:hover:before {
  opacity: 1;
}

.section14 > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  .section14 > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .section14 > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .section14 > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .section14 > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .section14 > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .section14 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section14 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .section14 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .section14 > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .section14 > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .section14 > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .section14 > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media (min-width: 1024px) {
  .section14 > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section14 > div > div {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section14 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section14 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section14 > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  .section14 > div > div > div:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section14 > div > div > div:first-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section14 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section14 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section14 > div > div > div:first-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section14 > div > div > div:last-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  .section14 > div > div > div:last-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section14 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section14 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  .section14 > div > div > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section14 > div > div > div:last-child .news-list {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section14 > div > div > div:last-child .news-list > div {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section14 > div > div > div:last-child .news-list > div > div:first-child {
    flex-shrink: 0;
  }
  .section14 > div > div > div:last-child .news-list > div > div:last-child {
    flex-grow: 1;
    padding-right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .section14 > div > div > div:last-child {
    margin-top: 2.5rem;
  }
  .section14 > div > div > div:last-child .news-list {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section14 > div > div > div:last-child .news-list > div {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
  .section14 > div > div > div:last-child .news-list > div > div:first-child {
    flex-shrink: 0;
  }
  .section14 > div > div > div:last-child .news-list > div > div:first-child img {
    width: 115px;
    height: auto;
  }
  .section14 > div > div > div:last-child .news-list > div > div:last-child {
    flex-grow: 1;
  }
}

body {
  background-color: #ffffff;
}
body.overflow-hidden {
  overflow: hidden;
}

body[class*=Page] {
  padding-top: 140px !important;
}
@media (max-width: 1023.98px) {
  body[class*=Page] {
    padding-top: 120px !important;
  }
}

body[class*=Hero] {
  padding-top: 100vh !important;
}
@media (max-width: 1023.98px) {
  body[class*=Hero] {
    padding-top: 70vh !important;
  }
}

#page-wrapper {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

:target {
  scroll-margin-top: 100px;
}

main {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  body[class*=Hero] main > section:first-child:not(.background) {
    padding-top: 120px;
  }
}
@media (max-width: 1023.98px) {
  body[class*=Hero] main > section:first-child:not(.background) {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  body[class*=Page] main > section:first-child:not(.background) {
    margin-top: 60px;
  }
}
@media (max-width: 1023.98px) {
  body[class*=Page] main > section:first-child:not(.background) {
    padding-top: 20px;
  }
}
main > section, main > section.margin-standard {
  margin-bottom: calc(1 * 75px);
}
@media (min-width: 768px) {
  main > section, main > section.margin-standard {
    margin-bottom: calc(1 * 130px);
  }
}
@media (min-width: 1024px) {
  main > section, main > section.margin-standard {
    margin-bottom: calc(1 * 150px);
  }
}
main > section.margin-reduced {
  margin-bottom: calc(1 * 40px);
}
@media (min-width: 768px) {
  main > section.margin-reduced {
    margin-bottom: calc(1 * 50px);
  }
}
@media (min-width: 1024px) {
  main > section.margin-reduced {
    margin-bottom: calc(1 * 65px);
  }
}
main > section.margin-gutter {
  margin-bottom: calc(1 * 4px);
}
@media (min-width: 768px) {
  main > section.margin-gutter {
    margin-bottom: calc(1 * 10px);
  }
}
main > section.margin-bottom-0 {
  margin-bottom: 0 !important;
}
main > section.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main > section.background, main > section.background.margin-standard {
  padding-top: calc(1 * 75px);
  padding-bottom: calc(1 * 75px);
}
@media (min-width: 768px) {
  main > section.background, main > section.background.margin-standard {
    padding-top: calc(1 * 130px);
    padding-bottom: calc(1 * 130px);
  }
}
@media (min-width: 1024px) {
  main > section.background, main > section.background.margin-standard {
    padding-top: calc(1 * 150px);
    padding-bottom: calc(1 * 150px);
  }
}
main > section.background.margin-reduced {
  padding-top: calc(1 * 40px);
  padding-bottom: calc(1 * 40px);
}
@media (min-width: 768px) {
  main > section.background.margin-reduced {
    padding-top: calc(1 * 50px);
    padding-bottom: calc(1 * 50px);
  }
}
@media (min-width: 1024px) {
  main > section.background.margin-reduced {
    padding-top: calc(1 * 65px);
    padding-bottom: calc(1 * 65px);
  }
}
main > section.background.margin-gutter {
  padding-top: calc(1 * 4px);
  padding-bottom: calc(1 * 4px);
}
@media (min-width: 768px) {
  main > section.background.margin-gutter {
    padding-top: calc(1 * 10px);
    padding-bottom: calc(1 * 10px);
  }
}
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
}
#lightbox .lightbox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2;
}

#lightbox.gallery .swiper-pagination {
  display: none !important;
}
#lightbox.gallery .swiper-caption {
  bottom: 9px !important;
}
#lightbox.gallery .swiper-button-prev,
#lightbox.gallery .swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 22px;
  margin-top: -7px;
  filter: invert(0%) sepia(22%) saturate(7357%) hue-rotate(132deg) brightness(68%) contrast(60%);
}
#lightbox.gallery .swiper-button-prev::after,
#lightbox.gallery .swiper-button-next::after {
  display: none;
}
#lightbox.gallery .swiper-button-prev {
  background-image: url(/images/icons/link.svg);
  transform: rotate(180deg);
  left: 2rem;
}
#lightbox.gallery .swiper-button-next {
  background-image: url(/images/icons/link.svg);
  right: 2rem;
}
#lightbox.gallery .lightbox-close {
  background-image: url(/images/icons/close.svg);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17px;
  width: 17px;
  filter: invert(0%) sepia(22%) saturate(7357%) hue-rotate(132deg) brightness(68%) contrast(60%);
  top: 2rem;
  right: 2rem;
}

#topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: background-color cubic-bezier(0.645, 0.045, 0.355, 1) 250ms;
}
#topbar.sticky {
  background-color: #ffffff;
}
#topbar.sticky > div:last-child nav {
  height: 84px;
}
@media (max-width: 1023.98px) {
  #topbar.sticky > div:last-child nav {
    height: 78px;
  }
}
body[class*=Page] #topbar > div:first-child {
  background-color: white;
}
body[class*=Hero] #topbar:not(.sticky) > div:first-child {
  display: none !important;
}
body[class*=Hero] #topbar > div:last-child nav > div * {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
body[class*=Hero] #topbar > div:last-child nav > div img,
body[class*=Hero] #topbar > div:last-child nav > div .toggler:before {
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(62deg) brightness(103%) contrast(101%);
}
body[class*=Hero] #topbar.sticky > div:last-child nav > div *, body[class*=Page] #topbar.sticky > div:last-child nav > div *, body[class*=Page] #topbar > div:last-child nav > div *, body[class*=Hero] #topbar.mobile-open > div:last-child nav > div *, body[class*=Page] #topbar.mobile-open > div:last-child nav > div * {
  color: #333;
  border-bottom-color: rgba(51, 51, 51, 0.5);
}
body[class*=Hero] #topbar.sticky > div:last-child nav > div img,
body[class*=Hero] #topbar.sticky > div:last-child nav > div .toggler:before, body[class*=Page] #topbar.sticky > div:last-child nav > div img,
body[class*=Page] #topbar.sticky > div:last-child nav > div .toggler:before, body[class*=Page] #topbar > div:last-child nav > div img,
body[class*=Page] #topbar > div:last-child nav > div .toggler:before, body[class*=Hero] #topbar.mobile-open > div:last-child nav > div img,
body[class*=Hero] #topbar.mobile-open > div:last-child nav > div .toggler:before, body[class*=Page] #topbar.mobile-open > div:last-child nav > div img,
body[class*=Page] #topbar.mobile-open > div:last-child nav > div .toggler:before {
  filter: invert(0%) sepia(22%) saturate(7357%) hue-rotate(132deg) brightness(68%) contrast(60%);
}
#topbar > div:first-child {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #f1f1f1;
  display: none;
}
#topbar > div:last-child {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
  overflow: visible;
}
@media (min-width: 576px) {
  #topbar > div:last-child {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  #topbar > div:last-child {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  #topbar > div:last-child {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  #topbar > div:last-child {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  #topbar > div:last-child {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  #topbar > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  #topbar > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  #topbar > div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  #topbar > div:last-child {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  #topbar > div:last-child {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  #topbar > div:last-child {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  #topbar > div:last-child {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
#topbar > div:last-child nav {
  position: relative;
  height: 110px;
  transition: height cubic-bezier(0.645, 0.045, 0.355, 1) 250ms;
}
#topbar > div:last-child nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#topbar > div:last-child nav > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topbar > div:last-child nav > div ul > li {
  margin: 0 !important;
}
#topbar > div:last-child nav > div ul > li:before {
  display: none;
}
#topbar > div:last-child nav > div a {
  transition: none;
  text-decoration: none !important;
}
#topbar > div:last-child nav > div .toggler {
  display: flex;
  cursor: pointer;
}
#topbar > div:last-child nav > div .toggler img {
  display: none;
}
#topbar > div:last-child nav > div .toggler + div {
  position: absolute;
  display: none;
}
#topbar > div:last-child nav > div .toggler + div li {
  white-space: nowrap;
}
#topbar > div:last-child nav > div .toggler.open span {
  opacity: 0;
  pointer-events: none;
}
#topbar > div:last-child nav > div .toggler.open img {
  display: block;
}
#topbar > div:last-child nav > div:first-child {
  left: 0;
}
#topbar > div:last-child nav > div:first-child .toggler + div {
  top: 50%;
  transform: translateY(-50%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.25rem;
  padding-top: calc(0.25rem + 1px);
  left: calc(13px + 1.5rem);
}
#topbar > div:last-child nav > div:first-child .toggler + div ul {
  display: flex;
  gap: 1.5rem;
}
#topbar > div:last-child nav > div:nth-child(2) {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#topbar > div:last-child nav > div:nth-child(2) > div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1023.98px) {
  #topbar > div:last-child nav > div:nth-child(2) > div > div {
    display: none;
  }
}
#topbar > div:last-child nav > div:nth-child(2) > div > div .toggler {
  padding-right: calc(11px + 1rem);
}
#topbar > div:last-child nav > div:nth-child(2) > div > div .toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 5px;
  width: 11px;
  margin-top: -2.5px;
  background-image: url(/images/icons/open-ddl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#topbar > div:last-child nav > div:nth-child(2) > div > div .toggler + div {
  padding-top: 0.75rem;
}
#topbar > div:last-child nav > div:nth-child(2) > div > div .toggler.open:before {
  transform: rotate(180deg);
}
#topbar > div:last-child nav > div:last-child {
  right: 0;
}
#topbar > div:last-child nav > div:last-child .toggler + div {
  top: 0;
  right: calc(13px + 1.5rem);
}
#topbar > div:last-child nav > div:last-child .toggler + div ul {
  text-align: right;
}
#topbar > div:last-child nav > div:last-child > a {
  flex-direction: row-reverse;
}

#subnav {
  position: relative;
  z-index: 2;
}
body[class*=Hero] #subnav {
  margin-bottom: -60px;
}
@media (max-width: 1023.98px) {
  body[class*=Page] #subnav {
    padding-bottom: 20px;
  }
}
#subnav > div > div {
  height: 60px;
  align-items: flex-end;
  padding-bottom: 10px;
  position: relative;
}
#subnav > div > div:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
}
body[class*=Page] #subnav > div > div:before {
  background-color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 1023.98px) {
  body[class*=Page] #subnav > div > div:before {
    left: 3.8vw;
    right: 3.8vw;
  }
}
#subnav > div > div a {
  text-decoration: none;
  color: #333;
  opacity: 0.5;
}
#subnav > div > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
#subnav > div > div ul > li {
  margin: 0 !important;
}
#subnav > div > div ul > li:before {
  display: none;
}
#subnav > div > div ul li.selected a {
  opacity: 1;
}
@media (min-width: 1024px) {
  #subnav > div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 575px;
    padding-right: 2px;
    padding-left: 2px;
    width: auto;
    padding-left: 3.8vw;
    padding-right: 3.8vw;
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  #subnav > div {
    max-width: 767px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #subnav > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #subnav > div {
    max-width: 1339px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  #subnav > div {
    max-width: 1960px;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  #subnav > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #subnav > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #subnav > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  #subnav > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  #subnav > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #subnav > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #subnav > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  #subnav > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
@media (min-width: 1024px) {
  #subnav > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  #subnav > div > div {
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #subnav > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #subnav > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  #subnav > div > div {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1024px) {
  #subnav > div > div > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 576px) {
  #subnav > div > div > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #subnav > div > div > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #subnav > div > div > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1340px) {
  #subnav > div > div > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  body[class*=Hero].room-guide #subnav > div > div > div:nth-child(2) {
    position: relative;
  }
  body[class*=Hero].room-guide #subnav > div > div > div:nth-child(2):after {
    content: "";
    position: absolute;
    inset: auto 0 -10px;
    height: 1px;
    background: rgba(51, 51, 51, 0.5);
  }
}
@media (max-width: 1023.98px) {
  #subnav > div > div {
    display: flex;
    gap: 2.5rem;
    padding-top: 20px;
    padding-left: 3.8vw;
    padding-right: 3.8vw;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #subnav > div > div::-webkit-scrollbar {
    display: none;
  }
  #subnav > div > div > div ul {
    white-space: nowrap;
  }
  #subnav.no-back > div > div {
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #subnav > div > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}

.data-mobile-pnl {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9;
  background-color: #ffffff;
  padding: 100px 0 50px 0;
  display: none;
}
.data-mobile-pnl > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .data-mobile-pnl > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .data-mobile-pnl > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .data-mobile-pnl > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  .data-mobile-pnl > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  .data-mobile-pnl > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  .data-mobile-pnl > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .data-mobile-pnl > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  .data-mobile-pnl > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  .data-mobile-pnl > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  .data-mobile-pnl > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  .data-mobile-pnl > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  .data-mobile-pnl > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
.data-mobile-pnl > div p {
  color: rgba(51, 51, 51, 0.6);
}
.data-mobile-pnl > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.data-mobile-pnl > div ul > li {
  margin: 0 !important;
}
.data-mobile-pnl > div ul > li:before {
  display: none;
}
.data-mobile-pnl > div ul a {
  text-decoration: none;
  color: #333;
  line-height: 2;
}
.data-mobile-pnl > div ul + ul {
  margin-top: 2rem;
}
.data-mobile-pnl#mobile-book div {
  text-align: right;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
}

#footer > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 575px;
  padding-right: 2px;
  padding-left: 2px;
  width: auto;
  padding-left: 3.8vw;
  padding-right: 3.8vw;
  overflow: hidden;
}
@media (min-width: 576px) {
  #footer > div {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  #footer > div {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  #footer > div {
    max-width: 1339px;
  }
}
@media (min-width: 1340px) {
  #footer > div {
    max-width: 1960px;
  }
}
@media (min-width: 576px) {
  #footer > div {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 768px) {
  #footer > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  #footer > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1340px) {
  #footer > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 576px) {
  #footer > div {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media (min-width: 768px) {
  #footer > div {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (min-width: 1024px) {
  #footer > div {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 1340px) {
  #footer > div {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
  }
}
#footer > div > div {
  padding: 2rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}
#footer > div > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer > div > div ul > li {
  margin: 0 !important;
}
#footer > div > div ul > li:before {
  display: none;
}
@media (min-width: 1024px) {
  #footer > div > div div:first-child {
    display: flex;
    gap: 1.5rem;
  }
}
#footer > div > div select {
  border: 0;
  background-image: url(/images/icons/open-ddl.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 11px 5px;
  outline: none;
  background-color: transparent;
  color: #333;
  padding: 0 1rem 0 0;
}
#footer > div > div a {
  text-decoration: none;
  color: #333;
}
#footer > div > div img {
  filter: invert(0%) sepia(22%) saturate(7357%) hue-rotate(132deg) brightness(68%) contrast(60%);
}
@media (min-width: 1024px) {
  #footer > div > div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #footer > div > div ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  #footer > div > div:last-child ul {
    justify-content: end;
  }
}
@media (max-width: 1023.98px) {
  #footer > div > div > div > ul > li {
    margin-bottom: 0.3rem !important;
  }
  #footer > div > div > div + div ul {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
#footer .footer-preferred-logos {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
#footer .footer-preferred-logos > a {
  display: block;
}
#footer .footer-preferred-logos > a > img {
  filter: none;
  max-width: 90px;
}
@media (min-width: 1024px) {
  #footer .footer-preferred-logos {
    justify-content: end;
  }
}

[data-html] {
  position: relative;
  opacity: 1 !important;
}

#cursor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  user-select: none;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023.98px) {
  #cursor {
    display: none !important;
  }
}
#cursor div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#cursor div span {
  font-family: "Stanley";
  font-size: calc(1 * 20px);
  line-height: calc(1 * 1.2em);
  color: #ffffff;
}
#restricted-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}
#restricted-area > div {
  height: 259px;
  width: 418px;
  background-color: #ffffff;
  padding: 44px;
}
@media (max-width: 1023.98px) {
  #restricted-area > div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#restricted-area > div img {
  margin: 0 auto;
  filter: invert(0%) sepia(22%) saturate(7357%) hue-rotate(132deg) brightness(68%) contrast(60%);
}
#restricted-area > div > p {
  margin: 30px 0 20px;
  text-align: center;
}
#restricted-area > div > div {
  position: relative;
}
#restricted-area > div > div input[type=text] {
  border: 1px solid rgba(51, 51, 51, 0.5);
  height: 50px;
  width: 100%;
  padding: 0 50px 0 10px;
  outline: none;
}
#restricted-area > div > div input[type=submit] {
  position: absolute;
  top: 10px;
  right: 10px;
  appearance: none;
  background-image: url(/images/icons/link.svg);
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  border: 0;
  background-color: transparent;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

body[class*=room-guide] #topbar {
  display: none !important;
}
body[class*=room-guide] #footer > div > div > div > ul:first-child {
  display: none !important;
}
/*# sourceMappingURL=maps/style.css.map */
