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%;
  vertical-align: baseline;
}

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,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  outline: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

section {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

main.page, app-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

main.content {
  flex: 1 0 auto;
}

.ie-sucks {
  display: none;
}

#content-main {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}

a, a > * {
  cursor: pointer !important;
}

.d-flex {
  display: flex;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

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

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

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

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

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

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

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

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

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

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

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

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 577px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container.fluid {
  min-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: rgb(15, 15, 15);
}

::selection {
  color: #fff;
  background: rgb(15, 15, 15);
}

body {
  color: #4f4f4f;
}

a,
a:visited {
  text-decoration: none;
}

a img,
a:visited img {
  border: none;
  vertical-align: middle;
}

a,
a span {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  user-select: text;
  clear: both;
}

p {
  margin: 0 0 0 0;
}

p,
li {
  user-select: text;
}

span.underline {
  text-decoration: underline;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

body, html {
  font-size: 16px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.35rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
}

li {
  font-size: 1rem;
}

@media screen and (max-width: 1400px) {
  body, html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  body, html {
    font-size: calc(13px + (16px - 13px) * 0.8);
  }
}
@media screen and (max-width: 992px) {
  body, html {
    font-size: calc(13px + (16px - 13px) * 0.6);
  }
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: calc(13px + (16px - 13px) * 0.4);
  }
}
@media screen and (max-width: 576px) {
  body, html {
    font-size: calc(13px + (16px - 13px) * 0.2);
  }
}
@media screen and (max-width: 500px) {
  body, html {
    font-size: 13px;
  }
}
/*

notes to self

button()
	-size
	-margin

buttonPreset()
	-flip
	-border
	-simple
	-bubble
		-colors(array)
buttonStyle()
	-Preset(none)
	-Color1
	-Color2
	-Size
	-margin

*/
.form-group .group-item {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.form-group .group-item label {
  transition: color 0.3 cubic-bezier(0.37, 0, 0.63, 1);
  color: rgb(34, 34, 34);
}

.form-group .group-item input[type=text], .form-group .group-item input[type=password], .form-group .group-item input[type=number], .form-group .group-item input[type=email] {
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  display: block;
  width: 100%;
}

.form-group .group-item input[type=text]::-webkit-input-placeholder, .form-group .group-item input[type=password]::-webkit-input-placeholder, .form-group .group-item input[type=number]::-webkit-input-placeholder, .form-group .group-item input[type=email]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}

.form-group .group-item input[type=text]:-ms-input-placeholder, .form-group .group-item input[type=password]:-ms-input-placeholder, .form-group .group-item input[type=number]:-ms-input-placeholder, .form-group .group-item input[type=email]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}

.form-group .group-item input[type=text]:-moz-placeholder, .form-group .group-item input[type=password]:-moz-placeholder, .form-group .group-item input[type=number]:-moz-placeholder, .form-group .group-item input[type=email]:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}

.form-group .group-item input[type=text]::-moz-placeholder, .form-group .group-item input[type=password]::-moz-placeholder, .form-group .group-item input[type=number]::-moz-placeholder, .form-group .group-item input[type=email]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}

.form-group .group-item input[type=text]:focus, .form-group .group-item input[type=password]:focus, .form-group .group-item input[type=number]:focus, .form-group .group-item input[type=email]:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}

.form-group .group-item input[type=checkbox] {
  height: 50px;
  width: 50px;
}

.form-group .group-item .input-group {
  display: flex;
  width: 100%;
}

.form-group .group-item .input-group input[type=text], .form-group .group-item .input-group input[type=password], .form-group .group-item .input-group input[type=number], .form-group .group-item .input-group input[type=email] {
  z-index: 1;
}

.form-group .group-item .input-group input[type=text]:not(:last-child), .form-group .group-item .input-group input[type=password]:not(:last-child), .form-group .group-item .input-group input[type=number]:not(:last-child), .form-group .group-item .input-group input[type=email]:not(:last-child) {
  border-radius: 5px 0 0 5px;
}

.form-group .group-item .input-group input[type=text]:last-child, .form-group .group-item .input-group input[type=password]:last-child, .form-group .group-item .input-group input[type=number]:last-child, .form-group .group-item .input-group input[type=email]:last-child {
  border-radius: 0 5px 5px 0;
}

.form-group .group-item .input-group span.input-group-text, .form-group .group-item .input-group span.input-group-icon, .form-group .group-item .input-group .btn {
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
  display: flex;
  background-color: #e6e6e6;
  align-items: center;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: color 0.3 cubic-bezier(0.37, 0, 0.63, 1), background-color 0.3 cubic-bezier(0.37, 0, 0.63, 1), border-color 0.3 cubic-bezier(0.37, 0, 0.63, 1);
}

