@charset "UTF-8";
/****************
* Fonts
****************/
/****************
* Paints
****************/
/****************
* Effects
****************/
/****************
* Grid Settings
****************/
@font-face {
  font-family: iconfont-stdc;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/iconfont-stdc/iconfont-stdc.eot?ia94y8);
  src: url(../../fonts/iconfont-stdc/iconfont-stdc.eot?ia94y8#iefix) format("eot"), url(../../fonts/iconfont-stdc/iconfont-stdc.woff2?ia94y8) format("woff2"), url(../../fonts/iconfont-stdc/iconfont-stdc.woff?ia94y8) format("woff"), url(../../fonts/iconfont-stdc/iconfont-stdc.ttf?ia94y8) format("truetype"), url(../../fonts/iconfont-stdc/iconfont-stdc.svg?ia94y8#iconfont-stdc) format("svg");
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "iconfont-stdc";
  font-size: 1.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-line order/properties-alphabetical-order */
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable-line order/properties-alphabetical-order */
}

.icon-arrow-downward::before {
  content: "\ea01";
}

.icon-arrow-left::before {
  content: "\ea02";
}

.icon-arrow-right::before {
  content: "\ea03";
}

.icon-arrow-upward::before {
  content: "\ea04";
}

.icon-calendar::before {
  content: "\ea05";
}

.icon-cancel::before {
  content: "\ea06";
}

.icon-cart::before {
  content: "\ea07";
}

.icon-check-box-checked::before {
  content: "\ea08";
}

.icon-check-box-unchecked::before {
  content: "\ea09";
}

.icon-check-circle::before {
  content: "\ea0a";
}

.icon-check::before {
  content: "\ea0b";
}

.icon-chev-collapse::before {
  content: "\ea0c";
}

.icon-chev-expand::before {
  content: "\ea0d";
}

.icon-chev-left::before {
  content: "\ea0e";
}

.icon-chev-right::before {
  content: "\ea0f";
}

.icon-clear::before {
  content: "\ea10";
}

.icon-close::before {
  content: "\ea11";
}

.icon-cursor::before {
  content: "\ea12";
}

.icon-drop-down::before {
  content: "\ea13";
}

.icon-drop-up::before {
  content: "\ea14";
}

.icon-email::before {
  content: "\ea15";
}

.icon-error::before {
  content: "\ea16";
}

.icon-filter-list::before {
  content: "\ea17";
}

.icon-image::before {
  content: "\ea18";
}

.icon-launch-external::before {
  content: "\ea19";
}

.icon-link::before {
  content: "\ea1a";
}

.icon-menu::before {
  content: "\ea1b";
}

.icon-pdf::before {
  content: "\ea1c";
}

.icon-phone::before {
  content: "\ea1d";
}

.icon-play::before {
  content: "\ea1e";
}

.icon-quote::before {
  content: "\ea1f";
}

.icon-radio-button-checked::before {
  content: "\ea20";
}

.icon-radio-button-unchecked::before {
  content: "\ea21";
}

.icon-search::before {
  content: "\ea22";
}

.icon-social-facebook::before {
  content: "\ea23";
}

.icon-social-instagram::before {
  content: "\ea24";
}

.icon-social-linkedin::before {
  content: "\ea25";
}

.icon-social-twitter::before {
  content: "\ea26";
}

.icon-social-youtube::before {
  content: "\ea27";
}

.icon-upload::before {
  content: "\ea28";
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p, .content-column {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 36rem;
}
@media (min-width: 36rem) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 62rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 88.125rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36rem) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 48rem) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 62rem) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 88.125rem) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36rem) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 62rem) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 88.125rem) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 36rem) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 48rem) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 62rem) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 75rem) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 88.125rem) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 2.5rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #006bb2;
  color: #fffbf5;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: 0.125rem;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "dunbar-text", sans-serif;
}

body {
  min-width: 20rem;
  margin: 0;
  color: #000;
  background-color: #fbf3e2;
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 47.98rem) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body.lock-scroll {
  overflow: hidden;
}
body.overlayed #page {
  position: relative;
}
body.overlayed #page::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
body.overlayed #page .main-header {
  background-color: #fffbf5;
}
body .page-content--padding-bottom {
  padding-bottom: 6.25rem;
}
@media (min-width: 62rem) {
  body .page-content--padding-bottom {
    padding-bottom: 12.5rem;
  }
}

/* Setting sizes is much more predictable with border-box */
*, *::before, *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

blockquote {
  font-family: "p22-mackinac-pro", serif;
  font-size: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
  line-height: clamp(1.5rem, 0.3037383178rem + 2.492211838vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  padding-left: clamp(1rem, -0.7943925234rem + 3.738317757vw, 2.5rem);
  margin: clamp(2.875rem, 8.2283878505rem + -6.0747663551vw, 5.3125rem) 0 clamp(2.625rem, 2.0268691589rem + 1.246105919vw, 3.125rem);
  border-left: 0.25rem solid #fdb11a;
}
blockquote p:not([class*=is-style]), blockquote .content-column:not([class*=is-style]) {
  font-family: "p22-mackinac-pro", serif;
  font-size: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
  line-height: clamp(1.5rem, 0.3037383178rem + 2.492211838vw, 2.5rem);
  color: #00550f;
  font-style: italic;
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}
@media (max-width: 61.98rem) {
  blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    top: -2.1875rem;
    left: -0.625rem;
    font-size: 5rem;
    font-style: italic;
    color: #00550f;
  }
}

hr.wp-block-separator {
  margin: clamp(3.4375rem, 0.5216121495rem + 6.0747663551vw, 5.875rem) 0 clamp(3rem, 0.6074766355rem + 4.984423676vw, 5rem);
  border-top: 0.0625rem solid #b3b3b3;
  border-bottom: none;
}

/* Normalize links across browsers */
a {
  color: #00550f;
  text-decoration: none;
  transition: all 0.2s linear;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #00400b;
  text-decoration: none;
}

.tablet-checker {
  display: none;
}
@media (max-width: 61.98rem) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 47.98rem) {
  .container-fluid {
    padding: 0 1.25rem;
  }
}

@media (max-width: 47.98rem) {
  .row {
    margin: 0 -1.25rem;
  }
}

@media (max-width: 47.98rem) {
  .col-12 {
    padding: 0 1.25rem;
  }
}

#page {
  position: relative;
}

/* Set custom outline styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html.user-tab-nav a:focus,
html.user-tab-nav button:focus,
html.user-tab-nav input:focus,
html.user-tab-nav select:focus,
html.user-tab-nav textarea:focus {
  outline: 0.125rem solid #7aacfe;
  outline-offset: 0;
}

::selection {
  background: rgba(0, 85, 15, 0.1);
}

::-moz-selection {
  background: rgba(0, 85, 15, 0.1);
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
/* Make a 404 page look nicer and more readable */
.error404 main {
  text-align: center;
  padding: clamp(4rem, 1.308411215rem + 5.6074766355vw, 6.25rem) 0 clamp(7.5rem, 3.0140186916rem + 9.3457943925vw, 11.25rem);
}
.error404 main ul {
  text-align: left;
  padding-left: 1.25rem;
}
@media (min-width: 62rem) {
  .error404 main ul {
    padding-left: 2.5rem;
  }
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  text-decoration: none;
  color: #000;
}
nav a:hover {
  text-decoration: none;
  color: #000;
}
nav li {
  display: inline-block;
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul ul li::before {
  content: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding: 0.3125rem 0;
}

/* stylelint-disable scss/selector-no-redundant-nesting-selector */
h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(2.125rem, 0.1810747664rem + 4.0498442368vw, 3.75rem);
  line-height: clamp(2.5rem, 0.7056074766rem + 3.738317757vw, 4rem);
  color: #002807;
  margin-bottom: clamp(1rem, -0.1962616822rem + 2.492211838vw, 2rem);
}

h2,
.h2 {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.1542056075rem + 2.8037383178vw, 2.625rem);
  line-height: clamp(2rem, 0.2056074766rem + 3.738317757vw, 3.5rem);
  color: #002807;
  margin: clamp(3rem, 0.6074766355rem + 4.984423676vw, 5rem) 0 clamp(1rem, -0.1962616822rem + 2.492211838vw, 2rem);
}

h3,
.h3 {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.5268691589rem + 1.246105919vw, 1.625rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  color: #002807;
  margin: clamp(2rem, 0.8037383178rem + 2.492211838vw, 3rem) 0 clamp(0.5rem, -0.0981308411rem + 1.246105919vw, 1rem);
}

h4,
.h4 {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.7009345794rem + 0.6230529595vw, 1.25rem);
  line-height: 1.5rem;
  color: #002807;
  margin: clamp(1.625rem, -0.0946261682rem + 3.5825545171vw, 3.0625rem) 0 clamp(0.5rem, -0.0981308411rem + 1.246105919vw, 1rem);
}

h5,
.h5 {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  margin: clamp(1.375rem, 0.6273364486rem + 1.5576323988vw, 2rem) 0 0.5rem;
}

h6,
.h6 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6004672897rem + 0.3115264798vw, 0.875rem);
  line-height: 1rem;
  color: #002807;
  margin: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem) 0 0.5rem;
}

p:not([class*=is-style]), .content-column:not([class*=is-style]) {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  margin-bottom: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
}
p.is-style-default, .is-style-default.content-column {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  margin-bottom: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
}
p.is-style-lead, .is-style-lead.content-column {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
  line-height: clamp(1.5rem, 0.3037383178rem + 2.492211838vw, 2.5rem);
  margin-bottom: clamp(2.9375rem, 0.4702102804rem + 5.1401869159vw, 5rem);
}
p.is-style-lead + .is-style-lead, .is-style-lead.content-column + .is-style-lead {
  margin-top: clamp(-3.5rem, 2.1279205607rem + -6.3862928349vw, -0.9375rem);
}
p.is-style-lead + p:not([class*=is-style-lead]), .is-style-lead.content-column + p:not([class*=is-style-lead]), p.is-style-lead + .content-column:not([class*=is-style-lead]), .is-style-lead.content-column + .content-column:not([class*=is-style-lead]) {
  margin-top: clamp(-2.5rem, -0.1664719626rem + -2.6479750779vw, -1.4375rem);
}
p.is-style-body-2, .is-style-body-2.content-column {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
p.is-style-subtitle, .is-style-subtitle.content-column {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
}
p:last-child, .content-column:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.block-title,
.block-title:last-child {
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .block-title,
.block-title:last-child {
    margin-top: -1rem;
  }
}
@media (min-width: 48rem) {
  .block-title,
.block-title:last-child {
    margin-bottom: 4rem;
  }
}

.nuetral-30 {
  color: #4c4c4c;
}

.nuetral-45 {
  color: #737373;
}

.nuetral-70 {
  color: #b3b3b3;
}

.nuetral-88 {
  color: #e1e1e1;
}

.nuetral-94 {
  color: #f0f0f0;
}

.body-1 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  margin-bottom: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
}

.body-2 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.list {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  margin-bottom: 1rem;
}

.lead {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
  line-height: clamp(1.5rem, 0.3037383178rem + 2.492211838vw, 2.5rem);
  margin-bottom: clamp(2.9375rem, 0.4702102804rem + 5.1401869159vw, 5rem);
}

.quote {
  font-family: "p22-mackinac-pro", serif;
  font-size: clamp(1.25rem, 0.6518691589rem + 1.246105919vw, 1.75rem);
  line-height: clamp(1.5rem, 0.3037383178rem + 2.492211838vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
}

.subtitle-1 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.subtitle-2 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.button-1 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
}

.button-2 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}

