*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: jaf-bernina-sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1792px) {

  .container {
    max-width: 1792px;
  }
}
@media (min-width: 2048px) {

  .container {
    max-width: 2048px;
  }
}
/* Global Setup
    Gives a flex column global flow and allows for a sticky footer
  */
html {
  height: 100%;
}
body {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.content {
  flex-shrink: 0;
  flex-grow: 1;
}
footer {
  flex-shrink: 0;
}
h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
p {
  font-family: jaf-bernina-sans, sans-serif;
}
a {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.topyenoh {
  display: none;
}
/* Global Setup */
.content-well {
    /*Max width is 1280 rather than 1140 */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 1536px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
@media (min-width: 768px) {

  .content-well {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.full_width_content {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.content-fullwidth-page {
  width: 100%;
}
.content-sidebar-page {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {

  .reverse {
    flex-direction: row-reverse;
  }
}
/* Audio Player Block */
.__gp__audio-player-block {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
        /* See all available styling hooks at https://github.com/sampotts/plyr#customizing-the-css */
        --plyr-color-main: #00746d;
}
.__gp__audio-player-block.__gp__audio-player-block__noscript {
  display: block;
}
.__gp__audio-player-block__audio {
  width: 100%;
}
@font-face {
    font-family: jaf-bernina;
    font-weight: 300;
  }
.block-links {
  padding: 1rem;
}
/***********\
    Full Hero
  \***********/
.__gp__full-hero-block {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 73vh;
}
.__gg__full-hero-block__text-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1536px;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
}
@media (min-width: 1536px) {

  .__gg__full-hero-block__text-wrapper {
    padding: 0px;
  }
}
.__gp__full-hero-block__text {
  z-index: 10;
  margin-left: 0px;
  max-width: 20rem;
  overflow: hidden;
  background-color: rgb(255 255 255 / 0.7);
  padding: 1rem;
}
@media (min-width: 768px) {

  .__gp__full-hero-block__text {
    height: auto;
  }
}
.__gp__full-hero-block__heading {
  position: relative;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
/* I'm the little "half-horizontal-rule" between the heading and subheading */
.__gp__full-hero-block__heading:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 33%;
    height: 2px;
    margin-top: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
  }
.__gp__full-hero-block__sub-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.__gp__full-hero-block__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .__gp__full-hero-block__video {
    display: inline;
  }
}
.__gp__full-hero-block__cta-buttons-wrapper {

  }
/* direct child combinator needed for specificity */
.__gp__full-hero-block__cta-buttons-wrapper .__gp__cta-button-list-block > a {
  margin-left: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 75 69 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/******************\
    TwoColumn Block
  \******************/
.__gp__two-column-block__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__wrapper {
    flex-direction: row;
  }
}
.__gp__two-column-block__wrapper.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__wrapper.reverse {
    flex-direction: row-reverse;
  }
}
.__gp__two-column-block__side {
  width: 100%;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__side {
    width: 50%;
  }
}
.__gp__two-column-block__text-side {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__text-side {
    padding: 0px;
  }
}
@media (min-width: 1280px) {

  .__gp__two-column-block__text-side {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.__gp__two-column-block__text-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__two-column-block__text-container {
    width: 75%;
  }
}
.__gp__two-column-block__text-container h2 {
  margin-bottom: 1rem;
  align-items: flex-start;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.__gp__two-column-block__heading {
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .__gp__two-column-block__heading {
    font-size: 3rem;
    line-height: 1;
  }
}
.__gp__two-column-block__sub-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.__gp__two-column-block__sub-heading .rich-text {
  padding: 0px;
}
.__gp__two-column-block__sub-heading .rich-text p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__sub-heading .rich-text p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.__gp__two-column-block__cta-buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.__gp__two-column-block__cta-button {
  margin: 2rem;
}
.__gp__two-column-block__image-container {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__image-container {
    height: 500px;
    background-position: top;
  }
}
.__gp__two-column-block__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.__gp__two-column-block__play-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.__gp__two-column-block__play-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  height: 3.5rem;
  width: 3.5rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__two-column-block__play-btn:hover .__gp__two-column-block__play-icon {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
/*************\
    Video Modal
  \*************/
.__gp__video-modal__underlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  opacity: 0;
}
.__gp__video-modal__underlay.open {
  display: block;
}
.__gp__video-modal__body {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding: 1rem;
  padding-top: 4rem;
  opacity: 0;
}
.__gp__video-modal__body iframe {
  width: 100%;
  border-style: none;
}
.__gp__video-modal__body.open {
  display: block;
}
.__gp__video-modal__close-btn {
  position: absolute;
  top: -25px;
  right: 0px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.__gp__video-modal__close-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(236 28 36 / var(--tw-text-opacity, 1));
}
.__gp__video-modal__close-icon {
  height: 1.25rem;
  width: 1.25rem;
}
/*******************\
    CTA Button Block
  \*******************/
.__gp__cta-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-weight: 700;
  text-decoration-line: none;
}
.__gp__cta-button--positive {
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__cta-button--positive:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 75 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 181 175 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__cta-button--positive {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.__gp__cta-button--neutral {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 75 69 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.__gp__cta-button--neutral:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 116 109 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
/*
  */
.__gp__cta-button-list-block {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  flex-wrap: wrap;
}
.__gp__cta-button-list-block > a {
  margin: 1.5rem;
}
/* .__gp__cta-button-list-block > a:not(:last-child) {
    @apply mr-10;
  } */
/*******************\
     Tile Grid Block
  \*******************/
.__gp__tile-grid-block {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: jaf-bernina-sans, sans-serif;
}
@media (min-width: 768px) {

  .__gp__tile-grid-block {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.__gp__tile-grid-wrapper {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.__gp__link-tile__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .__gp__link-tile__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/*****************\
    Accordion Block
  \*****************/
.__gp__accordion-block {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.content-fullwidth-page .__gp__accordion-block {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 72rem;
}
@media (min-width: 768px) {

  .content-fullwidth-page .__gp__accordion-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.full_width_content .__gp__accordion-block {
  max-width: 1536px;
}
@media (min-width: 768px) {

  .full_width_content .__gp__accordion-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.__gp__accordion-block__heading-wrapper {
  position: relative;
}
.__gp__accordion-block__heading {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.__gp__accordion-block__heading-text {
  width: 99%;
}
.__gp__accordion-block.open .__gp__accordion-block__heading {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 181 175 / var(--tw-border-opacity, 1));
}
.__gp__accordion-block__heading-buttons {
  margin-left: 4rem;
  height: 1rem;
  width: 1%;
}
.__gp__accordion-block__heading-button {
  position: absolute;
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.__gp__accordion-block__heading-button.icon-plus {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.__gp__accordion-block__heading-button.icon-plus.open {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.__gp__accordion-block__heading-button.icon-minus {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.__gp__accordion-block__heading-button.icon-minus.open {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.__gp__accordion-block__content {
  display: none;
  padding: 2rem;
}
.__gp__accordion-block__embed {
  position: relative;
  display: block;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  padding-bottom: 56.25%;
}
.__gp__accordion-block__embed iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.__gp__accordion-block__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: jaf-bernina-sans, sans-serif;
}
@media (min-width: 640px) {

  .__gp__accordion-block__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .__gp__accordion-block__content {
    max-width: 72rem;
  }
}
.__gp__accordion-block__content-wrapper {
  display: inline-block;
  width: 100%;
}
.__gp__accordion-block__content h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.__gp__accordion-block__content h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.__gp__accordion-block__content h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.__gp__accordion-block__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.__gp__accordion-block__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(236 28 36 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.__gp__accordion-block__content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}
.__gp__accordion-block__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}
.__gp__accordion-block__content li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.__gp__accordion-block__content hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.__gp__accordion-block__content .richtext-image {
  max-width: 100%;
}
.__gp__accordion-block__content .richtext-image.full-width {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.__gp__accordion-block__content .richtext-image.left {
  float: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}
.__gp__accordion-block__content .richtext-image.right {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
/*******************\
    Parent Grid Block
  \*******************/
.__gp__child-page-grid-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.__gp__child-page-grid-block__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .__gp__child-page-grid-block__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .__gp__child-page-grid-block__wrapper {
    max-width: 2048px;
  }
}
.__gp__child-page-grid-block__heading {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  text-align: center;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__child-page-grid-block__child-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .__gp__child-page-grid-block__child-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .__gp__child-page-grid-block__child-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/*****************\
    Child Page Tile
  \*****************/
.__gp__child-page-tile {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 1024px) {

  .__gp__child-page-tile {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.__gp__child-page-tile__link {
  display: block;
}
.__gp__child-page-tile__image {
  height: auto;
  width: 100%;
}
.__gp__child-page-tile__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.__gp__child-page-tile__title-text {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__child-page-tile:hover .__gp__child-page-tile__title-text {
  --tw-border-opacity: 1;
  border-color: rgb(236 28 36 / var(--tw-border-opacity, 1));
}
.__gp__child-page-tile_caret {
  margin-left: 1.5rem;
  display: inline;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/*****************\
     Search Page
  \*****************/
.search-page__heading {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 2rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .search-page__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.search-page__search-bar {
  display: flex;
  flex-direction: column;
  place-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {

  .search-page__search-bar {
    flex-direction: row;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.search-page__search-bar__input {
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 75 69 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.search-page__search-bar__input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 768px) {

  .search-page__search-bar__input {
    margin-right: 1rem;
    width: 33.333333%;
  }
}
.search-page__search-bar__submit {
  margin-top: 1rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 75 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .search-page__search-bar__submit {
    margin-top: 0px;
    width: 8rem;
  }
}
.search-page__search-bar__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.search-page__search-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
}
.search-page__search-content__summary h3 {
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.search-page__search-content__summary span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.search-page__search-content__results-count {
  font-size: 1rem;
  line-height: 1.5rem;
}
.search-page__search-results {}
.search-page__search-results__list {
  }
.search-page__search-results__no-results {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
}
/*****************\
     Search Result
  \*****************/
.search-result {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  padding-top: 0.5rem;
}
.search-result:nth-child(even) {
  border-radius: 0.25rem;
  background-color: rgb(232 232 232 / 0.4);
}
.search-result__title {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.search-result__content {
  margin-left: 2rem;
}
.search-result__description {
  margin-top: 0.5rem;
  display: flex;
  white-space: normal;
  font-style: italic;
}
.search-result__url {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.search-result__url:hover {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
/***********************\
     Search Pagination
  \***********************/
.search-pagination {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {

  .search-pagination {
    width: 25%;
  }
}
.search-pagination__content {
  display: flex;
  flex-direction: row;
  font-weight: 700;
}
.search-pagination__content__item {
  border-width: 2px;
  border-right-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.search-pagination__content__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.search-pagination__content__item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.search-pagination__content__item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-right-width: 2px;
}
.search-pagination__content__link {
  display: block;
  cursor: pointer;
  padding: 5px;
}
.search-pagination__content__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .search-pagination__content__link {
    padding: 1rem;
  }
}
.search-pagination .disabled {
  cursor: pointer;
  font-weight: 400;
}
.search-pagination .disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.search-pagination .selected {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/***************************\
     Columnated Link Block
  \***************************/
.__gp__columnated-links-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__columnated-links-block__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {

  .__gp__columnated-links-block__wrapper {
    max-width: 72rem;
  }
}
.__gp__columnated-links-block__title {
  margin-bottom: 3rem;
  text-align: center;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.__gp__columnated-links-block__columns {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  .__gp__columnated-links-block__columns {
    margin-left: 9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.__gp__columnated-links-block__cta-button {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/**********************************\
     Simple Link with Image Block
  \**********************************/
.__gp__simple-link-w-image-block {
  width: 100%;
}
.__gp__simple-link-w-image-block:hover .__gp__simple-link-w-image__display-text {
  --tw-border-opacity: 1;
  border-color: rgb(236 28 36 / var(--tw-border-opacity, 1));
}
._gp__simple-link-w-image-block__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
.__gp__simple-link-w-image__image {
  width: 100px;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__image {
    display: block;
  }
}
.__gp__simple-link-w-image__link {
  flex: 1 1 0%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__link {
    flex: none;
  }
}
.__gp__simple-link-w-image__no-link h3 {
  flex: 1 1 0%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__no-link h3 {
    flex: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.__gp__simple-link-w-image__display-text {
  flex: 1 1 0%;
  border-bottom-width: 2px;
  border-color: transparent;
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__display-text {
    flex: none;
  }
}
.apply-cursor {
  cursor: pointer;
}
/*********************************\
     External Content Embed Block
  \*********************************/
.__gp__external-content-embed__propfix {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.__gp__external-content-embed__content {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.__gp__external-content-embed__iframe {
  height: 100%;
  width: 100%;
  border-width: 0px;
}
.__gp__external-content-embed__fullscreen-button {
  position: absolute;
  top: 5%;
  right: 3%;
  border-width: 0px;
  background-color: transparent;
}
.__gp__external-content-embed__fullscreen-button-icon {
  cursor: pointer;
  font-size: 38px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__external-content-embed__fullscreen-button-icon {
    font-size: 56px;
  }
}
/***********\
  Link Tile
\***********/
.__gp__link-link {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  display: block;
}
.__gp__link-tile {
  width: auto;
}
.__gp__link-tile__image {
  height: auto;
  width: 100%;
}
.__gp__link-tile__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__link-tile__title-text {
  border-bottom-width: 2px;
  border-color: transparent;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.__gp__link-tile__title:hover > * {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.__gp__link-link .__gp__link_tile_caret {
  fill: currentColor;
}
.__gp__link_tile_caret {
  margin-left: 1.5rem;
  display: inline;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.__gp__link-tile__description {
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.__gp__link-tile__description p {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
/********************************\
    Link Tile--Content-Full-Width
  \********************************/
.content-fullwidth-page .__gp__link-tile__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-fullwidth-page .__gp__link-tile__description {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
/* Sidebar overrides */
/* Blog Post Pages */
.content-sidebar-page__side-bar__blog_post .__gp__link-link {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}
.content-sidebar-page__side-bar__blog_post .__gp__link-link h3 {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.content-sidebar-page__side-bar__blog_post .__gp__link-tile__title {
  padding-top: 0.5rem;
}
.content-sidebar-page__side-bar__blog_post .__gp__link-tile__title-text {
  fill: currentColor;
}
.content-sidebar-page__side-bar__blog_post .__gp__link-tile__title-text:hover {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .__gp__link_tile_caret {
  fill: currentColor;
}
.content-sidebar-page__side-bar__blog_post .__gp__link_tile_caret:hover {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
/********* Link Blocks ***************/
.__gp__sidebar-link-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: jaf-bernina-sans, sans-serif;
}
@media (min-width: 1024px) {

  .__gp__sidebar-link-block {
    margin-top: 0px;
  }
}
.__gp__sidebar-link-block__heading-wrapper {
  position: relative;
}
.__gp__sidebar-link-block__heading {
  display: flex;
  cursor: default;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.__gp__sidebar-link-block__content {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 116 109 / var(--tw-border-opacity, 1));
  line-height: 1;
}
.__gp__sidebar-link-block__content-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.__gp__sidebar-link-block__content-item-text {
  width: 90%;
  padding-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.__gp__sidebar-link-block__content-item-text:hover {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.__gp__sidebar-link-block__content-item-caret {
  width: 10%;
}
.__gp__sidebar-link-block__caret {
  position: relative;
  height: 20px;
  width: 20px;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.__gp__sidebar-link-block__caret:hover {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
/* Blog Post Pages (White Background) */
.content-sidebar-page__side-bar__blog_post .block-links {
  padding: 0px;
}
.content-sidebar-page__side-bar__blog_post .__gp__sidebar-link-block__heading {
  display: flex;
  cursor: default;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.125rem;
}
.content-sidebar-page__side-bar__blog_post .__gp__sidebar-link-block__heading-wrapper h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .__gp__sidebar-link-block__content-item p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .__gp__sidebar-link-block__content-item p:hover {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.__gp__two-column-html-embed-block {
  width: 100%;
}
@media (min-width: 1024px) {

  .__gp__two-column-html-embed-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.__gp__two-column-html-embed-block__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .__gp__two-column-html-embed-block__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    flex-direction: row;
  }
}
.content-fullwidth-page .__gp__two-column-html-embed-block__side {
  width: 100%;
}
@media (min-width: 1024px) {

  .content-fullwidth-page .__gp__two-column-html-embed-block__side {
    width: 50%;
  }
}
.__gp__two-column-html-embed-block__embed-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .__gp__two-column-html-embed-block__embed-side {
    align-items: center;
  }

  .__gp__two-column-html-embed-block__embed-side iframe {
    padding: 0px;
  }
}
.content-sidebar-page .__gp__two-column-html-embed-block__side {
  width: 100%;
}
.__gp__two-column-html-embed-block__text-side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.__gp__two-column-html-embed-block__text-container {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.__gp__two-column-html-embed-block__text-container :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.__gp__two-column-html-embed-block__text-container :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.__gp__two-column-html-embed-block__text-container :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.__gp__two-column-html-embed-block__text-container :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.__gp__two-column-html-embed-block__text-container :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.__gp__two-column-html-embed-block__text-container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.__gp__two-column-html-embed-block__text-container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.__gp__two-column-html-embed-block__text-container :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.__gp__two-column-html-embed-block__text-container :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.__gp__two-column-html-embed-block__text-container :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.__gp__two-column-html-embed-block__text-container :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.__gp__two-column-html-embed-block__text-container :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.__gp__two-column-html-embed-block__text-container :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.__gp__two-column-html-embed-block__text-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.__gp__two-column-html-embed-block__text-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.__gp__two-column-html-embed-block__text-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.__gp__two-column-html-embed-block__text-container :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.__gp__two-column-html-embed-block__text-container :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.__gp__two-column-html-embed-block__text-container :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.__gp__two-column-html-embed-block__text-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.__gp__two-column-html-embed-block__text-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.__gp__two-column-html-embed-block__text-container :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.__gp__two-column-html-embed-block__text-container :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.__gp__two-column-html-embed-block__text-container :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.__gp__two-column-html-embed-block__text-container :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.__gp__two-column-html-embed-block__text-container :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.__gp__two-column-html-embed-block__text-container :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.__gp__two-column-html-embed-block__text-container :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.__gp__two-column-html-embed-block__text-container :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.__gp__two-column-html-embed-block__text-container :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.__gp__two-column-html-embed-block__text-container :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.__gp__two-column-html-embed-block__text-container {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.__gp__two-column-html-embed-block__text-container :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.__gp__two-column-html-embed-block__text-container :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.__gp__two-column-html-embed-block__text-container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.__gp__two-column-html-embed-block__text-container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.__gp__two-column-html-embed-block__text-container :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.__gp__two-column-html-embed-block__text-container :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.__gp__two-column-html-embed-block__text-container :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.__gp__two-column-html-embed-block__text-container :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.__gp__two-column-html-embed-block__text-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.__gp__two-column-html-embed-block__text-container h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.__gp__two-column-html-embed-block__body {
  font-family: jaf-bernina-sans, sans-serif;
}
.__gp__two-column-html-embed-block__caption-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.__gp__two-column-html-embed-block__caption {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
/****** HTML Embed Block ******/
.__gp__html-embed__wrapper {
  width: 100%;
}
.__gp__html-embed__content {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.__gp__html-embed__content iframe {
  height: 169px;
  width: 300px;
}
@media (min-width: 640px) {

  .__gp__html-embed__content iframe {
    height: 281px;
    width: 500px;
  }
}
.__gp__html-embed__caption-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.__gp__html-embed__caption {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
/****************\
    Basic Hero
\****************/
.__gp__basic-hero-block {
  display: flex;
  width: 100%;
}
.__gp__basic-hero-block__img-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {

  .__gp__basic-hero-block__img-wrap {
    height: 350px;
  }
}
.__gp__basic-hero-block__heading-wrap.bottom {
  align-self: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .__gp__basic-hero-block__heading-wrap.bottom {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1536px) {

  .__gp__basic-hero-block__heading-wrap.bottom {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.__gp__basic-hero-block__heading-wrap.top {
  left: 1rem;
  right: 1rem;
  bottom: 6rem;
}
@media (min-width: 768px) {

  .__gp__basic-hero-block__heading-wrap.top {
    left: 1rem;
    right: 1rem;
    bottom: 10rem;
  }
}
.__gp__basic-hero-block__img {
  top: 0px;
  height: auto;
  width: 100%;
}
.__gp__basic-hero-block__heading-wrap {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
@media (min-width: 1024px) {

  .__gp__basic-hero-block__heading-wrap {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.__gp__basic-hero-block__heading-wrap {
  border-radius: 0.125rem;
}
.__gp__basic-hero-block__heading {
  margin-left: 0px;
  opacity: 1;
}
@media (min-width: 1536px) {

  .__gp__basic-hero-block__heading {
    margin-left: 1.5rem;
  }
}
.__gp__basic-hero-block__heading.bright {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.__gp__basic-hero-block__heading.dark {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
/*Newsletter Signup Block*/
.newsletter-signup-block {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {

  .newsletter-signup-block {
    height: 200px;
  }
}
.newsletter-signup-block__dimmer {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(0 0 0 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .newsletter-signup-block__dimmer {
    height: 200px;
  }
}
.newsletter-signup-block__wrapper {
  display: flex;
  height: auto;
  flex-direction: column;
  background-size: cover;
}
@media (min-width: 1024px) {

  .newsletter-signup-block__wrapper {
    height: 200px;
    flex-direction: row;
  }
}
.newsletter-signup-block__content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .newsletter-signup-block__content {
    flex-direction: row;
  }
}
.newsletter-signup-block__text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (min-width: 1024px) {

  .newsletter-signup-block__text {
    width: 50%;
  }
}
.newsletter-signup-block__form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .newsletter-signup-block__form-wrapper {
    width: 50%;
    flex-direction: row;
  }
}
.newsletter-signup__form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .newsletter-signup__form {
    width: 80%;
    flex-direction: row;
  }
}
.newsletter-field {
  display: flex;
  width: 75%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px) {

  .newsletter-field {
    margin-left: 1rem;
  }
}
.newsletter-signup-block p {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .newsletter-signup-block p {
    width: 28rem;
  }
}
.newsletter-field ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .newsletter-field ul {
    position: absolute;
    margin-top: 3rem;
  }
}
.newsletter-signup-block__form-wrapper input {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.newsletter-signup-block__form-wrapper input:focus {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.newsletter-signup-block__form-wrapper input {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 1024px) {

  .newsletter-signup-block__form-wrapper input {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.newsletter-signup__form-submit input {
  background-color: rgb(0 0 0 / 0.5);
}
.newsletter-signup__form-submit input:hover {
  cursor: pointer;
}
.newsletter-signup__form-submit input {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 100%;
}
@media (min-width: 1024px) {

  .newsletter-signup__form-submit input {
    margin-left: 0.5rem;
  }
}
.newsletter-signup-block__thank-you {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
/*End Newsletter Signup */
.grey-subheading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.green-heading {
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.card-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.body-copy {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.block-img-header {
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {

  .block-img-header {
    height: 300px;
  }
}
@media (min-width: 768px) {

  .block-img-header {
    height: 500px;
  }
}
@media (min-width: 1024px) {

  .block-img-header {
    height: 600px;
  }
}
.block-img-header__heading-section {
  position: static;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .block-img-header__heading-section {
    position: absolute;
    height: 66.666667%;
    width: 66.666667%;
  }
}
.block-img-header__img-section {
  position: absolute;
  z-index: 20;
  display: none;
}
@media (min-width: 768px) {

  .block-img-header__img-section {
    bottom: 0px;
    right: 0px;
    display: block;
    max-width: 60%;
  }
}
@media (min-width: 1024px) {

  .block-img-header__img-section {
    bottom: auto;
    top: 50%;
    left: 42%;
    max-width: 45%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.block-img-header__colorblock-section {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  height: 300px;
  max-height: 50%;
  width: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .block-img-header__colorblock-section {
    display: block;
  }
}
.block-img-header__heading-content {
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {

  .block-img-header__heading-content {
    width: 50%;
    padding: 4rem;
  }
}
h1.block-img-header__heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
p.block-img-header__heading__description {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/************\
    Blog Card
  \************/
.blog-card {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
.blog-card__img-section {}
.blog-card__img-section img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}
.blog-card__img-section img.default-img {
  width: 700px;
}
.blog-card__text-section {
  margin-top: 1rem;
}
/**********\
    Blog Row
  \**********/
.blog-row {
  margin-bottom: 3rem;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .blog-row {
    height: 13rem;
  }
}
.blog-row a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {

  .blog-row a {
    flex-direction: row;
  }
}
.blog-row__img-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {

  .blog-row__img-section {
    width: auto;
    max-width: 50%;
  }
}
.blog-row__img-section img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {

  .blog-row__img-section img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.blog-row__content-section {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1rem;
}
.blog-row__content-section p:first-of-type {
  flex: 1 1 0%;
}
.blog-row__date {
  text-align: right;
}
.categories-list-fullwidth {
  margin-bottom: 2rem;
}
.categories-list-fullwidth__heading {
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.categories-list-fullwidth ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.categories-list-fullwidth li {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.link-card-base {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.link-card-base p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.link-card-base a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 600;
}
.link-card-base__angle-glyph {
  margin-left: 0.5rem;
  height: 10px;
  width: 10px;
  fill: currentColor;
  stroke-width: 2;
  vertical-align: baseline;
}
.simple-link {
  width: 100%;
}
.simple-link__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.simple-link__wrapper a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.simple-link__wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories h5 {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories ul {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 116 109 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  line-height: 1.625;
}
.blog-list-sidebar__sidebar .sidebar-categories li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.blog-list-sidebar__sidebar .sidebar-categories ul li a.selected {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories ul li a.selected:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories ul li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__sidebar .sidebar-categories {
  padding: 1rem;
}
.blog-list-sidebar__sidebar .block-image_link .__gp__link-tile .__gp__link-tile__description p {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories h5 {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories ul {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 116 109 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  line-height: 1.625;
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories ul li a.selected {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories ul li a.selected:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories ul li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar__blog_post .sidebar-categories ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
/*******************\
      Header
 \*******************/
.main-header {
  position: relative;
  display: flex;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.main-header__logo {
  height: 3.5rem;
}
.main-header__link {
  flex-shrink: 0;
}
.main-header__content {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 5rem;
  width: 100%;
  max-width: 1536px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .main-header__content {
    position: static;
  }
}
.main-header__search {
  position: absolute;
  top: 100%;
  z-index: 50;
  margin-top: -1px;
  display: none;
  width: 100%;
}
.main-header__search.open {
  z-index: 50;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px) {

  .main-header__search.open {
    top: 3rem;
  }
}
.main-header__search.hide {
  opacity: 0;
    visibility: hidden;
}
/*-------------------------------------------------------------------*\
   * SEARCH BUTTONS
   * home/menus/header.html
   * This is just the magnifying glass icon
  \*-------------------------------------------------------------------*/
.search-buttons {
  position: relative;
  display: none;
  height: 20px;
}
@media (min-width: 1024px) {

  .search-buttons {
    display: block;
  }
}
.search-buttons__button {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
    transition: all .1s linear;
}
.search-buttons__button:hover {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.search-buttons__button-search {
  opacity: 1;
}
.search-buttons__button-search.open {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.search-buttons__button-close {
  margin: 0px;
  height: 15px;
  width: 15px;
  opacity: 0;
}
.search-buttons__button-close.open {
  margin: 0px;
  height: 15px;
  width: 15px;
  --tw-translate-y: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
/*-------------------------------------------------------------------*\
   * MENU BUTTON
   * home/menus/header.html
   * This button only shows up in "for-smaller-than-tablet-landscape".
  \*-------------------------------------------------------------------*/
.menu-button {
  position: relative;
  z-index: 30;
  display: flex;
  height: 80px;
  width: 80x;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .menu-button {
    display: none;
  }
}
.menu-button__burger {
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
    width: 34px;
    height: 2px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.menu-button__burger::before,
  .menu-button__burger::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.menu-button__burger::before {
    transform: translateY(-10px); }
.menu-button__burger::after {
    transform: translateY(10px); }
.menu-button.open .menu-button__burger {
    transform: translateX(-50px);
    background: transparent; }
.menu-button.open .menu-button__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
.menu-button.open .menu-button__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
/*-------------------------------------------------------------------*\
   * SEARCH BAR
   * home/menus/header.html
   * The search input
  \*-------------------------------------------------------------------*/
.search-bar {
  display: flex;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.search-bar__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.search-bar__input {
  width: 100%;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.search-bar__input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 75 69 / var(--tw-ring-opacity, 1));
}
@media (min-width: 1024px) {

  .search-bar__input {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.search-bar__button {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-style: none;
  background-image: none;
}
.search-bar__button-icon {
  height: 24px;
  width: 24px;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .search-bar__button-icon {
    --tw-text-opacity: 1;
    color: rgb(0 75 69 / var(--tw-text-opacity, 1));
  }
}
.search-bar__button-icon:hover {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
/*-------------------------------------------------------------------*\
   * Sub Header
   * home/pages/content_full_width_page.html
   * So far this is just an extension of the header that contains
   * breadcrumbs for the ContentFullWidth page type
  \*-------------------------------------------------------------------*/
/*******************\
        Main Menu
  \*******************/
.main-menu {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 0.125rem;
  opacity: 0;
}
@media (min-width: 1024px) {

  .main-menu {
    position: static;
    display: flex;
    height: auto;
    width: auto;
    flex-direction: row;
    align-items: center;
    padding-right: 1.25rem;
    opacity: 1;
  }
}
.main-menu.open {
  position: absolute;
  top: 75px;
  z-index: 50;
  display: flex;
  height: calc(100vh - 75px);
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
@media (min-width: 1024px) {

  .main-menu.open {
    top: 100%;
  }
}
.main-menu__nav {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 1024px) {

  .main-menu__nav {
    position: static;
    margin-left: 4rem;
    width: 100%;
    list-style-type: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.main-menu.open .main-menu__nav {
  margin-top: 4rem;
}
.main-menu__nav-item {
  white-space: nowrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 1024px) {

  .main-menu__nav-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.main-menu__nav-item .main-menu__caret {
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .main-menu__nav-item .main-menu__caret {
    height: 14px;
    width: 14px;
  }
}
.main-menu__nav-item, a {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.main-menu__nav-item:hover, a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.main-menu__submenu_caret {
  transform-origin: center;
  fill: currentColor;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.main-menu__submenu_caret a {
  --tw-translate-x: -0px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.main-menu__nav-item.parent {
  position: relative;
  z-index: 50;
}
.main-menu__nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .main-menu__nav-link {
    justify-content: flex-start;
  }
}
.main-menu__nav-link a {
  white-space: nowrap;
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .main-menu__nav-item:hover .main-menu__nav-link a {
    --tw-border-opacity: 1;
    border-color: rgb(0 181 175 / var(--tw-border-opacity, 1));
  }
}
.main-menu__nav-item.parent svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.main-menu__nav-item.parent.expanded svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.main-menu__nav-item.parent.expanded .main-sub-menu {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
  opacity: 1;
}
/*This is the secondary-color "button" looking nav item.*/
.main-menu__nav-item-special {
  margin-top: 1.5rem;
  display: block;
  cursor: pointer;
  align-items: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 75 69 / var(--tw-border-opacity, 1));
}
.main-menu__nav-item-special:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 181 175 / var(--tw-bg-opacity, 1));
}
.main-menu__nav-item-special {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
@media (min-width: 1024px) {

  .main-menu__nav-item-special {
    margin-top: 0px;
  }
}
.main-menu__nav-item-special:last-child {
  margin-right: 1.5rem;
}
.main-menu__nav-item-special .main-menu__nav-link a {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.main-menu__nav-item-special:hover .main-menu__nav-link a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 181 175 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.main-sub-menu {
  position: static;
  z-index: 10;
  display: none;
  min-width: 200px;
  border-left-width: 4px;
  border-color: transparent;
  text-decoration-line: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
@media (min-width: 1024px) {

  .main-sub-menu {
    position: absolute;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(0 116 109 / var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
  }
}
.main-sub-menu {
    top: 100%;
    left: 100%;
  }
.main-sub-menu__sub-nav-item {
  width: 100%;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.main-sub-menu__sub-nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.main-sub-menu__sub-nav-link {
  text-decoration-line: none;
}
.main-sub-menu__sub-nav-link span {
  border-bottom-width: 2px;
  border-color: transparent;
}
@media (min-width: 640px) {

  .main-sub-menu__sub-nav-link:hover span {
    --tw-border-opacity: 1;
    border-color: rgb(0 181 175 / var(--tw-border-opacity, 1));
  }
}
/* Language Selector */
.gg-language-selector {
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.gg-language-selector__icon-wrapper {
  display: flex;
  width: 100%;
}
.gg-language-selector__icon-wrapper button {
  margin-left: 2rem;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.gg-mobile-text {
  margin-left: 1rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.gg-mobile-text:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .gg-mobile-text {
    display: none;
  }
}
.gg-language-selector__language-list {
  position: absolute;
  margin-top: 2rem;
  --tw-translate-x: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px) {

  .gg-language-selector__language-list {
    --tw-translate-x: -4rem;
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.main-menu.open .gg-language-selector__language-list {
  padding-bottom: 2rem;
}
.gg-language-selector__language-list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1rem;
  font-weight: 600;
}
.gg-language-selector__language-list li:last-child {
  padding-bottom: 0.5rem;
}
.gg-language-selector__language-list li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 181 175 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.gg-language-selector__language-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.gg-flag-icon svg {
  margin-right: 0.5rem;
  display: block;
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {

  .gg-flag-icon svg {
    height: 32px;
    width: 32px;
  }
}
.gg-globe-button {
  margin-left: 0.5rem;
  height: 24px;
  width: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.gg-globe-button:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
/*  End Language */
/* All footer */
.global-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.global-footer h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.global-footer h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.global-footer a {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.global-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.global-footer__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1536px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .global-footer__content-wrapper {
    flex-direction: row;
  }
}
/* Static Side */
.global-footer__static-content {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 640px) {

  .global-footer__static-content {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.global-footer__static-content__item-wrapper {
  display: flex;
  width: 220px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .global-footer__static-content__item-wrapper {
    align-items: flex-start;
  }
}
.global-footer__static-content__item:first-child {
  display: none;
}
@media (min-width: 1024px) {

  .global-footer__static-content__item {
    justify-content: flex-start;
  }

  .global-footer__static-content__item:first-child {
    display: block;
  }
}
.global-footer__social-img__wrapper {
  display: flex;
  flex-direction: row;
}
.global-footer__sga-img > a > img {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  height: 40px;
}
.footer-social-icon {
  margin-right: 0.5rem;
  height: 35px;
  width: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
/* Dynamic side */
.global-footer__dynamic-content {
  margin-top: 2rem;
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}
@media (min-width: 768px) {

  .global-footer__dynamic-content {
    width: 100%;
    flex-direction: row;
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {

  .global-footer__dynamic-content {
    margin-top: 0px;
    justify-content: flex-end;
  }
}
.global-footer__dynamic-content__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 640px) {

  .global-footer__dynamic-content__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {

  .global-footer__dynamic-content__list {
    justify-content: flex-start;
  }
}
.global-footer__dynamic-content__item-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}
@media (min-width: 640px) {

  .global-footer__dynamic-content__item-wrapper {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {

  .global-footer__dynamic-content__item-wrapper {
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
.global-footer__dynamic-content__item {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
/* Sub Footer */
.global-footer__sub-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.global-footer__sub-footer__row {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .global-footer__sub-footer__row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {

  .global-footer__sub-footer__row {
    width: 75%;
  }
}
.global-footer__sub-footer__row p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  .global-footer__sub-footer__row p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.global-footer__sub-footer__row a {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.global-footer__sub-footer__row a:hover {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.card-featured-post {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
}
.card-featured-post:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {

  .card-featured-post:not(:last-child) {
    margin-right: 2rem;
  }
}
.card-featured-post__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-featured-post__image {
  margin-bottom: 1.5rem;
  width: 100%;
  background-size: cover;
}
.card-featured-post__heading {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.card-featured-post__body-text {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .card-featured-post__body-text {
    padding-bottom: 0px;
  }
}
/* Exclusive feature block */
.featured_post_block__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .featured_post_block__wrapper {
    flex-direction: row;
  }
}
.featured_post_block__wrapper.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .featured_post_block__wrapper.reverse {
    flex-direction: row-reverse;
  }
}
.featured_post_block__wrapper.mobile-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .featured_post_block__wrapper.mobile-reverse {
    flex-direction: row;
  }
}
.featured_post_block__wrapper.reverse.mobile-reverse {
  flex-direction: column;
}
@media (min-width: 1024px) {

  .featured_post_block__wrapper.reverse.mobile-reverse {
    flex-direction: row-reverse;
  }
}
.featured_post_block__side {
  width: 100%;
}
@media (min-width: 1024px) {

  .featured_post_block__side {
    width: 50%;
  }
}
.featured_post_block__text-side {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
@media (min-width: 1024px) {

  .featured_post_block__text-side {
    padding: 0px;
  }
}
@media (min-width: 1280px) {

  .featured_post_block__text-side {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.featured_post_block__text-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .featured_post_block__text-container {
    width: 75%;
  }
}
.featured_post_block__eyebrow {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.featured_post_block__text-container h2 {
  margin-bottom: 1rem;
  align-items: flex-start;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.featured_post_block__text-container a {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.featured_post_block__text-container a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.featured_post_block__side.featured_post_block__text-side > div.featured_post_block__text-container > h3 {
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.featured_post_block__image-container {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {

  .featured_post_block__image-container {
    height: 500px;
    background-position: top;
  }
}
/* Featured Partner block */
.featured-partner-block {
  width: 100%;
  padding: 0px;
}
.featured-partner-block__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 640px) {

  .featured-partner-block__wrapper {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {

  .featured-partner-block__wrapper {
    padding: 4rem;
  }
}
.featured-partner-block__wrapper h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.featured-partner-block__wrapper h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.featured-partner-block__card-wrapper {
  margin: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {

  .featured-partner-block__card-wrapper {
    flex-direction: row;
  }
}
/* Featured Partner Card */
.featured-partner-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 1024px) {

  .featured-partner-card {
    width: 33.333333%;
  }
}
.featured-partner-card p {
  margin-left: 3.5rem;
}
.featured-partner-card h5 {
  width: 100%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.featured-partner-card__title-row {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
}
.featured-partner-card__icon {
  margin-right: 1.5rem;
  height: 35px;
  width: 35px;
}
.four-card-featured-post-block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #004b45 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 75 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #959595 var(--tw-gradient-to-position);
}
.four-card-featured-post-block__outer-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
.four-card-featured-post-block__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.four-card-featured-post-block__eyebrow__wrapper {
  display: flex;
  height: 25px;
  width: 100%;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-start;
}
.four-card-featured-post-block__eyebrow__wrapper p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.four-card-featured-post-block__eyebrow__wrapper hr {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5rem;
  display: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 181 175 / var(--tw-border-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 640px) {

  .four-card-featured-post-block__eyebrow__wrapper hr {
    display: block;
    width: 25%;
  }
}
.four-card-featured-post-block__title-row {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 50px;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {

  .four-card-featured-post-block__title-row {
    flex-direction: row;
  }
}
.four-card-featured-post-block__title-row h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .four-card-featured-post-block__title-row h2 {
    margin-bottom: 0px;
  }
}
.four-card-featured-post-block__explore-link {
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.four-card-featured-post-block__explore-link a {
  flex-shrink: 1;
  text-decoration-line: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}
.four-card-featured-post-block__caret {
  margin-top: 3px;
  display: inline-block;
  height: 20px;
  width: 25px;
  flex-shrink: 1;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
}
.four-card-featured-post-block__cards {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 640px) {

  .four-card-featured-post-block__cards {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .four-card-featured-post-block__cards {
    flex-direction: row;
  }
}
@font-face {
    font-family: jaf-bernina;
    font-weight: 300;
  }
.fw-info-block {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}
.fw-info-block::before {
    background-color: rgba(0,0,0, .5);
  }
.fw-info-block__wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {

  .fw-info-block__wrapper {
    width: 75%;
  }
}
.fw-info-block__eyebrow__wrapper {
  margin: 0px;
  flex-direction: column;
  align-items: center;
}
.fw-info-block__eyebrow__wrapper p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.fw-info-block__eyebrow__wrapper p.dark {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.fw-info-block__eyebrow__wrapper p.bright {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.fw-info-block__eyebrow__wrapper h2 {
  margin-bottom: 0.5rem;
  padding-bottom: 0.125rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.fw-info-block__eyebrow__wrapper h2.dark {
  font-weight: 200;
}
.fw-info-block__eyebrow__wrapper h2.bright {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 1024px) {

    .fw-info-block__eyebrow__wrapper h2 {
    font-size: 3rem;
    line-height: 1;
  }
  }
.fw-info-block__divider {
  margin-left: auto;
  margin-right: auto;
  width: 6rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity, 1));
}
.fw-info-block__divider.bright {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.fw-info-block__body {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.fw-info-block__body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.fw-info-block__body :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.fw-info-block__body :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.fw-info-block__body :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.fw-info-block__body :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.fw-info-block__body :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.fw-info-block__body :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.fw-info-block__body :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.fw-info-block__body :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.fw-info-block__body :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.fw-info-block__body :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.fw-info-block__body :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.fw-info-block__body :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.fw-info-block__body :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.fw-info-block__body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.fw-info-block__body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.fw-info-block__body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.fw-info-block__body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.fw-info-block__body :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.fw-info-block__body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.fw-info-block__body :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.fw-info-block__body :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.fw-info-block__body :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.fw-info-block__body :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.fw-info-block__body :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.fw-info-block__body :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.fw-info-block__body :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.fw-info-block__body :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.fw-info-block__body :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.fw-info-block__body :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.fw-info-block__body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.fw-info-block__body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.fw-info-block__body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.fw-info-block__body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.fw-info-block__body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.fw-info-block__body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.fw-info-block__body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.fw-info-block__body :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.fw-info-block__body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.fw-info-block__body :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.fw-info-block__body :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.fw-info-block__body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.fw-info-block__body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.fw-info-block__body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.fw-info-block__body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.fw-info-block__body :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.fw-info-block__body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.fw-info-block__body :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.fw-info-block__body :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.fw-info-block__body :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.fw-info-block__body :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.fw-info-block__body :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.fw-info-block__body :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.fw-info-block__body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.fw-info-block__body :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.fw-info-block__body {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.fw-info-block__body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.fw-info-block__body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.fw-info-block__body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.fw-info-block__body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.fw-info-block__body :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.fw-info-block__body :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.fw-info-block__body :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.fw-info-block__body :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.fw-info-block__body :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.fw-info-block__body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.fw-info-block__body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.fw-info-block__body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.fw-info-block__body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.fw-info-block__body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.fw-info-block__body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.fw-info-block__body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.fw-info-block__body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.fw-info-block__body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.fw-info-block__body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.fw-info-block__body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.fw-info-block__body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.fw-info-block__body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.fw-info-block__body :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.fw-info-block__body :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.fw-info-block__body {
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: transparent;
  padding: 1rem;
  text-align: center;
  font-family: jaf-bernina-sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .fw-info-block__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.fw-info-block__body {
  width: 100%;
  max-width: 1024px;
}
@media (min-width: 1024px) {

  .fw-info-block__body {
    max-width: 1280px;
  }
}
.fw-info-block__body a {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.fw-info-block__body a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.fw-info-block__body.bright a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.fw-info-block__body.bright a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.fw-info-block__body.bright {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.two-column-link-list {
  width: 100%;
}
.two-column-link-list__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .two-column-link-list__wrapper {
    flex-direction: row;
  }
}
.two-column-link-list__wrapper.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .two-column-link-list__wrapper.reverse {
    flex-direction: row-reverse;
  }
}
.two-column-link-list__wrapper.mobile-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .two-column-link-list__wrapper.mobile-reverse {
    flex-direction: row;
  }
}
.two-column-link-list__wrapper.reverse.mobile-reverse {
  flex-direction: column;
}
@media (min-width: 1024px) {

  .two-column-link-list__wrapper.reverse.mobile-reverse {
    flex-direction: row-reverse;
  }
}
.two-column-link-list__side {
  width: 100%;
}
@media (min-width: 1280px) {

  .two-column-link-list__side {
    width: 50%;
  }
}
.two-column-link-list__text-side {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
@media (min-width: 1024px) {

  .two-column-link-list__text-side {
    padding: 0px;
  }
}
@media (min-width: 1280px) {

  .two-column-link-list__text-side {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.two-column-link-list__text-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .two-column-link-list__text-container {
    margin-top: 1.5rem;
    width: 75%;
  }
}
.two-column-link-list__text-container h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.two-column-link-list__links {
  margin-top: 2rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {

  .two-column-link-list__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.two-column-link-list__image-container {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {

  .two-column-link-list__image-container {
    height: 500px;
    background-position: top;
  }
}
/* Links */
.link-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
}
@media (min-width: 768px) {

  .link-list {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.link-list__circle-w-caret {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
@media (min-width: 768px) {

  .link-list__circle-w-caret {
    height: 30px;
    width: 30px;
  }
}
.link-list a {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.link-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.link-list p {
  margin-left: 0.5rem;
}
@media (min-width: 1024px) {

  .link-list p {
    margin-left: 1rem;
  }
}
.list-of-links {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {

  .list-of-links {
    justify-content: center;
  }
}
.list-of-links__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px) {

  .list-of-links__wrapper {
    width: 75%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.columnated-simple-links-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.columnated-simple-links-block__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 1024px) {

  .columnated-simple-links-block__wrapper {
    max-width: 1536px;
  }
}
.columnated-simple-links-block__title {
  margin-bottom: 3rem;
  text-align: center;
  font-family: jaf-bernina-sans, sans-serif;
}
.columnated-simple-links-block__title h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.columnated-simple-links-block__columns {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  .columnated-simple-links-block__columns {
    margin-left: 9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.columnated-simple-links-block__cta-button {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.image-tile-grid-block {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: jaf-bernina-sans, sans-serif;
}
.image-tile-grid__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.image-link-tile__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .image-link-tile__wrapper {
    grid-template-columns: repeat(2, max-content);
  }
}
@media (min-width: 1280px) {

  .image-link-tile__wrapper {
    grid-template-columns: repeat(3, max-content);
  }
}
@media (min-width: 1536px) {

  .image-link-tile__wrapper {
    grid-template-columns: repeat(4, max-content);
  }
}
.image-link-tile {
  width: auto;
}
.image-link-link {
  margin: 1rem;
  margin-top: 1rem;
  display: block;
}
.image-link-tile__image {
  height: auto;
  width: 100%;
}
.blog-list-sidebar__main {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {

  .blog-list-sidebar__main {
    flex-direction: row;
  }
}
.blog-list-sidebar__list {
    /* As long as we're flex-col-reverse in .blog-list-sidebar__main, no overlap on mobile */
  }
@media (min-width: 768px) {

  .blog-list-sidebar__list {
    z-index: 10;
    margin-top: -2rem;
  }
}
.blog-list-sidebar__list ul {
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .blog-list-sidebar__list ul {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-list-sidebar__list ul {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .blog-list-sidebar__list ul {
    margin-right: 6rem;
  }
}
.blog-list-sidebar__sidebar {
  margin-bottom: 1rem;
  width: 100%;
  align-self: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {

  .blog-list-sidebar__sidebar {
    margin-bottom: 0px;
  }
}
.blog-list-sidebar__sidebar {
  min-width: 300px;
}
@media (min-width: 768px) {

  .blog-list-sidebar__sidebar {
    width: 25%;
  }
}
.blog-list-sidebar__plain-header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {

  .blog-list-sidebar__plain-header {
    height: 300px;
  }
}
.blog-list-full-width__blog-list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .blog-list-full-width__blog-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.four-o-four__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 1024px;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
}
.four-o-four__heading h1 {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.four-o-four__message-wrapper {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.four-o-four__message-wrapper :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.four-o-four__message-wrapper :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.four-o-four__message-wrapper :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.four-o-four__message-wrapper :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.four-o-four__message-wrapper :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.four-o-four__message-wrapper :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.four-o-four__message-wrapper :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.four-o-four__message-wrapper :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.four-o-four__message-wrapper :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.four-o-four__message-wrapper :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.four-o-four__message-wrapper :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.four-o-four__message-wrapper :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.four-o-four__message-wrapper :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.four-o-four__message-wrapper :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.four-o-four__message-wrapper :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.four-o-four__message-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.four-o-four__message-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.four-o-four__message-wrapper :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.four-o-four__message-wrapper :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.four-o-four__message-wrapper :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.four-o-four__message-wrapper :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.four-o-four__message-wrapper :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.four-o-four__message-wrapper :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.four-o-four__message-wrapper :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.four-o-four__message-wrapper :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.four-o-four__message-wrapper :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.four-o-four__message-wrapper :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.four-o-four__message-wrapper :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.four-o-four__message-wrapper :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.four-o-four__message-wrapper :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.four-o-four__message-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.four-o-four__message-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.four-o-four__message-wrapper :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.four-o-four__message-wrapper :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.four-o-four__message-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.four-o-four__message-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.four-o-four__message-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.four-o-four__message-wrapper :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.four-o-four__message-wrapper :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.four-o-four__message-wrapper :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.four-o-four__message-wrapper :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.four-o-four__message-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.four-o-four__message-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.four-o-four__message-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.four-o-four__message-wrapper :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.four-o-four__message-wrapper :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.four-o-four__message-wrapper :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.four-o-four__message-wrapper :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.four-o-four__message-wrapper :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.four-o-four__message-wrapper :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.four-o-four__message-wrapper :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.four-o-four__message-wrapper :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.four-o-four__message-wrapper :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.four-o-four__message-wrapper :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.four-o-four__message-wrapper :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.four-o-four__message-wrapper {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.four-o-four__message-wrapper :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.four-o-four__message-wrapper :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.four-o-four__message-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.four-o-four__message-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.four-o-four__message-wrapper :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.four-o-four__message-wrapper :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.four-o-four__message-wrapper :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.four-o-four__message-wrapper :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.four-o-four__message-wrapper :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.four-o-four__message-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.four-o-four__message-wrapper :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.four-o-four__message-wrapper :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.four-o-four__message-wrapper :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.four-o-four__message-wrapper :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.four-o-four__message-wrapper :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.four-o-four__message-wrapper :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.four-o-four__message-wrapper :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.four-o-four__message-wrapper :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.four-o-four__message-wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.four-o-four__message-wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.four-o-four__message-wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.four-o-four__message-wrapper :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.four-o-four__message-wrapper :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.four-o-four__message-wrapper :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.four-o-four__message-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
/*********************\
   Content Sidebar Page
  \*********************/
.content-sidebar-page__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .content-sidebar-page__wrapper {
    flex-direction: row;
  }
}
.content-sidebar-page__content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .content-sidebar-page__content {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .content-sidebar-page__content {
    margin-right: 1.5rem;
    width: 60%;
  }
}
@media (min-width: 1024px) {

  .content-sidebar-page__content {
    margin-right: 6rem;
  }
}
.content-sidebar-page__side-bar {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}
@media (min-width: 768px) {

  .content-sidebar-page__side-bar {
    width: 40%;
  }
}
.content-sidebar-page__side-bar .block-image_link .__gp__link-tile .__gp__link-tile__description p {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar .block-image_link .__gp__link-tile .__gp__link-tile__description a {
  --tw-text-opacity: 1;
  color: rgb(0 181 175 / var(--tw-text-opacity, 1));
}
.content-sidebar-page__side-bar .block-image_link .__gp__link-tile .__gp__link-tile__description a:hover {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
/***************************\
    Body Copy (RichTextBlock)
  \***************************/
/*
  Here, wagtail spits out all RichText content in an
  irreducible chunk of html tags.
  */
.body-copy-block {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.body-copy-block :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.body-copy-block :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.body-copy-block :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.body-copy-block :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.body-copy-block :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.body-copy-block :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.body-copy-block :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.body-copy-block :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.body-copy-block :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.body-copy-block :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.body-copy-block :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.body-copy-block :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.body-copy-block :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.body-copy-block :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.body-copy-block :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.body-copy-block :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.body-copy-block :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.body-copy-block :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.body-copy-block :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.body-copy-block :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.body-copy-block :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.body-copy-block :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.body-copy-block :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.body-copy-block :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.body-copy-block :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.body-copy-block :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.body-copy-block :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.body-copy-block :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.body-copy-block :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.body-copy-block :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.body-copy-block :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.body-copy-block :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.body-copy-block :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.body-copy-block :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.body-copy-block :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.body-copy-block :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.body-copy-block :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.body-copy-block :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.body-copy-block :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.body-copy-block :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.body-copy-block :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.body-copy-block :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.body-copy-block :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.body-copy-block :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.body-copy-block :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.body-copy-block :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.body-copy-block :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.body-copy-block :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.body-copy-block :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.body-copy-block :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.body-copy-block :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.body-copy-block :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.body-copy-block :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.body-copy-block :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.body-copy-block :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.body-copy-block {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.body-copy-block :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.body-copy-block :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.body-copy-block :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.body-copy-block :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.body-copy-block :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.body-copy-block :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.body-copy-block :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.body-copy-block :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.body-copy-block :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.body-copy-block :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.body-copy-block :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.body-copy-block :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.body-copy-block :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.body-copy-block :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.body-copy-block :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.body-copy-block :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.body-copy-block :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.body-copy-block :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.body-copy-block :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.body-copy-block :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.body-copy-block :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.body-copy-block :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.body-copy-block :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.body-copy-block :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.body-copy-block {
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: jaf-bernina-sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .body-copy-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.body-copy-block {
  width: 100%;
  max-width: 1024px;
}
@media (min-width: 1024px) {

  .body-copy-block {
    max-width: 1280px;
  }
}
.content-fullwidth-page .body-copy-block {
  padding: 2rem;
}
.body-copy-block h2 {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.body-copy-block h3 {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.body-copy-block h4 {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.body-copy-block p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
}
.body-copy-block a:hover {
  --tw-text-opacity: 1;
  color: rgb(236 28 36 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.body-copy-block ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}
.body-copy-block ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}
.body-copy-block li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.body-copy-block hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.body-copy-block .richtext-image {
  max-width: 100%;
}
.body-copy-block .richtext-image.full-width {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.body-copy-block .richtext-image.left {
  float: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}
.body-copy-block .richtext-image.right {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.body-copy-block__clear-floats {
  clear: both;
}
/***************************\
    SimpleCTABlock (
  \***************************/
.simple-cta-block .__gp__cta-button {
  padding-left: 5rem;
  padding-right: 5rem;
}
.simple-cta-block .__gp__cta-button--neutral:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 28 36 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(236 28 36 / var(--tw-text-opacity, 1));
}
/************\
    Blog pages
  \************/
.content .vertical-gradient {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #004b45 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 75 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #959595 var(--tw-gradient-to-position);
}
.post-content-wrapper {
  width: 100%;
  flex-grow: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-right: 1rem;
  font-family: jaf-bernina-sans, sans-serif;
}
.post-content-wrapper h2 {
  margin-bottom: 1rem;
}
.profile {
  display: flex;
}
.sidebar-post-author {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.125rem;
  padding: 1rem;
}
.sidebar-post-author h6 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.profile .profile-avatar {
  margin-right: 1rem;
  display: none;
}
@media (min-width: 640px) {

  .profile .profile-avatar {
    display: block;
  }
}
.profile .profile-avatar img {
  height: 5rem;
  width: 5rem;
  max-width: -moz-min-content;
  max-width: min-content;
  border-radius: 9999px;
}
.profile .profile-info {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
}
.profile .profile-info h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.blog-post-links {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: start;
}
@media (min-width: 1024px) {

  .blog-post-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 6rem;
  }
}
@media (min-width: 1280px) {

  .blog-post-links {
    gap: 12rem;
  }
}
.blog-post-links-link {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  max-width: 24rem;
  flex-direction: column;
}
.blog-post-links-link .img-wrapper a.post-img {
  display: block;
  width: 100%;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 12rem;
}
.blog-post-breadcrumbs {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .blog-post-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-post-breadcrumbs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.blog-post-breadcrumbs ul li {
  display: inline-block;
}
.blog-post-breadcrumbs ul {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px) {

  .blog-post-breadcrumbs ul {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-post-breadcrumbs ul {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .blog-post-breadcrumbs ul {
    margin-right: 6rem;
  }
}
.blog-post-breadcrumbs h1 {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 640px) {

  .blog-post-breadcrumbs h1 {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-post-breadcrumbs h1 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .blog-post-breadcrumbs h1 {
    margin-right: 6rem;
  }
}
.__gp__blog-hero__solid-background {
  height: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 109 / var(--tw-bg-opacity, 1));
}
.el-pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  max-width: 24rem;
  flex-direction: row;
  justify-content: center;
}
.el-pagination > * {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/* On sidebar pages, pagination is at the bottom 
    of of a linear gradient that resolves to a greyish 
    color. Here we need to fix the contrast
  */
.blog-list-sidebar__list .el-pagination .endless_page_current {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.blog-list-sidebar__list .el-pagination .endless_page_link {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}
/* Contact Form */
.contact-form__wrapper {
  font-family: jaf-bernina-sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .contact-form__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.contact-form__wrapper {
  width: 100%;
}
.contact-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.contact-form__title {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.contact-form__row {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
@media (min-width: 768px) {

  .contact-form__row {
    flex-direction: row;
  }
}
.contact-form__row > .contact-form__input-group:not(:first-child) {
  margin-left: 0px;
}
@media (min-width: 768px) {

  .contact-form__row > .contact-form__input-group:not(:first-child) {
    margin-left: 4rem;
  }
}
.contact-form__title {
  --tw-text-opacity: 1;
  color: rgb(0 116 109 / var(--tw-text-opacity, 1));
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.contact-form__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 400;
}
.contact-form input {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}
.contact-form input:focus {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-form textarea {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 200px;
  width: 100%;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}
.contact-form textarea:focus {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-form ul {
  position: absolute;
  margin-top: -1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(236 28 36 / var(--tw-text-opacity, 1));
}
.contact-form__submit input {
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 69 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .contact-form__submit input {
    width: 25%;
  }
}
.contact-form__submit input:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 181 175 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
}
.contact-form__input-group {
  display: inline-block;
  flex: 1 1 0%;
}
.contact-form__thank_you {
  margin-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: jaf-bernina-sans, sans-serif;
}
.contact-form__thank_you h4 {
  --tw-text-opacity: 1;
  color: rgb(0 75 69 / var(--tw-text-opacity, 1));
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.contact-form__thank_you p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.overflow-hidden {
  overflow: hidden;
}
/* Link Tile Styles */
/******************************\
   Two Column HTML Embed Block
\******************************/
/* Two Column Link List */
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