.form-group .group-item .input-group span.input-group-text:not(:last-child), .form-group .group-item .input-group span.input-group-icon:not(:last-child), .form-group .group-item .input-group .btn:not(:last-child) {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.form-group .group-item .input-group span.input-group-text:last-child, .form-group .group-item .input-group span.input-group-icon:last-child, .form-group .group-item .input-group .btn:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.form-group .group-item .input-group span.input-group-text i, .form-group .group-item .input-group span.input-group-icon i, .form-group .group-item .input-group .btn i {
  min-width: 20px;
  text-align: center;
}

.form-group .group-item .input-group .btn {
  font-size: 1.15em;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #e24328;
  color: #fff;
  background-color: #e24328;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 5px;
  box-shadow: none;
  font-size: 100%;
}

.form-group .group-item .input-group .btn i, .form-group .group-item .input-group .btn span {
  cursor: pointer;
  vertical-align: middle;
}

.form-group .group-item .input-group .btn i {
  padding: 3px;
}

.form-group .group-item .input-group .btn i,
.form-group .group-item .input-group .btn span {
  color: #fff;
}

.form-group .group-item .input-group .btn:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group .group-item .input-group .btn:active {
  background: #fff;
  border-color: #fff;
  color: #e24328;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group .group-item .input-group .btn:active i,
.form-group .group-item .input-group .btn:active span {
  color: #e24328;
}

.form-group .group-item .input-group .btn:focus, .form-group .group-item .input-group .btn:active:focus {
  background: #fff;
  border-color: #fff;
  color: #e24328;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group .group-item .input-group .btn:focus i,
.form-group .group-item .input-group .btn:focus span, .form-group .group-item .input-group .btn:active:focus i,
.form-group .group-item .input-group .btn:active:focus span {
  color: #e24328;
}

.form-group .group-item .input-group .btn:focus::before, .form-group .group-item .input-group .btn:active:focus::before {
  color: #e24328;
}

.form-group .group-item.invalid label {
  color: #d43a3a;
}

.form-group .group-item.invalid input[type=text], .form-group .group-item.invalid input[type=password], .form-group .group-item.invalid input[type=number], .form-group .group-item.invalid input[type=email] {
  border-color: #ea9d9d;
  border-color: rgba(212, 58, 58, 0.5);
}

.form-group .group-item.invalid input[type=text]:focus, .form-group .group-item.invalid input[type=password]:focus, .form-group .group-item.invalid input[type=number]:focus, .form-group .group-item.invalid input[type=email]:focus {
  border-color: rgba(2, 123, 159, 0.8);
}

.form-group .group-item.invalid .input-group .span.input-group-text, .form-group .group-item.invalid .input-group span.input-group-icon {
  background-color: #d43a3a;
  color: #fff;
  border-color: #b43131;
}

.form-group .group-item.valid input[type=text], .form-group .group-item.valid input[type=password], .form-group .group-item.valid input[type=number], .form-group .group-item.valid input[type=email] {
  border-color: #bbebcf;
  border-color: rgba(27, 189, 94, 0.5);
}

.form-group .group-item.valid input[type=text]:focus, .form-group .group-item.valid input[type=password]:focus, .form-group .group-item.valid input[type=number]:focus, .form-group .group-item.valid input[type=email]:focus {
  border-color: rgba(2, 123, 159, 0.8);
}

.form-group .group-item.valid .input-group .span.input-group-text, .form-group .group-item.valid .input-group span.input-group-icon {
  background-color: #1bbd5e;
  color: #fff;
  border-color: #1ab459;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  color: rgb(34, 34, 34);
  margin-top: 8px;
  margin-top: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}

.card .header.image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.card .body {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
}

.card .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  border-radius: 0 0 5px 5px;
  background-color: rgb(248, 248, 248);
}

.card .footer p {
  margin: 0;
}

.card .footer .btn-group .btn {
  margin-left: 16px;
  margin-left: clamp(10.6666666667px, 0.9vw, 16px);
}

.card.has-title {
  padding-top: 35px;
}

.card-title.title-raised {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -35px;
}

.card-title.title-raised .title-text {
  background-color: #027b9f;
  color: #fff;
  border-radius: 10px;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  margin-left: 16px;
  margin-left: clamp(10.6666666667px, 0.9vw, 16px);
  font-size: 125%;
}

.card-title.title-raised .action-items {
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
  margin-right: clamp(5.3333333333px, 0.45vw, 8px);
}

.card-title.title-raised .action-items .item {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  margin-right: 8px;
  margin-right: clamp(5.3333333333px, 0.45vw, 8px);
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(233, 233, 233);
  color: rgb(15, 15, 15);
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.card-title.title-raised .action-items .item.icon {
  border-radius: 50%;
}

.card-title.title-raised .action-items .item i {
  text-align: center;
  font-size: 1.25em;
  min-width: 1.25em;
  min-height: 1.25em;
  line-height: 1.25em;
}

.card-title.title-raised .action-items .item:hover {
  background-color: #027b9f;
  color: #fff;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.5px;
  font-weight: 400;
}

section {
  z-index: 1;
}

section,
footer {
  overflow-x: hidden;
}

.btn,
button,
input[type=submit] {
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
  font-family: "Montserrat", sans-serif;
}

p a,
ul li a {
  color: #027b9f;
  text-decoration: none;
  transition: 0.2s opacity;
}
p a:hover,
ul li a:hover {
  opacity: 0.8;
}

.sr-only {
  display: none;
}

.container-fluid {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

section.bg-beige {
  background-color: #fbf9f3;
}
section.pt-none {
  padding-top: 0 !important;
}
section.pt-sm {
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
}
section.pt-md {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
}
section.pt-lg {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
}
section.pt-xl {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
}
section.pb-none {
  padding-bottom: 0 !important;
}
section.pb-sm {
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.pb-md {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.pb-lg {
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
section.pb-xl {
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
}

section.custom-html {
  padding-top: 64px;
  padding-top: clamp(42.6666666667px, 3.6vw, 64px);
  padding-bottom: 64px;
  padding-bottom: clamp(42.6666666667px, 3.6vw, 64px);
}
section.custom-html a {
  text-decoration: underline;
  transition: 0.2s color;
}
section.custom-html a:hover {
  color: #027b9f;
}

br.pref {
  display: none;
}
br.pref.always {
  display: block;
}
@media screen and (max-width: 576px) {
  br.pref.no-xs {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  br.pref.less-xs {
    display: block;
  }
}
@media screen and (min-width: calc(576px + 1px)) {
  br.pref.less-xs.more-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  br.pref.less-xs.more-sm {
    display: block;
  }
}
@media screen and (min-width: calc(576px + 1px)) {
  br.pref.less-xs.more-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  br.pref.less-xs.more-md {
    display: block;
  }
}
@media screen and (min-width: calc(576px + 1px)) {
  br.pref.less-xs.more-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  br.pref.less-xs.more-lg {
    display: block;
  }
}
@media screen and (min-width: calc(576px + 1px)) {
  br.pref.less-xs.more-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  br.pref.less-xs.more-xl {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  br.pref.less-sm {
    display: block;
  }
}
@media screen and (min-width: calc(768px + 1px)) {
  br.pref.less-sm.more-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  br.pref.less-sm.more-md {
    display: block;
  }
}
@media screen and (min-width: calc(768px + 1px)) {
  br.pref.less-sm.more-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  br.pref.less-sm.more-lg {
    display: block;
  }
}
@media screen and (min-width: calc(768px + 1px)) {
  br.pref.less-sm.more-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  br.pref.less-sm.more-xl {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  br.pref.less-md {
    display: block;
  }
}
@media screen and (min-width: calc(992px + 1px)) {
  br.pref.less-md.more-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  br.pref.less-md.more-lg {
    display: block;
  }
}
@media screen and (min-width: calc(992px + 1px)) {
  br.pref.less-md.more-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  br.pref.less-md.more-xl {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  br.pref.less-lg {
    display: block;
  }
}
@media screen and (min-width: calc(1200px + 1px)) {
  br.pref.less-lg.more-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  br.pref.less-lg.more-xl {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  br.pref.less-xl {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  br.pref.more-xs {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  br.pref.more-sm {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  br.pref.more-md {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  br.pref.more-lg {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  br.pref.more-xl {
    display: block;
  }
}

svg.icon path {
  fill: currentColor;
}

a svg.icon,
a svg.icon path {
  cursor: pointer;
}

.d-flex {
  display: flex;
}

* {
  user-select: auto !important;
  outline: none !important;
}

.btn,
.btn-menu a,
.forminator-button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
}
.btn:hover,
.btn-menu a:hover,
.forminator-button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.btn:active, .btn:focus,
.btn-menu a:active,
.btn-menu a:focus,
.forminator-button:active,
.forminator-button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.btn.btn-secondary,
.btn-menu a.btn-secondary,
.forminator-button.btn-secondary {
  background-color: #e24328 !important;
}
.btn.btn-secondary:hover,
.btn-menu a.btn-secondary:hover,
.forminator-button.btn-secondary:hover {
  background-color: #d4371d !important;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus,
.btn-menu a.btn-secondary:active,
.btn-menu a.btn-secondary:focus,
.forminator-button.btn-secondary:active,
.forminator-button.btn-secondary:focus {
  box-shadow: 0 0 0 4px rgba(226, 67, 40, 0.35) !important;
  background-color: #d4371d !important;
}
.btn.btn-light,
.btn-menu a.btn-light,
.forminator-button.btn-light {
  background-color: #fff !important;
  color: #027b9f !important;
}
.btn.btn-light:hover,
.btn-menu a.btn-light:hover,
.forminator-button.btn-light:hover {
  background-color: #f2f2f2 !important;
}
.btn.btn-light:active, .btn.btn-light:focus,
.btn-menu a.btn-light:active,
.btn-menu a.btn-light:focus,
.forminator-button.btn-light:active,
.forminator-button.btn-light:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35) !important;
  background-color: #f2f2f2 !important;
}

.btn-menu {
  display: flex;
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
}
.btn-menu a {
  padding: 0.75rem 1.25rem !important;
}

section#nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  transition: 0.4s visibility ease-in-out;
}
section#nav-mobile::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 997px) {
  section#nav-mobile {
    display: none;
  }
}
section#nav-mobile .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.4s opacity ease-in-out;
}
section#nav-mobile .wrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  transition: 0.4s transform ease-in-out;
  transform: translate3d(0, -100%, 0);
}
section#nav-mobile .wrap .mobile-nav-bump {
  height: 115px;
}
section#nav-mobile .wrap #nav-container-mobile .sr-only {
  display: none;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  transition: 0.3s height ease-in-out;
  height: 3rem;
  background-color: #fff;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item > .menu-item-inner {
  display: flex;
  transition: 0.2s background-color ease-in-out;
  height: 3rem;
  z-index: 2;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item > .menu-item-inner > a {
  flex-grow: 1;
  padding: 0 1.5rem;
  color: #027b9f;
  font-size: 1.2rem;
  font-weight: 500;
  transition: 0.2s color ease-in-out;
  display: flex;
  align-items: center;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item > .menu-item-inner button.toggle-sub-menu {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1.5rem;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item > .menu-item-inner button.toggle-sub-menu .icon-wrap {
  display: block;
  transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
  color: #027b9f;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item > .menu-item-inner button.toggle-sub-menu .icon-wrap svg.icon {
  height: 1.5rem;
  width: 1.5rem;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item ul.sub-menu {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: 0.3s opacity ease-in-out;
  z-index: -1;
  background-color: #f5f5f5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item ul.sub-menu > li.menu-item > .menu-item-inner {
  display: flex;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item ul.sub-menu > li.menu-item > .menu-item-inner > a {
  padding: 1rem 2rem;
  color: #027b9f;
  font-size: 1.2rem;
  font-weight: 500;
  transition: 0.2s color ease-in-out;
  flex-grow: 1;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item ul.sub-menu > li.menu-item.current-menu-item:not(.menu-item-object-custom) > .menu-item-inner > a {
  color: #e24328;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item.sub-open {
  z-index: 1;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item.sub-open > .menu-item-inner {
  background-color: #027b9f !important;
  color: #fff !important;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item.sub-open > .menu-item-inner > a {
  color: #fff !important;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item.sub-open ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item.sub-open button.toggle-sub-menu .icon-wrap {
  transform: rotate(180deg);
  color: #fff !important;
}
section#nav-mobile .wrap #nav-container-mobile ul.nav-items > li.menu-item.current-menu-item > .menu-item-inner > a {
  color: #e24328;
}
section#nav-mobile.open {
  visibility: visible;
  opacity: 1;
}
section#nav-mobile.open .bg-wrap {
  opacity: 1;
}
section#nav-mobile.open .wrap {
  transform: translate3d(0, 0, 0);
}

header#page-header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: 0.2s box-shadow ease-in-out, 0.2s border ease-in-out;
}
@media screen and (max-width: 995px) {
  header#page-header {
    border-bottom: 1px solid #fff;
  }
}
header#page-header section.top-section {
  background-color: #fff;
  font-weight: 500;
}
header#page-header section.top-section .info-wrap {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header#page-header section.top-section .info-wrap .info-items {
  display: flex;
  align-items: center;
}
header#page-header section.top-section .info-wrap .info-items .email {
  padding-left: 10px;
}
header#page-header section.top-section .info-wrap .info-items .phone a,
header#page-header section.top-section .info-wrap .info-items .email a {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #027b9f;
  transition: 0.2s color cubic-bezier(0.76, 0, 0.24, 1);
}
header#page-header section.top-section .info-wrap .info-items .phone a svg.icon,
header#page-header section.top-section .info-wrap .info-items .email a svg.icon {
  margin-right: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
header#page-header section.top-section .info-wrap .info-items .phone a svg.icon path,
header#page-header section.top-section .info-wrap .info-items .email a svg.icon path {
  fill: #027b9f;
  transition: 0.2s fill cubic-bezier(0.76, 0, 0.24, 1);
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  header#page-header section.top-section .info-wrap .info-items .phone a span,
  header#page-header section.top-section .info-wrap .info-items .email a span {
    display: none;
  }
}
header#page-header section.top-section .info-wrap .info-items .phone a:hover,
header#page-header section.top-section .info-wrap .info-items .email a:hover {
  color: #026886;
}
header#page-header section.top-section .info-wrap .info-items .phone a:hover svg.icon path,
header#page-header section.top-section .info-wrap .info-items .email a:hover svg.icon path {
  fill: #026886;
}
header#page-header section.top-section .container.info .info-col {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#page-header section.top-section .container.info .info-col .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header#page-header section.top-section .container.info .info-col .social a {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  color: #027b9f;
}
header#page-header section.top-section .container.info .info-col .social a svg.icon {
  width: 1.25rem;
  height: 1.25rem;
}
header#page-header section.top-section .container.info .info-col .social a:hover {
  color: #026886;
}
header#page-header section.top-section .nav-col {
  display: flex;
  align-items: center;
}
header#page-header section.top-section .nav-col .logo {
  flex-grow: 1;
}
header#page-header section.top-section .nav-col .logo .nav-brand img {
  height: 94px;
  transition: 0.2s height ease-in-out;
}
header#page-header section.top-section .nav-col .logo .nav-brand .nav-title {
  display: none;
}
header#page-header section.top-section .nav-col .nav-section {
  overflow: hidden;
  opacity: 1;
  max-width: 100%;
  transition: 0.2s max-width ease-in-out, 0.2s opacity ease-in-out;
}
header#page-header section.top-section .nav-col .nav-section nav#top-nav {
  display: flex;
  align-items: center;
}
header#page-header section.top-section .nav-col .nav-section nav#top-nav .nav-container ul.nav-items {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 0;
}
header#page-header section.top-section .nav-col .nav-section nav#top-nav .nav-container ul.nav-items li.menu-item:not(.btn-menu) a {
  color: #003e50;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  padding-left: 16px;
  padding-left: clamp(10.6666666667px, 0.9vw, 16px);
  padding-right: 16px;
  padding-right: clamp(10.6666666667px, 0.9vw, 16px);
  font-size: 1.25rem;
  text-transform: uppercase;
  transition: 0.2s opacity cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 1200px) {
  header#page-header section.top-section .nav-col .nav-section nav#top-nav .nav-container ul.nav-items li.menu-item:not(.btn-menu) a {
    font-size: 1.1rem;
  }
}
header#page-header section.top-section .nav-col .nav-section nav#top-nav .nav-container ul.nav-items li.menu-item:not(.btn-menu) a:hover {
  opacity: 0.8;
}
header#page-header section.top-section .nav-col .btn-wrap {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
  transition: 0.2s max-width ease-in-out, 0.2s opacity ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-search {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  padding: 0.75rem !important;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-search svg.icon {
  height: 1.2rem;
  width: 1.2rem;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-search svg.icon path {
  fill: #fff;
  transition: 0.2s fill cubic-bezier(0.76, 0, 0.24, 1);
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle {
  padding: 0 !important;
  height: 3.25rem;
  width: 3.25rem;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  background-color: transparent !important;
  box-shadow: none !important;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle .holder {
  position: relative;
  height: 22px;
  width: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle .holder span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #027b9f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle .holder span:nth-child(1) {
  top: 1px;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle .holder span:nth-child(2), header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle .holder span:nth-child(3) {
  top: 9px;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle .holder span:nth-child(4) {
  top: 17px;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle.active .holder span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle.active .holder span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle.active .holder span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle.active .holder span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header#page-header nav#main-nav {
  background-color: #027b9f;
  position: relative;
  font-weight: 500;
  max-height: 75px;
  transition: 0.3s max-height ease-in-out, 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
}
header#page-header nav#main-nav .box {
  position: absolute;
  height: 0;
  width: 0;
  background-color: white;
  top: calc(100% + 10px);
  left: 0;
  z-index: 10;
  transition: 0.2s transform, 0.2s height, 0.2s width, 0.2s top, 0.2s left, 0.2s background-color cubic-bezier(0.76, 0, 0.24, 1);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
header#page-header nav#main-nav .box.open {
  transform: rotateX(0deg);
}
header#page-header nav#main-nav .nav-col {
  padding-top: 0;
  padding-bottom: 0;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items {
  display: flex;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item {
  display: flex;
  position: relative;
  flex-grow: 1;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transition: 0.2s border cubic-bezier(0.76, 0, 0.24, 1);
  padding: 1rem 0;
  transition: 0.2s padding ease-in-out;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item a:hover {
  border-bottom-color: #fff;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item.current-menu-item a, header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item.dropdown-active a {
  border-bottom-color: #fff;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item ul.sub-menu {
  position: absolute;
  z-index: 15;
  top: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.2s visibility, 0.2s opacity, 0.2s transform cubic-bezier(0.76, 0, 0.24, 1);
  padding-top: 20px;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item ul.sub-menu li.menu-item a {
  color: #027b9f;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: 0.2s color, 0.2s transform cubic-bezier(0.76, 0, 0.24, 1);
  border-bottom: none !important;
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item ul.sub-menu li.menu-item a:hover {
  color: #01546d;
  transform: translateX(5px);
}
header#page-header nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item.dropdown-active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
header#page-header.scrolled {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
header#page-header.scrolled section.top-section .nav-col .logo .nav-brand img {
  height: 50px;
}
header#page-header.scrolled nav#main-nav .nav-col .nav-container ul.nav-items li.menu-item a {
  padding: 0.75rem 0;
}
@media screen and (max-width: 996px) {
  header#page-header.mobile-open {
    box-shadow: none !important;
    border-bottom-color: #f5f5f5;
  }
}
@media screen and (max-width: 996px) {
  header#page-header section.top-section .nav-col .nav-section {
    max-width: 0;
    opacity: 0;
  }
  header#page-header section.top-section .nav-col .logo .nav-brand img {
    height: 50px;
  }
  header#page-header section.top-section .nav-col .btn-wrap .btn.btn-menu-toggle {
    display: flex;
  }
  header#page-header nav#main-nav {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

section.section-page-heading {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.section-page-heading .bg-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
section.section-page-heading .container {
  z-index: 2;
  position: relative;
}
section.section-page-heading .heading {
  text-align: center;
}
section.section-page-heading .heading .heading-text {
  color: #fff;
  font-size: 3rem;
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-page-heading .heading .subheading-text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
section.section-page-heading .navigation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-page-heading .navigation-btn a {
  display: flex;
  align-items: center;
}
section.section-page-heading .navigation-btn a svg.icon {
  width: 0.5rem;
  margin-right: 0.5rem;
  transition: 0.2s transform cubic-bezier(0.76, 0, 0.24, 1);
}
section.section-page-heading .navigation-btn a svg.icon path {
  fill: rgba(255, 255, 255, 0.9);
  transition: 0.2s fill cubic-bezier(0.76, 0, 0.24, 1);
}
section.section-page-heading .navigation-btn a span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  transition: 0.2s color cubic-bezier(0.76, 0, 0.24, 1);
  font-size: 1.5rem;
  line-height: 1.5;
}
section.section-page-heading .navigation-btn a:hover svg.icon {
  transform: translateX(-0.25rem);
}
section.section-page-heading .navigation-btn a:hover svg.icon path {
  fill: #fff;
}
section.section-page-heading .navigation-btn a:hover span {
  color: #fff;
}
section.section-page-heading .cta-btn {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-hero {
  padding-top: 128px;
  padding-top: clamp(85.3333333333px, 7.2vw, 128px);
  padding-bottom: 128px;
  padding-bottom: clamp(85.3333333333px, 7.2vw, 128px);
  margin-bottom: 64px;
  margin-bottom: clamp(42.6666666667px, 3.6vw, 64px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.section-hero .bg-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
section.section-hero .container {
  z-index: 2;
  position: relative;
}
section.section-hero .heading {
  text-align: center;
}
section.section-hero .heading .heading-text {
  color: #fff;
  font-size: 3rem;
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-hero .heading .subheading-text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}
section.section-hero .cta-btn {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-home-promo .row {
  align-items: center;
}
section.section-home-promo.image-right .row {
  flex-direction: row-reverse;
}
section.section-home-promo ul,
section.section-home-promo ol {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-home-promo ul li,
section.section-home-promo ol li {
  line-height: 1.5;
  font-size: 1.1rem;
}
section.section-home-promo ol {
  list-style: decimal;
}
section.section-home-promo .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.section-home-promo .image-wrap img {
  width: 100%;
  position: relative;
  z-index: 2;
}
section.section-home-promo .image-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #e24328;
}
section.section-home-promo.image-right .image-wrap::after {
  right: 0;
  left: auto;
  background-color: #027b9f;
}
section.section-home-promo .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-home-promo .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-home-promo .text {
  line-height: 1.5;
}
section.section-home-promo .text p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-home-promo .text p:last-of-type {
  margin-bottom: 0;
}
section.section-home-promo .cta-btn {
  display: flex;
  margin-top: 32px;
  margin-top: clamp(21.3333333333px, 1.8vw, 32px);
}

@media screen and (max-width: 992px) {
  section.section-home-promo-alt {
    text-align: right;
  }
}
section.section-home-promo-alt .row {
  align-items: center;
  flex-direction: row-reverse;
}
section.section-home-promo-alt .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.section-home-promo-alt .image-wrap img {
  width: 100%;
  position: relative;
  z-index: 2;
}
section.section-home-promo-alt .image-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #027b9f;
}
section.section-home-promo-alt .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-home-promo-alt .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-home-promo-alt .text {
  line-height: 1.5;
}
section.section-home-promo-alt .cta-btn {
  display: flex;
  margin-top: 32px;
  margin-top: clamp(21.3333333333px, 1.8vw, 32px);
}
@media screen and (max-width: 992px) {
  section.section-home-promo-alt .cta-btn {
    justify-content: flex-end;
  }
}

section.section-home-mission {
  position: relative;
}
section.section-home-mission .bg-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #003e50;
}
@media screen and (max-width: 768px) {
  section.section-home-mission .bg-wrap {
    width: 100%;
  }
}
section.section-home-mission .container {
  z-index: 2;
  position: relative;
}
section.section-home-mission .row {
  align-items: center;
}
section.section-home-mission .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-home-mission .image-wrap img {
  width: 100%;
}
section.section-home-mission .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-home-mission .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  color: #fff;
  border-bottom: 2px solid #fff;
}
section.section-home-mission .text {
  line-height: 1.5;
  color: #fff;
}

section.section-home-events {
  margin-top: 64px;
  margin-top: clamp(42.6666666667px, 3.6vw, 64px);
  background-color: #027b9f;
}
section.section-home-events .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  text-align: center;
}
section.section-home-events .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  color: #fff;
  border-bottom: 2px solid #fff;
}
section.section-home-events .events .event {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
section.section-home-events .events .event .image {
  height: 220px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section.section-home-events .events .event .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section-home-events .events .event .wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem;
  flex-grow: 1;
}
section.section-home-events .events .event .wrap .title {
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: "Omnes", sans-serif;
  font-weight: 600;
  color: #e24328;
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-home-events .events .event .wrap .date {
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Omnes", sans-serif;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-home-events .events .event .wrap .date svg.icon {
  height: 1rem;
  width: 1rem;
  margin-top: -2px;
}
section.section-home-events .events .event .wrap .date svg.icon path {
  fill: #027b9f;
}
section.section-home-events .events .event .wrap .date span {
  margin-left: 8px;
  margin-left: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-home-events .events .event .wrap .text {
  flex-grow: 1;
}
section.section-home-events .events .event .wrap .text p {
  line-height: 1.5;
  padding-bottom: 1em;
}
section.section-home-events .events .event .wrap .btn-wrap {
  display: flex;
}
section.section-home-events .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}

.btn-alt {
  background-color: #e24328;
  color: #fff;
  padding: 0.5em 1em;
  transition: 0.2s background-color;
  display: inline-block;
}
.btn-alt:hover {
  background-color: #4f4f4f;
  color: #fff;
}

section.section-home-partners {
  background-color: #fbf9f3;
}
section.section-home-partners .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  text-align: center;
}
section.section-home-partners .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-home-partners .row.partners {
  justify-content: center;
}
section.section-home-partners .row.partners .partner .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  text-align: center;
  height: 100%;
}
section.section-home-partners .row.partners .partner .inner img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}
section.section-home-partners .row.partners .partner .inner .title {
  font-size: 1.25rem;
  font-family: "Omnes", sans-serif;
  font-weight: 600;
}

section.section-home-videos .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  text-align: center;
}
section.section-home-videos .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-home-videos .row.videos .video .video-placeholder {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}
section.section-home-videos .row.videos .video .video-placeholder img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 1;
  cursor: pointer;
}
section.section-home-videos .row.videos .video .video-placeholder svg {
  height: 128px;
  width: 128px;
  z-index: 3;
  position: absolute;
  cursor: pointer;
}
section.section-home-videos .row.videos .video .video-placeholder svg path {
  fill: white;
  transition: 0.2s fill;
  cursor: pointer;
}
section.section-home-videos .row.videos .video .text {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-home-videos .row.videos .video .text p {
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: "Omnes", sans-serif;
  font-weight: 600;
}

section.section-shortcode .ctct-form-wrapper {
  display: flex;
}
section.section-shortcode .ctct-form-wrapper .ctct-form {
  display: flex;
}
section.section-shortcode .ctct-form-wrapper .ctct-form .ctct-disclosure {
  display: none;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field {
  margin: 0;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input {
  height: 100%;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=email] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 100px 0 0 100px;
  background-image: none !important;
  border-right: none !important;
  text-indent: 0.5rem;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=email]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=email]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=email]:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=email]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=email]:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=submit] {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  border-radius: 0 100px 100px 0 !important;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=submit]:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=submit]:active, section.section-shortcode .ctct-form-wrapper .ctct-form p.ctct-form-field input[type=submit]:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