.caption {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

.overline {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
}

.preheading {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.tag {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #737373;
}

/* stylelint-enable scss/selector-no-redundant-nesting-selector */
.page-columns {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 48rem) {
  .page-columns {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.block-hook + .page-columns {
  margin-top: 5.0625rem;
}
@media (min-width: 48rem) {
  .block-hook + .page-columns {
    margin-top: 4.5rem;
  }
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 48rem) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 62rem) {
  .container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.page-content > .container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .page-content > .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.page-content > .container h2:first-child,
.page-content > .container h3:first-child,
.page-content > .container h4:first-child,
.page-content > .container h5:first-child,
.page-content > .container h6:first-child {
  margin-top: 0;
}
.page-content > .container h2:last-child,
.page-content > .container h3:last-child,
.page-content > .container h4:last-child,
.page-content > .container h5:last-child,
.page-content > .container h6:last-child {
  margin-bottom: -1.25rem;
}
@media (min-width: 48rem) {
  .page-content > .container h2:last-child,
.page-content > .container h3:last-child,
.page-content > .container h4:last-child,
.page-content > .container h5:last-child,
.page-content > .container h6:last-child {
    margin-bottom: -2.5rem;
  }
}
.page-content > .container .block-hook:first-child + h2,
.page-content > .container .block-hook:first-child + h3,
.page-content > .container .block-hook:first-child + h4,
.page-content > .container .block-hook:first-child + h5,
.page-content > .container .block-hook:first-child + h6 {
  margin-top: 0;
}

.acf-block {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.acf-block.acf-block--remove-margin-top {
  margin-top: 0;
}
.acf-block.acf-block--remove-margin-bottom {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .acf-block {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.acf-block:last-child {
  margin-bottom: 0;
}

:root {
  --containerWidth: calc(var(--vw, 1vw) * 100 - 2.5rem);
  --containerMaxWidth: 33.5rem;
  --gutterWidth: clamp(1.25rem, 100%, calc((var(--vw, 1vw) * 100 - 33.5rem) / 2));
  --columnWidth: 3rem;
  --columnMaxWidth: calc((100% - 0rem) / 12);
}
@media (min-width: 36rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 2.5rem);
    --containerMaxWidth: 45.5rem;
    --gutterWidth: clamp(1.25rem, 100%, calc((var(--vw, 1vw) * 100 - 45.5rem) / 2));
    --columnWidth: 4rem;
    --columnMaxWidth: calc((100% - 0rem) / 12);
  }
}
@media (min-width: 48rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 5rem);
    --containerMaxWidth: 57rem;
    --gutterWidth: clamp(2.5rem, 100%, calc((var(--vw, 1vw) * 100 - 57rem) / 2));
    --columnWidth: 4.90625rem;
    --columnMaxWidth: calc((100% - 3.125rem) / 12);
  }
}
@media (min-width: 62rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 7.5rem);
    --containerMaxWidth: 67.5rem;
    --gutterWidth: clamp(3.75rem, 100%, calc((var(--vw, 1vw) * 100 - 67.5rem) / 2));
    --columnWidth: 5.78125rem;
    --columnMaxWidth: calc((100% - 5.625rem) / 12);
  }
}
@media (min-width: 75rem) {
  :root {
    --containerWidth: calc(var(--vw, 1vw) * 100 - 7.5rem);
    --containerMaxWidth: 80.625rem;
    --gutterWidth: clamp(3.75rem, 100%, calc((var(--vw, 1vw) * 100 - 80.625rem) / 2));
    --columnWidth: 6.875rem;
    --columnMaxWidth: calc((100% - 5.625rem) / 12);
  }
}

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

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

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

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

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

/* stylelint-disable selector-max-compound-selectors */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all ease-out 0.3s;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
}
.c-btn:hover, .c-btn:focus {
  text-decoration: none;
}
.c-btn i {
  height: 1.5rem;
  margin-left: 0.5rem;
}
.c-btn i::before {
  font-size: 1.5rem;
  color: inherit;
  transition: color ease-out 0.1s;
}
.c-btn.c-btn-icon-left {
  flex-direction: row-reverse;
  padding-left: 1.5rem;
  padding-right: 1.6875rem;
  position: relative;
}
.c-btn.c-btn-icon-left i {
  margin-right: 0.5rem;
  margin-left: 0;
}
.c-btn.c-btn-icon-right {
  padding-right: 1.4375rem;
  position: relative;
}
.c-btn.c-btn-icon-right i {
  margin-left: 0.5rem;
  margin-right: 0;
}
.c-btn:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 36rem) {
  .c-btn:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.c-btn-primary,
.c-btn-secondary {
  border: 0.125rem solid #00550f;
  border-radius: 2.5rem;
  padding: 0.875rem 1.75rem;
}
@media (max-width: 35.98rem) {
  .c-btn-primary,
.c-btn-secondary {
    width: 100%;
  }
}
.c-btn-primary--small,
.c-btn-secondary--small {
  padding: 0.375rem 1.125rem;
  letter-spacing: 0;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}
.c-btn-primary--small i::before,
.c-btn-secondary--small i::before {
  font-size: 1.25rem;
}
.c-btn-primary--small.c-btn-icon-left,
.c-btn-secondary--small.c-btn-icon-left {
  padding-left: 0.9375rem;
  padding-right: 1.125rem;
}
.c-btn-primary--small.c-btn-icon-left i,
.c-btn-secondary--small.c-btn-icon-left i {
  margin-right: 0.375rem;
}
.c-btn-primary--small.c-btn-icon-right,
.c-btn-secondary--small.c-btn-icon-right {
  padding-right: 0.875rem;
}
.c-btn-primary--small.c-btn-icon-right i,
.c-btn-secondary--small.c-btn-icon-right i {
  margin-left: 0.375rem;
}

.c-btn-primary {
  background-color: #00550f;
  color: #fffbf5;
}
.c-btn-primary:hover, .c-btn-primary:focus {
  border-color: #00400b;
  background-color: #00400b;
  color: #fffbf5;
}
.c-btn-primary.c-btn-color-alt {
  background-color: #fdb11a;
  color: #00550f;
  border-color: #fdb11a;
}
.c-btn-primary.c-btn-color-alt:hover, .c-btn-primary.c-btn-color-alt:focus {
  color: #00400b;
}

.c-btn-secondary {
  border-color: #00550f;
  color: #00550f;
}
.c-btn-secondary:hover, .c-btn-secondary:focus {
  background-color: #00400b;
  border-color: #00400b;
  color: #fffbf5;
}
.c-btn-secondary.c-btn-color-alt {
  background-color: transparent;
  color: #fffbf5;
  border-color: #fffbf5;
}
.c-btn-secondary.c-btn-color-alt:hover, .c-btn-secondary.c-btn-color-alt:focus {
  color: #00400b;
  background-color: #fdb11a;
  border-color: #fdb11a;
}

.c-btn-tertiary {
  color: #00550f;
  display: inline-flex;
  position: relative;
}
.c-btn-tertiary.c-btn-icon, .c-btn-tertiary.c-btn-icon-left, .c-btn-tertiary.c-btn-icon-right {
  padding: 0;
}
.c-btn-tertiary:not(.c-btn-icon):not(.c-btn-icon-right):not(.c-btn-icon-left)::after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: #fdb11a;
  position: absolute;
  display: block;
  left: 0;
  transition: background-color 0.2s;
  bottom: -0.125rem;
}
.c-btn-tertiary:not(.c-btn-icon):not(.c-btn-icon-right):not(.c-btn-icon-left):hover::after {
  background-color: #00400b;
}
.c-btn-tertiary--small {
  letter-spacing: 0;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}
.c-btn-tertiary--small:not(.c-btn-icon):not(.c-btn-icon-right):not(.c-btn-icon-left)::after {
  bottom: -0.3125rem;
  height: 0.125rem;
}
.c-btn-tertiary--small.c-btn-icon-left i::before, .c-btn-tertiary--small.c-btn-icon-right i::before {
  font-size: 1.25rem;
  line-height: 1;
}
.c-btn-tertiary--small.c-btn-icon-left i {
  margin-right: 0.3125rem;
}
.c-btn-tertiary--small.c-btn-icon-right i {
  margin-left: 0.3125rem;
}
.c-btn-tertiary:hover, .c-btn-tertiary:focus {
  color: #00400b;
}
.c-btn-tertiary:hover::after, .c-btn-tertiary:focus::after {
  color: #00400b;
}
.c-btn-tertiary.c-btn-color-alt {
  color: #fffbf5;
}
.c-btn-tertiary.c-btn-color-alt:not(.c-btn-icon):hover::after {
  background-color: #fdb11a;
}
.c-btn-tertiary.c-btn-color-alt:hover, .c-btn-tertiary.c-btn-color-alt:focus {
  color: #fdb11a;
}

.c-btn-no-text-primary,
.c-btn-no-text-secondary {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.125rem solid #00550f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.c-btn-no-text-primary {
  background-color: #00550f;
  color: #fffbf5;
}
.c-btn-no-text-primary::after, .c-btn-no-text-primary::before {
  padding: 0;
}
.c-btn-no-text-primary:hover, .c-btn-no-text-primary:focus {
  border-color: #00400b;
  background-color: #00400b;
  color: #fffbf5;
}
.c-btn-no-text-primary.c-btn-color-alt {
  background-color: #fdb11a;
  color: #00550f;
  border-color: #fdb11a;
}
.c-btn-no-text-primary.c-btn-color-alt:hover, .c-btn-no-text-primary.c-btn-color-alt:focus {
  color: #00400b;
}

.c-btn-no-text-secondary {
  border-color: #00550f;
  color: #00550f;
}
.c-btn-no-text-secondary:hover, .c-btn-no-text-secondary:focus {
  background-color: #00400b;
  border-color: #00400b;
  color: #fffbf5;
}
.c-btn-no-text-secondary.c-btn-color-alt {
  background-color: transparent;
  color: #fffbf5;
  border-color: #fffbf5;
}
.c-btn-no-text-secondary.c-btn-color-alt:hover, .c-btn-no-text-secondary.c-btn-color-alt:focus {
  color: #00400b;
  background-color: #fdb11a;
  border-color: #fdb11a;
}

.c-btn-wrapper {
  margin: 2rem 0;
  line-height: 1;
}
@media (min-width: 48rem) {
  .c-btn-wrapper {
    margin: 2.5rem 0;
  }
}
.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

.c-btn-group {
  margin: 2rem 0;
  line-height: 1;
  font-size: 0;
}
@media (min-width: 48rem) {
  .c-btn-group {
    margin: 2.5rem 0;
  }
}
.c-btn-group:last-child {
  margin-bottom: 0;
}
.c-btn-group .c-btn-wrapper {
  margin: 0 0 1rem 0;
  display: inline-block;
}
.c-btn-group .c-btn-wrapper:not(:last-child) .c-btn {
  margin-right: 1.25rem;
}
.c-btn-group .c-btn-wrapper:not(:last-child) .c-btn.c-btn-tertiary {
  margin-right: 1.5rem;
}

button:focus {
  outline: none;
}

.play-btn {
  width: 3.5rem;
  height: 3.5rem;
  background: #00550f;
  border: 0.125rem solid #00550f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.play-btn::before {
  content: "\ea1e";
  font-family: "iconfont-stdc";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fffbf5;
  transition: color 0.2s;
}
.play-btn:hover, .play-btn:focus {
  background: #00400b;
  text-decoration: none;
}
.play-btn.play-btn-secondary {
  background: #fffbf5;
  border: none;
}
.play-btn.play-btn-secondary::before {
  color: #00550f;
}
.play-btn.play-btn-secondary:hover::before, .play-btn.play-btn-secondary:focus::before {
  color: #00400b;
}
.play-btn.play-btn-secondary.play-btn-secondary--alt {
  border: 0.125rem solid #fffbf5;
  background: transparent;
}
.play-btn.play-btn-secondary.play-btn-secondary--alt::before {
  color: #fffbf5;
}
.play-btn.play-btn-secondary.play-btn-secondary--alt:hover, .play-btn.play-btn-secondary.play-btn-secondary--alt:focus {
  background: #fffbf5;
}
.play-btn.play-btn-secondary.play-btn-secondary--alt:hover::before, .play-btn.play-btn-secondary.play-btn-secondary--alt:focus::before {
  color: #00400b;
}
.play-btn.play-btn--alt {
  background: #fffbf5;
}
.play-btn.play-btn--alt::before {
  color: #00550f;
}
.play-btn.play-btn--alt:hover, .play-btn.play-btn--alt:focus {
  border-color: #00400b;
  background: #00400b;
}
.play-btn.play-btn--alt:hover::before, .play-btn.play-btn--alt:focus::before {
  color: #fffbf5;
}

/* stylelint-enable selector-max-compound-selectors */
/* Embed Video Styles */
.iframe-wrapper {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 3.25rem auto 3.1875rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  border-radius: 1.25rem;
}
@media (min-width: 48rem) {
  .iframe-wrapper {
    border-radius: 3rem;
    margin: 3.25rem auto 4.625rem;
  }
}
.iframe-wrapper__overlay {
  position: absolute;
  z-index: 1;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  background-color: #000;
  background-position: center;
  background-size: cover;
}
.iframe-wrapper__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background-color: #fffbf5;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.iframe-wrapper__play::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.125rem;
  border-width: 0.65625rem 0 0.65625rem 1rem;
  border-style: solid;
  border-color: transparent transparent transparent #00550f;
}
.iframe-wrapper__play:hover {
  background-color: #00550f;
}
.iframe-wrapper__play:hover::before {
  border-color: transparent transparent transparent #fffbf5;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider Global */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #fffbf5;
  box-shadow: none;
  z-index: 2;
  border: none;
  text-align: center;
  transition: all 0.2s linear;
}
@media (min-width: 48rem) {
  .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.slick-arrow:hover::after {
  color: #003f0b;
}
.slick-arrow::after {
  content: "";
  line-height: 3.5rem;
  color: #00550f;
  transition: all 0.2s linear;
}
.slick-arrow.slick-prev {
  left: 1.875rem;
}
.slick-arrow.slick-prev::after {
  content: "\ea0e";
  font-family: "iconfont-stdc";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 48rem) {
  .slick-arrow.slick-prev::after {
    font-size: 2.25rem;
  }
}
.slick-arrow.slick-next {
  right: 1.875rem;
}
.slick-arrow.slick-next::after {
  content: "\ea0f";
  font-family: "iconfont-stdc";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 48rem) {
  .slick-arrow.slick-next::after {
    font-size: 2.25rem;
  }
}

.slick-slide {
  outline: none;
}

/* stylelint-disable selector-max-compound-selectors, max-nesting-depth, scss/selector-no-redundant-nesting-selector */
/* BASE TABLES */
#page .tablepress-table-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.09375rem;
  text-transform: none;
}
#page .tablepress {
  padding: 0 1.25rem 0 0;
  margin: 2.0625rem 0 2.0625rem;
}
@media (max-width: 47.98rem) {
  #page .tablepress {
    margin: 1rem 0 1rem;
  }
}
#page .tablepress caption {
  display: none;
}
#page .tablepress thead {
  border-bottom: 0.1875rem solid #00550f;
}
#page .tablepress thead th {
  padding: 0.5rem 0.9375rem;
  position: relative;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  margin: clamp(1.375rem, 0.6273364486rem + 1.5576323988vw, 2rem) 0 0.5rem;
  border: none;
  background-color: transparent;
}
#page .tablepress thead th br {
  display: none;
}
#page .tablepress thead tr {
  border: none;
}
#page .tablepress tbody td {
  padding: 1rem 0.9375rem;
  position: relative;
  vertical-align: middle;
  background-color: transparent;
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  border: 0;
}
@media (max-width: 47.98rem) {
  #page .tablepress tbody td {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.5rem 0.9375rem;
  }
}
#page .tablepress tbody td[colspan="2"] {
  text-align: right;
}
#page .tablepress tbody tr {
  position: relative;
  border-bottom: unset;
  background: #fffbf5;
}
#page .tablepress tbody tr:nth-child(2n+1) {
  background: #fbf3e2;
}
@media (max-width: 47.98rem) {
  #page .tablepress.tablepress-responsive-stack-phone thead th {
    min-width: 13.875rem;
  }
}
@media (max-width: 47.98rem) {
  #page .tablepress.tablepress-responsive-stack-phone tbody td {
    padding: 0.5625rem;
    text-align: left;
  }
  #page .tablepress.tablepress-responsive-stack-phone tbody td:first-child {
    padding-top: 1.875rem;
  }
  #page .tablepress.tablepress-responsive-stack-phone tbody td:last-child {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 47.98rem) {
  #page .tablepress.tablepress-responsive-stack-phone tbody td::after {
    content: none;
  }
}
@media (max-width: 47.98rem) {
  #page .tablepress.tablepress-responsive-stack-phone tbody tr {
    border-bottom: 0.1875rem solid #00550f;
  }
}
@media (max-width: 47.98rem) {
  #page .tablepress.tablepress-responsive-phone {
    width: calc(100% + 1.25rem);
    padding: 0;
    max-width: calc(100% - 1.25rem);
    margin: 1.5rem -1.25rem 1.375rem 1.25rem !important;
  }
  #page .tablepress.tablepress-responsive-phone.custom-table .column-1 {
    min-height: 3rem;
  }
  #page .tablepress.tablepress-responsive-phone thead {
    border-right: 0.1875rem solid #00550f;
    border-bottom: unset;
  }
  #page .tablepress.tablepress-responsive-phone thead th {
    white-space: break-spaces;
    padding: 0.5rem 2.0625rem 0.5rem 0.9375rem;
    margin: 0 0 1rem;
    line-height: 1rem;
  }
  #page .tablepress.tablepress-responsive-phone thead th::after {
    content: none;
  }
  #page .tablepress.tablepress-responsive-phone tbody {
    font-size: 0;
  }
  #page .tablepress.tablepress-responsive-phone tbody td {
    padding: 0.5rem 2.0625rem 0.5rem 0.9375rem;
  }
  #page .tablepress.tablepress-responsive-phone tbody td::after {
    content: none;
  }
}
@media (max-width: 61.98rem) {
  #page .tablepress + .block-accordion {
    margin-top: 2.5rem;
  }
}
#page .tablepress + .h2 {
  margin-top: clamp(3.9375rem, 2.6664719626rem + 2.6479750779vw, 5rem);
}
#page .tablepress-scroll-wrapper {
  position: relative;
}
@media (max-width: 47.98rem) {
  #page .tablepress-scroll-wrapper.has-scroll {
    width: calc(100% + 1.25rem);
  }
}
#page .tablepress-scroll-wrapper.has-scroll .tablepress {
  display: block;
  overflow-x: auto;
}
@media (max-width: 47.98rem) {
  #page .tablepress-scroll-wrapper thead th {
    padding: 0.5rem 0.9375rem;
  }
}
@media (max-width: 47.98rem) {
  #page .tablepress-scroll-wrapper tbody td {
    padding: 0.4375rem 0.9375rem;
  }
}
#page .custom-table {
  width: 100%;
}
@media (min-width: 62rem) {
  #page .custom-table {
    margin-inline: auto !important;
    max-width: calc(var(--columnMaxWidth) * 10 - 1.875rem);
  }
}
@media (min-width: 75rem) {
  #page .custom-table {
    max-width: calc(var(--columnMaxWidth) * 8 - 1.875rem);
  }
}
@media (min-width: 88.125rem) {
  #page .custom-table {
    width: calc(var(--columnWidth) * 8 - 1.875rem);
  }
}
#page .custom-table .column-1 {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6004672897rem + 0.3115264798vw, 0.875rem);
  line-height: 1rem;
  color: #002807;
  color: #000;
  font-weight: 400;
  min-height: 3rem;
}
@media (max-width: 47.98rem) {
  #page .custom-table .column-1 {
    line-height: 0.875rem;
    min-height: 1.875rem;
    min-width: 6.1875rem;
  }
  #page .custom-table .column-1 strong {
    line-height: 1rem;
  }
}
#page .grid-columns__column .custom-table {
  margin-inline: 0 !important;
}
@media (min-width: 48rem) {
  #page .grid-columns__column .custom-table {
    margin-inline: auto !important;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 47.98rem) {
  #page .grid-columns__column .custom-table .column-1 {
    min-width: 12.25rem;
  }
}
@media (max-width: 47.98rem) {
  #page .page-content > .tablepress:not(.tablepress-responsive-phone) {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

/* stylelint-enable selector-max-compound-selectors, max-nesting-depth, scss/selector-no-redundant-nesting-selector */
/* stylelint-disable max-nesting-depth, selector-max-compound-selectors, scss/at-extend-no-missing-placeholder */
.mat-select {
  display: inline-block;
  position: relative;
  min-width: 18.75rem;
}
.mat-select::after {
  content: "\ea13";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0.75rem;
}
.mat-select__list {
  user-select: none;
  position: absolute;
  z-index: 100;
  transition: 0.25s ease;
  top: 100%;
  left: 0;
  margin: 0.5rem 0 0;
  padding: 0;
  width: 100%;
  display: none;
  list-style: none;
  background: #fffbf5;
  border: 0.0625rem solid #f0f0f0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem;
  max-height: 18.75rem;
  overflow-y: auto;
}
.mat-select__item {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  margin: 0;
  cursor: pointer;
}
.mat-select__item--active, .mat-select__item:hover {
  background-color: #f0f0f0;
}
.mat-select__text {
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  width: 100%;
  outline: none;
  border: 0.0625rem solid #b3b3b3;
  transition: all 0.2s linear;
  cursor: pointer;
}
.mat-select__text:focus {
  border: 0.0625rem solid #00550f;
}
.mat-select__text::placeholder, .mat-select__text:-ms-input-placeholder, .mat-select__text::-ms-input-placeholder {
  color: #737373;
}
.mat-select__text--empty {
  color: #737373;
}
.mat-select--active .mat-select__text {
  border-color: #00550f;
}

/* stylelint-enable max-nesting-depth, selector-max-compound-selectors, scss/at-extend-no-missing-placeholder */
.pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  margin: 0 0.15625rem;
}
.pagination__item--ellipses {
  min-width: 2rem;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #343a40;
  border-radius: 50%;
}
.pagination__link:hover {
  color: #fffbf5;
  background: #00550f;
}

