
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.bg-teal {
  background-color: #17a99c;
}

.bg-teal-30 {
  background-color: #8bd4ce;
}

.bg-teal-10 {
  background-color: #d1eeeb;
}

.bg-teal-dark {
  background-color: #083834;
}

.bg-yellow {
  background-color: #e0e055;
}

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

html {
  scroll-behavior: smooth;
  background-color: #f4f4f4;
}

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

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  background-color: #fff;
  padding: 0.8rem 1rem;
  text-decoration: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: auto;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  max-width: 75rem;
  width: 100%;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
.content.content--wide {
  max-width: 90rem;
}
.content.content--narrow {
  max-width: 50rem;
}
@media screen and (min-width: 90rem) {
  .content {
    padding: 0;
  }
}

main.content {
  padding: 2rem 1rem;
}
@media screen and (min-width: 90rem) {
  main.content {
    padding: 2rem 0;
  }
}

.full-width {
  width: 100vw;
  width: calc(100vw - var(--scrollbar-width, 0vw));
  margin-left: 50%;
  transform: translateX(-50%);
}

.py-100 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 30rem) {
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@font-face {
  font-family: "BCSans";
  src: url(/fonts/BCSans-Regular.woff) format("opentype");
}
@font-face {
  font-family: "BCSans";
  font-weight: 700;
  src: url(/fonts/BCSans-Bold.woff) format("opentype");
}
@font-face {
  font-family: "BCSans";
  font-style: italic;
  src: url(/fonts/BCSans-Italic.woff) format("opentype");
}
body {
  font-family: "BCSans", sans-serif;
  line-height: 1.4;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.5em;
  margin-top: 0.75em;
  max-width: 50rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (min-width: 375px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}

h2,
.h2 {
  font-size: 2.25rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}

.intro h2,
h3,
.h3 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .intro h2,
  h3,
  .h3 {
    font-size: 2.25rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #666666;
}
@media only screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

p,
.p,
ul,
ol,
label,
input[type=text],
input[type=url],
input[type=email],
input[type=password],
select,
textarea {
  margin-bottom: 0.75em;
  font-size: 1.125rem;
  line-height: 1.4;
}
p:last-child,
.p:last-child,
ul:last-child,
ol:last-child,
label:last-child,
input[type=text]:last-child,
input[type=url]:last-child,
input[type=email]:last-child,
input[type=password]:last-child,
select:last-child,
textarea:last-child {
  margin-bottom: 0;
}

.font-size-l {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .font-size-l {
    font-size: 1.25rem;
  }
}

.font-size-s {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .font-size-s {
    font-size: 1rem;
  }
}

ol:not([class]),
ul:not([class]),
ol.block-editor-block-list__block,
ul.block-editor-block-list__block {
  max-width: 50rem;
  padding-left: 2em;
  margin-bottom: 24px;
}
ol:not([class]) li,
ul:not([class]) li,
ol.block-editor-block-list__block li,
ul.block-editor-block-list__block li {
  padding-left: 8px;
}
ol:not([class]) li::marker,
ul:not([class]) li::marker,
ol.block-editor-block-list__block li::marker,
ul.block-editor-block-list__block li::marker {
  font-variant-numeric: tabular-nums;
}

ol:not([class]),
ol.block-editor-block-list__block {
  list-style-type: numeric;
}

ul:not([class]),
ul.block-editor-block-list__block {
  list-style-type: disc;
}

li {
  font-size: 1.125rem;
}

.content > p,
.content > li {
  max-width: 50rem;
}

.bold,
b,
strong {
  font-weight: bold;
}

.italic,
i,
em {
  font-style: italic;
}

a {
  color: inherit;
  cursor: pointer;
  text-underline-offset: 0.15em;
  word-break: break-word;
}
a:hover {
  text-decoration: none;
}
.alert {
  font-size: 1.125rem;
}
@media only screen and (min-width: 640px) {
  .alert {
    font-size: 1.25rem;
  }
}

.header-title {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
}
.header-title span {
  font-size: 0.55rem;
}
@media only screen and (min-width: 640px) {
  .header-title {
    font-size: 1.75rem;
  }
  .header-title span {
    font-size: inherit;
  }
}

.intro h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

details summary {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  details summary {
    font-size: 1.5rem;
  }
}
details p {
  font-size: 1rem;
  font-family: inherit;
}
@media only screen and (min-width: 768px) {
  details p {
    font-size: 1.25rem;
  }
}

.filters .filters-presets-items-label {
  font-size: 1rem;
}
.filters .filters-presets-items-label:nth-last-child(-n+5) {
  font-size: 0.875rem;
}
@media only screen and (min-width: 640px) {
  .filters .filters-presets-items-label {
    font-size: 1.5rem;
  }
  .filters .filters-presets-items-label:nth-last-child(-n+5) {
    font-size: 1.5rem;
  }
}
.filters .filter .form-check-label {
  font-size: 1.125rem;
}
@media only screen and (min-width: 640px) {
  .filters .filter .form-check-label {
    font-size: 0.875rem;
  }
}
.filters .field-search-input {
  font-size: 1.125rem;
  font-family: "BCSans", sans-serif;
}

.grid {
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: auto;
  grid-gap: 16px;
  margin: 1rem 0;
}
@media screen and (min-width: 30rem) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid > * {
    grid-column: span 12;
  }
  .grid .col-start-1 {
    grid-column-start: 1;
  }
  .grid .col-end-2 {
    grid-column-end: 2;
  }
  .grid .col-span-1 {
    grid-column: span 1/span 1;
  }
  .grid .col-start-2 {
    grid-column-start: 2;
  }
  .grid .col-end-3 {
    grid-column-end: 3;
  }
  .grid .col-span-2 {
    grid-column: span 2/span 2;
  }
  .grid .col-start-3 {
    grid-column-start: 3;
  }
  .grid .col-end-4 {
    grid-column-end: 4;
  }
  .grid .col-span-3 {
    grid-column: span 3/span 3;
  }
  .grid .col-start-4 {
    grid-column-start: 4;
  }
  .grid .col-end-5 {
    grid-column-end: 5;
  }
  .grid .col-span-4 {
    grid-column: span 4/span 4;
  }
  .grid .col-start-5 {
    grid-column-start: 5;
  }
  .grid .col-end-6 {
    grid-column-end: 6;
  }
  .grid .col-span-5 {
    grid-column: span 5/span 5;
  }
  .grid .col-start-6 {
    grid-column-start: 6;
  }
  .grid .col-end-7 {
    grid-column-end: 7;
  }
  .grid .col-span-6 {
    grid-column: span 6/span 6;
  }
  .grid .col-start-7 {
    grid-column-start: 7;
  }
  .grid .col-end-8 {
    grid-column-end: 8;
  }
  .grid .col-span-7 {
    grid-column: span 7/span 7;
  }
  .grid .col-start-8 {
    grid-column-start: 8;
  }
  .grid .col-end-9 {
    grid-column-end: 9;
  }
  .grid .col-span-8 {
    grid-column: span 8/span 8;
  }
  .grid .col-start-9 {
    grid-column-start: 9;
  }
  .grid .col-end-10 {
    grid-column-end: 10;
  }
  .grid .col-span-9 {
    grid-column: span 9/span 9;
  }
  .grid .col-start-10 {
    grid-column-start: 10;
  }
  .grid .col-end-11 {
    grid-column-end: 11;
  }
  .grid .col-span-10 {
    grid-column: span 10/span 10;
  }
  .grid .col-start-11 {
    grid-column-start: 11;
  }
  .grid .col-end-12 {
    grid-column-end: 12;
  }
  .grid .col-span-11 {
    grid-column: span 11/span 11;
  }
  .grid .col-start-12 {
    grid-column-start: 12;
  }
  .grid .col-end-13 {
    grid-column-end: 13;
  }
  .grid .col-span-12 {
    grid-column: span 12/span 12;
  }
}

.accordion.accordion--open .accordion-body {
  grid-template-rows: 1fr;
}
.accordion .accordion-header {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.accordion .accordion-header h4 {
  max-width: unset;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 16px;
  width: fit-content;
}
.accordion .accordion-header .accordion-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  border: none;
  margin: 0;
  white-space: normal;
}
.accordion .accordion-body {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.accordion .accordion-body-content {
  overflow: hidden;
}
.accordion.accordion--faq .accordion-toggle::after {
  mask-image: url(/images/plus.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.accordion.accordion--faq .accordion-toggle[aria-expanded=true]:after {
  mask-image: url(/images/minus.svg);
}
.accordion.accordion--box {
  position: relative;
}
.accordion.accordion--box.accordion--open .share-button {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .accordion.accordion--box.accordion--open .share-button {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.accordion.accordion--box .accordion-toggle {
  background-color: unset;
  color: #117167;
  padding-left: 0;
}
.accordion.accordion--box .accordion-toggle:hover {
  color: #083834;
}
.accordion.accordion--box .accordion-toggle:hover::before {
  color: #083834;
}
.accordion.accordion--box .accordion-toggle::before {
  content: "+";
  margin-right: 1rem;
}
.accordion.accordion--box .accordion-toggle[aria-expanded=true]::before {
  content: "–";
}
.accordion.accordion--box .accordion-header {
  padding: 0;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .accordion.accordion--box .accordion-header {
    margin-top: 44px;
  }
}
.accordion.accordion--box .share-button {
  display: none;
}

input[type=submit],
.pagination a,
button,
.button {
  appearance: none;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  padding: calc(0.75rem - 3px) 0.75rem;
  line-height: 18px;
  border: 2px solid #17a99c;
  border-radius: 0px;
  background-color: #17a99c;
  color: #083834;
  text-transform: uppercase;
  width: fit-content;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
  .pagination a,
  button,
  .button {
    padding: calc(1rem - 3px) 1.5rem;
    font-size: 1.125rem;
  }
}
input[type=submit]:hover,
.pagination a:hover,
button:hover,
.button:hover {
  color: #fff;
  background-color: #083834;
  border-color: #083834;
}
.bg-teal input[type=submit]:hover, .bg-teal-dark input[type=submit]:hover,
.bg-teal .pagination a:hover,
.bg-teal-dark .pagination a:hover,
.bg-teal button:hover,
.bg-teal-dark button:hover,
.bg-teal .button:hover,
.bg-teal-dark .button:hover {
  color: #8bd4ce;
  background-color: #083834;
  border-color: #8bd4ce;
}
input[type=submit]:disabled, input[type=submit].inactive,
.pagination a:disabled,
.pagination a.inactive,
button:disabled,
button.inactive,
.button:disabled,
.button.inactive {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.4);
}
input[type=submit].is-active,
.pagination a.is-active,
button.is-active,
.button.is-active {
  background-color: #fff;
  color: #17a99c;
}
input[type=submit].list-added,
.pagination a.list-added,
button.list-added,
.button.list-added {
  background-color: #083834;
  color: #fff;
}
input[type=submit].button--link,
.pagination a.button--link,
button.button--link,
.button.button--link {
  background-color: transparent;
  color: inherit;
  padding: 0;
  border: none;
  padding: 1rem 0;
}
input[type=submit].button--link:hover,
.pagination a.button--link:hover,
button.button--link:hover,
.button.button--link:hover {
  background-color: transparent;
  text-decoration: underline;
}
input[type=submit].button--solid,
.pagination a.button--solid,
button.button--solid,
.button.button--solid {
  color: #fff;
  border-color: #083834;
  background-color: #083834;
}
input[type=submit].button--solid:hover,
.pagination a.button--solid:hover,
button.button--solid:hover,
.button.button--solid:hover {
  background-color: transparent;
  color: #083834;
}
input[type=submit].button--outline,
.pagination a.button--outline,
button.button--outline,
.button.button--outline {
  background-color: transparent;
  border-color: #117167;
  color: #117167;
}
input[type=submit].button--outline:hover,
.pagination a.button--outline:hover,
button.button--outline:hover,
.button.button--outline:hover {
  color: #083834;
  border-color: #083834;
}
.bg-teal input[type=submit].button--outline, .bg-teal-dark input[type=submit].button--outline,
.bg-teal .pagination a.button--outline,
.bg-teal-dark .pagination a.button--outline,
.bg-teal button.button--outline,
.bg-teal-dark button.button--outline,
.bg-teal .button.button--outline,
.bg-teal-dark .button.button--outline {
  color: #fff;
  border-color: #fff;
}
.bg-teal input[type=submit].button--outline:hover, .bg-teal-dark input[type=submit].button--outline:hover,
.bg-teal .pagination a.button--outline:hover,
.bg-teal-dark .pagination a.button--outline:hover,
.bg-teal button.button--outline:hover,
.bg-teal-dark button.button--outline:hover,
.bg-teal .button.button--outline:hover,
.bg-teal-dark .button.button--outline:hover {
  background-color: #fff;
  color: #083834;
}
input[type=submit].button--yellow,
.pagination a.button--yellow,
button.button--yellow,
.button.button--yellow {
  border-color: #e0e055;
  background-color: #e0e055;
  color: #083834;
}
input[type=submit].button--yellow:hover,
.pagination a.button--yellow:hover,
button.button--yellow:hover,
.button.button--yellow:hover {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #083834;
}
input[type=submit].button--yellow:disabled,
.pagination a.button--yellow:disabled,
button.button--yellow:disabled,
.button.button--yellow:disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.home-index .intro a::after, .alert a::after {
  mask-image: url(/images/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  transition: transform 0.25s ease;
  margin-left: 0.25em;
}
.home-index .intro a:hover::after, .alert a:hover::after {
  transform: translateX(0.25em);
}

header {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  header {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
header .header-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  header .header-logo {
    width: fit-content;
  }
}
header .logo {
  padding: 1rem;
}
@media only screen and (min-width: 1440px) {
  header .logo {
    padding: 1.25rem 0 1.25rem 2.5rem;
  }
}
header .logo::before {
  mask-image: url(/images/logo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  color: #05221f;
  content: "";
  display: inline-flex;
  width: 89px;
  height: auto;
  aspect-ratio: 205/50;
  transition: transform 0.25s ease;
}
@media only screen and (min-width: 640px) {
  header .logo::before {
    width: 205px;
  }
}
header .header-title {
  height: 100%;
  background-color: #083834;
  color: #fff;
  padding: 0 1rem;
  height: 66px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (min-width: 640px) {
  header .header-title {
    height: 72px;
  }
}
@media only screen and (min-width: 768px) {
  header .header-title {
    background-color: unset;
    color: unset;
    padding: 0;
    height: unset;
    justify-content: flex-start;
    flex-direction: row;
  }
}
header .header-title .header-title-separator {
  display: none;
}
@media only screen and (min-width: 1440px) {
  header .header-title .header-title-separator {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1439px) {
  header .header-title span {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  header .header-title span {
    display: inline-block;
    margin-left: 0.25em;
  }
}
.isAdmin header .header-title {
  display: none;
}
header .header-content {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 640px) {
  header .header-content {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  header .header-content {
    padding: 1.5rem 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  header .header-content {
    padding: 2rem 2.5rem;
  }
}
header .header-content .p {
  text-wrap: nowrap;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 920px) {
  header .header-content .p {
    display: block;
  }
}
.isAdmin header .header-content {
  flex: auto;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .isAdmin header .header-content {
    align-self: stretch;
    justify-self: end;
  }
}
header .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-height: 66px;
}
@media only screen and (min-width: 640px) {
  header .nav ul {
    gap: 1.25rem;
    min-height: unset;
  }
}
header .nav ul li {
  padding: 0;
}
.isAdmin header .nav ul {
  flex-wrap: wrap;
}
.isAdmin header .nav ul a {
  font-weight: 500;
  text-wrap: nowrap;
}
.isAdmin header .nav ul .active a {
  font-weight: 700;
  text-decoration: none;
}

.footer {
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.footer a {
  color: #fff;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-info {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-info {
    gap: 5rem;
  }
}
.footer .footer-info p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer .footer-info .footer-info-main {
    flex: 1;
  }
}
.footer .footer-info .footer-info-link {
  min-width: 200px;
}
.footer .footer-info .footer-info-link a {
  font-weight: bold;
}
.footer .footer-info .footer-info-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.footer .footer-info .footer-info-social li {
  background-color: #17a99c;
  border-radius: 50%;
}
.footer .footer-info .footer-info-social li:hover {
  background-color: #083834;
}
.footer .footer-info .footer-info-social .social {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.footer .footer-info .footer-info-social .social::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  top: 0;
  left: 0;
}
.footer .footer-info .footer-info-social .social:hover {
  color: #17a99c;
}
.footer .footer-acknowledgement {
  margin-top: 2.5rem;
}

.field {
  display: block;
}
.field + .field {
  margin-top: 2rem;
}
.field.hidden {
  display: none;
}

.field-tight {
  display: block;
}
.field-tight + .field-tight {
  margin-top: 1rem;
}

.has_error {
  border: 1px solid #ff0000;
  border-left: 6px solid #ff0000;
  padding: 15px 1rem;
  background-color: #fee;
}

.form-check-items {
  margin-top: 1rem;
}
.form-check-items .form-check {
  break-inside: avoid-column;
  padding: 3px 15px 3px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-check-items .form-check-full {
  width: 100%;
}
.form-check-items .form-check-label {
  font-weight: normal;
  display: flex;
  gap: 5px;
}
.form-check-items .form-check-label input {
  margin-top: 7px;
}
.form-check-items.form-check-items--1 {
  columns: 1;
}
.form-check-items.form-check-items--2 {
  columns: 2;
}
.form-check-items.form-check-items--3 {
  columns: 3;
}
.form-check-items.form-check-items--4 {
  columns: 4;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 700;
}

.hint {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.hint p:last-child {
  margin-bottom: 0;
}

.additional-comments {
  padding-left: 1.5em;
}
.additional-comments label {
  margin-top: 1rem;
}

form h2 {
  margin-top: 3rem;
}

.required:after {
  content: "*";
  color: #ff0000;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password],
select,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 500px;
}

.datetime-select select {
  width: auto;
  margin-right: 10px;
}

.admin-fields {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #ccc;
  margin: 2rem 0;
}

.field_with_errors label {
  color: #ff0000;
}
.field_with_errors input[type=text],
.field_with_errors input[type=url],
.field_with_errors input[type=email],
.field_with_errors input[type=password],
.field_with_errors select,
.field_with_errors textarea {
  border-color: #ff0000;
}

.form-check .field_with_errors {
  display: inline-block;
}

#payment-element {
  margin-bottom: 2rem;
}

.coupon-form {
  margin-bottom: 2rem;
  gap: 20px;
}

.submit-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

fieldset legend {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}
fieldset div {
  display: flex;
  gap: 0.5em;
  position: relative;
}
fieldset div label {
  font-weight: normal;
}

.flash {
  padding: 1em;
  margin: 1em 0;
  border-radius: 4px;
}
.flash p, .flash ul, .flash li {
  font-size: 1rem;
}
.flash :last-child {
  margin-bottom: 0;
}
.flash.flash-alert {
  border: 1px solid #f00;
  background-color: #fee;
}
.flash.flash-notice {
  border: 1px solid #0f0;
  background-color: #efe;
}
.flash.flash-notes {
  border: 1px solid #e0e055;
  background-color: #f4f4f4;
}
.flash:empty {
  display: none;
}

body.home-index .filters {
  padding: 5rem 0;
  color: #fff;
}
body.home-index .filters .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.home-index .filters h2 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
}
body.home-index .filters h2,
body.home-index .filters h3 {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters h2,
  body.home-index .filters h3 {
    text-align: left;
  }
}
body.home-index .filters .filters-presets {
  border-bottom: 2px solid #fff;
  padding-bottom: 2rem;
}
body.home-index .filters .filters-presets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2px;
  width: 100%;
  max-width: unset;
}
body.home-index .filters .filters-presets ul:hover li:not(:hover):not(.active), body.home-index .filters .filters-presets ul:has(.active) li:not(.active):not(:hover) {
  background-color: #8bd4ce;
}
body.home-index .filters .filters-presets ul li {
  width: 100%;
  display: flex;
  background-color: #17a99c;
  padding: 0;
  margin: 0;
  max-width: unset;
  height: 72px;
}
@media only screen and (max-width: 639px) {
  body.home-index .filters .filters-presets ul li:nth-child(n+4):nth-child(-n+6) {
    width: calc((100% - 4px) / 3);
  }
  body.home-index .filters .filters-presets ul li:nth-last-child(-n+2) {
    width: calc((100% - 2px) / 2);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1439px) {
  body.home-index .filters .filters-presets ul li {
    height: 140px;
    width: calc((100% - 4px) / 3);
  }
  body.home-index .filters .filters-presets ul li:nth-last-child(-n+2) {
    width: calc((100% - 2px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  body.home-index .filters .filters-presets ul li {
    height: 140px;
    width: calc((100% - 8px) / 5);
  }
  body.home-index .filters .filters-presets ul li:nth-child(-n+3) {
    width: calc((100% - 4px) / 3);
  }
  body.home-index .filters .filters-presets ul li:nth-last-child(-n+2) {
    width: calc((100% - 8px) / 5);
  }
}
body.home-index .filters .filters-presets ul li.active {
  position: relative;
}
body.home-index .filters .filters-presets ul li.active a::after {
  mask-image: url(/images/check.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-presets ul li.active a::after {
    width: 26px;
    height: 26px;
    bottom: 1rem;
    right: 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  body.home-index .filters .filters-presets ul li.active a::after {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
body.home-index .filters .filters-presets ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #05221f;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5rem;
  line-height: 1.1;
  text-wrap: balance;
}
@media only screen and (min-width: 380px) {
  body.home-index .filters .filters-presets ul li a {
    padding: 1rem;
  }
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-presets ul li a {
    padding: 1.5rem;
  }
}
body.home-index .filters .filters-custom {
  display: flex;
  flex-direction: column;
}
body.home-index .filters .filters-custom h3 {
  margin-bottom: 2rem;
}
body.home-index .filters .filters-custom h3 span {
  display: none;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom h3 span {
    display: inline-block;
  }
}
body.home-index .filters .filters-custom .filters-custom-mobile-btn {
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-custom-mobile-btn {
    display: none;
  }
}
body.home-index .filters .filters-custom .filters-custom-mobile-btn:not(:first-child) {
  margin-top: 1rem;
}
body.home-index .filters .filters-custom .filters-custom-form {
  display: none;
}
body.home-index .filters .filters-custom .filters-custom-form.mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  padding: 1rem;
  color: #083834;
  height: 100vh;
  width: calc(100vw - var(--scrollbar-width, 0vw));
  min-width: calc(100vw - var(--scrollbar-width, 0vw));
  overflow-y: auto;
  background-color: #8bd4ce;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 2.5rem 0 0;
  transition: opacity 0.25s ease;
}
body.home-index .filters .filters-custom .filters-custom-form.mobile::-webkit-scrollbar {
  width: 8px;
}
body.home-index .filters .filters-custom .filters-custom-form.mobile::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
body.home-index .filters .filters-custom .filters-custom-form.mobile::-webkit-scrollbar-thumb {
  background: #117167;
}
@-moz-document url-prefix() {
  body.home-index .filters .filters-custom .filters-custom-form.mobile {
    scrollbar-width: thin;
  }
}
body.home-index .filters .filters-custom .filters-custom-form.mobile::backdrop {
  background-color: #083834;
}
body.home-index .filters .filters-custom .filters-custom-form.mobile[open] {
  display: block;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-custom-form.mobile[open] {
    display: none;
  }
}
body.home-index .filters .filters-custom .filters-custom-form.mobile form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  background-color: none;
  gap: 1rem;
  padding-bottom: 8rem;
}
body.home-index .filters .filters-custom .filters-custom-form.desktop {
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-custom-form.desktop {
    display: flex;
  }
}
body.home-index .filters .filters-custom .filters-custom-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #083834;
}
body.home-index .filters .filters-custom .filters-custom-form-header .h3 {
  margin: 0;
}
body.home-index .filters .filters-custom .filters-custom-form-header .button {
  padding: 0;
}
body.home-index .filters .filters-custom .filters-custom-form-header .button:hover {
  background-color: transparent;
  color: #083834;
}
body.home-index .filters .filters-custom .filters-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items {
    flex-direction: row;
    width: auto;
  }
}
body.home-index .filters .filters-custom .filters-items .filter {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter {
    background-color: unset;
    border-radius: unset;
    overflow: visible;
  }
}
body.home-index .filters .filters-custom .filters-items .filter .filter-label {
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  color: #083834;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  cursor: pointer;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .filter-label {
    justify-content: unset;
  }
}
body.home-index .filters .filters-custom .filters-items .filter .filter-label::after {
  mask-image: url(/images/chevron.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #17a99c;
  transition: transform 0.25s ease, color 0.25s ease;
}
body.home-index .filters .filters-custom .filters-items .filter .filter-label label {
  padding: 0.75rem 0 0.75rem 1.5rem;
  cursor: pointer;
  line-height: 1;
  display: flex;
  gap: 0.2em;
  user-select: none;
}
body.home-index .filters .filters-custom .filters-items .filter .filter-label label::after {
  content: " ";
  display: inline-flex;
  width: 0.85em;
}
body.home-index .filters .filters-custom .filters-items .filter .filter-label label:not([data-count="0"])::after {
  content: "(" attr(data-count) ")";
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .filter-label.open {
    background-color: #083834;
    color: #fff;
  }
  body.home-index .filters .filters-custom .filters-items .filter .filter-label.open::after {
    color: #d1eeeb;
    transform: rotate(180deg);
  }
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items {
  display: none;
  z-index: 1;
  background-color: #fff;
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items {
    max-width: 400px;
    max-height: 50vh;
    position: absolute;
    border-radius: 12px;
    margin-top: 0.5rem;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.15);
  }
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-items-inner {
  color: #083834;
  margin: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-items-inner {
    margin: 1.5rem 0 1.5rem 1.5rem;
    overflow: auto;
    padding-right: 1.5rem;
  }
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-items-inner::-webkit-scrollbar {
    width: 8px;
  }
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-items-inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-items-inner::-webkit-scrollbar-thumb {
    background: #117167;
  }
  @-moz-document url-prefix() {
    body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-items-inner {
      scrollbar-width: thin;
    }
  }
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  line-height: 1.4;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label {
    line-height: 1.2;
    color: #083834;
  }
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label:hover {
  text-decoration: underline;
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label span {
  flex-grow: 1;
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label::before {
  flex: 0 0 26px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  border: 1px solid #666666;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label::before {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
  }
}
body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label::after {
  width: 22px;
  height: 22px;
  color: #17a99c;
  top: 2px;
  left: 2px;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-items .filter .form-check-items .form-check-label::after {
    width: 16px;
    height: 16px;
  }
}
body.home-index .filters .filters-custom .field {
  display: inline-flex;
}
body.home-index .filters .filters-custom .field > .form-check {
  font-weight: bold;
}
body.home-index .filters .filters-custom .field > .form-check label {
  display: inline-flex;
  cursor: pointer;
}
body.home-index .filters .filters-custom input[type=checkbox] {
  display: none;
}
body.home-index .filters .filters-custom input[type=checkbox] + label::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #083834;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom input[type=checkbox] + label::before {
    border-color: #fff;
  }
}
body.home-index .filters .filters-custom input[type=checkbox]:checked + label {
  position: relative;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom input[type=checkbox]:checked + label::before {
    background-color: #fff;
    border-color: #fff;
  }
}
body.home-index .filters .filters-custom input[type=checkbox]:checked + label::after {
  mask-image: url(/images/check.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  color: #083834;
}
body.home-index .filters .filters-custom .field-search {
  padding: 0.5rem 1.5rem;
  border: 2px solid #083834;
  border-radius: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  color: #083834;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .field-search {
    border-color: #fff;
    color: #fff;
  }
}
body.home-index .filters .filters-custom .field-search::before, body.home-index .filters .filters-custom .field-search::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
body.home-index .filters .filters-custom .field-search::before {
  mask-image: url(/images/plus.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}
body.home-index .filters .filters-custom .field-search::after {
  mask-image: url(/images/search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}
body.home-index .filters .filters-custom .field-search:has(input:focus) {
  background-color: #fff;
  color: #083834;
}
body.home-index .filters .filters-custom .field-search .field-search-input {
  background-color: transparent;
  border: none;
  font-weight: bold;
  width: 154px;
  padding: 0;
  outline: none;
  color: inherit;
}
body.home-index .filters .filters-custom .field-search .field-search-input::placeholder {
  color: inherit;
}
body.home-index .filters .filters-custom .field-search .field-search-input:focus {
  outline: none;
}
body.home-index .filters .filters-custom .filters-buttons {
  display: flex;
  gap: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #17a99c;
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  body.home-index .filters .filters-custom .filters-buttons {
    position: relative;
    padding: 0;
    width: auto;
    background-color: unset;
  }
}
body.home-index .filters .filters-custom .filters-buttons .button--link {
  text-decoration: underline;
}
body.home-index .filters .filters-custom .filters-buttons .button--link:hover {
  text-decoration: none;
}

table th {
  font-weight: bold;
}
table td {
  padding: 0.5em;
}

.control-group {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  background-color: #fff;
}
.control-group button {
  padding: 10px 15px;
  background-color: transparent;
  color: black;
  border: 0;
}
.control-group button.is-active {
  color: #17a99c;
  border-bottom: 2px solid #17a99c;
}
.control-group button.is-active:hover {
  color: rgb(26.0546875, 191.4453125, 176.71875);
}
.control-group button:disabled {
  color: #ccc;
}
.control-group button:disabled:hover {
  color: #ccc;
}
.control-group button:hover {
  color: rgb(127.5, 127.5, 127.5);
}

.tiptap-element {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
}
.tiptap-element.initialized {
  min-height: 50px;
  display: flex;
  padding: 2rem;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.tiptap-element.initialized:hover {
  background-color: #efefef;
}
.tiptap-element .ProseMirror-focused {
  border-color: #17a99c;
  outline: none;
}
.tiptap-element:has(.ProseMirror-focused) {
  border-color: #17a99c;
}
.tiptap-element:has(.ProseMirror-focused) .control-group {
  background-color: white;
  border-color: #17a99c;
}

.tiptap-element .tiptap {
  padding: 1em;
  /* Placeholder */
  /* Details */
}
.tiptap-element .tiptap .is-empty::before {
  color: #bababa;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
.tiptap-element .tiptap .details {
  display: flex;
  gap: 0.25rem;
  margin: 1.5rem 0;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.tiptap-element .tiptap .details summary {
  font-weight: 700;
}
.tiptap-element .tiptap .details > button {
  align-items: center;
  background: black;
  border-radius: 4px;
  display: flex;
  font-size: 0.625rem;
  height: 1.25rem;
  justify-content: center;
  line-height: 1;
  margin-top: 0.1rem;
  padding: 0;
  width: 1.25rem;
}
.tiptap-element .tiptap .details > button:hover {
  background-color: #ccc;
}
.tiptap-element .tiptap .details > button::before {
  content: "▶";
  color: #fff;
}
.tiptap-element .tiptap .details.is-open > button::before {
  transform: rotate(90deg);
}
.tiptap-element .tiptap .details > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.tiptap-element .tiptap .details > div > [data-type=detailsContent] > :last-child {
  margin-bottom: 0.5rem;
}
.tiptap-element .tiptap .details .details {
  margin: 0.5rem 0;
}
.tiptap-element .tiptap a:hover {
  text-decoration: underline;
}

.alert {
  padding: 0.625rem 0;
  color: #05221f;
}
@media only screen and (min-width: 640px) {
  .alert {
    padding: 0.625rem;
    text-align: center;
  }
}
.alert p {
  font-size: inherit;
  line-height: 1.1;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 640px) {
  .alert p {
    padding: 0.5rem 1rem;
  }
}
.alert a {
  font-weight: bold;
}

.icon-email {
  align-items: center;
  gap: 0.75rem;
}
.icon-email::before {
  mask-image: url(/images/icons/icon-email.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-email {
    gap: 1rem;
  }
}

.icon-heart {
  align-items: center;
  gap: 0.75rem;
}
.icon-heart::before {
  mask-image: url(/images/icons/icon-heart.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-heart {
    gap: 1rem;
  }
}

.icon-heart-solid {
  align-items: center;
  gap: 0.75rem;
}
.icon-heart-solid::before {
  mask-image: url(/images/icons/icon-heart-solid.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-heart-solid {
    gap: 1rem;
  }
}

.icon-link {
  align-items: center;
  gap: 0.75rem;
}
.icon-link::before {
  mask-image: url(/images/icons/icon-link.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-link {
    gap: 1rem;
  }
}

.icon-location {
  align-items: center;
  gap: 0.75rem;
}
.icon-location::before {
  mask-image: url(/images/icons/icon-location.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-location {
    gap: 1rem;
  }
}

.icon-share {
  align-items: center;
  gap: 0.75rem;
}
.icon-share::before {
  mask-image: url(/images/icons/icon-share.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-share {
    gap: 1rem;
  }
}

.icon-web {
  align-items: center;
  gap: 0.75rem;
}
.icon-web::before {
  mask-image: url(/images/icons/icon-web.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-web {
    gap: 1rem;
  }
}

.icon-back {
  align-items: center;
  gap: 0.75rem;
}
.icon-back::before {
  mask-image: url(/images/icons/icon-back.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-back {
    gap: 1rem;
  }
}

.icon-setting {
  align-items: center;
  gap: 0.75rem;
}
.icon-setting::before {
  mask-image: url(/images/icons/icon-setting.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-setting {
    gap: 1rem;
  }
}

.icon-close {
  align-items: center;
  gap: 0.75rem;
}
.icon-close::before {
  mask-image: url(/images/icons/icon-close.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .icon-close {
    gap: 1rem;
  }
}

.social--ig::before {
  mask-image: url(/images/icons/icon-sm-ig.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}

.social--fb::before {
  mask-image: url(/images/icons/icon-sm-fb.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}

.social--in::before {
  mask-image: url(/images/icons/icon-sm-in.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}

.social--x::before {
  mask-image: url(/images/icons/icon-sm-x.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}

.listing {
  background-color: #fff;
  position: relative;
  font-family: "BCSans", sans-serif;
  padding: 84px 20px 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .listing {
    padding: 92px 60px 60px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.listing .desktop-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .listing .desktop-only {
    display: block;
  }
}
.listing .mobile-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .listing .mobile-only {
    display: none;
  }
}
.listing .listing-sections {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .listing .listing-sections {
    gap: 60px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .listing .listing-section-left,
  .listing .listing-section-right {
    flex: 0 0 calc(50% - 30px);
  }
}
.listing .listing-header h3 {
  font-weight: bold;
  margin-bottom: 12px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .listing .listing-header .listing-sections {
    margin-top: 36px;
  }
}
.listing .listing-header .listing-parent {
  color: #117167;
}
.listing .listing-description-preview {
  margin: 24px 0;
}
.listing .listing-description-full {
  margin: 24px 0;
}
.listing .listing-metadata {
  display: flex;
  flex-direction: column;
}
.listing .listing-locations {
  margin-top: 24px;
  margin-bottom: 16px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .listing .listing-locations {
    margin-top: 0;
    margin-bottom: 24px;
    order: 0;
  }
}
.listing .listing-subsection::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #117167;
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .listing .listing-subsection::before {
    margin: 36px 0;
  }
}
.listing .listing-subsection h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.listing .listing-registration {
  background-color: #d1eeeb;
  margin: 36px 0 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .listing .listing-registration {
    padding: 32px;
    margin: 32px 0;
  }
}
.listing .listing-registration h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.listing .listing-registration .button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .listing .listing-registration .button {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .listing .listing-updated {
    text-align: right;
  }
}
.listing .js-toggle-list {
  background: transparent;
  padding: 20px 0;
  border: none;
}
.listing .js-toggle-list::before {
  color: #117167;
}
.listing .js-toggle-list:hover::before, .listing .js-toggle-list.list-added::before {
  mask-image: url(/images/icons/icon-heart-solid.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
}
.listing .admin-controls {
  border-top: 2px solid #e0e055;
  padding-top: 16px;
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.feedback-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.feedback-table tr {
  display: flex;
}
.feedback-table thead tr th {
  padding-bottom: 12px;
  text-align: left;
  padding: 8px 12px;
}
.feedback-table thead tr th:first-child {
  flex-grow: 1;
  padding-left: 0;
  font-weight: normal;
}
.feedback-table tbody tr {
  color: #666666;
}
.feedback-table tbody tr td {
  padding: 8px 12px;
}
.feedback-table tbody tr td:first-child {
  flex-grow: 1;
}
.feedback-table tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.metadata {
  margin-bottom: 2px;
  --typeWidth: 130px;
}
.metadata dt,
.metadata dd {
  display: inline;
  margin: 0;
}
.metadata dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .metadata {
    --typeWidth: 154px;
  }
}

.metadata.type {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--typeWidth);
  padding: 16px 20px;
  margin-bottom: 0px;
  background-color: #05221f;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .metadata.type {
    padding: 16px 32px;
  }
}

.metadata.cost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 0px;
  background-color: #17a99c;
  color: #05221f;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.type + .metadata.cost {
  left: var(--typeWidth);
  width: calc(100% - var(--typeWidth));
}
@media screen and (min-width: 768px) {
  .metadata.cost {
    padding: 16px 32px;
    width: auto;
  }
}

.metadata.location {
  position: relative;
  padding-left: 22px;
}
.metadata.location::before {
  position: absolute;
  left: -2px;
  top: 2px;
  vertical-align: middle;
  background-color: #117167;
}
.metadata.location dd {
  font-weight: bold;
}

.metadata.curriculum {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .metadata.curriculum {
    margin-bottom: 20px;
  }
}
.metadata.curriculum.curriculum--checked dt::after {
  content: "";
  mask-image: url(/images/check.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  background-color: #117167;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
}
.metadata.curriculum.curriculum--checked dd {
  display: block;
}

.metadata.languages {
  margin: 20px 0;
}

.metadata.accessibility {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.metadata.accessibility dt {
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-count {
  margin-bottom: 20px;
}
.pagination .disabled {
  display: none;
}
.pagination a {
  background-color: #083834;
  color: #fff;
  border-color: #083834;
}
.pagination a:hover {
  color: #083834;
  background-color: #fff;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
#toast-container .toast {
  opacity: 1 !important;
}
#toast-container .toast.toast-success {
  background-color: #117167 !important;
}
#toast-container .toast .toast-message {
  font-family: inherit;
}

.dynamic-range {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.dynamic-range .target-wrap {
  position: relative;
  margin: 0 7px 0 11px;
  margin-top: 10px;
  height: 55px;
}
.dynamic-range .target {
  --bg-colour: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateZ(1px);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.dynamic-range .target span {
  color: black;
  font-weight: bold;
  font-size: 20px;
  background-color: var(--bg-colour);
  padding: 8px 15px;
  display: block;
}
.dynamic-range .target:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--bg-colour) transparent transparent transparent;
}
.dynamic-range .target:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: url(/images/stars.svg) center center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.dynamic-range .target.yay:after {
  opacity: 1;
}
.dynamic-range .target.yay-2:after {
  background-image: url(/images/stars-2.svg);
}
.dynamic-range input {
  width: 100%;
}

body.home-list .intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  body.home-list .intro {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}
body.home-list .intro .content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  body.home-list .intro .content {
    gap: 1.25rem;
  }
}
body.home-list .intro .content .icon-back {
  gap: 0.25rem;
  color: #05221f;
}
body.home-list .intro .content h1 {
  margin: 0;
  color: #083834;
}
body.home-list .intro .content p {
  color: #666666;
}
body.home-list .intro .content .list-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 580px) {
  body.home-list .intro .content .list-actions {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  body.home-list .intro .content .list-actions {
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  body.home-list .intro .content .list-actions {
    flex-wrap: nowrap;
  }
  body.home-list .intro .content .list-actions a:last-child {
    margin-left: auto;
  }
}
body.home-list .placeholder {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  body.home-list .placeholder {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

body.home-index .hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 160px;
  align-items: end;
}
@media only screen and (min-width: 375px) {
  body.home-index .hero {
    grid-template-rows: auto auto 140px;
  }
}
@media only screen and (min-width: 520px) {
  body.home-index .hero {
    grid-template-rows: auto 188px 48px;
  }
}
@media only screen and (min-width: 820px) {
  body.home-index .hero {
    grid-template-rows: auto 188px 48px;
  }
}
body.home-index .hero img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
  grid-column: 1/-1;
  grid-row: 1/3;
}
body.home-index .hero .content {
  grid-column: 1/-1;
  grid-row: 2/-1;
}
body.home-index .hero .content h1 {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
  line-height: 1;
}
body.home-index .hero .content h1 span {
  display: inline;
  width: fit-content;
  padding: 1rem 0.5rem;
  background-color: #17a99c;
}
body.home-index .hero .content h1 span:has(+ span) {
  padding-bottom: 0;
}
body.home-index .hero .content h1 span + span {
  padding-top: 0;
}
@media only screen and (min-width: 820px) {
  body.home-index .hero .content h1 span {
    padding: 1.75rem 2rem;
  }
  body.home-index .hero .content h1 span:has(+ span) {
    padding-bottom: 1rem;
  }
  body.home-index .hero .content h1 span + span {
    padding-top: 0;
  }
}
body.home-index .intro {
  padding-top: 1.75rem;
  padding-bottom: 3.25rem;
}
@media only screen and (min-width: 920px) {
  body.home-index .intro {
    padding-top: 3.25rem;
    padding-bottom: 6.25rem;
  }
}
body.home-index .intro .content {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
  color: #083834;
}
@media only screen and (min-width: 920px) {
  body.home-index .intro .content {
    gap: 2.5rem;
    flex-direction: row;
  }
}
body.home-index .intro .content .intro-content h2 {
  font-weight: normal;
}
body.home-index .intro .content .intro-content p:last-child,
body.home-index .intro .content .intro-content a {
  color: #117167;
}
body.home-index .intro .content .intro-links {
  min-width: 280px;
}
body.home-index .intro .content .intro-links h3 {
  color: #666666;
  margin-bottom: 1rem;
  font-weight: normal;
}
body.home-index .intro .content .intro-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.home-index .intro .content .intro-links ul li {
  padding: 0;
}
body.home-index .intro .content .intro-links ul li a {
  font-weight: bold;
  color: #083834;
}
body.home-index .signup {
  color: #05221f;
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  body.home-index .signup {
    padding: 6.25rem 0;
  }
}
body.home-index .signup .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  body.home-index .signup .content {
    align-items: center;
    flex-direction: row;
    gap: 1.75rem;
  }
}
body.home-index .signup .content .signup-content {
  flex-grow: 1;
}
body.home-index .signup .content .signup-content h2 {
  max-width: unset;
  margin-bottom: 1rem;
}
body.home-index .faq {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  body.home-index .faq {
    padding: 6.25rem 0;
  }
}
body.home-index .faq .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
body.home-index .faq .content h2,
body.home-index .faq .content h3 {
  margin: 2.5rem 0 0;
}
body.home-index .faq .content h2 {
  margin-top: 0;
  color: #083834;
}
body.home-index .faq .content h3 {
  color: #117167;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  body.home-index .faq .content h3 {
    margin-bottom: 1.5rem;
  }
}
body.home-index .faq .content h3:has(+ details) {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  body.home-index .faq .content h3:has(+ details) {
    margin-top: 5rem;
  }
}
body.home-index .faq .content details {
  width: 100%;
  border-top: 1px solid #17a99c;
  color: #05221f;
  transition: padding 0.25s ease-out;
}
body.home-index .faq .content details:has(+ :not(details)), body.home-index .faq .content details:last-child {
  border-bottom: 1px solid #17a99c;
}
body.home-index .faq .content details[open] {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  body.home-index .faq .content details[open] {
    padding-bottom: 2.5rem;
  }
}
body.home-index .faq .content details[open] summary::after {
  mask-image: url(/images/minus.svg);
}
body.home-index .faq .content details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.5rem 0;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  body.home-index .faq .content details summary {
    padding: 2.5rem 0;
  }
}
body.home-index .faq .content details summary:hover {
  text-decoration: underline;
}
body.home-index .faq .content details summary::-webkit-details-marker, body.home-index .faq .content details summary::marker {
  display: none;
}
body.home-index .faq .content details summary::after {
  mask-image: url(/images/plus.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  content: "";
  flex: 0 0 1rem;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}
body.home-index .results {
  padding: 5rem 0;
}
body.home-index .results .results-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  body.home-index .results .results-header {
    flex-direction: row;
    align-items: center;
  }
}
body.home-index .results .results-header .h5 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #083834;
}
@media screen and (min-width: 640px) {
  body.home-index .results .results-header .h5 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
body.home-index .results .results-header .button {
  margin-left: auto;
}

.feedback-new h1 {
  display: none;
}

.admin-links {
  display: flex;
  gap: 1rem;
}
.admin-links a.active {
  font-weight: bold;
  text-decoration: none;
}
