.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
.hidden {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* 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;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: blue auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus-visible {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading-color);
}
h1,
.h1 {
  font-size: calc(3.7*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.7*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(4.3*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.1*1rem);
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.1*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3.7*1rem);
  }
}
h3,
.h3 {
  font-size: calc(1.87*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(1.87*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(1.87*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  padding: 12px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
  transition: ease all 0.3s;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  cursor: pointer;
  will-change: transform;
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
button.alt,
.button.alt,
a.button.alt {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
  border: 1px solid var(--button-text-color-hover);
}
button.alt:hover,
.button.alt:hover,
a.button.alt:hover,
button.alt:focus-visible,
.button.alt:focus-visible,
a.button.alt:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
p + p,
ul + p,
ol + p,
dl + p,
p + ul,
ul + ul,
ol + ul,
dl + ul,
p + ol,
ul + ol,
ol + ol,
dl + ol,
p + dl,
ul + dl,
ol + dl,
dl + dl {
  margin-top: 1.5em;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
.text-content {
  padding: 45px 15px;
}
.text-content h3,
.text-content h4,
.text-content h5 {
  padding-top: 25px;
}
.text-content h3 * {
  font-size: 1.87rem !important;
}
.text-content ul,
.text-content ol {
  margin-left: 20px;
}
.text-content ul + ul,
.text-content ol + ul,
.text-content ul + ol,
.text-content ol + ol {
  margin-left: 40px;
}
.text-content ul + ul + ul,
.text-content ol + ul + ul,
.text-content ul + ol + ul,
.text-content ol + ol + ul,
.text-content ul + ul + ol,
.text-content ol + ul + ol,
.text-content ul + ol + ol,
.text-content ol + ol + ol {
  margin-left: 60px;
}
#rs-builder .medium-editor-toolbar-anchor-preview-inner:hover,
#rs-builder .medium-editor-toolbar-anchor-preview-inner:focus-visible {
  color: var(--text-color-alt);
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ddd;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
  max-height: 500px;
  resize: vertical;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  padding: 12px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
  transition: ease all 0.3s;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  will-change: transform;
  width: 100%;
  max-width: 265px;
  margin: auto;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
form input[type="submit"].alt,
form input[type="button"].alt,
form input[type="reset"].alt,
form button.alt {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
  border: 1px solid var(--button-text-color-hover);
}
form input[type="submit"].alt:hover,
form input[type="button"].alt:hover,
form input[type="reset"].alt:hover,
form button.alt:hover,
form input[type="submit"].alt:focus-visible,
form input[type="button"].alt:focus-visible,
form input[type="reset"].alt:focus-visible,
form button.alt:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .fields {
  display: flex;
  flex-direction: column;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 0.8em;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 300;
  background-color: var(--page-bg-color);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 980px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 10px;
}
#skip-link a,
#skip-link button {
  color: var(--button-text-color);
  text-decoration: underline;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
.rs-rs-inner-markup {
  background-color: var(--page-bg-color);
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.rs-rs-inner {
  background-color: var(--page-bg-color) !important;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter {
  max-width: 80% !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -20px !important;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  line-clamp: 2;
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 0.7em;
  font-size: 20px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
@media screen and (min-width: 960px) {
  #navwrap {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
  }
}
.block#header {
  background-color: var(--primary-bg-color);
  border-bottom: 3px solid var(--button-bg-color);
  padding: 25px 15px;
  transition: padding 0.3s ease;
}
.block#header.scrolled {
  padding: 10px 15px;
}
.block#header .nav-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.block#header .logo-container {
  width: 120px;
}
.block#header .logo-container a {
  display: block;
}
.block#header .logo-container a img {
  width: 100%;
  height: auto;
}
.block#header .nav-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.block#header .nav-cta a {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  padding: 12px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
  transition: ease all 0.3s;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  cursor: pointer;
  will-change: transform;
  min-width: 100%;
}
.block#header .nav-cta a:hover,
.block#header .nav-cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
.block#header .nav-cta a.alt {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
  border: 1px solid var(--button-text-color-hover);
}
.block#header .nav-cta a.alt:hover,
.block#header .nav-cta a.alt:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
.block#header .nav-container.desktop {
  display: none;
}
.block#header .nav-container.mobile {
  display: block;
}
.block#header .nav-container.mobile ul {
  display: none;
  padding: 20px 0 0;
}
.block#header .nav-container.mobile ul li {
  text-align: center;
}
.block#header .nav-container.mobile ul li a {
  display: inline-block;
  color: var(--text-color-alt);
  padding: 5px 10px;
}
.block#header .nav-container.mobile ul li a:hover,
.block#header .nav-container.mobile ul li a:focus-visible {
  color: var(--heading-link-color);
}
.block#header #mobile-grip {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 20px auto 0;
}
.block#header #mobile-grip:hover,
.block#header #mobile-grip:focus-visible {
  transform: unset;
}
.block#header #mobile-grip span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--button-bg-color-hover);
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .block#header nav {
    align-items: center;
  }
  .block#header .nav-container.desktop {
    display: flex;
  }
  .block#header .nav-container.mobile {
    display: none;
  }
  .block#header nav ul {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block#header nav ul li a {
    color: var(--text-color-alt);
    padding: 5px 10px;
  }
  .block#header nav ul li a:hover,
  .block#header nav ul li a:focus-visible {
    color: var(--heading-link-color);
  }
}
.block.hero {
  background-color: var(--secondary-bg-color);
  position: relative;
}
.block.hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151515;
  opacity: 0.3;
  pointer-events: none;
}
.block.hero.home {
  padding: 90px 15px;
}
.block.hero.home.video {
  position: relative;
}
.block.hero.home.video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.hero.home .title * {
  text-transform: uppercase;
}
.block.hero.subpage {
  padding: 35px 15px;
}
.block.hero .title * {
  color: var(--heading-color-alt);
}
.block.hero .subtitle {
  margin: 15px 0 35px;
  padding-left: 10px;
  border-left: 3px solid var(--button-bg-color);
}
.block.hero .subtitle h2 {
  padding: 0;
}
.block.hero .subtitle * {
  font-size: calc(2.2*1rem);
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.hero .subtitle * {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero .subtitle * {
    font-size: calc(2.5*1rem);
  }
}
.block.hero .cta,
.block.hero .cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.block.hero .cta a,
.block.hero .cta > div a {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  padding: 12px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
  transition: ease all 0.3s;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  cursor: pointer;
  will-change: transform;
}
.block.hero .cta a:hover,
.block.hero .cta > div a:hover,
.block.hero .cta a:focus-visible,
.block.hero .cta > div a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
.block.hero .cta a.alt,
.block.hero .cta > div a.alt {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
  border: 1px solid var(--button-text-color-hover);
}
.block.hero .cta a.alt:hover,
.block.hero .cta > div a.alt:hover,
.block.hero .cta a.alt:focus-visible,
.block.hero .cta > div a.alt:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
.block.hero .cta a:nth-of-type(even),
.block.hero .cta > div a:nth-of-type(even) {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
  border: 1px solid var(--button-text-color-hover);
}
.block.hero .cta a:nth-of-type(even):hover,
.block.hero .cta > div a:nth-of-type(even):hover,
.block.hero .cta a:nth-of-type(even):focus-visible,
.block.hero .cta > div a:nth-of-type(even):focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  transform: translateY(-2px);
  border: 1px solid var(--button-border-color);
}
@media screen and (min-width: 960px) {
  .block.hero.home {
    padding: 280px 15px 180px;
  }
  .block.hero.home.video video {
    display: block;
    pointer-events: none;
  }
  .block.hero.subpage {
    padding: 200px 15px 100px;
  }
  .block.hero .cta a,
  .block.hero .cta > div a {
    margin: 0;
  }
}
.block.team {
  padding: 65px 15px 45px;
}
.block.team header {
  margin-bottom: 45px;
}
.block.team .board-list ul {
  list-style: none;
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.block.team .board-list ul li {
  width: 100%;
}
.block.team .member-image {
  width: 100%;
}
.block.team .member-image img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto;
}
.block.team .member-info .member-name {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 500px) {
  .block.team .board-list ul li {
    width: calc(50% - 1em);
  }
  .block.team .member-image img {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .block.team .board-list ul li {
    width: calc(25% - 1.5em);
  }
}
.block.member-bio {
  padding: 45px 15px;
}
.block.member-bio .inner {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.block.member-bio .primary,
.block.member-bio .secondary {
  width: 100%;
}
.block.member-bio a {
  text-decoration: underline;
}
.block.member-bio a:hover,
.block.member-bio a:focus-visible {
  text-decoration: none;
}
.block.member-bio h3,
.block.member-bio h4,
.block.member-bio h5 {
  padding-top: 25px;
}
.block.member-bio h3 * {
  font-size: 1.87rem !important;
}
.block.member-bio ul,
.block.member-bio ol {
  margin-left: 20px;
}
.block.member-bio ul > ul,
.block.member-bio ol > ul,
.block.member-bio ul > ol,
.block.member-bio ol > ol {
  margin-bottom: 20px;
}
.block.member-bio .primary img {
  width: 100%;
  max-width: 475px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block.member-bio .primary,
  .block.member-bio .secondary {
    width: calc(50% - 25px);
  }
  .block.member-bio .primary img {
    max-width: unset;
  }
}
.block.iframe-embed {
  padding: 35px 15px;
}
.block.iframe-embed .inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
.simple-text {
  position: relative;
  padding: 35px 15px;
}
.simple-text a {
  text-decoration: underline;
}
.simple-text a:hover,
.simple-text a:focus-visible {
  text-decoration: none;
}
.simple-text ul,
.simple-text ol {
  margin-left: 20px;
}
.simple-text ul + ul,
.simple-text ol + ul,
.simple-text ul + ol,
.simple-text ol + ol {
  margin-left: 40px;
}
.simple-text ul + ul + ul,
.simple-text ol + ul + ul,
.simple-text ul + ol + ul,
.simple-text ol + ol + ul,
.simple-text ul + ul + ol,
.simple-text ol + ul + ol,
.simple-text ul + ol + ol,
.simple-text ol + ol + ol {
  margin-left: 60px;
}
.simple-text .image-wrapper {
  margin-top: 5px;
}
.simple-text .image-wrapper a {
  display: inline-block;
}
.simple-text .image-wrapper img {
  height: 100%;
  max-height: 300px;
  width: auto;
}
.block.support {
  padding: 45px 15px;
}
.block.support header * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading-color);
  font-size: calc(1.87*1rem);
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block.support header * {
    font-size: calc(1.87*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.support header * {
    font-size: calc(1.87*1rem);
  }
}
.block.support .inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 25px;
}
.block.support .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block.support a {
  text-decoration: underline;
}
.block.support a:focus-visible,
.block.support a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .block.support .col {
    width: calc(50% - 25px);
  }
}
.block.contact {
  padding: 45px 15px;
}
.block.contact form {
  margin-top: 20px;
}
.block.contact .content {
  padding-bottom: 20px;
}
.block.contact a {
  text-decoration: underline;
}
.block.contact a:hover,
.block.contact a:focus-visible {
  text-decoration: none;
}
.block.upcoming-events {
  padding: 45px 15px;
}
.block.upcoming-events .post-date {
  padding-bottom: 5px;
}
.block.upcoming-events .cta {
  margin-top: 15px;
}
.block.upcoming-events .swiper-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.block.upcoming-events .swiper-nav .swiper-button-custom-next,
.block.upcoming-events .swiper-nav .swiper-button-custom-prev {
  margin: 0;
}
.text-content.event-single {
  padding: 45px 15px;
}
.text-content.event-single .post-date {
  margin-bottom: 20px;
}
.text-content.event-single .return-link {
  margin-top: 25px;
}
.block.event-list {
  padding: 45px 15px;
}
.block.event-list .list-container {
  display: none;
}
.block.event-list .list-container.ready {
  display: block;
}
.block.event-list ul {
  list-style: none;
}
.block.event-list ul li + li {
  border-top: 3px solid var(--button-bg-color);
  margin-top: 10px;
}
.block.event-list ul + .event-heading {
  margin-top: 20px;
}
.block.event-list .event-item {
  padding: 10px 0;
}
.block.event-list .post-date {
  padding-bottom: 5px;
}
.block.event-list .cta {
  margin-top: 15px;
}
.block.event-list .event-heading {
  color: var(--heading-color-alt);
  background-color: var(--secondary-bg-color);
  padding: 20px 15px;
}
.block.footer {
  background-color: var(--secondary-bg-color);
}
.block.footer p,
.block.footer span,
.block.footer li,
.block.footer div {
  color: var(--text-color-alt);
  font-size: 1.5rem;
}
.block.footer a {
  color: var(--heading-link-color);
  font-size: 1.5rem;
}
.block.footer a:hover,
.block.footer a:focus-visible {
  color: var(--heading-link-color);
  text-decoration: underline;
}
.block.footer .bottom {
  text-align: center;
  border-top: 2px solid var(--heading-color);
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .block.footer .bottom .links {
    width: fit-content;
    min-width: fit-content;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    min-width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
}

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