.pagination__item--current .pagination__link {
  color: #fffbf5;
  background: #00550f;
}

/* stylelint-disable scss/at-extend-no-missing-placeholder */
.content-column {
  padding: 0 0.9375rem;
  margin-left: 0.05859375rem;
}

/* stylelint-enable scss/at-extend-no-missing-placeholder */
.share-icons {
  display: flex;
  justify-content: flex-end;
  margin-right: -0.5rem;
}
.share-icons__link {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  background: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
}
.share-icons__link span {
  font-size: 1.5rem;
  color: #000;
}

/* stylelint-disable  */
:root {
  --gf_font: dunbar-text, sans-serif;
  --gf_field_marginBottom: 4rem;
  --gf_field_spaceBetween: 1.875rem;
  --gf_colorOnDarkBackground: #fffbf5;
  --gf_label_color: #000;
  --gf_label_fontSize: 0.875rem;
  --gf_label_lineHeight: 1.5rem;
  --gf_input_backgroundColor: #fffbf5;
  --gf_input_autofillBackgroundColor: #e6f0f7;
  --gf_input_borderDefaultColor: #b3b3b3;
  --gf_input_borderFocusColor: #00550f;
  --gf_input_borderErrorColor: #b00020;
  --gf_input_borderWidth: 0.0625rem;
  --gf_input_borderRadius: 0;
  --gf_input_padding: 0.6875rem 0.75rem;
  --gf_input_minHeight: 3rem;
  --gf_input_textColor: #000;
  --gf_input_placeholderTextColor: #737373;
  --gf_input_fontSize: 1rem;
  --gf_input_lineHeight: 1.5rem;
  --gf_cr_fontSize: 1rem;
  --gf_cr_lineHeight: 1.5rem;
  --gf_cr_backgroundColor: #f0f0f0;
  --gf_cr_borderColor: #000;
  --gf_cr_borderWidth: 0.125rem;
  --gf_cr_selectedColor: #00550f;
  --gf_c_borderRadius: 0.125rem;
  --gf_datepicker_backgroundColor: #fffbf5;
  --gf_datepicker_headerBackgroundColor: #fffbf5;
  --gf_datepicker_arrowBackground: #00550f;
  --gf_datepicker_color: #000;
  --gf_datepicker_hoverColor: #00550f;
  --gf_datepicker_fontSize: 1rem;
  --gf_datepicker_lineHeight: 1.5rem;
  --gf_select_dd_backgroundColor: #fffbf5;
  --gf_select_optionColor: #000;
  --gf_select_optionSelectedColor: #f0f0f0;
  --gf_select_optionFontSize: 1rem;
  --gf_select_optionLineHeight: 1.5rem;
  --gf_fileColor: #000;
  --gf_fileBackground: transparent;
  --gf_fileBackgroundHover: #000;
  --gf_fileColorHover: #fffbf5;
  --gf_fileBorderWidth: 0.0625rem;
  --gf_fileBorderColor: #000;
  --gf_fileBorderRadius: 0.1875rem;
  --gf_acceptanceBg: #f0f0f0;
  --gf_textError: #b00020;
  --gf_textRequired: #b00020;
  --gf_stepper_colorActive: #000;
  --gf_stepper_colorAlt: #fffbf5;
  --gf_stepper_colorInactive: #b3b3b3;
}