section.section-shortcode .ctct-form-wrapper .ctct-form-wrapper .ctct-message.ctct-success {
  color: #027b9f;
  border-color: #027b9f;
}

section.section-general-videos .heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  text-align: center;
}
section.section-general-videos .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-general-videos .heading .subheading-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4f4f4f;
  line-height: 1.5;
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-general-videos .row.videos .video .video-placeholder {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16/9;
}
section.section-general-videos .row.videos .video .video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  cursor: pointer;
}
section.section-general-videos .row.videos .video .video-placeholder .img-overlay {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 123, 159, 0.45);
  transition: 0.2s background-color;
}
section.section-general-videos .row.videos .video .video-placeholder svg {
  height: 128px;
  width: 128px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
section.section-general-videos .row.videos .video .video-placeholder svg path {
  fill: white;
  transition: 0.2s fill;
  cursor: pointer;
}
section.section-general-videos .row.videos .video .video-placeholder:hover .img-overlay {
  background-color: rgba(255, 255, 255, 0.15);
}
section.section-general-videos .row.videos .video .video-placeholder:hover svg path {
  fill: #027b9f;
}
section.section-general-videos .row.videos .video .text {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-general-videos .row.videos .video .text .title {
  font-size: 1.25rem;
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
section.section-general-videos .row.videos .video .text .subtext {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.video-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s visibility, 0.3s opacity;
}
.video-modal .click-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-modal .wrap {
  max-width: 95%;
  width: 700px;
  z-index: 5;
  transform: scale(0.3);
  transition: 0.3s transform;
}
.video-modal .wrap .btn-wrap {
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.video-modal .wrap .btn-wrap .btn {
  display: flex;
  align-items: center;
}
.video-modal .wrap .btn-wrap .btn svg {
  height: 24px;
  width: 24px;
  margin-right: 0.25em;
}
.video-modal .wrap .btn-wrap .btn svg path {
  fill: #fff;
}
.video-modal .wrap .inner-wrap {
  width: 100%;
  background-color: white;
}
.video-modal iframe {
  max-width: 100%;
}
.video-modal.active {
  opacity: 1;
  visibility: visible;
}
.video-modal.active .wrap {
  transform: scale(1);
}

section.section-about-history .heading {
  text-align: center;
}
section.section-about-history .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-about-history .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
section.section-about-history .history-items .item {
  display: flex;
  flex-direction: column;
}
section.section-about-history .history-items .item .icon-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-about-history .history-items .item .icon-wrap svg.icon {
  height: 5rem;
}
section.section-about-history .history-items .item .icon-wrap svg.icon path {
  fill: #027b9f;
}
section.section-about-history .history-items .item .title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Omnes", sans-serif;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  text-align: center;
}
section.section-about-history .history-items .item .subtext {
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
}
section.section-about-history .history-items .item:nth-child(odd) .icon-wrap svg.icon path {
  fill: #e24328;
}
section.section-about-history .text {
  line-height: 1.5;
  color: #4f4f4f;
  font-weight: 500;
  text-align: center;
  font-size: 1.25rem;
}
section.section-about-history .text p {
  font-size: 1.25rem;
}

section.section-about-directors {
  background-color: #fbf9f3;
}
section.section-about-directors .heading {
  text-align: center;
}
section.section-about-directors .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-about-directors .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
section.section-about-directors .row.directors .director .inner {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
section.section-about-directors .row.directors .director .inner .name {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Omnes", sans-serif;
  color: #027b9f;
  text-align: center;
  line-height: 1.25;
}
section.section-about-directors .row.directors .director .inner .title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  text-transform: uppercase;
}
section.section-about-directors .row.directors .director .inner .location {
  font-size: 0.8rem;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  text-align: center;
}
section.section-about-directors .row.directors .director .inner .bio a {
  color: #027b9f;
  transition: 0.2s color;
}
section.section-about-directors .row.directors .director .inner .bio a:hover {
  color: #003E50;
}

section.section-about-advisory .heading {
  text-align: center;
}
section.section-about-advisory .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-about-advisory .advisors .advisor .inner {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
section.section-about-advisory .advisors .advisor .inner .name {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Omnes", sans-serif;
  color: #027b9f;
  text-align: center;
  line-height: 1.25;
}
section.section-about-advisory .advisors .advisor .inner .title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  text-transform: uppercase;
}
section.section-about-advisory .advisors .advisor .inner .school {
  font-size: 1rem;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
  text-transform: uppercase;
}
section.section-about-advisory .advisors .advisor .inner .location {
  font-size: 0.8rem;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  text-align: center;
}

section.section-about-annual-report .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-about-annual-report .text {
  line-height: 1.5;
}
section.section-about-annual-report .text p {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}

section.section-contact .info-side .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-contact .info-side .text {
  line-height: 1.5;
  color: #4f4f4f;
  font-weight: 400;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-contact .info-side .contact-items {
  display: flex;
  flex-direction: column;
}
section.section-contact .info-side .contact-items .item {
  display: flex;
}
section.section-contact .info-side .contact-items .item a {
  display: flex;
  color: #4f4f4f;
  font-weight: 400;
}
section.section-contact .info-side .contact-items .item a .icon-wrap {
  margin-right: 16px;
  margin-right: clamp(10.6666666667px, 0.9vw, 16px);
  line-height: 1.5;
}
section.section-contact .info-side .contact-items .item a .icon-wrap .icon {
  width: 1.5rem;
}
section.section-contact .info-side .contact-items .item a .icon-wrap .icon path {
  fill: #4f4f4f;
}
section.section-contact .info-side .contact-items .item a.address {
  cursor: default !important;
}
section.section-contact .info-side .contact-items .item a.address > *, section.section-contact .info-side .contact-items .item a.address > * > *, section.section-contact .info-side .contact-items .item a.address > * > * > * {
  cursor: default !important;
}
section.section-contact .info-side .contact-items .item a:hover:not(.address) .text {
  color: #027b9f;
}
section.section-contact .info-side .contact-items .item a:hover:not(.address) .icon-wrap .icon path {
  fill: #027b9f;
}
section.section-contact .info-side .social-items {
  display: flex;
  align-items: center;
}
section.section-contact .info-side .social-items a svg.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
section.section-contact .info-side .social-items a svg.icon path {
  fill: #4f4f4f;
  transition: 0.2s fill ease-in-out;
}
section.section-contact .info-side .social-items a:hover svg.icon path {
  fill: #027b9f;
}
section.section-contact .form-side .forminator-row:has(.forminator-field-captcha) {
  margin-bottom: 0 !important;
}
section.section-contact .form-side .forminator-row.forminator-row-last {
  margin-bottom: 0 !important;
  display: flex;
}

section.section-donate-body {
  background-color: #fbf9f3;
  text-align: center;
}
section.section-donate-body .text p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-donate-body .text p:last-of-type {
  margin-bottom: 0;
}

section.section-donate-ways-to-give .heading {
  text-align: center;
}
section.section-donate-ways-to-give .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-ways-to-give .row.row-ways .way {
  display: flex;
  flex-direction: column;
}
section.section-donate-ways-to-give .row.row-ways .way .inner {
  padding: 32px;
  padding: clamp(21.3333333333px, 1.8vw, 32px);
  background-color: #fbf9f3;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
section.section-donate-ways-to-give .row.row-ways .way .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-ways-to-give .row.row-ways .way .icon-wrap .icon {
  width: 5rem;
  height: 5rem;
}
section.section-donate-ways-to-give .row.row-ways .way .icon-wrap .icon path {
  fill: #027b9f;
}
section.section-donate-ways-to-give .row.row-ways .way:nth-child(2) .icon-wrap .icon path {
  fill: #e24328;
}
section.section-donate-ways-to-give .row.row-ways .way .title {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-ways-to-give .row.row-ways .way .text {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-ways-to-give .row.row-ways .way .text p {
  line-height: 1.5;
  font-size: 0.9rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-donate-ways-to-give .row.row-ways .way .text p:last-of-type {
  margin-bottom: 0;
}
section.section-donate-ways-to-give .row.row-ways .way .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section-text-basic .heading {
  text-align: center;
}
section.section-text-basic .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-text-basic .text {
  text-align: center;
}
section.section-text-basic .text p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-text-basic .text p:last-of-type {
  margin-bottom: 0;
}

section.section-donate-cars {
  background-color: #003E50;
  position: relative;
}
section.section-donate-cars .bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #e24328;
}
@media screen and (max-width: 992px) {
  section.section-donate-cars .bg-wrap {
    display: none;
  }
}
section.section-donate-cars .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
}
@media screen and (max-width: 992px) {
  section.section-donate-cars .text-side {
    padding-right: 1rem;
  }
}
section.section-donate-cars .heading {
  text-align: right;
}
@media screen and (max-width: 992px) {
  section.section-donate-cars .heading {
    text-align: left;
  }
}
section.section-donate-cars .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-cars .heading .subheading-text {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-cars .text {
  text-align: right;
}
@media screen and (max-width: 992px) {
  section.section-donate-cars .text {
    text-align: left;
  }
}
section.section-donate-cars .text p {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-donate-cars .text p:last-of-type {
  margin-bottom: 0;
}
section.section-donate-cars .steps {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
@media screen and (max-width: 992px) {
  section.section-donate-cars .steps {
    padding-left: 1rem;
  }
}
section.section-donate-cars .steps .step {
  display: flex;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-donate-cars .steps .step .number {
  display: flex;
  margin-right: 16px;
  margin-right: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-donate-cars .steps .step .number span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #003E50;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  section.section-donate-cars .steps .step .number span {
    background-color: #e24328;
  }
}
section.section-donate-cars .steps .step .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
section.section-donate-cars .steps .step .content .title {
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
section.section-donate-cars .steps .step .content .title a {
  color: #fff;
  text-decoration: underline;
}
section.section-donate-cars .steps .step .content .detail {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-donate-cars .steps .step .content .detail:last-of-type {
  margin-bottom: 0;
}

section.section-general-text .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
section.section-general-text ul,
section.section-general-text ol {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-general-text ul ul,
section.section-general-text ol ul {
  list-style: circle;
  margin-bottom: 0;
}
section.section-general-text ul li,
section.section-general-text ol li {
  line-height: 1.5;
  font-size: 1.1rem;
}
section.section-general-text ol {
  list-style: decimal;
}
section.section-general-text p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-general-text p:last-of-type {
  margin-bottom: 0;
}
section.section-general-text h1 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}

section.section-link-mosaic .heading {
  text-align: center;
}
section.section-link-mosaic .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-link-mosaic .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-link-mosaic .text {
  text-align: center;
}
section.section-link-mosaic .text p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-link-mosaic .text p:last-of-type {
  margin-bottom: 0;
}
section.section-link-mosaic .row.mosaic {
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  section.section-link-mosaic .row.mosaic {
    margin-left: 0.5rem;
    margin-right: -0.5rem;
  }
}
section.section-link-mosaic .row.mosaic .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  min-height: 260px;
  transition: 0.2s background-color ease;
}
@media screen and (max-width: 576px) {
  section.section-link-mosaic .row.mosaic .item {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 576px) {
  section.section-link-mosaic .row.mosaic .item {
    flex-basis: calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}
section.section-link-mosaic .row.mosaic .item.bg-primary {
  background-color: #027b9f;
}
section.section-link-mosaic .row.mosaic .item.bg-primary:hover {
  background-color: #026f8f;
}
section.section-link-mosaic .row.mosaic .item.bg-secondary {
  background-color: #e24328;
}
section.section-link-mosaic .row.mosaic .item.bg-secondary:hover {
  background-color: #d3371c;
}
section.section-link-mosaic .row.mosaic .item.bg-tertiary {
  background-color: #003E50;
}
section.section-link-mosaic .row.mosaic .item.bg-tertiary:hover {
  background-color: #003848;
}
section.section-link-mosaic .row.mosaic .item.bg-grey-60 {
  background-color: #4d4d4d;
}
section.section-link-mosaic .row.mosaic .item.bg-grey-60:hover {
  background-color: #454545;
}
section.section-link-mosaic .row.mosaic .item.bg-grey-80 {
  background-color: #3c3c3c;
}
section.section-link-mosaic .row.mosaic .item.bg-grey-80:hover {
  background-color: #363636;
}
section.section-link-mosaic .row.mosaic .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.section-link-mosaic .row.mosaic .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s transform ease-in-out;
}
section.section-link-mosaic .row.mosaic .item .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.section-link-mosaic .row.mosaic .item .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 0.2s backdrop-filter ease-in-out;
}
section.section-link-mosaic .row.mosaic .item .text-wrap .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
section.section-link-mosaic .row.mosaic .item:hover .image img {
  transform: scale(1.1);
}
section.section-link-mosaic .row.mosaic .item:hover .text-wrap {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

section.section-photo-mosaic .heading {
  text-align: center;
}
section.section-photo-mosaic .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-photo-mosaic .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-photo-mosaic .text {
  text-align: center;
}
section.section-photo-mosaic .text p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-photo-mosaic .text p:last-of-type {
  margin-bottom: 0;
}
section.section-photo-mosaic .row.mosaic .mosaic-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  section.section-photo-mosaic .row.mosaic .mosaic-wrapper {
    margin-left: 0.5rem;
    margin-right: -0.5rem;
  }
}
section.section-photo-mosaic .row.mosaic .mosaic-wrapper .photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.2s background-color ease;
}
section.section-photo-mosaic .row.mosaic .mosaic-wrapper .photo img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  transition: 0.2s transform ease-in-out;
}

.mec-credit-url {
  display: none;
}

.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box {
  padding: 0;
  min-height: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box .col-md-12.mec-tab-loader {
  padding: 0;
}
.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box .col-md-12.mec-tab-loader .mec-totalcal-view {
  display: flex;
  text-align: center;
  justify-content: center;
  float: none;
}
.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box .col-md-12.mec-tab-loader .mec-totalcal-view span {
  color: #027b9f !important;
  padding: 12px 22px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  min-height: 0 !important;
  height: 100% !important;
}
.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box .col-md-12.mec-tab-loader .mec-totalcal-view span.mec-totalcalview-selected {
  background-color: #027b9f !important;
  color: #fff !important;
}
.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box .col-md-12.mec-tab-loader .mec-totalcal-view span:first-of-type {
  border-radius: 150px 0 0 150px !important;
}
.mec-full-calendar-wrap .mec-search-form.mec-totalcal-box .col-md-12.mec-tab-loader .mec-totalcal-view span:last-of-type {
  border-radius: 0 150px 150px 0 !important;
}
@media screen and (max-width: 992px) {
  .mec-full-calendar-wrap .col-md-4.col-sm-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .mec-full-calendar-wrap .col-md-4.col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .row > div article {
  height: 100%;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-event-article {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  margin-bottom: 0;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-event-content {
  padding-top: 10px;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-event-footer {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  height: auto;
  padding-top: 0;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-event-footer .mec-booking-button {
  top: auto;
  right: auto;
  color: #fff !important;
  background-color: #e24328 !important;
  padding: 12px 22px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 150px !important;
  position: relative !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-event-footer .mec-booking-button:hover {
  background-color: #d4371d !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-event-footer .mec-booking-button:active {
  box-shadow: 0 0 0 4px rgba(226, 67, 40, 0.35) !important;
  background-color: #d4371d !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month {
  color: #fff !important;
  background-color: #027b9f !important;
  padding: 12px 22px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex;
  align-items: center;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month:hover,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month:hover {
  background-color: #026886 !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month:active,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month:active {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month a,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month a i,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month a,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month a i {
  color: #fff !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month a,
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month a {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-previous-month {
  border-radius: 0 0 15px 0 !important;
}
.mec-full-calendar-wrap .mec-full-calendar-skin-container .mec-calendar-side.mec-clear .mec-month-navigator .mec-next-month {
  border-radius: 0 0 0 15px !important;
}

section.section-blog-page .blog-posts {
  order: 1;
}
@media screen and (max-width: 992px) {
  section.section-blog-page .blog-posts {
    order: 3;
  }
}
section.section-blog-page .filters {
  order: 2;
}
section.section-blog-page .filters .sidebar-desktop {
  padding-top: 1rem;
}
@media screen and (max-width: 992px) {
  section.section-blog-page .filters .sidebar-desktop {
    display: none;
  }
}
section.section-blog-page .sidebar-mobile {
  order: 5;
}
section.section-blog-page .blog-sidebar section.widget {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: #f5f5f5;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-blog-page .blog-sidebar section.widget h2,
section.section-blog-page .blog-sidebar section.widget label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  display: flex;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 5px 0 0 5px;
  padding: 0 1rem;
  min-width: 0;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper input:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper button[type=button] {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  border-radius: 0 100px 100px 0 !important;
  font-size: 0.9rem !important;
  padding: 0.5rem !important;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper button[type=button]:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper button[type=button]:active, section.section-blog-page .blog-sidebar section.widget .wp-block-search__inside-wrapper button[type=button]:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
section.section-blog-page .blog-sidebar section.widget ul {
  display: flex;
  flex-direction: column;
}
section.section-blog-page .blog-sidebar section.widget ul li {
  display: flex;
}
section.section-blog-page .blog-sidebar section.widget ul li a {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  font-size: 1rem;
  line-height: 1.5;
}
section.section-blog-page .blog-sidebar section.widget ul li:last-child a {
  margin-bottom: 0;
}
section.section-blog-page .alm-filters.alm-filters-container {
  margin-bottom: 0;
}
section.section-blog-page .alm-filters.alm-filters-container .alm-filter--inner {
  padding-bottom: 0;
}
section.section-blog-page .alm-filters.alm-filters-container label {
  font-weight: 500;
  font-size: 1.2rem;
}
section.section-blog-page .alm-filters.alm-filters-container input.alm-filter--textfield.textfield {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 5px 0 0 5px !important;
}
section.section-blog-page .alm-filters.alm-filters-container input.alm-filter--textfield.textfield::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .alm-filters.alm-filters-container input.alm-filter--textfield.textfield:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .alm-filters.alm-filters-container input.alm-filter--textfield.textfield:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .alm-filters.alm-filters-container input.alm-filter--textfield.textfield::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
section.section-blog-page .alm-filters.alm-filters-container input.alm-filter--textfield.textfield:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
section.section-blog-page .alm-filters.alm-filters-container button[type=button] {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  border-radius: 0 100px 100px 0 !important;
  font-size: 0.9rem !important;
  padding: 0.5rem 1rem !important;
}
section.section-blog-page .alm-filters.alm-filters-container button[type=button]:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
section.section-blog-page .alm-filters.alm-filters-container button[type=button]:active, section.section-blog-page .alm-filters.alm-filters-container button[type=button]:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
section.section-blog-page .alm-filters.alm-filters-container .alm-filters--controls {
  margin: 0;
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card {
  display: flex;
  background-color: #f5f5f5;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  position: relative;
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .click-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .img-wrap img {
  width: 8rem;
  height: 100%;
  object-fit: cover;
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .post-wrap {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  margin-left: 16px;
  margin-left: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .post-wrap .title {
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .post-wrap .title a {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #027b9f;
  font-size: 1.5rem;
  line-height: 1.25;
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .post-wrap .date {
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  font-weight: 500;
}
section.section-blog-page .ajax-load-more-wrap .alm-listing.alm-ajax .blog-post-card .post-wrap .excerpt {
  line-height: 1.5;
}

.cta-wrap {
  padding: 1rem;
}
.cta-wrap .cta-row {
  background-color: #027b9f;
  align-items: center;
}
.cta-wrap .cta-row .cta-col {
  padding: 2rem;
}
.cta-wrap .cta-row .cta-col .text-wrap .heading-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.cta-wrap .cta-row .cta-col .text-wrap .subheading-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.cta-wrap .cta-row .forminator-checkbox-label {
  color: #fff;
}
.cta-wrap .cta-row .forminator-row:has(.forminator-field-captcha) {
  margin-bottom: 0 !important;
}
.cta-wrap .cta-row .forminator-row.forminator-row-last {
  margin-bottom: 0 !important;
  display: flex;
}

section.section-youtube-video .heading .heading-text {
  font-size: 1.2rem;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-youtube-video .heading .subheading-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
section.section-youtube-video .row.video .video-wrapper iframe {
  max-width: 100%;
}

section.section-multi-youtube .heading .heading-text {
  font-size: 1.2rem;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-multi-youtube .heading .subheading-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
section.section-multi-youtube .row.video .video-placeholder {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 200px;
}
section.section-multi-youtube .row.video .video-placeholder img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  cursor: pointer;
}
section.section-multi-youtube .row.video .video-placeholder svg {
  height: 128px;
  width: 128px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
section.section-multi-youtube .row.video .video-placeholder svg path {
  fill: white;
  transition: 0.2s fill;
  cursor: pointer;
}
section.section-multi-youtube .row.video .text {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
}
section.section-multi-youtube .row.video .text p {
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: "Omnes", sans-serif;
  font-weight: 600;
}
section.section-multi-youtube .row.cta-row .cta-wrap {
  text-align: center;
}

.section.section-camp-stats .heading {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-camp-stats .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-camp-stats .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-camp-stats .stats {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-camp-stats .stats table {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.section.section-camp-stats .stats table thead {
  background-color: #fbf9f3;
}
.section.section-camp-stats .stats table thead tr th {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-camp-stats .stats table thead tr th:first-child {
  text-align: left;
}
.section.section-camp-stats .stats table tbody tr td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-camp-stats .stats table tbody tr td:first-child {
  text-align: left;
}
.section.section-camp-stats .stats table tfoot {
  background-color: #027b9f;
}
.section.section-camp-stats .stats table tfoot tr td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  color: #fff;
}
.section.section-camp-stats .stats table tfoot tr td:first-child {
  text-align: left;
}

.section.section-memorial .heading {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-memorial .heading .heading-text {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-memorial .heading .subheading-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-memorial .memorial {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.section.section-memorial .memorial table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.section.section-memorial .memorial table thead {
  background-color: #fbf9f3;
}
.section.section-memorial .memorial table thead tr th {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  vertical-align: middle;
}
.section.section-memorial .memorial table thead tr th:first-child {
  text-align: left;
}
.section.section-memorial .memorial table tbody tr td {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  vertical-align: top;
}
.section.section-memorial .memorial table tbody tr td img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section.section-memorial .memorial table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.section.section-memorial .memorial table tfoot {
  background-color: #027b9f;
}
.section.section-memorial .memorial table tfoot tr td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  color: #fff;
}
.section.section-memorial .memorial table tfoot tr td:first-child {
  text-align: left;
}

.section.section-support-groups .state-list .states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.section.section-support-groups .state-list .states a {
  color: #027b9f;
  font-weight: 500;
  transition: 0.2s color ease-in-out;
}
.section.section-support-groups .state-list .states a:hover {
  color: #3595b2;
}
.section.section-support-groups .support-groups .state-heading {
  padding-bottom: 0;
}
.section.section-support-groups .support-groups .state-heading .heading-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section.section-support-groups .support-groups .state-heading .heading-text a {
  font-weight: 400;
  transition: 0.2s color ease-in-out;
  color: #027b9f;
}
.section.section-support-groups .support-groups .state-heading .heading-text a:hover {
  color: #1b88a9;
}
.section.section-support-groups .support-groups .support-group .inner {
  background-color: #f5f5f5;
}
.section.section-support-groups .support-groups .support-group .heading-section {
  background-color: #027b9f;
  color: #fff;
  padding: 0.75rem 1rem;
}
.section.section-support-groups .support-groups .support-group .heading-section .support-group__name {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.section.section-support-groups .support-groups .support-group .info-section {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.75rem;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info {
  display: flex;
  align-items: center;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info svg.icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info svg.icon path {
  fill: #027b9f;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info a {
  display: flex;
  align-items: center;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info a span {
  color: #027b9f;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info a svg.icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.section.section-support-groups .support-groups .support-group .info-section .support-info a svg.icon path {
  fill: #027b9f;
}
.section.section-support-groups .support-groups .support-group .info-section .additional_info {
  padding-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
.section.section-support-groups .support-groups .support-group .info-section .additional_info a {
  font-size: 1rem;
}
.section.section-support-groups .support-groups .support-group .info-section .additional_info p {
  font-size: 1rem;
}
.section.section-support-groups .support-groups .support-group .info-section .additional_info p a {
  font-size: 1rem;
}

.content.page-post {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.content.page-post article .entry-header .entry-title {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #e24328;
  font-size: 2.5rem;
  border-bottom: 2px solid #027b9f;
  line-height: 1.5;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  border-bottom: none;
}
.content.page-post article .entry-header .entry-meta {
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post article .entry-header .entry-meta .posted-on {
  line-height: 1.5;
  color: #4d4d4d;
  font-size: 0.9rem;
  font-weight: 500;
}
.content.page-post article ul {
  list-style: unset;
  padding-left: 1rem;
}
.content.page-post article .entry-content h1,
.content.page-post article .entry-content h2,
.content.page-post article .entry-content h3,
.content.page-post article .entry-content h4,
.content.page-post article .entry-content h5,
.content.page-post article .entry-content h6 {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post article .entry-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post article .entry-content p > *, .content.page-post article .entry-content p > * > * {
  font-size: 1rem;
}
.content.page-post article .entry-content div {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post article .entry-content img {
  display: block;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post article .entry-content a {
  color: #027b9f;
  transition: 0.2s color ease-in-out;
}
.content.page-post article .entry-content a:hover {
  color: gray;
}
.content.page-post article .entry-footer .cat-links a {
  color: #027b9f;
}
.content.page-post .post-nav {
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post .post-nav h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post .post-nav .screen-reader-text {
  display: none;
}
.content.page-post .post-nav .nav-links {
  display: flex;
  gap: 1rem;
}
.content.page-post .post-nav .nav-links .nav-previous,
.content.page-post .post-nav .nav-links .nav-next {
  background-color: #f5f5f5;
  flex-basis: 50%;
  transition: 0.2s background-color ease-in-out;
}
.content.page-post .post-nav .nav-links .nav-previous a,
.content.page-post .post-nav .nav-links .nav-next a {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  display: flex;
  align-items: center;
  color: #027b9f;
  height: 100%;
}
.content.page-post .post-nav .nav-links .nav-previous a svg.icon,
.content.page-post .post-nav .nav-links .nav-next a svg.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.content.page-post .post-nav .nav-links .nav-previous a svg.icon path,
.content.page-post .post-nav .nav-links .nav-next a svg.icon path {
  fill: #027b9f;
  transition: 0.2s fill ease-in-out;
}
.content.page-post .post-nav .nav-links .nav-previous:hover,
.content.page-post .post-nav .nav-links .nav-next:hover {
  background-color: #e0e0e0;
}
.content.page-post .post-nav .nav-links .nav-previous:hover a svg.icon path,
.content.page-post .post-nav .nav-links .nav-next:hover a svg.icon path {
  fill: #027b9f;
}
.content.page-post .post-nav .nav-links .nav-previous div,
.content.page-post .post-nav .nav-links .nav-next div {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.content.page-post .post-nav .nav-links .nav-previous div .help-text,
.content.page-post .post-nav .nav-links .nav-next div .help-text {
  font-weight: 500;
  color: #828282;
}
.content.page-post .post-nav .nav-links .nav-previous div .nav-title,
.content.page-post .post-nav .nav-links .nav-next div .nav-title {
  line-height: 1.2;
  padding-top: 8px;
  padding-top: clamp(5.3333333333px, 0.45vw, 8px);
}
.content.page-post .post-nav .nav-links .nav-next a svg.icon {
  margin-right: 0;
  margin-left: 1rem;
}
.content.page-post .post-nav .nav-links .nav-next div {
  text-align: right;
}
.content.page-post .widget-section section.widget {
  padding: 16px;
  padding: clamp(10.6666666667px, 0.9vw, 16px);
  background-color: #f5f5f5;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post .widget-section section.widget h2,
.content.page-post .widget-section section.widget label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper {
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
  display: flex;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 5px 0 0 5px;
  padding: 0 1rem;
  min-width: 0;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper input:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  border-radius: 0 100px 100px 0 !important;
  font-size: 0.9rem !important;
  padding: 0.5rem !important;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.content.page-post .widget-section section.widget .wp-block-search__inside-wrapper button:active, .content.page-post .widget-section section.widget .wp-block-search__inside-wrapper button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.content.page-post .widget-section section.widget ul {
  display: flex;
  flex-direction: column;
}
.content.page-post .widget-section section.widget ul li {
  display: flex;
}
.content.page-post .widget-section section.widget ul li a {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  margin-bottom: 8px;
  margin-bottom: clamp(5.3333333333px, 0.45vw, 8px);
  font-size: 1rem;
  line-height: 1.5;
}
.content.page-post .widget-section section.widget ul li:last-child a {
  margin-bottom: 0;
}

.featherlight .featherlight-content .mec-events-event-image img {
  height: auto;
}
.featherlight .featherlight-content .featherlight-close-icon {
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}

.mec-event-content p,
dl dd,
.mec-start-date-label,
.mec-events-abbr,
.mec-countdown-details p,
.mec-events-button {
  font-weight: 400 !important;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-message {
  border-top-color: #027b9f;
}
.woocommerce .woocommerce-message::before {
  color: #027b9f;
}
.woocommerce .woocommerce-message .button {
  text-transform: capitalize;
}
.woocommerce .woocommerce-container {
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
}
.woocommerce .woocommerce-container a {
  color: #027b9f;
}
.woocommerce .woocommerce-container a:hover {
  opacity: 0.8;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .product_title.entry-title {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  line-height: 1.25;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .product_meta .sku_wrapper {
  display: none;
}
.woocommerce .woocommerce-container .product .summary.entry-summary p.price {
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}
.woocommerce .woocommerce-container .product .summary.entry-summary p.stock,
.woocommerce .woocommerce-container .product .summary.entry-summary .woocommerce-variation-price {
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations {
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations th,
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td {
  vertical-align: unset !important;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations th.label {
  display: flex;
  align-items: center;
  height: 100%;
  vertical-align: unset !important;
  line-height: unset !important;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td.value select {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  cursor: pointer !important;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
  background-position: calc(100% - 0.5rem) 50%;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td.value select::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td.value select:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td.value select:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td.value select::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary table.variations td.value select:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) {
  display: flex;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity {
  margin: 0 !important;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity input.input-text,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity input.input-text {
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 100px 0 0 100px;
  width: 5rem;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity input.input-text::-webkit-input-placeholder,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity input.input-text::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity input.input-text:-ms-input-placeholder,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity input.input-text:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity input.input-text:-moz-placeholder,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity input.input-text:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity input.input-text::-moz-placeholder,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity input.input-text::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .quantity input.input-text:focus,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) .quantity input.input-text:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  border-radius: 0 100px 100px 0 !important;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button:hover,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button:active, .woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button:focus,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button:active,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button.disabled,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button.disabled:hover, .woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button.disabled:focus, .woocommerce .woocommerce-container .product .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button.button.disabled:active,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button.disabled:hover,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button.disabled:focus,
.woocommerce .woocommerce-container .product .summary.entry-summary form.cart:not(.variations_form) button.button.disabled:active {
  opacity: 0.5 !important;
  background-color: #027b9f !important;
  box-shadow: unset !important;
}
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h1,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h2,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h3,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h4,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h5,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h6,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab p,
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab ul {
  margin-bottom: 0.5rem;
}
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab p {
  line-height: 1.5;
  font-size: 1rem;
}
.woocommerce .woocommerce-container .product .woocommerce-tabs.wc-tabs-wrapper .wc-tab ul {
  list-style-type: disc;
  padding-left: 1rem;
  line-height: 1.5;
}
.woocommerce .woocommerce-container .product .related.products > h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 32px;
  margin-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.woocommerce .woocommerce-container .product .related.products ul.products {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-container .product .related.products ul.products li.product {
  margin: 0 !important;
  flex-basis: calc(25% - 1.25rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-container .product .related.products ul.products li.product {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (max-width: 480px) {
  .woocommerce .woocommerce-container .product .related.products ul.products li.product {
    flex-basis: 100%;
  }
}
.woocommerce .woocommerce-container .product .related.products ul.products li.product a.woocommerce-LoopProduct-link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce .woocommerce-container .product .related.products ul.products li.product a.woocommerce-LoopProduct-link img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.woocommerce .woocommerce-container .product .related.products ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.woocommerce .woocommerce-container .product .related.products ul.products li.product a.woocommerce-LoopProduct-link:hover {
  opacity: 1;
}
.woocommerce .archive-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce .archive-product .woocommerce-result-count,
.woocommerce .archive-product .woocommerce-ordering {
  display: none;
}
.woocommerce .archive-product ul.products {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.woocommerce .archive-product ul.products li.product {
  margin: 0 !important;
  flex-basis: calc(25% - 1.25rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .woocommerce .archive-product ul.products li.product {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (max-width: 480px) {
  .woocommerce .archive-product ul.products li.product {
    flex-basis: 100%;
  }
}
.woocommerce .archive-product ul.products li.product a.woocommerce-LoopProduct-link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce .archive-product ul.products li.product a.woocommerce-LoopProduct-link img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.woocommerce .archive-product ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.woocommerce .archive-product ul.products li.product a.woocommerce-LoopProduct-link:hover {
  opacity: 1;
}
.woocommerce .archive-product ul.products li.product a.button.wp-element-button.add_to_cart_button {
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-cart-form table.shop_table thead th {
  font-size: 1rem;
  font-weight: 500;
  color: #4f4f4f;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-name a {
  color: #027b9f;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-name a:hover {
  color: #027b9f;
  opacity: 0.8;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 100px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity input:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon {
  display: flex;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  margin: 0;
  border-radius: 100px 0 0 100px;
  text-indent: 0.5rem;
  width: 120px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon input:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon button {
  margin: 0 !important;
  border-radius: 0 100px 100px 0 !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  margin-left: 1rem;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button:active, .woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button[disabled]:hover, .woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button[disabled]:focus, .woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button[disabled]:active {
  opacity: 0.5 !important;
  background-color: #027b9f !important;
  box-shadow: unset !important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4f4f4f;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping a {
  color: #027b9f;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping a:hover {
  color: #027b9f;
  opacity: 0.8;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping form input[type=text] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping form input[type=text]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping form input[type=text]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping form input[type=text]:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping form input[type=text]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping form input[type=text]:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button:active, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper label,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper label {
  text-transform: capitalize;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
  flex-basis: 50%;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,
.woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide {
  flex-basis: 100%;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=text],
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=email],
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=tel],
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=password],
.woocommerce form.checkout.woocommerce-checkout #customer_details select {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 100px;
  text-indent: 0.5rem;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=text]::-webkit-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=email]::-webkit-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=tel]::-webkit-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=password]::-webkit-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details select::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=text]:-ms-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=email]:-ms-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=tel]:-ms-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=password]:-ms-input-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details select:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=text]:-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=email]:-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=tel]:-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=password]:-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details select:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=text]::-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=email]::-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=tel]::-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=password]::-moz-placeholder,
.woocommerce form.checkout.woocommerce-checkout #customer_details select::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=text]:focus,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=email]:focus,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=tel]:focus,
.woocommerce form.checkout.woocommerce-checkout #customer_details input[type=password]:focus,
.woocommerce form.checkout.woocommerce-checkout #customer_details select:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce form.checkout.woocommerce-checkout #customer_details textarea {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
.woocommerce form.checkout.woocommerce-checkout #customer_details textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details textarea:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details textarea:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce form.checkout.woocommerce-checkout h3 {
  font-family: "Omnes", sans-serif;
  padding: 0;
  text-transform: capitalize;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.woocommerce form.checkout.woocommerce-checkout h3#order_review_heading {
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
.woocommerce form.checkout.woocommerce-checkout #order_review_heading {
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border-radius: 0;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
  border-radius: 0;
  background-color: #f5f5f5;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .woocommerce-notice {
  background-color: #fff;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .woocommerce-privacy-policy-text {
  line-height: 1.5;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button:active, .woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment button.button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: #027b9f;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #027b9f;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #027b9f;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #027b9f;
  opacity: 0.8;
}
.woocommerce .return-to-shop a.button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
}
.woocommerce .return-to-shop a.button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.woocommerce .return-to-shop a.button:active, .woocommerce .return-to-shop a.button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
.woocommerce .select2.select2-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 100px;
  padding: 0.1rem;
}
.woocommerce .select2.select2-container::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .select2.select2-container:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .select2.select2-container:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .select2.select2-container::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .select2.select2-container:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .select2.select2-container .select2-selection--single {
  border: none;
  margin: 0;
  background-color: transparent;
}
.woocommerce .select2.select2-container.select2-container--open {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.woocommerce .woocommerce-message a {
  color: #027b9f;
}
.woocommerce .woocommerce-message a:hover {
  color: #027b9f;
  opacity: 0.8;
}
.woocommerce .button.product_type_variable.add_to_cart_button,
.woocommerce .button.product_type_simple.add_to_cart_button {
  display: none !important;
}

.fancybox-caption-wrap .fancybox-caption {
  display: none;
}

.select2-selection__placeholder {
  color: #828282;
}

footer#site-footer .top-section {
  background-color: #f5f5f5;
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
footer#site-footer .top-section .text {
  flex-grow: 1;
}
footer#site-footer .top-section .text .heading {
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  color: #027b9f;
  font-size: 1.5rem;
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
footer#site-footer .top-section .text p {
  line-height: 1.5;
  font-size: 1rem;
}
footer#site-footer .top-section .form {
  display: flex;
  align-items: center;
}
footer#site-footer .top-section .forminator-custom-form {
  flex-grow: 0;
  display: flex;
  position: relative;
}
footer#site-footer .top-section .forminator-custom-form .forminator-response-message {
  position: absolute;
  bottom: -50px;
}
footer#site-footer .top-section .forminator-custom-form .forminator-label,
footer#site-footer .top-section .forminator-custom-form .forminator-error-message {
  display: none;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field-email {
  height: 100%;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field-email .forminator-field {
  height: 100%;
}
footer#site-footer .top-section .forminator-custom-form .forminator-row {
  min-height: 100%;
  margin-bottom: 0;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field {
  margin: 0 !important;
  flex-grow: 1;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input {
  height: 100%;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input[type=email] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  width: 100%;
  border-radius: 100px 0 0 100px !important;
  background-image: none !important;
  border-right-width: 0 !important;
  border-right: none !important;
  text-indent: 0.5rem;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input[type=email]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input[type=email]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input[type=email]:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input[type=email]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field input[type=email]:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
footer#site-footer .top-section .forminator-custom-form .forminator-field button.forminator-button {
  height: 100%;
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  border-radius: 0 100px 100px 0 !important;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field button.forminator-button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
footer#site-footer .top-section .forminator-custom-form .forminator-field button.forminator-button:active, footer#site-footer .top-section .forminator-custom-form .forminator-field button.forminator-button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
footer#site-footer .bottom-section {
  background-color: #027b9f;
  padding-top: 32px;
  padding-top: clamp(21.3333333333px, 1.8vw, 32px);
  padding-bottom: 32px;
  padding-bottom: clamp(21.3333333333px, 1.8vw, 32px);
}
footer#site-footer a {
  color: #fff;
}
footer#site-footer a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer#site-footer .row.top-row .col {
  flex-shrink: 1;
  flex-grow: 1;
  color: #fff;
}
footer#site-footer .row.top-row .col .heading {
  font-size: 1.1rem;
  font-family: "Omnes", sans-serif;
}
footer#site-footer .row.top-row .logo img {
  width: 200px;
}
footer#site-footer .row.top-row .logo .np {
  margin-top: 0.5rem;
  line-height: 1.3;
}
footer#site-footer .row.top-row .logo .social {
  display: flex;
  padding-top: 16px;
  padding-top: clamp(10.6666666667px, 0.9vw, 16px);
}
footer#site-footer .row.top-row .logo .social a {
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
}
footer#site-footer .row.top-row .logo .social a svg.icon {
  width: 1.5em;
  height: 1.5em;
  fill: #fff;
  transition: 0.2s fill;
}
footer#site-footer .row.top-row .logo .social a:hover svg.icon {
  fill: rgba(255, 255, 255, 0.8);
}
footer#site-footer .row.top-row .nav {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  footer#site-footer .row.top-row .nav {
    justify-content: flex-start;
    text-align: left;
  }
}
footer#site-footer .row.top-row .nav .nav-container {
  display: flex;
  align-items: flex-start;
  flex-basis: 50%;
}
footer#site-footer .row.top-row .nav .nav-container ul.nav-items {
  display: flex;
  flex-direction: column;
}
footer#site-footer .row.top-row .nav .nav-container ul.nav-items li.menu-item {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  footer#site-footer .row.top-row .nav .nav-container ul.nav-items li.menu-item {
    flex-basis: 100%;
  }
}
footer#site-footer .row.top-row .nav .nav-container ul.nav-items li.menu-item a {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.2s color;
}
footer#site-footer .row.top-row .nav .nav-container ul.nav-items li.menu-item a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer#site-footer .row.top-row .col.help {
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  footer#site-footer .row.top-row .col.help {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  footer#site-footer .row.top-row .col.help {
    text-align: left;
  }
}
footer#site-footer .row.top-row .col.help .item {
  padding-bottom: 16px;
  padding-bottom: clamp(10.6666666667px, 0.9vw, 16px);
}
footer#site-footer .row.top-row .col.help .item p.title {
  font-size: 1.1rem;
  font-family: "Omnes", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 8px;
  padding-bottom: clamp(5.3333333333px, 0.45vw, 8px);
}
footer#site-footer .row.top-row .col.help .item p.info {
  line-height: 1.5;
}
footer#site-footer .row.top-row .col.help .item:first-of-type p.info a {
  white-space: nowrap;
}
footer#site-footer .row.contact .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-family: "Omnes", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
footer#site-footer .row.contact .contact-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  footer#site-footer .row.contact .contact-items {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer#site-footer .row.contact .contact-items .item {
  display: flex;
  align-items: center;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  padding-left: 32px;
  padding-left: clamp(21.3333333333px, 1.8vw, 32px);
  padding-right: 32px;
  padding-right: clamp(21.3333333333px, 1.8vw, 32px);
  color: #fff;
  line-height: 1.5;
}
footer#site-footer .row.contact .contact-items .item.no-hover, footer#site-footer .row.contact .contact-items .item.no-hover > *, footer#site-footer .row.contact .contact-items .item.no-hover > * > * {
  cursor: default !important;
}
footer#site-footer .row.contact .contact-items .item svg.icon {
  width: 1.5em;
  height: 1.5em;
  fill: #fff;
  transition: 0.2s fill;
}
footer#site-footer .row.contact .contact-items .item .text {
  padding-left: 8px;
  padding-left: clamp(5.3333333333px, 0.45vw, 8px);
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.2s color;
}
@media screen and (min-width: 996px) {
  footer#site-footer .row.contact .contact-items .item br {
    display: none;
  }
}
@media screen and (max-width: 996px) {
  footer#site-footer .row.contact .contact-items .item .comma {
    display: none;
  }
}
footer#site-footer .row.contact .contact-items .item:not(.no-hover):hover svg.icon {
  fill: rgba(255, 255, 255, 0.8);
}
footer#site-footer .row.contact .contact-items .item:not(.no-hover):hover .text {
  color: rgba(255, 255, 255, 0.8);
}
footer#site-footer .copyright {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  footer#site-footer .copyright {
    text-align: left;
  }
}
footer#site-footer .copyright p {
  font-size: 0.9rem;
  font-weight: 500;
}
footer#site-footer .copyright p a {
  color: #fff;
  transition: 0.2s opacity cubic-bezier(0.76, 0, 0.24, 1);
  font-size: 0.9rem;
}
footer#site-footer .copyright p a:hover {
  opacity: 0.8;
}

.section.section-search-heading {
  background-color: rgba(2, 123, 159, 0.1);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section.section-search-heading .row {
  justify-content: center;
}
.section.section-search-heading .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.section-search-heading .heading .heading-text {
  font-size: 3rem;
  font-family: "Omnes", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10.6666666667px, 0.9vw, 16px);
  text-align: center;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container {
  margin: 0;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container.filtering .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap button {
  background-image: url("../../icons/svgs/custom/spin-load.svg") !important;
  width: 3rem !important;
  color: transparent !important;
  background-position: center !important;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner {
  padding: 0;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap {
  display: flex;
  position: relative;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  height: 4rem !important;
  border-radius: 400px;
  padding: 0 11rem 0 1rem;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
@media screen and (max-width: 768px) {
  .section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield {
    padding: 0 4rem 0 1rem;
  }
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield:active, .section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap input.alm-filter--textfield.textfield:focus {
  box-shadow: 0 0 0 6px rgba(2, 123, 159, 0.1) !important;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap button {
  background-color: #027b9f !important;
  color: #fff !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 150px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out !important;
  position: absolute;
  height: 3rem !important;
  width: 10rem !important;
  text-align: left !important;
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("../../icons/svgs/custom/search.svg");
  background-repeat: no-repeat;
  background-position: 7.5rem center;
  background-size: 1.5rem;
  margin-left: -3.5rem;
  margin-top: 0.5rem;
  top: 0;
  right: 0.5rem;
  color: #fff;
  user-select: none;
  transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out, 0.15s box-shadow ease-in-out, 0.15s width ease-in-out, 0.15s background-position ease-in-out !important;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap button:hover {
  background-color: #026886 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap button:active, .section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap button:focus {
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.35) !important;
  background-color: #026886 !important;
}
@media screen and (max-width: 768px) {
  .section.section-search-heading .col-search-bar .search-bar-wrap .alm-filters.alm-filters-container .alm-filter.alm-filter--group.alm-filter--search .alm-filter--inner .alm-filter--text .alm-filter--text-wrap button {
    width: 3rem !important;
    color: transparent !important;
    background-position: center !important;
  }
}

.section.section-search-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section.section-search-body img {
  max-width: 100px;
}
.section.section-search-body .container-alm {
  min-height: 20vh;
}
.section.section-search-body #ajax-load-more .alm-listing {
  justify-content: center;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner {
  display: flex;
  align-items: center;
  min-height: 6rem;
  background-color: rgba(0, 0, 0, 0.025);
  padding: 0.75rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap {
  flex-shrink: 0;
  line-height: 0;
  position: relative;
  height: 7rem;
  width: 7rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap img {
  height: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  z-index: 1;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap .post-type {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap .post-type .badge {
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  background-color: #027b9f;
  color: #fff;
  display: flex;
  line-height: 1;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap .post-type .badge.type-post {
  background-color: #e24328;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap .post-type .badge.type-mec-events {
  background-color: #003E50;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .img-wrap .post-type .badge.type-product {
  background-color: #fff;
  color: #027b9f;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap {
  padding: 0 1rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap .title {
  margin-bottom: 0.25rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap .title a {
  font-size: 1.15rem;
  font-weight: 500;
  color: #027b9f;
  transition: 0.2s color cubic-bezier(0.76, 0, 0.24, 1);
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap .title a:hover {
  color: #01546d;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap .title strong {
  background-color: rgba(2, 123, 159, 0.05);
  box-shadow: 0 0 0 2px rgba(2, 123, 159, 0.05);
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap .date {
  font-size: 0.9rem;
  font-weight: 500;
  color: #828282;
  margin-bottom: 0.5rem;
}
.section.section-search-body #ajax-load-more .alm-listing .search-card .inner .post-wrap .excerpt strong {
  background-color: rgba(226, 67, 40, 0.05);
}
.section.section-search-body #ajax-load-more.loading .alm-paging-wrap {
  background-image: url("../../icons/svgs/custom/spin-load-dark.svg") !important;
}
.section.section-search-body #ajax-load-more .alm-btn-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.section-search-body #ajax-load-more .alm-btn-wrap .alm-paging {
  padding-bottom: 0;
}
.section.section-search-body #ajax-load-more .alm-btn-wrap .alm-paging .num.active a {
  background-color: #e24328;
}

.section.section-downloads .heading {
  padding-bottom: 1rem;
}
.section.section-downloads .download-hint p {
  padding-bottom: 0.5rem;
}
.section.section-downloads .downloads {
  display: flex;
}
.section.section-downloads .downloads select {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s box-shadow cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  cursor: text;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  padding: clamp(5.3333333333px, 0.45vw, 8px);
  border-radius: 100px 0 0 100px;
  cursor: pointer;
  text-indent: 0.5rem;
  padding-right: 1.5rem;
  min-width: 0;
  background-image: url("../../icons/svgs/custom/chevron-down.svg");
  background-size: auto 50%;
  background-position: center right;
  background-repeat: no-repeat;
}
.section.section-downloads .downloads select::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-downloads .downloads select:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-downloads .downloads select:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-downloads .downloads select::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.section.section-downloads .downloads select:focus {
  box-shadow: 0 0 0 4px #e6f2f5;
  border-color: #8dc4d4;
  box-shadow: 0 0 0 4px rgba(2, 123, 159, 0.15);
  border-color: rgba(2, 123, 159, 0.6);
}
.section.section-downloads .downloads .btn {
  border-radius: 0 100px 100px 0 !important;
}

.mec-single-event .mec-events-event-image img {
  width: 100%;
  height: auto;
}

#subscribe-shortcode-holder .heading {
  padding-bottom: 0;
}
#subscribe-shortcode-holder .heading .heading-text {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#subscribe-shortcode-holder .heading,
#subscribe-shortcode-holder .shortcode-wrap {
  text-align: center;
}
#subscribe-shortcode-holder .shortcode-wrap {
  display: flex;
  justify-content: center;
}

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

/*# sourceMappingURL=main.css.map */