.gform_wrapper {
  margin-bottom: 6.25rem;
}
.gform_wrapper form.dark-bg label {
  color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper form.dark-bg label .gfield_required {
  color: inherit;
}
.gform_wrapper form.dark-bg .gfield_checkbox label::before,
.gform_wrapper form.dark-bg .gfield_radio label::before {
  background-color: #f0f0f0;
}
.gform_wrapper form.dark-bg .gfield_checkbox label::after,
.gform_wrapper form.dark-bg .gfield_radio label::after {
  border-color: #fff;
}
.gform_wrapper form.dark-bg .gfield_radio input:checked ~ label::after {
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='5' fill='%23ee303c'/%3E%3C/svg%3E");
  background-size: calc(100% + 2 * var(--gf_cr_borderWidth)) auto;
}
.gform_wrapper form.dark-bg .gfield_checkbox input:checked ~ label::after {
  border-color: #fff;
  background-color: var(--gf_cr_selectedColor);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cg stroke='none' stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E%3Cpolygon fill='%23ffffff' points='4.146 8.5 0.5 4.854 1.914 3.439 4.146 5.672 9.318 0.5 10.732 1.914'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% auto;
}
.gform_wrapper form.dark-bg .ginput_container_fileupload label::before {
  color: var(--gf_colorOnDarkBackground);
  border-color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper form.dark-bg .ginput_container_fileupload label span {
  color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper form.dark-bg .gfield_price .ginput_container {
  color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_label {
  font-family: "dunbar-tall", sans-serif;
  color: var(--gf_label_color);
}
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_checkbox label,
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_radio label {
  color: var(--gf_label_color);
}
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_checkbox label::before,
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_radio label::before {
  background-color: var(--gf_cr_backgroundColor);
}
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_checkbox label::after,
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_radio label::after {
  border-color: var(--gf_cr_borderColor);
}
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_checkbox input:checked ~ label::after,
.gform_wrapper form.dark-bg .gfield.acceptance .gfield_radio input:checked ~ label::after {
  border-color: var(--gf_cr_selectedColor);
}
.gform_wrapper form.dark-bg .ginput_container_list .gfield_list_group .gfield_list_icons img {
  filter: invert(1);
}
.gform_wrapper form.dark-bg .gf_page_steps:before {
  background-color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper form.dark-bg .gf_page_steps .gf_step_active {
  border-color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper form.dark-bg .gf_page_steps .gf_step_label {
  color: #fff;
}
.gform_wrapper form.dark-bg .validation_error,
.gform_wrapper form.dark-bg .validation_message {
  color: var(--gf_colorOnDarkBackground);
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: var(--gf_label_fontSize);
  line-height: var(--gf_label_lineHeight);
  list-style-type: none;
}
.gform_wrapper .gfield {
  width: 100%;
  margin-bottom: var(--gf_field_marginBottom);
}
.gform_wrapper .gfield.gform_hidden {
  margin-bottom: 0;
}
.gform_wrapper .gfield_label,
.gform_wrapper label {
  margin: 0;
  font-family: var(--gf_font);
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
  color: var(--gf_label_color);
}
.gform_wrapper .gfield_label .gfield_required,
.gform_wrapper label .gfield_required {
  margin-left: 0.0625rem;
  color: var(--gf_textRequired);
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  max-width: 100%;
  min-height: var(--gf_input_minHeight);
  padding: var(--gf_input_padding);
  font-family: var(--gf_font);
  font-size: var(--gf_input_fontSize);
  font-weight: 400;
  line-height: var(--gf_input_lineHeight);
  color: var(--gf_input_textColor);
  border: var(--gf_input_borderWidth) solid var(--gf_input_borderDefaultColor);
  border-radius: var(--gf_input_borderRadius);
  background-color: var(--gf_input_backgroundColor);
  box-shadow: none;
  -webkit-appearance: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: var(--gf_input_borderFocusColor);
  outline: none !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  font-size: var(--gf_input_fontSize);
  font-weight: 400;
  line-height: var(--gf_input_lineHeight);
  color: var(--gf_input_placeholderTextColor);
  text-transform: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofill, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofil:hover, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofill:focus,
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper textarea:-webkit-autofil:hover,
.gform_wrapper textarea:-webkit-autofill:focus,
.gform_wrapper select:-webkit-autofill,
.gform_wrapper select:-webkit-autofil:hover,
.gform_wrapper select:-webkit-autofill:focus {
  background-color: var(--gf_input_autofillBackgroundColor);
}
.gform_wrapper textarea {
  display: block;
  resize: vertical;
  height: 15rem;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  display: block;
  padding: 0;
  margin: 0;
  font-size: var(--gf_cr_fontSize);
  font-weight: 400;
  line-height: var(--gf_cr_lineHeight);
  list-style-type: none;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gform_wrapper .gfield_checkbox input:checked ~ label::after,
.gform_wrapper .gfield_radio input:checked ~ label::after {
  border-color: var(--gf_cr_selectedColor);
}
.gform_wrapper .gfield_checkbox input:checked ~ label::before,
.gform_wrapper .gfield_radio input:checked ~ label::before {
  transform: scale(0);
}
html.user-tab-nav .gform_wrapper .gfield_checkbox input:focus ~ label::after,
html.user-tab-nav .gform_wrapper .gfield_radio input:focus ~ label::after {
  outline: var(--gf_input_borderWidth) solid var(--gf_input_borderFocusColor);
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  padding: 0.5625rem 0 0.5rem 2.875rem;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox label:hover::before,
.gform_wrapper .gfield_radio label:hover::before {
  transform: scale(1);
}
.gform_wrapper .gfield_checkbox label::before,
.gform_wrapper .gfield_radio label::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--gf_cr_backgroundColor);
  transition: transform 0.2s;
}
.gform_wrapper .gfield_checkbox label::after,
.gform_wrapper .gfield_radio label::after {
  content: "";
  pointer-events: none;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0.75rem;
  left: 0.9375rem;
  border: var(--gf_cr_borderWidth) solid var(--gf_cr_borderColor);
  border-radius: var(--gf_c_borderRadius);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
}
.gform_wrapper .gfield_checkbox br,
.gform_wrapper .gfield_radio br {
  display: none;
}
.gform_wrapper .gfield_checkbox input:checked ~ label::after {
  background-color: var(--gf_cr_selectedColor);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cg stroke='none' stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E%3Cpolygon fill='%23ffffff' points='4.146 8.5 0.5 4.854 1.914 3.439 4.146 5.672 9.318 0.5 10.732 1.914'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% auto;
}
.gform_wrapper .gfield_radio input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='5' fill='%2300550F'/%3E%3C/svg%3E");
  background-position: center;
  background-size: calc(100% + 2 * var(--gf_cr_borderWidth)) auto;
}
.gform_wrapper .gfield_radio label:before {
  top: 0.0625rem;
}
.gform_wrapper .gfield_radio label::after {
  width: 1.25rem;
  height: 1.25rem;
  top: 0.6875rem;
  left: 0.875rem;
  border-radius: 50%;
}
.gform_wrapper .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .ginput_complex br,
.gform_wrapper .ginput_complex .gf_clear {
  display: none;
}
.gform_wrapper .ginput_complex > * {
  flex: 0 1 calc(50% - var(--gf_field_spaceBetween)/2);
  max-width: calc(50% - var(--gf_field_spaceBetween)/2);
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_complex > * {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.gform_wrapper .ginput_complex > *:only-child {
  flex: 0 1 100%;
  max-width: 100%;
  margin: 0;
}
.gform_wrapper .ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .ginput_container_address .ginput_full {
  flex: 0 1 100%;
  max-width: 100%;
}
.gform_wrapper .ginput_container_address .ginput_left,
.gform_wrapper .ginput_container_address .ginput_right {
  flex: 0 1 calc(50% - var(--gf_field_spaceBetween)/2);
  max-width: calc(50% - var(--gf_field_spaceBetween)/2);
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_container_address .ginput_left,
.gform_wrapper .ginput_container_address .ginput_right {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.gform_wrapper .ginput_container_address br {
  display: none;
}
.gform_wrapper .clear-multi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .ginput_container_date {
  flex: 0 1 calc(100% / 3 - 2 *var(--gf_field_spaceBetween)/3);
  max-width: calc(100% / 3 - 2 *var(--gf_field_spaceBetween)/3);
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_container_date {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.gform_wrapper .ginput_container_date .datepicker:placeholder-shown {
  padding-left: 2.875rem !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 2H18C19.1 2 20 2.9 20 4V20C20 21.1 19.1 22 18 22H2C0.9 22 0 21.1 0 20V4C0 2.9 0.9 2 2 2H3V0H5V2H15V0H17V2ZM2 20H18V7H2V20Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0.875rem 50%;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_container_date + .ginput_container_date {
    margin-top: 0.9375rem;
  }
}
.gform_wrapper .ginput_container_time {
  flex: 0 1 calc(100% / 3 - 2 *var(--gf_field_spaceBetween)/3);
  max-width: calc(100% / 3 - 2 *var(--gf_field_spaceBetween)/3);
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_container_time {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.gform_wrapper .ginput_container_time i {
  display: none;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_container_time + .ginput_container_time {
    margin-top: 0.9375rem;
  }
}
.gform_wrapper .gfield.acceptance {
  padding: 2rem 1.875rem 1.875rem 1.875rem;
  background-color: var(--gf_acceptanceBg);
}
@media (max-width: 47.98rem) {
  .gform_wrapper .gfield.acceptance {
    padding: 1.25rem;
  }
}
.gform_wrapper .gfield.acceptance > .gfield_label {
  margin-bottom: 0.4375rem;
  font-family: "dunbar-tall", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.gform_wrapper .gfield.acceptance .ginput_container label {
  text-transform: initial;
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.gform_wrapper .gfield.acceptance .gfield_checkbox label::before {
  background-color: #fffbf5;
}
.gform_wrapper .ginput_container_fileupload {
  display: flex;
  align-items: flex-end;
  min-height: var(--gf_input_minHeight);
  position: relative;
}
.gform_wrapper .ginput_container_fileupload input[type=file] {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gform_wrapper .ginput_container_fileupload input[type=file]:focus {
  outline: none !important;
}
html.user-tab-nav .gform_wrapper .ginput_container_fileupload input[type=file]:focus ~ label {
  outline: var(--gf_input_borderWidth) solid var(--gf_input_borderFocusColor);
}
.gform_wrapper .ginput_container_fileupload label {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: initial;
  cursor: pointer;
}
.gform_wrapper .ginput_container_fileupload label::before {
  content: attr(data-button);
  display: inline-block;
  padding: 0.5625rem 0.875rem;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  border: var(--gf_fileBorderWidth) solid var(--gf_fileBorderColor);
  border-radius: var(--gf_fileBorderRadius);
  background-color: var(--gf_fileBackground);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .ginput_container_fileupload label::before {
    padding: 0.625rem 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.gform_wrapper .ginput_container_fileupload label span {
  display: inline-block;
  padding: 0 1.25rem 0 0;
}
.gform_wrapper .ginput_container_fileupload label:hover:after {
  color: #fff;
}
.gform_wrapper .ginput_container_fileupload label:hover::before {
  color: var(--gf_fileColorHover);
  border-color: var(--gf_fileBackgroundHover);
  background-color: var(--gf_fileBackgroundHover);
}
.gform_wrapper .ginput_container_list .gfield_list_container {
  width: 100%;
}
.gform_wrapper .ginput_container_list .gfield_list_group {
  display: flex;
  align-items: center;
}
.gform_wrapper .ginput_container_list .gfield_list_group + .gfield_list_group {
  margin-top: 0.625rem;
}
.gform_wrapper .ginput_container_list .gfield_list_group .gfield_list_cell {
  flex-grow: 1;
}
.gform_wrapper .ginput_container_list .gfield_list_group .gfield_list_icons {
  flex-shrink: 0;
  padding: 0.3125rem 0.625rem;
  text-align: right;
}
.gform_wrapper .ginput_container_list .gfield_list_group .gfield_list_icons a {
  display: inline-block;
}
.gform_wrapper .ginput_container_list .gfield_list_group .gfield_list_icons img {
  display: block;
  width: 1.125rem;
}
.gform_wrapper .gfield_price br {
  display: none;
}
.gform_wrapper .gfield_price .ginput_container {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--gf_label_color);
}
.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error .select2-selection--single {
  padding-right: 3.125rem;
  border-color: var(--gf_input_borderErrorColor);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm9-5v6h2V5H9zm0 8v2h2v-2H9z' fill='%23a32638'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8125rem) 50%;
}
.gform_wrapper .gfield_error .select2-selection__arrow {
  display: none;
}
.gform_wrapper .validation_error {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  color: var(--gf_textError);
}
.gform_wrapper .validation_message {
  margin: 0.5rem 0.75rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--gf_textError);
}
.gform_wrapper .gfield_description:not(.validation_message) {
  margin: 0.4375rem 0.75rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--gf_label_color);
}
.gform_wrapper .gfield_description:not(.validation_message):empty {
  display: none;
}
.gform_wrapper .gf_page_steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 6.25rem;
  padding-top: 2.5rem;
}
.gform_wrapper .gf_page_steps + .gform_body .gform_page_footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .gf_page_steps + .gform_body .gform_page_footer .c-btn {
    min-width: 8.125rem;
  }
}
.gform_wrapper .gf_page_steps:before {
  content: "";
  height: 0.125rem;
  position: absolute;
  top: calc(50% + 1.25rem);
  right: 0;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--gf_stepper_colorInactive);
}
.gform_wrapper .gf_page_steps .gf_step_clear {
  display: none;
}
.gform_wrapper .gf_page_steps .gf_step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  color: var(--gf_stepper_colorInactive);
  border: 0.125rem solid var(--gf_stepper_colorInactive);
  border-radius: 100%;
  background-color: var(--gf_stepper_colorAlt);
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  font-family: "dunbar-tall", sans-serif;
  color: inherit;
  letter-spacing: 0.01875rem;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  color: var(--gf_stepper_colorInactive);
}
.gform_wrapper .gf_page_steps .gf_step_completed {
  color: #fff;
  border-color: var(--gf_stepper_colorActive);
  background-color: var(--gf_stepper_colorActive);
}
.gform_wrapper .gf_page_steps .gf_step_active {
  color: var(--gf_stepper_colorActive);
  border-color: var(--gf_stepper_colorActive);
  background-color: #000;
}
.gform_wrapper .gf_page_steps .gf_step_active .gf_step_number {
  color: #fffbf5;
}
.gform_wrapper .gf_page_steps .gf_step_next {
  border-color: var(--gf_stepper_colorActive);
}
.gform_wrapper .gf_page_steps .gf_step_label {
  max-width: 3.125rem;
  position: absolute;
  top: calc(100% + 0.625rem);
  left: 50%;
  transform: translate(-50%);
  font-family: "dunbar-tall", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  color: var(--gf_stepper_colorActive);
  white-space: nowrap;
  letter-spacing: 0.08125rem;
  text-transform: uppercase;
  word-wrap: break-word;
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
  width: calc(50% - var(--gf_field_spaceBetween)/2);
}
.gform_wrapper .gf_left_half {
  margin-right: calc(var(--gf_field_spaceBetween) / 2);
}
.gform_wrapper .gf_right_half {
  margin-left: calc(var(--gf_field_spaceBetween) / 2);
}
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_middle_third,
.gform_wrapper .gf_right_third {
  width: calc(100% / 3 - 2 *var(--gf_field_spaceBetween)/3);
}
.gform_wrapper .gf_left_third {
  margin-right: calc(var(--gf_field_spaceBetween) / 2);
}
.gform_wrapper .gf_middle_third {
  margin-right: calc(var(--gf_field_spaceBetween) / 2);
  margin-left: calc(var(--gf_field_spaceBetween) / 2);
}
.gform_wrapper .gf_right_third {
  margin-left: calc(var(--gf_field_spaceBetween) / 2);
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half,
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_middle_third,
.gform_wrapper .gf_right_third {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half,
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_middle_third,
.gform_wrapper .gf_right_third {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.gform_wrapper .gform_description,
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .gform_footer {
  margin-top: 1.5rem;
}
@media (max-width: 47.98rem) {
  .gform_wrapper .gform_footer {
    margin-top: 0.5rem;
  }
}
.gform_wrapper .gform_footer br {
  display: none;
}
.gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button {
  border: none;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 0;
}
.gform_wrapper .gform_button + .button,
.gform_wrapper .gform_previous_button + .button,
.gform_wrapper .gform_next_button + .button {
  margin-left: 0.9375rem;
}
.gform_wrapper .screen-reader-text {
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  position: absolute;
  margin: -0.0625rem;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  clip-path: inset(50%);
}
.gform_wrapper p:empty, .gform_wrapper .content-column:empty {
  display: none;
}
.gform_wrapper p br, .gform_wrapper .content-column br {
  display: none;
}

.gform_confirmation_wrapper {
  margin: 3.125rem 0;
  color: var(--gf_label_color);
}
.gform_confirmation_wrapper.dark-bg {
  color: var(--gf_colorOnDarkBackground);
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.625rem;
  line-height: 2rem;
  text-align: center;
}
@media (max-width: 47.98rem) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.ui-datepicker {
  display: none;
  width: 17.5rem;
  padding: 0 0.9375rem 1.25rem;
  margin-top: 0.5rem;
  color: var(--gf_datepicker_color);
  border-radius: 0.125rem;
  background: var(--gf_datepicker_backgroundColor);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.ui-datepicker-header {
  padding: 0.875rem 3.125rem;
  position: relative;
  margin: 0 -0.9375rem 1.25rem;
  background: var(--gf_datepicker_headerBackgroundColor);
}
.ui-datepicker-title {
  font-size: var(--gf_datepicker_fontSize);
  font-weight: 700;
  line-height: var(--gf_datepicker_lineHeight);
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker-prev, .ui-datepicker-next {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--gf_datepicker_arrowBackground);
  cursor: pointer;
}
.ui-datepicker-prev::before, .ui-datepicker-next::before {
  content: "";
  pointer-events: none;
  width: 0.375rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-60%, -50%, 0);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10'%3E%3Cpath d='M5.92,9.24,1.68,5,5.92.76h0' fill='none' stroke='%23ffffff' stroke-miterlimit='20' stroke-width='2'/%3E%3C/svg%3E") no-repeat center/contain;
  backface-visibility: hidden;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
  display: none;
}
.ui-datepicker-next {
  right: 1rem;
  left: auto;
}
.ui-datepicker-next::before {
  transform: translate3d(-40%, -50%, 0) scaleX(-1);
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  font-size: var(--gf_datepicker_fontSize);
  font-weight: 500;
  line-height: var(--gf_datepicker_lineHeight);
  text-align: center;
  color: var(--gf_datepicker_color);
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar th a {
  display: block;
  color: inherit;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar th a:hover {
  color: var(--gf_datepicker_hoverColor);
}
.ui-datepicker-calendar th {
  opacity: 0.4;
}

body:not(.wp-admin) .select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
}
body:not(.wp-admin) .select2-container {
  display: block;
  max-width: 100%;
  z-index: 1;
}
.gform_wrapper body:not(.wp-admin) .select2-container {
  width: 100% !important;
}
body:not(.wp-admin) .select2-container .select2-selection--single {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: var(--gf_input_minHeight);
  padding: var(--gf_input_padding);
  padding-right: 3.25rem;
  padding-left: 0.625rem;
  position: relative;
  font-family: var(--gf_font);
  font-size: var(--gf_input_fontSize);
  font-weight: 400;
  line-height: var(--gf_input_lineHeight);
  color: var(--gf_input_textColor);
  border: 0.0625rem solid #b3b3b3;
  border-radius: unset;
  background-color: var(--gf_input_backgroundColor);
}
body:not(.wp-admin) .select2-container .select2-selection--single:focus {
  border-color: #003f0b;
  outline: none !important;
}
body:not(.wp-admin) .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
body:not(.wp-admin) .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  color: #000;
  text-transform: none;
}
body:not(.wp-admin) .select2-container .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  position: absolute;
  top: 46%;
  right: 1.25rem;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
body:not(.wp-admin) .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body:not(.wp-admin) .select2-container .select2-dropdown {
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  border: none;
  border-radius: 0.125rem;
  background-color: var(--gf_select_dd_backgroundColor);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
body:not(.wp-admin) .select2-container .select2-dropdown--above {
  margin-top: -0.5rem;
}
@media (max-height: 30rem) {
  body:not(.wp-admin) .select2-container .select2-dropdown .select2-results__options {
    max-height: 7.5rem;
  }
}
body:not(.wp-admin) .select2-container .select2-dropdown .select2-results__option {
  padding: 0.5rem 0.75rem;
  position: relative;
  font-size: var(--gf_select_optionFontSize);
  line-height: var(--gf_select_optionLineHeight);
  color: var(--gf_select_optionColor);
  cursor: pointer;
}
body:not(.wp-admin) .select2-container .select2-dropdown .select2-results__option--selected, body:not(.wp-admin) .select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: var(--gf_select_optionSelectedColor);
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown {
  padding: 0.3125rem 0;
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option {
  padding: 0.5rem 0.75rem 0.5rem 2.875rem;
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option::after {
  content: "";
  pointer-events: none;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0.6875rem;
  left: 0.9375rem;
  border: var(--gf_cr_borderWidth) solid var(--gf_cr_borderColor);
  border-radius: var(--gf_c_borderRadius);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option--highlighted, body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option:hover {
  color: var(--gf_select_optionColor);
  background: var(--gf_select_optionSelectedColor);
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option--highlighted {
  background: transparent;
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option:hover {
  background: var(--gf_select_optionSelectedColor);
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option[aria-selected=true] {
  background: transparent;
}
body:not(.wp-admin) .select2-container--multiple .select2-dropdown .select2-results__option[aria-selected=true]::after {
  border-color: #00550f;
  background-color: #00550f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cg stroke='none' stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E%3Cpolygon fill='%23ffffff' points='4.146 8.5 0.5 4.854 1.914 3.439 4.146 5.672 9.318 0.5 10.732 1.914'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% auto;
}
body:not(.wp-admin) .select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
}
body:not(.wp-admin) .select2-container--open .select2-selection--single {
  border-color: #00550f;
  outline: none !important;
}
body:not(.wp-admin) .select2-container .select2-selection__clear {
  display: none !important;
}
body:not(.wp-admin) .gform_validation_errors {
  margin-bottom: 1.25rem;
  text-align: left;
}
body:not(.wp-admin) .gform_validation_errors h1,
body:not(.wp-admin) .gform_validation_errors h2,
body:not(.wp-admin) .gform_validation_errors h3 {
  color: var(--gf_textError);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
body:not(.wp-admin) .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* stylelint-enable */
.leadparagraph {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .leadparagraph {
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-bottom: 5rem;
  }
}

.highlight-text {
  padding: 0.1875rem 0;
  background: rgba(0, 85, 15, 0.1);
}

.page-accordion {
  margin-top: 1.9375rem;
  margin-bottom: 1.9375rem;
}
@media (min-width: 48rem) {
  .page-accordion {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

.block-accordion {
  margin: 0;
}
@media (min-width: 48rem) {
  .block-accordion + .block-call-to-action {
    margin-top: 6.875rem;
  }
}
.block-accordion + h2 {
  margin-top: clamp(3.9375rem, 2.6664719626rem + 2.6479750779vw, 5rem);
}

@media (min-width: 62rem) {
  main.page-content--padding-bottom > .block-accordion.acf-block:last-child .page-accordion {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 74.98rem) {
  h2 + .block-accordion {
    margin-top: 2rem;
  }
}
@media (min-width: 48rem) {
  h2 + .block-accordion .page-accordion {
    margin-top: -0.1875rem;
  }
}

.bellow {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: clamp(1.0625rem, 1.3370327103rem + -0.3115264798vw, 1.1875rem);
  box-shadow: 0 0.625rem 1.25rem 0.625rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s;
}
@media (min-width: 48rem) {
  .bellow {
    border-radius: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .bellow {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  }
}
.bellow:last-of-type {
  margin-bottom: 0;
}
.bellow:not(.active):hover, .bellow:not(.active):focus {
  box-shadow: unset;
}
.bellow:not(.active):hover .bellow__title h3, .bellow:not(.active):focus .bellow__title h3 {
  color: #00550f;
}
.bellow p:last-child, .bellow .content-column:last-child {
  margin: 0;
}
.bellow.active {
  box-shadow: unset;
}
.bellow.active .bellow__title {
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .bellow.active .bellow__title {
    padding-bottom: 1.875rem;
  }
}
.bellow.active .bellow__title::after {
  content: "\ea0c";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bellow__content {
  display: none;
  padding: 0 0.625rem 1.3125rem 0.625rem;
}
@media (min-width: 48rem) {
  .bellow__content {
    padding: 0 1.1875rem 2.5rem 1.1875rem;
  }
}
.bellow__content ul,
.bellow__content ol {
  margin: 0 !important;
}
.bellow__content ul li:last-child,
.bellow__content ol li:last-child {
  margin-bottom: 0 !important;
}
.bellow__title {
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  padding: 1.3125rem 0.6875rem 1.3125rem 0.5625rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .bellow__title {
    padding: 2.3125rem 1.3125rem 2.3125rem 1.1875rem;
  }
}
.bellow__title h3 {
  margin: 0;
  transition: color 0.2s linear;
  color: #000;
}
.bellow__title::after {
  content: "\ea0d";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-fullwidth-image {
  padding: 2.375rem 0 4.625rem;
}
@media (max-width: 47.98rem) {
  .page-fullwidth-image {
    padding: 1.8125rem 0 3.125rem;
  }
}
.block-grid-columns .page-fullwidth-image {
  padding: 0;
}
.page-fullwidth-image + h2 {
  margin-top: 0;
}
@media (min-width: 48rem) {
  .page-fullwidth-image + h2 {
    margin-top: 0.3125rem;
  }
}
.page-fullwidth-image__wrapper::before, .page-fullwidth-image__wrapper::after {
  content: "";
  display: table;
}
.page-fullwidth-image__wrapper::after {
  clear: both;
}
.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.page-fullwidth-image__wrapper img.size-full {
  border-radius: 0;
}
@media (min-width: 48rem) {
  .page-fullwidth-image .content-image__align-left img {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}
@media (min-width: 48rem) {
  .page-fullwidth-image .content-image__align-right img {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
}

@media (max-width: 47.98rem) {
  .content-image + .content-image {
    padding-top: 0.9375rem;
  }
}
.content-image__align-left, .content-image__align-right {
  width: 50%;
}
@media (max-width: 47.98rem) {
  .content-image__align-left, .content-image__align-right {
    width: 100%;
  }
}
.content-image__align-left {
  float: left;
}
@media (max-width: 47.98rem) {
  .content-image__align-left {
    float: none;
  }
}
.content-image__align-left.spacing-normal {
  padding-right: 0.9375rem;
}
@media (max-width: 47.98rem) {
  .content-image__align-left.spacing-normal {
    padding: 0 0 0.9375rem;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}
.content-image__align-right {
  float: right;
}
@media (max-width: 47.98rem) {
  .content-image__align-right {
    float: none;
  }
}
.content-image__align-right.spacing-normal {
  padding-left: 0.9375rem;
}
@media (max-width: 47.98rem) {
  .content-image__align-right.spacing-normal {
    padding: 0 0 0.9375rem;
  }
  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }
}
.content-image img {
  width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.page-columns img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.25rem;
}
@media (min-width: 48rem) {
  .page-columns img {
    border-radius: 3rem;
  }
}

/* Header Inits */
/* stylelint-disable max-nesting-depth, scss/selector-no-redundant-nesting-selector */
.main-header {
  width: 100%;
  position: relative;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: 200ms ease;
}
@media (min-width: 75rem) {
  .main-header {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 75rem) {
  .main-header::before {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 0.1875rem;
    bottom: 0;
    background-color: transparent;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  }
}
.main-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}
@media (min-width: 75rem) {
  .main-header__wrapper {
    min-height: 5.75rem;
  }
}
.main-header__left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: 2.5rem;
}
@media (min-width: 75rem) {
  .main-header__left {
    position: static;
  }
}
.main-header__logo {
  display: block;
  max-width: 8.125rem;
  height: 2.5rem;
  flex-shrink: 0;
  justify-self: flex-start;
  margin-left: 0;
}
@media (min-width: 48rem) {
  .main-header__logo {
    margin-left: 0.375rem;
  }
}
@media (min-width: 62rem) {
  .main-header__logo {
    margin-left: 0.75rem;
  }
}
@media (min-width: 75rem) {
  .main-header__logo {
    height: 5.625rem;
    max-width: 16.625rem;
  }
}
.main-header__logo figure {
  height: 100%;
  width: 100%;
}
.main-header__logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.main-header__nav {
  display: none;
  margin: 0 auto;
}
@media (min-width: 75rem) {
  .main-header__nav {
    display: block;
  }
}
.main-header__nav > ul > li > a {
  display: inline-block;
  padding: 0.75rem 0;
  position: relative;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: color 0.2s;
}
.main-header__nav > ul > li > a::before {
  content: "";
  width: calc(100% - 0.3125rem);
  height: 0.1875rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  background-color: #fdb11a;
  opacity: 0;
  transition: opacity 0.2s;
}
.main-header__nav > ul > li > a.active {
  color: #00550f;
}
.main-header__nav > ul > li > a.active::before {
  opacity: 1;
}
.main-header__nav > ul > li > a:hover {
  color: #00400b;
}
.main-header__nav > ul > li:not(:last-child) {
  margin-right: 3.625rem;
}
.main-header__nav > ul > li.menu-item-object-ccs_custom_menu_item > a, .main-header__nav > ul > li.menu-item-has-children > a {
  padding-right: 1.375rem;
}
.main-header__nav > ul > li.menu-item-object-ccs_custom_menu_item > a::after, .main-header__nav > ul > li.menu-item-has-children > a::after {
  content: "\ea0d";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 1.125rem;
  color: #000;
  transition: transform 0.2s, color 0.2s;
}
.main-header__nav > ul > li.menu-item-object-ccs_custom_menu_item > a.active::after, .main-header__nav > ul > li.menu-item-has-children > a.active::after {
  color: #00550f;
  transform: translate(0, -50%) rotate(180deg);
}
.main-header__nav > ul > li.menu-item-object-ccs_custom_menu_item > a:hover::after, .main-header__nav > ul > li.menu-item-has-children > a:hover::after {
  color: #00400b;
}
.main-header__top-nav {
  margin-left: 0.375rem;
  padding: 0.3125rem 0.5rem 0.4375rem;
  display: none;
  border-bottom: 0.0625rem solid #b3b3b3;
}
@media (min-width: 75rem) {
  .main-header__top-nav {
    display: block;
  }
}
.main-header__top-nav > ul > li {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6004672897rem + 0.3115264798vw, 0.875rem);
  line-height: 1rem;
}
.main-header__top-nav > ul > li:not(:last-child) {
  margin-right: 1.6875rem;
}
.main-header__top-nav > ul > li:hover a, .main-header__top-nav > ul > li:focus a {
  color: #00550f;
}
.main-header__top-nav > ul > li a[target=_blank]::after {
  content: "\ea19";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.1875rem;
  position: relative;
  top: 0.1875rem;
  margin-left: 0.625rem;
}
.main-header__top-nav--no-border {
  border-bottom: none;
  padding: 0;
}
.main-header__right {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 75rem) {
  .main-header__right {
    display: flex;
    align-items: center;
    padding: 0 0.9375rem 0 0;
  }
}
.main-header__right .c-btn:not(:last-child) {
  margin-right: 0.625rem;
}
.main-header__logo-alt {
  display: none;
}
@media (min-width: 75rem) {
  .main-header--homepage {
    position: fixed;
    top: var(--alert-bar-height, 0);
  }
  .main-header--homepage .alert-bar {
    position: fixed;
  }
  .main-header--inverted {
    box-shadow: none;
    background-color: transparent;
    transition: background-color 0.2s;
    /* stylelint-disable */
  }
  .main-header--inverted::before {
    content: unset;
  }
  .main-header--inverted .main-header__logo-alt {
    display: block;
  }
  .main-header--inverted .main-header__logo-default {
    display: none;
  }
  .main-header--inverted .main-header__nav > ul > li > a,
.main-header--inverted .main-header__top-nav > ul > li > a,
.main-header--inverted .main-header__nav > ul > li.menu-item-object-ccs_custom_menu_item > a::after,
.main-header--inverted .main-header__nav > ul > li.menu-item-has-children > a::after {
    color: #fffbf5;
  }
}

/* stylelint-enable max-nesting-depth, scss/selector-no-redundant-nesting-selector */
/* stylelint-disable max-nesting-depth, CssSyntaxError, scss/selector-no-redundant-nesting-selector, selector-max-compound-selectors */
.mega-menu-wrapper {
  margin-bottom: 0.9375rem;
  display: none;
}
@media (min-width: 36rem) {
  .mega-menu-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 75rem) {
  .mega-menu-wrapper {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: translateY(-20%) translateX(-50%);
    transition: 0.4s;
    transition-property: opacity, visibility, transform;
  }
}
.mega-menu-wrapper.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 75rem) {
  .mega-menu-wrapper.active {
    transform: translateY(0) translateX(-50%);
  }
}
@media (min-width: 75rem) {
  .mega-menu-wrapper ul > li > a {
    display: block;
  }
}
.mega-menu-container {
  background: #fffbf5;
}
@media (min-width: 75rem) {
  .mega-menu-container {
    pointer-events: auto;
    margin-top: 1rem;
    padding: 3.4375rem 6.875rem;
    grid-template-columns: repeat(2, 1fr);
    height: calc(100% - (var(--alert-bar-height) + var(--headerHeight)));
    max-height: calc(100vh - (var(--alert-bar-height) + var(--headerHeight)) - 2.25rem);
    display: grid;
    row-gap: 1.875rem;
    border-radius: 3rem;
    overflow-y: auto;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  }
}
.mega-menu-container ul > li {
  display: block;
  line-height: 1;
}
@media (min-width: 75rem) {
  .mega-menu-container ul > li {
    margin-bottom: 1rem;
  }
}
.mega-menu-container ul > li:last-child {
  margin-bottom: 0;
}
.mega-menu-container ul > li > a {
  display: inline-block;
  padding: 0.5rem 0;
  transition: color 0.2s;
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 75rem) {
  .mega-menu-container ul > li > a:hover {
    color: #00400b;
  }
}
@media (min-width: 75rem) {
  .mega-menu-container ul > li > a {
    padding: 0;
  }
}
.mega-menu-container .col-image-link {
  padding: 0 1.25rem 0 1.25rem;
}
@media (min-width: 75rem) {
  .mega-menu-container .col-image-link {
    padding: 0;
    width: 18.75rem;
    margin-right: 1.875rem;
  }
}
.mega-menu-container .col-image-link:last-child {
  margin-right: 0;
}
@media (min-width: 75rem) {
  .mega-menu-container .col-image-link a {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .mega-menu-container .col-image-link a:hover .mega-menu__image-link-img-title, .mega-menu-container .col-image-link a:focus .mega-menu__image-link-img-title {
    background-color: #fffbf5;
  }
  .mega-menu-container .col-image-link a:hover .mega-menu__image-link-img-title::after, .mega-menu-container .col-image-link a:focus .mega-menu__image-link-img-title::after {
    transform: translate(0, -50%);
    right: 0.9375rem;
  }
}
.mega-menu-container .col-menu {
  padding: 0 1.25rem 0 1.25rem;
}
@media (min-width: 75rem) {
  .mega-menu-container .col-menu {
    width: 18.75rem;
    padding: 0;
    margin-top: 0.125rem;
    margin-right: 1.875rem;
  }
}
.mega-menu-container .col-menu:last-child {
  margin-right: 0;
}
.mega-menu__image-link {
  border-radius: 1rem 1rem 1.25rem 1.25rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.3125rem 0.625rem 0.625rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 75rem) {
  .mega-menu__image-link {
    display: block;
    height: 100%;
  }
}
.mega-menu__image-link span {
  display: block;
  position: relative;
  color: #00550f;
  text-transform: uppercase;
  padding: 1rem 2.1875rem 1rem 1.25rem;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
}
@media (min-width: 75rem) {
  .mega-menu__image-link span {
    padding: 0.9375rem 2.5rem 1rem 1.25rem;
  }
}
.mega-menu__image-link span::after {
  content: "\ea03";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 49%;
  right: 0.625rem;
  transform: translate(0, -50%);
  transition: right 0.4s;
  font-size: 1.5rem;
}
@media (min-width: 75rem) {
  .mega-menu__image-link span::after {
    right: 1.4375rem;
  }
}
.mega-menu__image-link img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
  object-fit: cover;
}
.mega-menu__image-link-img {
  display: block;
  padding-top: 53%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 36rem) {
  .mega-menu__image-link-img {
    padding-top: 55%;
  }
}
@media (min-width: 75rem) {
  .mega-menu__image-link-img {
    padding-top: 56%;
  }
}
.mega-menu__image-link-img-placeholder {
  display: block;
  border-radius: 0.5rem;
  background: #fffbf5;
  height: 10.5rem;
}
@media (min-width: 75rem) {
  .mega-menu__image-link-link:hover .mega-menu__image-link-img-title {
    color: #00400b;
  }
}

/* stylelint-enable max-nesting-depth, CssSyntaxError, scss/selector-no-redundant-nesting-selector, selector-max-compound-selectors */
/* stylelint-disable max-nesting-depth, scss/selector-no-redundant-nesting-selector */
.btn-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}
@media (min-width: 75rem) {
  .btn-hamburger {
    display: none;
  }
}
.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}
.btn-hamburger i {
  line-height: 0;
}
.btn-hamburger i.icon-close {
  display: none;
}
.btn-hamburger.active i.icon-close {
  display: block;
}
.btn-hamburger.active i.icon-menu {
  display: none;
}

main {
  overflow: hidden;
}

.main-header__nav-mobile--wrapper {
  display: block;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - var(--headerHeight, 1vh));
  position: fixed;
  z-index: -1;
  top: calc(var(--headerHeight, 1vh));
  right: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.2s;
  background-color: #fffbf5;
}
@media (min-width: 36rem) {
  .main-header__nav-mobile--wrapper {
    width: 20rem;
  }
}
@media (min-width: 75rem) {
  .main-header__nav-mobile--wrapper {
    display: none;
  }
}
.main-header__nav-mobile--wrapper.active {
  transform: translate3d(0, 0, 0);
}
.main-header__nav-mobile--wrapper-scroll {
  height: 100%;
  padding-bottom: 1.5625rem;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-header__nav-mobile > ul > li {
  display: block;
  position: relative;
}
.main-header__nav-mobile > ul > li.menu-item-object-ccs_custom_menu_item > a, .main-header__nav-mobile > ul > li.menu-item-has-children > a {
  display: block;
  padding-right: 4rem;
}
.main-header__nav-mobile > ul > li.menu-item-object-ccs_custom_menu_item > a::after, .main-header__nav-mobile > ul > li.menu-item-has-children > a::after {
  content: "\ea0d";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translate(0, -50%);
  font-size: 1.375rem;
  transition: transform 0.2s;
}
.main-header__nav-mobile > ul > li.menu-item-object-ccs_custom_menu_item > a.active::after, .main-header__nav-mobile > ul > li.menu-item-has-children > a.active::after {
  transform: translate(0, -50%) rotate(180deg);
}
.main-header__nav-mobile > ul > li > a {
  display: block;
  padding: 1rem 1.25rem;
  position: relative;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
.main-header__nav-mobile .col-image-link {
  margin: 1rem 0 1.125rem 0;
}
@media (min-width: 36rem) {
  .main-header__nav-mobile .col-image-link {
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 75rem) {
  .main-header__nav-mobile .col-image-link {
    margin: 0;
  }
}
@media (min-width: 36rem) {
  .main-header__nav-mobile .col-image-link:last-child {
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 75rem) {
  .main-header__nav-mobile .col-image-link:last-child {
    margin: 0;
  }
}
.main-header__nav-mobile .col-image-link + .col-image-link {
  margin: 1.5625rem 0 2.5rem;
}
.main-header .menu:not(:first-child) .menu-item:not(:first-child) {
  border-top: 0.0625rem solid #e1e1e1;
}
.main-header .menu:not(:first-child) .menu-item:last-child {
  border-bottom: 0.0625rem solid #e1e1e1;
}
.main-header .menu:not(:first-child) .menu-item a {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1rem 3.125rem 1.4375rem 1.25rem;
}
.main-header .menu:not(:first-child) .menu-item a[target=_blank]::after {
  content: "\ea19";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
}
@media (min-width: 36rem) {
  .main-header .menu:not(:first-child) .menu-item a[target=_blank]::after {
    right: 1.25rem;
  }
}

/* stylelint-enable max-nesting-depth, scss/selector-no-redundant-nesting-selector */
:root {
  --alert-start: 0;
  --alert-bg-color: #00550f;
}

.admin-bar {
  --alert-start: rem(46);
}
@media (min-width: 48rem) {
  .admin-bar {
    --alert-start: rem(32);
  }
}

.alert-bar {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 9999;
  top: var(--alert-start);
  left: 0;
  color: #fff;
}
.alert-bar .container {
  padding: 0 1.25rem;
}
@media (min-width: 75rem) {
  .alert-bar .container {
    padding: 0 3.75rem;
  }
}
.alert-bar__item {
  background-color: var(--alert-bg-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 36rem) {
  .alert-bar__item {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 62rem) {
  .alert-bar__item {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
.alert-bar__item + .alert-bar__item {
  border-top: 0.0625rem solid #fff;
}
.alert-bar__item.viewed {
  display: none;
}
.alert-bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .alert-bar__content {
    padding: 0 1.25rem 0 3.4375rem;
    gap: 1rem;
  }
}
@media (min-width: 75rem) {
  .alert-bar__content {
    padding: 0 0.125rem 0 2.1875rem;
  }
}
.alert-bar__content p, .alert-bar__content .content-column {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
}
.alert-bar__content a {
  color: inherit;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1rem;
}
.alert-bar__content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.alert-bar__message {
  flex: 1;
}
@media (min-width: 48rem) {
  .alert-bar__message {
    text-align: center;
  }
}
.alert-bar__close {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  position: relative;
  border: none;
  border-radius: 100%;
  background: #fff;
  transition: opacity 0.3s;
}
.alert-bar__close::before {
  content: "";
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--alert-bg-color);
  -webkit-mask-image: url(../../images/icons/close.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/icons/close.svg);
  mask-size: cover;
}
.alert-bar__close:hover {
  opacity: 0.5;
}

.header-cta {
  padding-top: 1.4375rem;
  min-width: 18.125rem;
}
@media (min-width: 36rem) {
  .header-cta {
    box-shadow: 0 -0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 75rem) {
  .header-cta {
    padding-top: 0;
    box-shadow: none;
  }
}
.header-cta .c-btn {
  width: 100%;
}
@media (min-width: 75rem) {
  .header-cta .c-btn {
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 48rem) {
  .header-cta .container {
    padding: 0 1.25rem;
  }
}
@media (min-width: 75rem) {
  .header-cta .container {
    padding: 0;
  }
}

.page-hero {
  padding: 5rem 0;
  background: #e1e1e1;
}
@media (min-width: 48rem) {
  .page-hero {
    padding: 10rem 0 8.5rem;
  }
}
.page-hero__title {
  margin-top: 0;
}
.page-hero__content p, .page-hero__content .content-column {
  font-size: 1.25rem;
  line-height: 2rem;
}
.page-hero__text :last-child {
  margin-bottom: 0;
}

.page-content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.block-content-section > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.single-post__content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce) {
  margin-left: auto !important;
  margin-right: auto !important;
  width: calc(var(--columnWidth) * 12 - 40px);
  max-width: calc(var(--columnMaxWidth) * 12 - 40px);
}
@media (min-width: 48rem) {
  .page-content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.block-content-section > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.single-post__content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce) {
    width: calc(var(--columnWidth) * 12 - 30px);
    max-width: calc(var(--columnMaxWidth) * 12 - 30px);
  }
}
@media (min-width: 62rem) {
  .page-content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.block-content-section > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.single-post__content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce) {
    width: calc(var(--columnWidth) * 10 - 30px);
    max-width: calc(var(--columnMaxWidth) * 10 - 30px);
  }
}
@media (min-width: 75rem) {
  .page-content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.block-content-section > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce),
.single-post__content > *:not(section):not(.tribe-events):not(.wp-block-embed):not(.woocommerce) {
    width: calc(var(--columnWidth) * 8 - 30px);
    max-width: calc(var(--columnMaxWidth) * 8 - 30px);
  }
}
.page-content > *,
.block-content-section > *,
.single-post__content > * {
  position: relative;
}
.page-content > .wp-block-embed,
.block-content-section > .wp-block-embed,
.single-post__content > .wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  width: calc(var(--columnWidth) * 12 - 40px);
  max-width: calc(var(--columnMaxWidth) * 12 - 40px);
}
@media (min-width: 48rem) {
  .page-content > .wp-block-embed,
.block-content-section > .wp-block-embed,
.single-post__content > .wp-block-embed {
    width: calc(var(--columnWidth) * 12 - 30px);
    max-width: calc(var(--columnMaxWidth) * 12 - 30px);
  }
}

.page-content ul:not([class]),
.page-content ul.is-style-default,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable),
.page-content ol,
.block-content-section ul:not([class]),
.block-content-section ul.is-style-default,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable),
.block-content-section ol,
.single-post__content ul:not([class]),
.single-post__content ul.is-style-default,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable),
.single-post__content ol,
.block-editor-block-list__layout ul:not([class]),
.block-editor-block-list__layout ul.is-style-default,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable),
.block-editor-block-list__layout ol {
  padding-left: clamp(1.5rem, 1.2757009346rem + 0.4672897196vw, 1.6875rem);
  margin: clamp(1.5625rem, 1.039135514rem + 1.0903426791vw, 2rem) 0 clamp(1.375rem, 0.6273364486rem + 1.5576323988vw, 2rem);
}
.page-content ul:not([class]) ul,
.page-content ul:not([class]) ol,
.page-content ul.is-style-default ul,
.page-content ul.is-style-default ol,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ul,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ol,
.page-content ol ul,
.page-content ol ol,
.block-content-section ul:not([class]) ul,
.block-content-section ul:not([class]) ol,
.block-content-section ul.is-style-default ul,
.block-content-section ul.is-style-default ol,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ul,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ol,
.block-content-section ol ul,
.block-content-section ol ol,
.single-post__content ul:not([class]) ul,
.single-post__content ul:not([class]) ol,
.single-post__content ul.is-style-default ul,
.single-post__content ul.is-style-default ol,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ul,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ol,
.single-post__content ol ul,
.single-post__content ol ol,
.block-editor-block-list__layout ul:not([class]) ul,
.block-editor-block-list__layout ul:not([class]) ol,
.block-editor-block-list__layout ul.is-style-default ul,
.block-editor-block-list__layout ul.is-style-default ol,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ul,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) ol,
.block-editor-block-list__layout ol ul,
.block-editor-block-list__layout ol ol {
  margin-top: 1rem;
}
.page-content ul:not([class]) li,
.page-content ul.is-style-default li,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.page-content ol li,
.block-content-section ul:not([class]) li,
.block-content-section ul.is-style-default li,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.block-content-section ol li,
.single-post__content ul:not([class]) li,
.single-post__content ul.is-style-default li,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.single-post__content ol li,
.block-editor-block-list__layout ul:not([class]) li,
.block-editor-block-list__layout ul.is-style-default li,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.block-editor-block-list__layout ol li {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  margin-bottom: 1rem;
}
.page-content ul:not([class]) li ul,
.page-content ul:not([class]) li ol,
.page-content ul.is-style-default li ul,
.page-content ul.is-style-default li ol,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.page-content ol li ul,
.page-content ol li ol,
.block-content-section ul:not([class]) li ul,
.block-content-section ul:not([class]) li ol,
.block-content-section ul.is-style-default li ul,
.block-content-section ul.is-style-default li ol,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.block-content-section ol li ul,
.block-content-section ol li ol,
.single-post__content ul:not([class]) li ul,
.single-post__content ul:not([class]) li ol,
.single-post__content ul.is-style-default li ul,
.single-post__content ul.is-style-default li ol,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.single-post__content ol li ul,
.single-post__content ol li ol,
.block-editor-block-list__layout ul:not([class]) li ul,
.block-editor-block-list__layout ul:not([class]) li ol,
.block-editor-block-list__layout ul.is-style-default li ul,
.block-editor-block-list__layout ul.is-style-default li ol,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.block-editor-block-list__layout ol li ul,
.block-editor-block-list__layout ol li ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .page-content ul:not([class]) li ul,
.page-content ul:not([class]) li ol,
.page-content ul.is-style-default li ul,
.page-content ul.is-style-default li ol,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.page-content ol li ul,
.page-content ol li ol,
.block-content-section ul:not([class]) li ul,
.block-content-section ul:not([class]) li ol,
.block-content-section ul.is-style-default li ul,
.block-content-section ul.is-style-default li ol,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.block-content-section ol li ul,
.block-content-section ol li ol,
.single-post__content ul:not([class]) li ul,
.single-post__content ul:not([class]) li ol,
.single-post__content ul.is-style-default li ul,
.single-post__content ul.is-style-default li ol,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.single-post__content ol li ul,
.single-post__content ol li ol,
.block-editor-block-list__layout ul:not([class]) li ul,
.block-editor-block-list__layout ul:not([class]) li ol,
.block-editor-block-list__layout ul.is-style-default li ul,
.block-editor-block-list__layout ul.is-style-default li ol,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ul,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li ol,
.block-editor-block-list__layout ol li ul,
.block-editor-block-list__layout ol li ol {
    margin-bottom: 0;
  }
}
.page-content ul:not([class]) li,
.page-content ul.is-style-default li,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.block-content-section ul:not([class]) li,
.block-content-section ul.is-style-default li,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.single-post__content ul:not([class]) li,
.single-post__content ul.is-style-default li,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li,
.block-editor-block-list__layout ul:not([class]) li,
.block-editor-block-list__layout ul.is-style-default li,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li {
  list-style-type: none;
  position: relative;
}
.page-content ul:not([class]) li::before,
.page-content ul.is-style-default li::before,
.page-content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li::before,
.block-content-section ul:not([class]) li::before,
.block-content-section ul.is-style-default li::before,
.block-content-section ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li::before,
.single-post__content ul:not([class]) li::before,
.single-post__content ul.is-style-default li::before,
.single-post__content ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li::before,
.block-editor-block-list__layout ul:not([class]) li::before,
.block-editor-block-list__layout ul.is-style-default li::before,
.block-editor-block-list__layout ul.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.is-reusable) li::before {
  display: inline-block;
  content: "•";
  position: absolute;
  top: clamp(-0.0625rem, -0.1372663551rem + 0.1557632399vw, 0rem);
  left: clamp(-1rem, -0.7254672897rem + -0.3115264798vw, -0.875rem);
}
.page-content ul.is-style-check-icon,
.page-content ul.is-style-check-icon-yellow,
.page-content .check-icon-list ul,
.block-content-section ul.is-style-check-icon,
.block-content-section ul.is-style-check-icon-yellow,
.block-content-section .check-icon-list ul,
.single-post__content ul.is-style-check-icon,
.single-post__content ul.is-style-check-icon-yellow,
.single-post__content .check-icon-list ul,
.block-editor-block-list__layout ul.is-style-check-icon,
.block-editor-block-list__layout ul.is-style-check-icon-yellow,
.block-editor-block-list__layout .check-icon-list ul {
  list-style: none;
  padding-left: clamp(1.5rem, 1.0514018692rem + 0.9345794393vw, 1.875rem);
  margin-bottom: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
}
.page-content ul.is-style-check-icon > li,
.page-content ul.is-style-check-icon-yellow > li,
.page-content .check-icon-list ul > li,
.block-content-section ul.is-style-check-icon > li,
.block-content-section ul.is-style-check-icon-yellow > li,
.block-content-section .check-icon-list ul > li,
.single-post__content ul.is-style-check-icon > li,
.single-post__content ul.is-style-check-icon-yellow > li,
.single-post__content .check-icon-list ul > li,
.block-editor-block-list__layout ul.is-style-check-icon > li,
.block-editor-block-list__layout ul.is-style-check-icon-yellow > li,
.block-editor-block-list__layout .check-icon-list ul > li {
  margin-bottom: 1rem;
  position: relative;
}
.page-content ul.is-style-check-icon > li::before,
.page-content ul.is-style-check-icon-yellow > li::before,
.page-content .check-icon-list ul > li::before,
.block-content-section ul.is-style-check-icon > li::before,
.block-content-section ul.is-style-check-icon-yellow > li::before,
.block-content-section .check-icon-list ul > li::before,
.single-post__content ul.is-style-check-icon > li::before,
.single-post__content ul.is-style-check-icon-yellow > li::before,
.single-post__content .check-icon-list ul > li::before,
.block-editor-block-list__layout ul.is-style-check-icon > li::before,
.block-editor-block-list__layout ul.is-style-check-icon-yellow > li::before,
.block-editor-block-list__layout .check-icon-list ul > li::before {
  content: "\ea0a";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00550f;
  position: absolute;
  font-size: inherit;
  width: 1.0625rem;
  height: 1.0625rem;
  top: clamp(0.0625rem, -0.0870327103rem + 0.3115264798vw, 0.1875rem);
  left: clamp(-1.875rem, -1.1886682243rem + -0.7788161994vw, -1.5625rem);
  transform: translateY(25%);
}
.page-content h2 + .is-style-check-icon,
.block-content-section h2 + .is-style-check-icon,
.single-post__content h2 + .is-style-check-icon,
.block-editor-block-list__layout h2 + .is-style-check-icon {
  margin-top: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
}
.page-content ul.is-style-check-icon-yellow > li::before,
.page-content .check-icon-list--yellow ul > li::before,
.block-content-section ul.is-style-check-icon-yellow > li::before,
.block-content-section .check-icon-list--yellow ul > li::before,
.single-post__content ul.is-style-check-icon-yellow > li::before,
.single-post__content .check-icon-list--yellow ul > li::before,
.block-editor-block-list__layout ul.is-style-check-icon-yellow > li::before,
.block-editor-block-list__layout .check-icon-list--yellow ul > li::before {
  color: #fdb11a;
}
.page-content ol,
.block-content-section ol,
.single-post__content ol,
.block-editor-block-list__layout ol {
  list-style-type: none;
  counter-reset: item;
}
.page-content ol li,
.block-content-section ol li,
.single-post__content ol li,
.block-editor-block-list__layout ol li {
  position: relative;
}
.page-content ol li::before,
.block-content-section ol li::before,
.single-post__content ol li::before,
.block-editor-block-list__layout ol li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -0.3125rem;
  transform: translateX(-100%);
}
@media (min-width: 48rem) {
  .page-content ol li::before,
.block-content-section ol li::before,
.single-post__content ol li::before,
.block-editor-block-list__layout ol li::before {
    left: -0.375rem;
  }
}
.page-content ol ol,
.block-content-section ol ol,
.single-post__content ol ol,
.block-editor-block-list__layout ol ol {
  counter-reset: itemchild;
}
.page-content ol ol li::before,
.block-content-section ol ol li::before,
.single-post__content ol ol li::before,
.block-editor-block-list__layout ol ol li::before {
  content: counters(itemchild, "", lower-alpha) ". ";
  counter-increment: itemchild;
  top: auto;
  left: -1.25rem;
}
.page-content ol.is-style-bold-counter li::before,
.block-content-section ol.is-style-bold-counter li::before,
.single-post__content ol.is-style-bold-counter li::before,
.block-editor-block-list__layout ol.is-style-bold-counter li::before {
  font-weight: 700;
}

.search-hero {
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .search-hero {
    margin-bottom: 5rem;
  }
}

.search-field {
  display: flex;
  padding-bottom: 0.875rem;
  border-bottom: 2px solid #b3b3b3;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .search-field {
    margin-bottom: 2.5rem;
  }
}
.search-field__input {
  flex: 1;
  border: none;
  appearance: none;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.1542056075rem + 2.8037383178vw, 2.625rem);
  line-height: clamp(2rem, 0.2056074766rem + 3.738317757vw, 3.5rem);
  color: #002807;
  line-height: 1;
}
@media (min-width: 48rem) {
  .search-field__input {
    line-height: 1;
  }
}
.search-field__submit {
  border: none;
  background: none;
  transition: all 0.2s linear;
  width: 3rem;
  height: 3rem;
}
.search-field__submit::before {
  content: "\ea22";
  font-family: "iconfont-stdc";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-field__submit:hover {
  color: #00550f;
}

.search-result {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2.4375rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result__subtitle {
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.075rem;
}
.search-result__title {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  margin: 0;
}
.search-result__excerpt {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.search-result__excerpt p, .search-result__excerpt .content-column {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.post-single {
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .post-single {
    margin-bottom: 10rem;
  }
}
.post-single__top {
  text-align: center;
}
@media (min-width: 48rem) {
  .post-single__top {
    margin-top: -1.625rem;
    margin-bottom: 7.25rem;
  }
}
.post-single__categories {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  margin: clamp(1.375rem, 0.6273364486rem + 1.5576323988vw, 2rem) 0 0.5rem;
}
.post-single__title {
  margin-top: 0;
}
.post-single__tagline {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  margin: clamp(1.375rem, 0.6273364486rem + 1.5576323988vw, 2rem) 0 0.5rem;
  position: relative;
}
@media (min-width: 48rem) {
  .post-single__tagline {
    padding-left: 50%;
    text-align-last: left;
  }
}
.post-single__author {
  margin-bottom: 0.25rem;
}
@media (min-width: 48rem) {
  .post-single__author {
    position: absolute;
    right: 50%;
    padding-right: 0.9375rem;
    margin-bottom: 0;
  }
}
.post-single__date {
  font-weight: 400;
}
@media (min-width: 48rem) {
  .post-single__date {
    border-left: 1px solid #000;
    padding-left: 0.9375rem;
  }
}
.post-single__tags {
  margin-bottom: -0.625rem;
}
.post-single__tag {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #737373;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.post-single__tag:last-child {
  margin-right: 0;
}

.footer {
  background: #00550f;
  color: #fffbf5;
  position: relative;
  padding: 3.875rem 0 4.375rem;
}
@media (min-width: 36rem) {
  .footer {
    padding: 3.875rem 0 1.875rem;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -2rem;
  height: 2rem;
  background-image: url(../../images/shapes/wave-footer-mobile.svg);
  background-position: bottom;
  background-size: 100% 2rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 48rem) {
  .footer::before {
    background-image: url(../../images/shapes/wave-footer-tablet.svg);
  }
}
@media (min-width: 75rem) {
  .footer::before {
    height: 3rem;
    top: -3rem;
    background-size: 100% 3rem;
    background-image: url(../../images/shapes/wave-footer-desktop.svg);
  }
}
@media (min-width: 88.125rem) {
  .footer::before {
    top: -2.875rem;
  }
}
.footer a:hover, .footer a:focus {
  color: #fdb11a;
}

.footer__left-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.1875rem;
}
@media (min-width: 48rem) {
  .footer__left-top {
    flex-direction: row;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .footer__left-top {
    margin-bottom: 6.25rem;
  }
}
.footer__left-top p:not(.is-style-preheading), .footer__left-top .content-column:not(.is-style-preheading) {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.footer__left-top .aca-logo p, .footer__left-top .aca-logo .content-column {
  margin-bottom: 2.5rem;
}
.footer__left-column:not(:last-child) {
  max-width: 20.625rem;
}
@media (min-width: 36rem) {
  .footer__left-column:not(:last-child) {
    flex-grow: 1;
    min-width: 6.25rem;
  }
}
@media (min-width: 48rem) {
  .footer__left-column:not(:last-child) {
    min-width: unset;
    max-width: 15rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .footer__left-column:not(:last-child) {
    max-width: 20.625rem;
  }
}
@media (min-width: 75rem) {
  .footer__left-column:not(:last-child) {
    width: 100%;
    flex-grow: 0;
  }
}
.footer__left-column:last-child {
  max-width: 11.875rem;
  width: 100%;
}
.footer__left-logo {
  margin-bottom: 1.125rem;
  display: inline-block;
}
@media (min-width: 75rem) {
  .footer__left-logo {
    max-height: 3.5625rem;
    margin-bottom: 1.25rem;
  }
}
.footer__left-social {
  display: none;
  flex-wrap: wrap;
  line-height: 0;
}
@media (min-width: 48rem) {
  .footer__left-social {
    display: flex;
  }
}
.footer__left-text {
  margin-bottom: 2.625rem;
}
@media (min-width: 48rem) {
  .footer__left-text {
    margin-bottom: 2.4375rem;
  }
}
@media (min-width: 75rem) {
  .footer__left-text {
    margin-bottom: 0.625rem;
  }
}
.footer__left .is-style-preheading {
  text-transform: uppercase;
}
.footer__left-social-link {
  color: #fffbf5;
}
.footer__left-social-link:not(:last-child) {
  margin-right: 0.9375rem;
}
.footer__left-contact {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 75rem) {
  .footer__left-contact {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.footer__left-contact .c-btn {
  color: #fffbf5;
}
.footer__left-contact .c-btn-wrapper {
  margin-top: 1.5625rem;
}
@media (min-width: 48rem) {
  .footer__left-contact .c-btn-wrapper {
    margin-top: 2.125rem;
  }
}
.footer__left .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.footer__left a {
  color: #fffbf5;
}
.footer__left-bottom {
  display: none;
}
@media (min-width: 75rem) {
  .footer__left-bottom {
    display: flex;
  }
}

.footer__right .footer__left-social {
  display: inline-flex;
  margin-top: -0.25rem;
  margin-bottom: 1.5rem;
  flex-grow: 0;
}
@media (min-width: 48rem) {
  .footer__right .footer__left-social {
    display: none;
  }
}
.footer__right .footer__left-social-link:not(:last-child) {
  margin-right: 0.9375rem;
}
@media (min-width: 48rem) {
  .footer__right .footer__left-social-link:not(:last-child) {
    margin-right: 0.875rem;
  }
}
.footer__right .footer__left-bottom--mobile {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 48rem) {
  .footer__right .footer__left-bottom--mobile {
    flex-direction: row;
  }
}
@media (min-width: 75rem) {
  .footer__right .footer__left-bottom--mobile {
    display: none;
  }
}
.footer__right .footer__left-bottom--mobile p, .footer__right .footer__left-bottom--mobile .content-column {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
.footer__right .footer__left-bottom--mobile ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__right-mobile-copy-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 48rem) {
  .footer__right-mobile-copy-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__logos {
  padding: 2.5rem 0 0 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1.875rem;
  border-top: 0.0625rem solid #737373;
  margin-bottom: 2.9375rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__logos h2.footer__logos-title.overline {
  display: flex;
  flex: 100%;
  margin-top: 7px;
}
.footer__logos h2.footer__logos-title {
  text-transform: uppercase;
  color: #fffbf5;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .footer__logos h2.footer__logos-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .footer__logos h2.footer__logos-title {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 36rem) {
  .footer__logos {
    justify-content: space-between;
  }
}
@media (min-width: 48rem) {
  .footer__logos {
    margin-bottom: 2.9375rem;
    padding: 1.875rem 0 0 1.25rem;
    justify-content: center;
  }
}
@media (min-width: 75rem) {
  .footer__logos {
    align-items: center;
    padding: 0.5rem 0 0 2.5rem;
    gap: 1.875rem 0.3125rem;
    justify-content: space-around;
    border-top: none;
  }
  .footer__logos::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 0.0625rem;
    height: calc(100% - 0.75rem);
    background-color: #737373;
  }
}
.footer__logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(50% - 0.9375rem);
  max-height: 5.75rem;
}
.footer__logos a:hover {
  opacity: 0.8;
}
@media (min-width: 48rem) {
  .footer__logos a {
    flex-basis: calc(20% - 1.5rem);
    max-width: 7.875rem;
    max-height: 3.5625rem;
  }
}
@media (min-width: 75rem) {
  .footer__logos a {
    flex-basis: auto;
    max-width: 7.5rem;
    max-height: 5.3125rem;
  }
}
.footer__logos a figure {
  width: 100%;
  height: 100%;
}
@media (min-width: 75rem) {
  .footer__logos a:last-child {
    align-self: flex-end;
  }
}
.footer__logos img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  min-height: 78px;
}

.aca-logo img {
  text-align: left !important;
  align-items: flex-start;
  gap: 0;
  display: block;
  padding: 18px 0 0 0;
  max-width: 101px;
  margin-bottom: 1rem;
}

.aca-logo p, .aca-logo .content-column {
  padding-right: 1rem;
}

@media (min-width: 75rem) {
  .footer__left-bottom {
    align-items: flex-end;
  }
}
.footer__left-bottom p, .footer__left-bottom .content-column,
.footer__left-bottom a {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}
.footer__left-bottom .menu,
.footer__left-bottom .menu-item {
  display: inline;
  line-height: 1rem;
}
.footer__left-bottom p, .footer__left-bottom .content-column {
  margin: 0 0.9375rem 0 0;
}
@media (min-width: 75rem) {
  .footer__left-bottom p, .footer__left-bottom .content-column {
    margin: 0 0.9375rem 0 0;
  }
}
.footer__left-bottom .menu-item {
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .footer__left-bottom .menu-item {
    margin-bottom: 0;
    margin-right: 0.9375rem;
  }
}
@media (min-width: 75rem) {
  .footer__left-bottom .menu-item {
    margin-right: 0.75rem;
  }
}
.footer__left-bottom .menu-item:last-child {
  margin-right: 0;
}
.footer__left-bottom .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.footer__left-bottom a {
  color: #fffbf5;
}

.footer__left-quick-links {
  margin-top: 0.75rem;
}
@media (min-width: 75rem) {
  .footer__left-quick-links {
    margin-top: 1rem;
  }
}
.footer__left-quick-links h2 {
  text-transform: uppercase;
  color: #fffbf5;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .footer__left-quick-links h2 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .footer__left-quick-links h2 {
    margin-bottom: 0.9375rem;
  }
}
.footer__left-quick-links .menu-item {
  display: block;
}
.footer__left-quick-links .menu-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .footer__left-quick-links .menu-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 75rem) {
  .footer__left-quick-links .menu-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.footer__left-quick-links a {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

div#cookie-notice {
  background-color: #fffbf5 !important;
}
div#cookie-notice .cookie-notice-container {
  position: relative;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  display: flex;
  row-gap: 1rem;
  column-gap: 1rem;
  padding: 0.875rem 1.875rem;
  align-items: center;
}
@media (min-width: 62rem) {
  div#cookie-notice .cookie-notice-container {
    max-width: 88.125rem;
  }
}
@media (max-width: 61.98rem) {
  div#cookie-notice .cookie-notice-container {
    flex-direction: column;
    justify-content: end;
    align-items: start;
    text-align: left;
  }
}
div#cookie-notice .cn-button {
  border: 0.125rem solid #00550f;
  border-radius: 2.5rem;
  margin: 0;
  padding: 0.875rem 1.75rem;
  background-color: #fdb11a;
  color: #00550f;
  border-color: #fdb11a;
  padding: 0.375rem 1.125rem;
  letter-spacing: 0;
  font-family: "dunbar-text", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
}
div#cookie-notice span#cn-notice-buttons {
  margin-right: 30px;
}
div#cookie-notice span#cn-notice-text {
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  margin: 0;
}
div#cookie-notice .cn-close-icon {
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  padding: 0;
  flex-shrink: 0;
  position: absolute;
  top: auto;
  right: 1.25rem;
  border: none;
  border-radius: 100%;
  background: #00550f;
  transition: opacity 0.3s;
}
div#cookie-notice .cn-close-icon:before, div#cookie-notice .cn-close-icon:after {
  background-color: #fff;
  top: 5px;
  left: 11px;
}

.cookie-bar {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background-color: #fffbf5;
  width: 100%;
}
@media (min-width: 62rem) {
  .cookie-bar .container {
    padding: 0 1.875rem;
  }
}
.cookie-bar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem 0;
  row-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 36rem) {
  .cookie-bar__wrapper {
    padding: 1rem 0;
    flex-direction: row;
  }
}
@media (min-width: 62rem) {
  .cookie-bar__wrapper {
    flex-wrap: nowrap;
    padding: 0.875rem 1.875rem;
  }
}
.cookie-bar__wrapper:not(.cookie-bar__wrapper--two-btns) .cookie-bar__buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 36rem) {
  .cookie-bar__wrapper:not(.cookie-bar__wrapper--two-btns) .cookie-bar__buttons {
    right: 2.8125rem;
  }
}
.cookie-bar__wrapper:not(.cookie-bar__wrapper--two-btns) .cookie-bar__content {
  padding-right: 1.875rem;
}
.cookie-bar__content p, .cookie-bar__content .content-column {
  font-size: 0.75rem;
  line-height: 1rem;
}
.cookie-bar__content p a, .cookie-bar__content .content-column a {
  color: #000;
  text-decoration: none;
}
.cookie-bar__content p a:hover, .cookie-bar__content .content-column a:hover {
  color: #003f0b;
  text-decoration: none;
}
.cookie-bar__buttons {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 36rem) {
  .cookie-bar__buttons {
    justify-content: flex-end;
    width: auto;
  }
}
.cookie-bar__accept {
  width: 100%;
  max-width: 15rem;
  flex-shrink: 0;
}
@media (max-width: 61.98rem) {
  .cookie-bar__accept {
    padding-top: 0.5rem;
  }
}
@media (min-width: 36rem) {
  .cookie-bar__accept {
    flex-basis: unset;
    width: auto;
    max-width: unset;
  }
}
.cookie-bar__accept.c-btn:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 36rem) {
  .cookie-bar__accept.c-btn:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.cookie-bar__close {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  flex-shrink: 0;
  position: absolute;
  right: 1.25rem;
  border: none;
  border-radius: 100%;
  background: #00550f;
  transition: opacity 0.3s;
}
@media (min-width: 36rem) {
  .cookie-bar__close {
    position: relative;
    right: 0;
    margin-right: 0;
  }
}
.cookie-bar__close::before {
  content: "";
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fffbf5;
  -webkit-mask-image: url(../../images/icons/close.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/icons/close.svg);
  mask-size: cover;
}
.cookie-bar__close:hover {
  opacity: 0.5;
}

.activities-hero {
  position: relative;
  margin-bottom: clamp(5.25rem, 1.2873831776rem + 8.2554517134vw, 8.5625rem);
}
.activities-hero--no-image {
  margin-top: clamp(2rem, -0.3925233645rem + 4.984423676vw, 4rem);
}
.activities-hero--no-image .activities-hero__content {
  margin-top: 0;
}
.activities-hero__image-wrapper {
  position: relative;
  -webkit-mask-image: url(../../images/shapes/wave-hero-mobile.svg), linear-gradient(#000, #000);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center calc(100% + 0.0625rem);
  -webkit-mask-repeat: no-repeat;
}
@media (min-width: 62rem) {
  .activities-hero__image-wrapper {
    -webkit-mask-image: url(../../images/shapes/wave-hero-desktop.svg), linear-gradient(#000, #000);
  }
}
.activities-hero__img-container {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 0;
  padding-top: 122%;
  bottom: 0.1875rem;
}
@media (min-width: 36rem) {
  .activities-hero__img-container {
    padding-top: 80%;
  }
}
@media (min-width: 48rem) {
  .activities-hero__img-container {
    padding-top: 29.7%;
  }
}
@media (min-width: 88.125rem) {
  .activities-hero__img-container {
    bottom: 0.0625rem;
  }
}
.activities-hero__img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.0625rem;
  left: 0;
  object-fit: cover;
}
.activities-hero__img-container::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.activities-hero__heading {
  margin-top: 0;
}
.activities-hero__content {
  background: #fffbf5;
  text-align: center;
  border-radius: 1.5rem;
  box-shadow: 0 0.625rem 1.25rem 0.625rem rgba(0, 0, 0, 0.1);
  margin-top: -11.375rem;
  z-index: 1;
  position: relative;
  padding: clamp(2rem, -0.5420560748rem + 5.2959501558vw, 4.125rem) 1.25rem clamp(2rem, -0.2429906542rem + 4.6728971963vw, 3.875rem) 1.25rem;
}
@media (min-width: 36rem) {
  .activities-hero__content {
    margin-top: -8.875rem;
  }
}
@media (min-width: 48rem) {
  .activities-hero__content {
    margin-top: -4.875rem;
    border-radius: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.activities-hero__content--shorter {
  margin-top: -3.75rem;
}
.activities-hero__content--shorter .activities-hero__heading {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .activities-hero__content--shorter {
    margin-top: -5rem;
  }
}

.activities-lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fbf3e2;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.page-has-loaded .activities-lightbox-gallery__gallery-wrapper {
  transition: opacity 0.3s, visibility 0.3s;
}
.activities-lightbox-gallery__gallery-wrapper:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.activities-lightbox-gallery__gallery-wrapper .activities-lightbox-gallery__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  right: 1.25rem;
  line-height: 0;
  color: #fffbf5;
  border: none;
  border-radius: 50%;
  transition: background-color 0.2s;
  background-color: rgba(77, 77, 77, 0.35);
}
.activities-lightbox-gallery__gallery-wrapper .activities-lightbox-gallery__close::after {
  content: "\ea11";
  font-family: "iconfont-stdc";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fffbf5;
}
.activities-lightbox-gallery__gallery-wrapper .activities-lightbox-gallery__close:hover, .activities-lightbox-gallery__gallery-wrapper .activities-lightbox-gallery__close:focus {
  background-color: rgba(0, 64, 11, 0.35);
}
.activities-lightbox-gallery .activities-gallery-slider {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.activities-lightbox-gallery .activities-gallery-slider__slide-content--no-thumb .activities-gallery-slider__slide-img-container {
  background-color: #fffbf5;
  position: relative;
  border-radius: 3rem;
}
.activities-lightbox-gallery .activities-gallery-slider__slide-content--no-thumb .activities-gallery-slider__slide-img-container img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  border-radius: 0;
}
.activities-lightbox-gallery .activities-gallery-slider__container {
  display: flex;
  min-height: 100%;
  padding: 6.75rem 0;
  position: relative;
}
@media (min-width: 62rem) {
  .activities-lightbox-gallery .activities-gallery-slider__container {
    padding: 8.0625rem 0;
    align-items: center;
  }
}
@media (min-width: 62rem) {
  .activities-lightbox-gallery .activities-gallery-slider__slide {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
}
.activities-lightbox-gallery .activities-gallery-slider__slide-category {
  color: #737373;
  margin-bottom: 0.5rem;
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.activities-lightbox-gallery .activities-gallery-slider__slide-title {
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (min-width: 62rem) {
  .activities-lightbox-gallery .activities-gallery-slider__slide-title {
    margin-bottom: 2rem;
  }
}
.activities-lightbox-gallery .activities-gallery-slider__slide-text {
  padding-bottom: 1rem;
}
@media (min-width: 62rem) {
  .activities-lightbox-gallery .activities-gallery-slider__slide-text p, .activities-lightbox-gallery .activities-gallery-slider__slide-text .content-column {
    margin-bottom: 2rem;
  }
}
.activities-lightbox-gallery .activities-gallery-slider__slide-text .c-btn-wrapper {
  margin-top: 1.4375rem;
}
@media (min-width: 62rem) {
  .activities-lightbox-gallery .activities-gallery-slider__slide-text .c-btn-wrapper {
    margin-top: 1.875rem;
  }
}
.activities-lightbox-gallery .activities-gallery-slider__slide-img-container {
  padding-top: 94%;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .activities-lightbox-gallery .activities-gallery-slider__slide-img-container {
    padding-top: 56%;
  }
}
@media (min-width: 62rem) {
  .activities-lightbox-gallery .activities-gallery-slider__slide-img-container {
    margin-bottom: 0;
    padding-top: 94%;
  }
}
.activities-lightbox-gallery .activities-gallery-slider__slide-img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 3rem;
}

.eight29-app .slick-arrow {
  background-color: #00550f;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 88.105rem) {
  .eight29-app .slick-arrow {
    top: unset;
    bottom: -5.875rem;
  }
}
@media (min-width: 88.125rem) {
  .eight29-app .slick-arrow {
    position: fixed;
  }
}
.eight29-app .slick-arrow.slick-prev {
  left: calc(50% - 3.3125rem);
}
@media (min-width: 88.125rem) {
  .eight29-app .slick-arrow.slick-prev {
    left: 0.625rem;
  }
}
@media (min-width: 1500px) {
  .eight29-app .slick-arrow.slick-prev {
    left: 1.25rem;
  }
}
.eight29-app .slick-arrow.slick-next {
  right: calc(50% - 3.3125rem);
}
@media (min-width: 88.125rem) {
  .eight29-app .slick-arrow.slick-next {
    right: 0.625rem;
  }
}
@media (min-width: 1500px) {
  .eight29-app .slick-arrow.slick-next {
    right: 1.25rem;
  }
}
.eight29-app .slick-arrow:hover {
  background-color: #003f0b;
}
.eight29-app .slick-arrow::after {
  color: #fffbf5;
}

.page-content--activity .eight29-app > .app-layout {
  margin: 0;
}
.page-content--activity .posts-list {
  margin-top: clamp(2.0625rem, -0.7038551402rem + 5.7632398754vw, 4.375rem);
  margin-bottom: clamp(7.0625rem, 3.5484813084rem + 7.3208722741vw, 10rem);
}
@media (max-width: 47.98rem) {
  .page-content--activity .posts-list__container {
    padding: 0;
  }
}
.page-content--activity .app-layout {
  display: block;
}
.page-content--activity .eight29-posts {
  grid-gap: 2.875rem;
}
@media (min-width: 62rem) {
  .page-content--activity .eight29-posts {
    grid-gap: 3.9375rem 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-content--activity .eight29-posts {
    grid-template-columns: repeat(4, 1fr);
  }
}

.activity-card--no-thumb .activity-card__img-container {
  background-color: #fffbf5;
  position: relative;
  border-radius: 3rem;
}
.activity-card--no-thumb .activity-card__img-container img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  border-radius: 0;
}
.activity-card__image-link:hover img {
  opacity: 0.8;
}
.activity-card__img-container {
  padding-top: 93.5%;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 36rem) {
  .activity-card__img-container {
    padding-top: 80%;
  }
}
@media (min-width: 62rem) {
  .activity-card__img-container {
    padding-top: 94%;
    margin-bottom: 1.25rem;
  }
}
.activity-card__img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 3rem;
  transition: opacity 0.2s;
}
.activity-card__content {
  text-align: center;
}
.activity-card__cat {
  display: block;
  margin-bottom: 0.625rem;
}
.activity-card__cat:hover span {
  color: #00550f;
}
@media (min-width: 62rem) {
  .activity-card__cat {
    margin-bottom: 0.3125rem;
  }
}
.activity-card__cat span {
  font-family: "dunbar-text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #737373;
  transition: color 0.2s;
}
.activity-card__title-link:hover h4 {
  color: #003f0b;
}
.activity-card__title-link h4 {
  color: #000;
  transition: color 0.2s;
}

.eight29-filters .eight29-app .app-layout {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.eight29-filters .eight29-app .app-layout .eight29-sidebar {
  margin-bottom: 2.9375rem;
}
@media (max-width: 47.98rem) {
  .eight29-filters .eight29-app .app-layout .eight29-sidebar {
    padding-left: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .eight29-filters .eight29-app .app-layout .eight29-sidebar {
    margin-bottom: 3.9375rem;
  }
}
@media (max-width: 47.98rem) {
  .eight29-filters .eight29-app .app-layout .eight29-posts-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.eight29-filters .eight29-app .app-layout .eight29-filter-list {
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .eight29-filters .eight29-app .app-layout .eight29-filter-list {
    max-width: 100%;
  }
}
.eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group button {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7254672897rem + 0.3115264798vw, 1rem);
  line-height: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  color: #002807;
  padding-bottom: 1.125rem;
  margin-right: 1.25rem;
  transition: color 0.4s;
  color: #000;
}
@media (min-width: 62rem) {
  .eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group button {
    padding-bottom: 0.8125rem;
    margin-right: 2.8125rem;
  }
  .eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group button.active {
    border-bottom: none;
    padding-bottom: 0.9375rem;
  }
  .eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group button.active::after {
    content: "";
    background: #fdb11a;
    height: 0.125rem;
    bottom: 0rem;
    position: absolute;
    width: 100%;
    left: 0;
  }
}
.eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group button.active {
  border-color: #fdb11a;
  color: #00550f;
  position: relative;
}
.eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group button:hover {
  color: #00550f;
}
.eight29-filters .eight29-app .app-layout .eight29-filter.filter-button-group .button-wrap {
  border-bottom: 0.0625rem solid #e1e1e1;
  overflow-y: auto;
}
.eight29-filters .eight29-app .app-layout .eight29-posts-container .c-btn-wrapper {
  margin-top: 3.875rem;
}
@media (min-width: 62rem) {
  .eight29-filters .eight29-app .app-layout .eight29-posts-container .c-btn-wrapper {
    margin-top: 4.875rem;
  }
}
@media (max-width: 47.98rem) {
  .eight29-filters .eight29-app .app-layout .eight29-posts-container .c-btn-wrapper button {
    width: 100%;
  }
}