/* Scss Document: main scss doc (compiles to main.css) --- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, p,
a, cite, code,
del, em, img, q, s,
small, strong, var,
b, u, i, center, ul, li, label, caption,
article, aside, details, embed, footer, header,
menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

 ul {
  list-style: none;
}

 q {
  quotes: none;
}


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

/* added from base framework */

img {
  margin: 0;
  max-width: 100%;
}

/*! 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
   ========================================================================== */
/**
 * 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.
 */
section h1, article 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.
 */

/* 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.
 */

/**
 * 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 {
  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.
 */

/* 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,
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] {
  -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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */

/**
 * 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.
 */

/**
 * 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] {
  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.
 */

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* removed normalize */

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .menu-icon.on span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.nav, #mainnav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li, #mainnav ul > li {
  position: relative;
  display: block;
}

.nav > li > a, #mainnav ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, #mainnav ul > li > a:hover,
.nav > li > a:focus,
#mainnav ul > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a, #mainnav ul > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, #mainnav ul > li.disabled > a:hover,
.nav > li.disabled > a:focus,
#mainnav ul > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, #mainnav ul .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /*  background-color: #eeeeee;*/
  border-color: #337ab7;
}

.nav > li > a > img, #mainnav ul > li > a > img {
  max-width: none;
}


.nav:before,
#mainnav ul:before,
.nav:after,
#mainnav ul:after {
  display: table;
  content: " ";
}


.nav:after,
#mainnav ul:after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*!
 * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */
 .fa-regular, .fa-solid, .fab, .fas {
  --_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas, .fab, .fa-solid, .fa-regular):before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas, .fab, .fa-solid, .fa-regular):before {
    content: var(--fa);
  }
}

.fa-2x {
  font-size: 2em;
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  --fa-width:100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-circle-xmark {
  --fa:"\f057";
}

.fa-arrow-left {
  --fa:"\f060";
}

.fa-arrow-up {
  --fa:"\f062";
}

.fa-circle {
  --fa:"\f111";
}

.fa-info {
  --fa:"\f129";
}

 .fa-play-circle {
  --fa:"\f144";
}

.fa-file-pdf {
  --fa:"\f1c1";
}

.fa-rotate {
  --fa:"\f2f1";
}

/*!
 * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */
 :root {
  --fa-family-classic:"Font Awesome 7 Free";
  --fa-font-solid:normal 900 1em/1 var(--fa-family-classic);
  --fa-style-family-classic:var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2);
}
.fas {
  --fa-style:900;
}

 .fas {
  --fa-family:var(--fa-family-classic);
}

.fa-solid {
  --fa-style:900;
}

/*!
 * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */
 :root {
  --fa-family-brands:"Font Awesome 7 Brands";
  --fa-font-brands:normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2);
}
 .fab {
  --fa-family:var(--fa-family-brands);
  --fa-style:400;
}

.fa-linkedin-in {
  --fa:"\f0e1";
}

.fa-instagram {
  --fa:"\f16d";
}

.fa-facebook-f {
  --fa:"\f39e";
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:'auto';
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:'auto';
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

/* Scss Document: general styles ----------- */
/* Scss Document: functions, mixins, variables */
/* Scss Document */
/* Scss Document */
/* Scss Document: variables index */
/* Scss Document: color variables */
/* Scss Document: general variables */
/* spacing */
/* icons */
/* screen sizes */
/* borders */
/* box shadows */
/* timing */
/* bulma */
/* logo */
/* Scss Document: typography variables */
/* text weights, spacing */
/* text sizes */
/* headings */
/* text shadow */
/* Scss Document: general styles ----------- */
/* Scss Document */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

section {
  /*overflow-x: scroll;*/
  overflow-y: hidden;
  /* overflow: auto;*/
}

.cover {
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 48px 16px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

.feature {
  line-height: 0.5;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
.feature img {
  width: 100%;
  height: auto;
}
.feature .photo-caption {
  position: absolute;
  top: 16px;
  left: 16px;
}

.content--limit-wd, .content--limit {
  margin-right: auto;
  margin-left: auto;
}
.content--limit-wd::after, .content--limit::after {
  clear: both;
  content: "";
  display: block;
}

.content--limit {
  max-width: 1024px;
}

.content--limit-wd {
  max-width: 1280px;
}

.pad {
  padding: 16px;
}
@media (min-width: 568px) {
  .pad {
    padding: 24px;
  }
}
@media (min-width: 667px) {
  .pad {
    padding: 32px;
  }
}

.pad--v {
  padding: 16px 0 16px;
}
@media (min-width: 1024px) {
  .pad--v {
    padding: 80px 0 96px;
  }
}

.innerpad--v {
  padding-top: 16px;
  padding-bottom: 16px;
}

.box {
  padding: 8px 16px 0;
}

.cols {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
.cols .col {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cols .col {
    margin-bottom: 0;
  }
  .cols .col img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: none;
  }
}
.cols.col--gutter {
  gap: 16px;
}
.cta-box {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cta-box .cta {
  margin-bottom: 16px;
}
.collapse .cta-box {
  padding: 16px 0;
}

.vid-box {
  padding: 16px;
}

.sr-only, .menu-icon.on span, #toplink span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wow {
  visibility: hidden;
}

.img-headshot {
  max-width: 150px;
}

.photo-caption {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em;
  position: absolute;
  z-index: 200;
  left: 0;
  max-width: 85%;
  background: rgba(57, 57, 57, 0.6);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.photo-caption .caption-open,
.photo-caption .caption-close {
  font-size: 1.5em;
  cursor: pointer;
  padding: 0 0.25em;
}
.photo-caption .caption-txt {
  color: #000;
}
.photo-caption .caption-close {
  display: none;
}
.photo-caption p {
  margin-bottom: 0;
}
.photo-caption .caption-txt {
  display: none;
}
@media (min-width: 667px) {
  .photo-caption {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .photo-caption {
    max-width: 40%;
  }
}
@media (min-width: 1280px) {
  .photo-caption {
    max-width: 30%;
  }
}

.photo-caption-open {
  background: #fff;
}
.photo-caption-open .caption-close {
  color: #c8c8c8;
}

.vbox-content {
  padding-top: 2%;
  padding-bottom: 2%;
}

/* Scss Document: general styles ----------- */
/* Scss Document: backgrounds styles ----------- */
/* Scss Document: general styles ----------- */
/* Scss Document: typography styles ----------- */
body {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1133333333;
}

p, ul {
  margin: 0 0 1em;
}

hr {
  border-bottom: 2px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 16px 0;
}

strong, b {
  font-weight: 700;
}

/* headings */
.header {
  font-family: "antonio", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 16px;
}
.header p {
  margin: 0;
}
.header span {
  display: block;
}
.header strong {
  font-weight: 700;
  display: block;
}
.header a:link, .header a:visited, .header a:hover {
  text-decoration: none;
}

.header--lg {
  font-size: 3em;
}

.header--xl {
  font-size: 4.08em;
}

.intro {
  font-size: 1.0725em;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.intro p {
  margin-bottom: 0.9em;
}
@media (min-width: 1024px) {
  .intro {
    font-size: 1.1em;
  }
}

.signature {
  font-size: 0.85em;
  line-height: 1.503em;
  margin-top: 16px;
}
.signature .signee {
  color: #000;
}
.signature .signee em {
  font-style: italic;
}
@media (min-width: 768px) {
  .signature {
    font-size: 0.9em;
  }
}

.cover,
.cover h1, .cover h2, .cover h3, .cover h4 {
  color: #fff;
}

.caption {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 0;
  padding: 10.6666666667px 16px;
}
.caption em {
  font-style: normal;
}

.pullquote {
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 24px;
  text-indent: -0.4em;
}
.pullquote p {
  margin-bottom: 0;
}
.pullquote strong {
  font-size: 138%;
  font-weight: bold;
  font-style: italic;
}
.pullquote cite {
  font-style: normal;
  font-size: 90%;
}
.pullquote cite strong {
  font-size: 100%;
  font-weight: bold;
  font-style: normal !important;
}

/* text size */

.text-sm {
  font-size: 0.9em;
  line-height: 1.503em;
}

.text-plus {
  font-size: 1.045em;
}
@media (min-width: 1024px) {
  .text-plus {
    font-size: 1.1em;
  }
}

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

.margin-bottom {
  margin-bottom: 16px;
}

.margin-bottom-double {
  margin-bottom: 32px;
}

.margin-bottom-no {
  margin-bottom: 0 !important;
}

 #titlepage .cover #entrylink {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}

.nowrap {
  white-space: nowrap;
}

body {
  background-color: #fff;
}

/*.bg-fixed {
	background-attachment: fixed;
}
.bg-center {
	background-position: center center;
}*/

#cards .card .back {
  background-color: #ededed;
}

/* Scss Document: general styles ----------- */
/* Scss Document: links styles ----------- */
/* Scss Document: general styles ----------- */
/* Scss Document: icons styles ----------- */

/* fontawesome icons via pseudo-elements*/
.icon::before, .icon-arrow-right::before {
  font: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
}

/* individual fontawesome icons */

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

/* places and sizes a graphic element (svg) as a background graphic */
 #toplink {
  display: block;
  width: 38px;
  height: 38px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
 #toplink {
  background-color: rgba(57, 57, 57, 0.6);
}
 #toplink:hover {
  background-color: rgba(57, 57, 57, 0.7);
}

a {
  color: #000;
}
a:active, a:focus, a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
a em, .caption a {
  font-weight: 700;
}

.link {
  font-size: 0.9em;
  padding-top: 1em;
  clear: both;
}

 #sitefooter section a {
  text-decoration: underline;
}

.linkborder-none, #sitefooter .ft-social ul a, #sitefooter .ft-social-share a {
  border-bottom: none !important;
}
.linkborder-none:active, #sitefooter .ft-social ul a:active, #sitefooter .ft-social-share a:active, .linkborder-none:focus, #sitefooter .ft-social ul a:focus, #sitefooter .ft-social-share a:focus, .linkborder-none:hover, #sitefooter .ft-social ul a:hover, #sitefooter .ft-social-share a:hover {
  border-bottom: none !important;
}

 .nav a, #mainnav ul a { /* apply to link containers */ }
 .nav a a, #mainnav ul a a {
  color: #000 !important;
}
 .nav a a:visited, #mainnav ul a a:visited {
  color: #000 !important;
}
 .nav a a:hover, #mainnav ul a a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
 .nav a a:active, #mainnav ul a a:active {
  color: rgba(0, 0, 0, 0.7) !important;
}

.whitelink, #titlepage .cover .entry-overlay-b, #linkback_r, #mainnav { /* apply to link containers */ }
.whitelink a, #titlepage .cover .entry-overlay-b a, #linkback_r a, #mainnav a {
  color: #fff !important;
}
.whitelink a:visited, #titlepage .cover .entry-overlay-b a:visited, #linkback_r a:visited, #mainnav a:visited {
  color: #fff !important;
}
.whitelink a:hover, #titlepage .cover .entry-overlay-b a:hover, #linkback_r a:hover, #mainnav a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.whitelink a:active, #titlepage .cover .entry-overlay-b a:active, #linkback_r a:active, #mainnav a:active {
  color: rgba(255, 255, 255, 0.95) !important;
}


.cta {
  font-family: "lato", sans-serif !important;
  font-weight: bold;
  display: inline-block;
  line-height: 2 !important;
  padding: 0.5em 1em;
  color: #fff !important;
  background: #247ba0;
  border-radius: 8px;
  border-bottom: none !important;
  text-decoration: none;
  transition: all 150ms ease-in;
}

.cta span {
  font-weight: 400;
}

.cta:hover,
.cta:link .cta:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.cta:hover {
  background: #000 !important;
}

.story-link {
  font-weight: 700;
  white-space: nowrap;
}

.nav a, #mainnav ul a {
  font-weight: 400;
}
.hover-grow:hover, #titlepage .cover #entrylink:hover {
  transform: scale(1.01);
}

a object.menu-icon {
  cursor: pointer;
}

/* Scss Document: general styles ----------- */
/* Scss Document: backgrounds styles ----------- */
/* Scss Document: links styles ----------- */
/* Scss document */
.nav, #mainnav ul {
  font-size: 0.9em;
}
.nav li, #mainnav ul li {
  margin: 0.25em 0;
}
.nav > li > a, #mainnav ul > li > a {
  padding: 7px 15px;
}
.nav > li > a:hover, #mainnav ul > li > a:hover, .nav > li > a:focus, #mainnav ul > li > a:focus {
  background-color: #000;
}

.content nav ul {
  margin-top: 0.5em;
}

#mainnavwrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
}
@media (min-width: 568px) {
  #mainnavwrap {
    position: fixed;
  }
  #mainnavwrap .menu-icon {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  }
}

.menu-icon {
  display: block;
  width: 38px;
  height: 38px;
  padding: 6px;
  background-color: rgba(100, 100, 104, 0.7);
  background-image: url("../images/icons/icon-menu-w.svg");
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.menu-icon span {
  color: #646468;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  position: absolute;
  top: 27%;
  left: -132%;
}
.menu-icon:hover {
  background-color: rgba(57, 57, 57, 0.7);
}
.menu-icon {
  pointer-events: auto;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1040;
}
.menu-icon.on {
  position: fixed;
  background-color: transparent;
  background-image: url("../images/icons/icon-close-w.svg");
  box-shadow: none;
  border: none;
}
.menu-icon:focus {
  outline: none;
}
@media (max-width: 736px) {
  .menu-icon {
    right: 10px;
  }
}

#toplink {
  background-image: url("../images/icons/icon-top.svg");
}
#toplink span {
  display: none;
}
#toplink.affix {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 500;
}
@media (max-width: 736px) {
  #toplink.affix {
    right: 10px;
  }
}

#linkback_r {
  display: none;
  position: absolute;
  top: 28px;
  right: auto;
  left: 20px;
}
#linkback_r a {
  padding: 5px;
  border-radius: 4px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
}
#linkback_r a:hover {
  text-decoration: none;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  #linkback_r {
    display: block;
  }
}

#mainnav {
  padding: 40px 0 10px;
  width: 280px;
  transform: translateX(280px);
  transition: all 0.2s ease-in;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1020;
  pointer-events: auto;
  overflow: auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  background-color: #222;
  max-height: 100%;
}
#mainnav.on {
  transform: translateX(0);
  overflow: auto;
}
#mainnav .active a {
  color: #4cb944 !important;
}
#mainnav .active a:visited {
  color: #4cb944 !important;
}
#mainnav .active a:hover {
  color: #000 !important;
}
#mainnav .active a:active {
  color: #4cb944 !important;
}
@media (min-width: 568px) and (max-width: 667px) {
  #mainnav {
    line-height: 1.2;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #mainnav {
    width: 430px;
    transform: translateX(430px);
  }
  #mainnav ul {
    -moz-column-width: 200px;
    column-width: 200px;
  }
}

#linktop {
  margin-bottom: 1rem !important;
  padding-bottom: 5px;
}
#linktop a {
  font-weight: 700 !important;
}
#linktop {
  border-bottom: solid 1px #393939;
}

#linkback {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  padding-top: 5px;
}
#linkback a {
  font-weight: 700 !important;
}
#linkback {
  border-top: solid 1px #393939;
}

/* Scss Document: backgrounds styles ----------- */
/* Scss Document: links styles ----------- */
/* Scss Document: general styles ----------- */
/* siteheader */
.menu-icon {
  top: 16px;
}

#siteheader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  line-height: 1.2em;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
#siteheader a {
  text-decoration: none;
}

#branding {
  transition: all 0.3s ease-in;
  width: 100%;
}
#branding .logo {
  width: 25%;
  max-width: 90px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#branding .logo:focus {
  border: none;
}
@media (min-width: 414px) {
  #branding .logo {
    max-width: 95px;
  }
}
@media (min-width: 736px) {
  #branding .logo {
    width: 14%;
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  #branding .logo {
    width: 18%;
    max-width: 130px;
  }
}
@media (min-width: 812px) {
  #branding .logo {
    width: 16%;
    max-width: 130px;
  }
}
#branding .logo {
  /* iPhone X landscape */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #branding .logo {
    width: 14%;
    max-width: 130px;
  }
}
@media (min-width: 1024px) {
  #branding .logo {
    max-width: 130px;
  }
}

#titlepage {
  position: relative;
}
#titlepage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(34, 26, 4, 0.25) 5%, rgba(34, 26, 4, 0) 42%);
}
#titlepage.video::after {
  background: linear-gradient(rgba(34, 26, 4, 0.1) 5%, rgba(34, 26, 4, 0) 42%);
}

#title {
  text-align: center;
  padding: 0;
  position: absolute;
  inset: 66% 0 auto 0;
  z-index: 75;
}
#title h1 {
  font-size: 32vw;
  line-height: 1;
  margin: 0;
  color: white;
}
#title h1 strong {
  display: inline-block;
  font-size: 100%;
}
#title h1 i {
  display: inline-block;
  text-align: left;
  font-style: normal;
}
#title h1 .break {
  display: block;
}
#title h1 {
  text-indent: -9999em;
  background-image: url("../images/cover/title.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (min-width: 667px) {
  #title h1 {
    font-size: 130px;
  }
}
@media (min-width: 768px) {
  #title h1 {
    font-size: 200px;
  }
}
@media (min-width: 1024px) {
  #title {
    top: 63%;
  }
  #title h1 {
    font-size: 180px;
  }
}
@media (min-width: 1280px) {
  #title {
    top: auto;
    bottom: 13%;
  }
  #title h1 {
    font-size: 15vw;
  }
}
#title {
  /* iPhone 14 Pro Max landscape */
}
#title {
  /* iPhone XR landscape */
}
#title {
  /* iPhone 12 landscape */
}
#title {
  /* iPhone X landscape */
}
#title {
  /* Landscape 6+, 7, 8 landscape */
}
#title {
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
}
#title {
  /* Portrait */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
#title {
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
/* Cover Image ----------------------- */
#titlepage {
  height: 95%;
  min-height: 95%;
  background-color: #393939;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 5% 50%;
}
@media (min-width: 667px) {
  #titlepage {
    background-position: 50% 30%;
  }
}
@media (min-width: 768px) {
  #titlepage {
    background-position: 50% 50%;
  }
}
#titlepage .cover {
  padding: 0;
  position: relative;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background-image: url("../images/cover/cover_sm.jpg");
}
#titlepage .cover::after {
  /*
  content: 'img: sm, v';
  color: #ddd;
  background: #000;
  font-size: 10px;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  */
}
@media (min-width: 667px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_md.jpg");
  }
}
@media (min-width: 1024px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_lg@2x.jpg");
  }
}
@media (min-width: 1280px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_lg@2x.jpg");
  }
}
@media (min-width: 1920px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_xlg@2x.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_sm@2x.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 667px), only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 667px), only screen and (min-resolution: 120dpi) and (min-width: 667px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_md@2x.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (min-resolution: 120dpi) and (min-width: 1024px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_lg@2x.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 1440px), only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1440px), only screen and (min-resolution: 120dpi) and (min-width: 1440px) {
  #titlepage .cover {
    background-image: url("../images/cover/cover_xlg@2x.jpg");
  }
}
#titlepage .cover {
  background-position: 5% 50%;
}
@media (min-width: 667px) {
  #titlepage .cover {
    background-position: 50% 30%;
  }
}
@media (min-width: 768px) {
  #titlepage .cover {
    background-position: 50% 50%;
  }
}
#titlepage .cover {
  /* iPhone 12 landscape */
}
#titlepage .cover #entrylink {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 4vh;
  left: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  text-align: center;
  pointer-events: auto;
  z-index: 85;
}
#titlepage .cover #entrylink i {
  font-size: 1.7em;
  line-height: 46px;
}
@media (min-width: 414px) {
  #titlepage .cover #entrylink i {
    font-size: 2.35em;
  }
}
@media (min-width: 1024px) {
  #titlepage .cover #entrylink i {
    font-size: 2.8em;
  }
}
@media (min-width: 1024px) {
  #titlepage .cover #entrylink {
    bottom: 6vh;
  }
}
@media (min-width: 1024px) {
  #titlepage.video {
    background-image: url("../images/cover/cover-video_xlg.jpg");
  }
}
#titlepage.video .cover {
  background-image: urL("../images/cover/cover-video_xlg.jpg") !important;
  background-position: 50% 50%;
}

.cover .photo-caption {
  bottom: 5vh;
  left: 8px;
}
@media (min-width: 768px) {
  .cover .photo-caption {
    left: 16px;
  }
}

video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}

/* Scss Document: general styles ----------- */
/* Section: Welcome ----------------------- */
#welcome {
  background: #cbefb6;
}
#welcome.pad {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  #welcome.pad {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  #welcome.pad {
    padding-top: 96px;
    padding-bottom: 64px;
  }
}
#welcome #headshots .img-headshot {
  width: 150px;
  height: auto;
}
#welcome #headshots .cols .col {
  text-align: center;
}
#welcome .intro {
  font-weight: normal;
  margin-bottom: 32px;
}
@media (min-width: 667px) {
  #welcome #headshots .img-headshot {
    width: 125px;
  }
}
@media (min-width: 768px) {
  #welcome > .cols {
    flex-wrap: nowrap;
  }
  #welcome #headshots {
    width: 45%;
  }
  #welcome #headshots .cols {
    justify-content: flex-start;
  }
  #welcome #intro {
    width: 55%;
  }
  #welcome #intro .cta-box {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #welcome #headshots .img-headshot {
    width: 150px;
  }
}

#welcome-modal {
  background: #cbefb6;
}
#welcome-modal .intro {
  margin-bottom: 16px;
}
#welcome-modal .signatures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #welcome-modal .signatures {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  #welcome-modal .signatures {
    max-width: 400px;
  }
}
#welcome-modal .signature img {
  max-width: 100%;
  height: auto;
}

#welcome .header, #welcome-modal .header {
  color: #204093;
  font-size: 80%;
  margin-bottom: 32px;
}
#welcome .header .pre-header, #welcome-modal .header .pre-header {
  font-weight: 100;
  font-family: "antonio", sans-serif;
  font-size: 217%;
  letter-spacing: 0;
  margin-bottom: 0;
}
#welcome .header h2, #welcome-modal .header h2 {
  margin-left: 0.5em;
}
#welcome .header a:link, #welcome .header a:visited, #welcome .header a:hover, #welcome-modal .header a:link, #welcome-modal .header a:visited, #welcome-modal .header a:hover {
  color: #204093;
  text-decoration: none;
}
@media (min-width: 768px) {
  #welcome .header, #welcome-modal .header {
    font-size: 90%;
  }
}
@media (min-width: 1024px) {
  #welcome .header, #welcome-modal .header {
    font-size: 100%;
  }
}
@media (min-width: 1280px) {
  #welcome .header, #welcome-modal .header {
    font-size: 110%;
  }
}

/* Scss Document: general styles ----------- */
/* Scss Document: Stories ----------- */
hr {
  display: none;
}

.story-row {
  margin: 32px 0 64px;
}
.story-row:first-child {
  margin-top: 0;
}
.story-row:last-child {
  margin-bottom: 32px;
}
.story-row a:link,
.story-row a:visited {
  text-decoration: none;
}
.story-row a:hover,
.story-row a:active,
.story-row a:hover span,
.story-row a:active span {
  text-decoration: underline;
}
.story-row .pre-header {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.story-row .story-preview {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.story-row .story-preview .photo-wrap {
  overflow: hidden;
}
.story-row .story-preview .photo-wrap a {
  position: relative;
}
.story-row .story-preview .photo-wrap a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  /* Flexbox Centering */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Initial state hidden */
  opacity: 0;
  transition: opacity 0.15s ease;
}
.story-row .story-preview .photo-wrap a .overlay .msg {
  color: white;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
.story-row .story-preview .photo-wrap a:hover .overlay {
  opacity: 1;
}
.story-row .story-preview .photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.story-row .story-preview .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Fills container while preserving ratio (crops if necessary) */
  -o-object-position: center;
     object-position: center;
}
.story-row .story-preview .description .blurb {
  padding: 16px 16px 24px;
}
.story-row .story-preview .description .blurb .header span {
  display: inline;
}
.story-row .story-preview .description .blurb h2 {
  text-transform: uppercase;
}
.story-row .story-preview .description .blurb h2 span {
  font-weight: 100;
}
.story-row .story-preview .description .blurb p {
  font-size: 90%;
  margin-bottom: 0;
}
@media (min-width: 568px) {
  .story-row .story-preview {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .story-row .story-preview .description .blurb {
    padding: 32px;
  }
}
@media (min-width: 736px) {
  .story-row .story-preview {
    grid-template-columns: 50% 50%;
  }
  .story-row .story-preview .description .blurb {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .story-row .story-preview {
    grid-template-columns: 55% 45%;
  }
  .story-row .story-preview .description .blurb {
    padding: 32px;
  }
  .story-row .story-preview .description .blurb .header span {
    display: inline;
  }
  .story-row .story-preview .description .blurb h2 {
    font-size: 390%;
  }
  .story-row .story-preview .description .blurb p {
    font-size: 105%;
  }
}
@media (min-width: 1280px) {
  .story-row .story-preview .description .blurb h2 {
    font-size: 400%;
  }
}

.color1 .pre-header,
.color1 .header,
.color1 .header a,
.color1 a.story-link {
  color: #009a51;
}
.color1.modal-content .pre-header span {
  padding: 0.25em 0.75em;
  background-color: #009a51;
  color: #fff;
}
.color1.modal-content .pullquote {
  color: #009a51;
}
.color1.modal-content .sidebar {
  color: #009a51;
  background-color: rgba(76, 185, 68, 0.08);
}
.color1.modal-content .sidebar a:link,
.color1.modal-content .sidebar a:visited {
  color: #009a51;
}
.color1.modal-content .box {
  background-color: #009a51;
  color: #fff;
}
.color1#parksasclassrooms-modal.modal-content .header,
.color1#parksasclassrooms-modal.modal-content .pre-header {
  background-color: #4cb944;
  color: #fff;
}

.color2 .pre-header,
.color2 .header,
.color2 .header a,
.color2 a.story-link {
  color: #f28f3b;
}
.color2.modal-content .header,
.color2.modal-content .pre-header {
  background-color: #f28f3b;
  color: #fff;
}
.color2.modal-content .pullquote {
  color: #f37323;
}
.color2.modal-content .sidebar {
  color: #f37323;
  background-color: rgba(242, 143, 59, 0.08);
}
.color2.modal-content .sidebar a:link,
.color2.modal-content .sidebar a:visited {
  color: #f37323;
}

.color3 .pre-header,
.color3 .header,
.color3 .header a,
.color3 a.story-link {
  color: #c9307a;
}
.color3.modal-content .header,
.color3.modal-content .pre-header {
  background-color: #c9307a;
  color: #fff;
}
.color3.modal-content .pullquote,
.color3.modal-content .sidebar-unboxed {
  color: #c9307a;
}
.color3.modal-content .sidebar {
  color: #c9307a;
  background-color: rgba(201, 48, 122, 0.08);
}
.color3.modal-content .sidebar a:link,
.color3.modal-content .sidebar a:visited {
  color: #c9307a;
}

.color4 .pre-header,
.color4 .header,
.color4 .header a,
.color4 a.story-link,
.color4 .stat,
.color4 .pullquote {
  color: #204093;
}
.color4.modal-content .pre-header span {
  padding: 0.25em 0.75em;
  background-color: #204093;
  color: #fff;
}

.color5 .pre-header,
.color5 .header,
.color5 .header a,
.color5 a.story-link,
.color5 .stat,
.color5 .pullquote {
  color: #ae2623;
}
.color5.modal-content .pre-header span {
  padding: 0.25em 0.75em;
  background-color: #ae2623;
  color: #fff;
}
.color5.modal-content .pullquote {
  color: #ae2623;
}

.sidebar {
  display: grid;
  grid-template-rows: auto;
  gap: 32px;
  margin: 32px 0;
  padding: 24px;
}
.sidebar h3 {
  font-family: "roboto-slab", serif;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.5em;
}
.sidebar p {
  font-size: 0.9em;
}
.sidebar strong {
  font-weight: 900;
}
@media (min-width: 1024px) {
  .sidebar {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.sidebar-unboxed .sidebar-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}
.sidebar-unboxed .sidebar-row strong {
  font-weight: 900;
}

#parksasclassrooms-modal .intro,
#hawkhill-modal .intro,
#breakingdown-modal .intro {
  font-weight: bold;
}
#parksasclassrooms-modal .vid-box,
#hawkhill-modal .vid-box,
#breakingdown-modal .vid-box {
  padding: 0;
}
@media (min-width: 768px) {
  #parksasclassrooms-modal .vid-box,
  #hawkhill-modal .vid-box,
  #breakingdown-modal .vid-box {
    padding: 0 16px;
  }
}

#parksasclassrooms-modal .sidebar #butterfly {
  float: left;
  margin: -10px 0 0 -25px;
  width: 100px;
  height: auto;
}
#parksasclassrooms-modal .sidebar #magnifying {
  float: right;
  margin: -10px -10px 0 5px;
  width: 80px;
  height: auto;
}
@media (min-width: 667px) {
  #parksasclassrooms-modal .sidebar #butterfly {
    top: -35px;
  }
}

#hawkhill-modal .sidebar #alcatraz {
  width: auto;
  height: 3em;
}
#hawkhill-modal .sidebar #redwoods {
  float: right;
  width: 120px;
  height: auto;
  margin-right: -5px;
  margin-left: 5px;
}

#breakingdown-modal .sidebar #mask {
  float: left;
  margin: -15px 5px 0 -30px;
  width: 80px;
  height: auto;
}
#breakingdown-modal .sidebar-unboxed {
  margin: 32px 0 48px;
  font-weight: bold;
  line-height: 1.3;
}
#breakingdown-modal .sidebar-unboxed li {
  margin: 0 0 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
#breakingdown-modal .sidebar-unboxed strong {
  font-size: 115%;
  font-family: "roboto-slab", serif;
  display: block;
}
#breakingdown-modal .sidebar-unboxed img {
  width: 72px;
  height: auto;
}
@media (min-width: 768px) {
  #breakingdown-modal .sidebar-unboxed {
    font-size: 110%;
  }
  #breakingdown-modal .sidebar-unboxed strong {
    font-size: 127%;
  }
}
@media (min-width: 1024px) {
  #breakingdown-modal .sidebar-unboxed {
    margin: 32px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}

#partnerships-modal .header,
#special-initiatives-modal .header,
#invest-staff-modal .header {
  margin-bottom: 32px;
}
#partnerships-modal .header h2 span,
#special-initiatives-modal .header h2 span,
#invest-staff-modal .header h2 span {
  display: inline;
}
#partnerships-modal .pullquote,
#special-initiatives-modal .pullquote,
#invest-staff-modal .pullquote {
  padding: 24px;
  border: solid 1px #c8c8c8;
  border-radius: 16px;
}
#partnerships-modal .pullquote strong,
#special-initiatives-modal .pullquote strong,
#invest-staff-modal .pullquote strong {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-style: italic;
}
#partnerships-modal .pullquote cite strong,
#special-initiatives-modal .pullquote cite strong,
#invest-staff-modal .pullquote cite strong {
  font-weight: bold;
}
@media (min-width: 768px) {
  #partnerships-modal .pullquote,
  #special-initiatives-modal .pullquote,
  #invest-staff-modal .pullquote {
    margin-left: 24px;
  }
}

#partnerships-modal .header:first-child {
  position: relative;
}
@media (min-width: 667px) {
  #partnerships-modal .header:first-child {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 32px;
  }
  #partnerships-modal .header:first-child .feature {
    margin: 0;
  }
  #partnerships-modal .header:first-child:before {
    content: " ";
    position: absolute;
    bottom: -12%;
    left: 0;
    right: -960px;
    max-width: 100%;
    height: 100%;
    display: block;
    background-image: url("../images/stories/kite.png");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 55% 100%;
  }
}
@media (min-width: 768px) {
  #partnerships-modal .header:first-child {
    margin-bottom: 48px;
  }
  #partnerships-modal .header:first-child:before {
    bottom: -20%;
    left: 130px;
  }
}
@media (min-width: 1024px) {
  #partnerships-modal .header:first-child:before {
    bottom: -16%;
  }
}
#partnerships-modal .feature {
  margin: 16px 0;
}
#partnerships-modal .sidebar-unboxed {
  margin-top: 32px;
}
#partnerships-modal .sidebar-unboxed .sidebar-row {
  font-size: 90%;
  margin-bottom: 16px;
  align-items: center;
}
#partnerships-modal .sidebar-unboxed .sidebar-row .stat {
  font-family: "roboto-slab", serif;
  font-weight: bold;
  line-height: 1.2;
}
#partnerships-modal .sidebar-unboxed .sidebar-row .stat .number {
  font-family: "Anton", sans-serif;
  font-size: 573%;
  font-weight: normal;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}
#partnerships-modal .sidebar-unboxed .sidebar-row h3 {
  font-family: "roboto-slab", serif;
  font-size: 144%;
  margin-bottom: 0.25em;
}
#partnerships-modal .pullquote {
  border-color: #204093;
}
@media (min-width: 0) and (max-width: 768px) {
  #partnerships-modal .pullquote {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #partnerships-modal .pullquote {
    margin-top: 16px;
  }
}

#parksasclassrooms-modal .box,
#special-initiatives-modal .box {
  font-size: 90%;
  line-height: 1.35;
  margin: 24px 0 0;
  padding: 16px;
}
@media (min-width: 1024px) {
  #parksasclassrooms-modal .box,
  #special-initiatives-modal .box {
    width: 50%;
  }
}
#parksasclassrooms-modal .cols,
#special-initiatives-modal .cols {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
#parksasclassrooms-modal .cols p.col strong,
#special-initiatives-modal .cols p.col strong {
  font-family: "roboto-slab", serif;
  text-transform: uppercase;
}
#parksasclassrooms-modal .cols p.col em,
#special-initiatives-modal .cols p.col em {
  font-style: normal;
  font-weight: bold;
}
#parksasclassrooms-modal .number,
#special-initiatives-modal .number {
  font-family: "Anton", sans-serif;
  font-size: 573%;
  font-weight: normal;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}
#parksasclassrooms-modal img.float-r,
#special-initiatives-modal img.float-r {
  float: right;
  max-width: 42%;
  height: auto;
  margin-left: 16px;
}
@media (min-width: 667px) {
  #parksasclassrooms-modal img.float-r,
  #special-initiatives-modal img.float-r {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  #parksasclassrooms-modal img.float-r,
  #special-initiatives-modal img.float-r {
    max-width: 30%;
  }
}

#parksasclassrooms-modal .box {
  width: 100%;
  background: #4cb944;
  float: none;
  margin: 0 auto 32px;
}
#parksasclassrooms-modal .box .cols {
  flex-direction: column;
}
@media (min-width: 667px) {
  #parksasclassrooms-modal .box .cols {
    flex-direction: row;
    align-items: end;
  }
}
@media (min-width: 768px) {
  #parksasclassrooms-modal .box {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  #parksasclassrooms-modal .box {
    width: 60%;
  }
}

#invest-staff-modal .pullquote {
  border-color: #ae2623;
}
#invest-staff-modal .pullquote strong {
  font-weight: bold;
}

/* Scss Document: general styles ----------- */
/* Scss Document: backgrounds styles ----------- */
/* Scss Document: Loteria section ----------- */
#loteria {
  --card-bg: transparent;
  --gap: 10px;
  /* Fade duration for the mark icon */
  --mark-fade-ms: 420ms;
  /* Delay before the mark icon fade begins (set to a value shorter than OVERLAY_FLASH_MS) */
  --mark-fade-delay-ms: 120ms;
  --status-flash-ms: 500ms;
  --status-fade-ms: 300ms;
  --status-fade-delay-ms: 0ms;
  --status-flash-color: rgba(255, 235, 59, 0.3);
}
#loteria > .cell {
  position: relative;
  background-color: #247ba0;
  border: solid 4px #f28f3b;
  border-radius: 20px;
  color: #fff;
}
@media (min-width: 667px) {
  #loteria .pad {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  #loteria .pad {
    padding: 32px;
  }
}
#loteria .headwrapper {
  margin-bottom: 16px;
}
#loteria .headwrapper div:last-child {
  text-align: center;
}
#loteria .headwrapper .header {
  text-transform: none;
}
#loteria .headwrapper .controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media (min-width: 667px) {
  #loteria .headwrapper {
    display: grid;
    grid-template-columns: 2fr 5fr 1fr;
    gap: 10px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #loteria .headwrapper {
    margin-bottom: 0;
  }
}

/* app container */
.layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: start;
  }
}

.app {
  line-height: 1.4;
  position: relative;
}
.app strong {
  font-weight: 700;
}
.app .pane-left {
  order: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .app .pane-left {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .app .pane-left {
    height: 75vh;
  }
}
.app .pane-right {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  order: 2;
}

#tabla {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
  animation-duration: 0.3s;
  margin: 0 auto;
  padding: 1px;
  /*background-color: rgba(0, 0, 0, 0.12);*/
  display: grid;
  grid-auto-rows: minmax(120px, 1fr);
  gap: 10px;
  /* N x N grid presets */
}
#tabla.tabla-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* optional: small visual tweak per size (gap, min-height) */
}
#tabla.tabla-2 .card-img-wrap {
  min-height: 160px;
}
#tabla.tabla-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
#tabla.tabla-3 .card-img-wrap {
  min-height: 120px;
}
#tabla.tabla-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
#tabla.tabla-4 .card-img-wrap {
  min-height: 100px;
}
#tabla .cell {
  position: relative;
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  min-height: 0;
  outline: none;
  /* focus style for keyboard users */
}
#tabla .cell:focus {
  box-shadow: 0 0 0 3px rgba(34, 139, 230, 0.25);
  z-index: 2;
}

/* modern aspect-ratio wrapper with safe min-height */
.card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 5/7;
  min-height: 120px;
  overflow: hidden;
  background: var(--card-bg);
  display: block;
}

/* image fills wrapper and preserves whole artwork */
.card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--card-bg);
  display: block;
  will-change: transform, opacity;
}

/* captions hidden visually but kept in DOM (you can change later) */
.card-caption {
  display: none;
}

.cell.marked {
  /* when the cell becomes marked, the icon fades in after the configured delay */
}
.cell.marked .mark-overlay {
  background-color: rgba(255, 235, 59, 0.2);
  border: solid 2px rgba(242, 143, 59, 0.5);
}
.cell.marked .mark-icon {
  opacity: 1;
}

/* Overlay flash keyframes (fallback to Animate.css) */
@keyframes overlayFlash {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* mark overlay */
.mark-overlay {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
  background-color: transparent; /* default transparent; overlay-flash will set highlight */
  border-radius: 10px;
  overflow: visible;
  /* Ensure mark-icon sits above overlay highlight */
}
.mark-overlay .mark-icon {
  z-index: 4;
  position: relative;
}
.mark-overlay {
  /* Class applied to .mark-overlay to visually flash it before the stamp appears.
     Adjust background-color and mix-blend-mode to taste; keep it subtle if stamps overlap. */
}
.mark-overlay.overlay-flash {
  background-color: rgba(255, 235, 59, 0.4); /* pale highlight; change to your accent */
  animation-name: overlayFlash;
  animation-duration: var(--overlay-flash-ms, 400ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.mark-icon {
  width: 47%;
  height: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mark-icon {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .mark-icon {
    width: 33%;
  }
}

/* mark icon starts invisible and will transition to visible after the delay */
.mark-icon {
  opacity: 0;
  transition: opacity var(--mark-fade-ms) ease-in-out var(--mark-fade-delay-ms);
  will-change: opacity;
  /* Respect reduced motion preferences */
}
@media (prefers-reduced-motion: reduce) {
  .mark-icon {
    transition: none;
    opacity: 1;
  }
}

/* controls */
.controls-row {
  text-align: center;
  margin-bottom: 12px;
}
.controls-row button {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.controls label {
  font-weight: 400;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.controls button {
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 50%;
  border: 0;
  background: #f28f3b;
  color: #fff;
  font-size: 90%;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.controls button:hover {
  background: rgb(239.1916267943, 118.804784689, 16.6583732057);
}
.controls button.accent-2 {
  background: rgb(44.6510204082, 152.5576530612, 198.4489795918);
}
.controls button.accent-2:hover {
  background: #000;
}
.controls button:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 768px) {
  .controls button {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  .controls button {
    font-size: 110%;
  }
}

/* small form controls */
.row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.row label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.row input {
  width: 72px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 6px;
}

/* status block */
.status-block {
  color: #fff;
  padding: 8px 0;
  text-align: center;
}

/* Base status styling (ensure this selector matches your #status element) */
#status {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--status-fade-ms) ease-in-out var(--status-fade-delay-ms), transform var(--status-fade-ms) ease-in-out var(--status-fade-delay-ms);
  will-change: opacity, transform;
}

/* Hidden state used to trigger fade-in when text changes */
#status.status-hidden {
  opacity: 0;
  transform: translateY(0);
}

/* Flash animation keyframes */
@keyframes statusFlash {
  0% {
    background-color: var(--status-flash-color);
  }
  15% {
    background-color: var(--status-flash-color);
  }
  70% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
/* Class that triggers the flash highlight */
#status.status-flash {
  animation: statusFlash var(--status-flash-ms) ease-in-out 1;
  padding: 0.5rem 0.75rem;
}

/* Reduced motion: disable animations and transitions */
@media (prefers-reduced-motion: reduce) {
  #status {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #status.status-flash {
    animation: none;
  }
}
#last-draw-info,
#drawn-list-info {
  display: none;
}

/* last-drawn: allow overflow visible on wrapper so Animate.css motion isn't cropped */
.last-image-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 110px;
  overflow: visible;
  /* allow animation to be visible outside the small box */
  position: relative;
  z-index: 10;
  /* ensure it appears above tabla when animating */
}
@media (min-width: 390px) {
  .last-image-wrap {
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  .last-image-wrap {
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .last-image-wrap {
    max-width: 180px;
  }
}

.last-image-wrap .card-img-wrap {
  aspect-ratio: 5/7;
  width: 100%;
  position: relative;
  overflow: visible;
  /* allow the animated image to move */
  background: transparent;
  margin: 0 auto 16px;
}

.last-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  display: block;
  will-change: transform, opacity;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* draw count */
strong.label {
  font-weight: 400;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.draw-count {
  min-height: 25px;
}

.draw-bullet {
  margin: 0 4px;
}

/* win overlay */
.win-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  pointer-events: none;
  border-radius: 20px;
  background: rgba(255, 172, 228, 0.7);
  line-height: 1.2;
  text-shadow: 0 6px 10px rgba(32, 64, 147, 0.7);
}
.win-overlay .win-text {
  font-family: "brother-1816", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.125em;
}
@media (min-width: 1024px) {
  .win-overlay .win-text {
    font-size: 6rem;
  }
}
.win-overlay p {
  font-size: 120%;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .win-overlay p {
    font-size: 140%;
  }
}

/* Game Over overlay modifier (inherits .win-overlay) */
.gameover-overlay {
  background: rgba(76, 185, 68, 0.7);
  pointer-events: auto; /* allow play button to be clickable */
}

/* If you want a different panel accent, target .gameover-overlay .win-text */
.gameover-overlay .win-text {
  color: #fff;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gameover-overlay {
    transition: none !important;
  }
}
/* Cover overlay styles */
.cover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  background-color: rgba(36, 123, 160, 0.95);
  border-radius: 18px;
  z-index: 500;
  opacity: 1;
  transition: opacity 300ms ease;
}
.cover-overlay.closed {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cover-overlay {
    align-items: center;
  }
}

/* Panel */
.cover-panel {
  color: #fff;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .cover-panel {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .cover-panel {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .cover-panel {
    width: 50%;
    font-size: 110%;
  }
}

/* Header and controls */
.cover-header {
  text-align: center;
}

.cover-title {
  font-size: 16px;
  text-indent: -9999px;
  margin: 20px 0 2em 0;
  height: 90px;
  background-image: url("../images/loteria/loteria-banner.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1280px) {
  .cover-title {
    height: 100px;
  }
}

.cover-close {
  display: none;
  position: absolute;
  inset: 16px 16px auto auto;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  text-indent: -9999px;
  cursor: pointer;
  background: transparent;
  background-image: url("../images/icons/icon-close-w.svg");
  background-repeat: no-repeat;
  opacity: 0.7;
  box-shadow: none;
  border: none;
}
@media (min-width: 768px) {
  .cover-close {
    inset: 24px 24px auto auto;
  }
}

/* Description */
#cover-desc p:first-child {
  margin-bottom: 1.5em;
  text-indent: 0;
}
@media (min-width: 1280px) {
  #cover-desc {
    font-size: 110%;
  }
}

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

.cover-play {
  font-size: 120%;
  display: inline-block;
  background: rgb(75.5714285714, 173.1357142857, 214.6285714286);
  border: none;
  cursor: pointer;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.cover-remember {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 1em 0 0;
}

/* Fade-out state for panel */
.cover-overlay.closing {
  opacity: 0.85;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cover-overlay,
  .cover-panel {
    transition: none;
  }
}
/* Scss Document: general styles ----------- */
#find-your-park .card {
  padding: 16px 0;
}
#find-your-park .cta-box {
  padding: 16px 0;
}

/* Scss Document: general styles ----------- */
/* Scss Document: backgrounds styles ----------- */
#financials .content--limit {
  position: relative;
  z-index: 100;
}
#financials .grid {
  background-color: #fff;
  border-radius: 20px;
}
#financials .grid .col1 {
  padding: 16px;
}
@media (min-width: 667px) {
  #financials .grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0;
  }
  #financials .grid .col1 {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  #financials .grid .col1 {
    padding: 32px;
  }
}
#financials .chartbox {
  margin: 0 auto;
  width: 75%;
  position: relative;
}
@media (min-width: 667px) {
  #financials .chartbox {
    left: 8%;
  }
}
#financials .chart-pie {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#financials .chart-pie img {
  position: absolute;
  top: 0;
  left: 0;
}
#financials ul.chart-key {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
  height: 100%;
  border-radius: 0 20px 20px 0;
  margin-bottom: 0;
}
#financials ul.chart-key li:first-child {
  border-radius: 0 20px 0 0;
  background-color: rgba(221, 241, 247, 0.35);
}
#financials ul.chart-key li:last-child {
  border-radius: 0 0 20px 0;
  background-color: rgba(255, 172, 228, 0.15);
}
#financials ul.chart-key li {
  background: rgba(254, 239, 232, 0.6);
  line-height: 1.3;
  padding: 16px;
}
#financials ul.chart-key li span {
  font-size: 100%;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 48px;
  min-height: 2.5em;
}
#financials ul.chart-key li span::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 36px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  #financials ul.chart-key li span {
    font-size: 115%;
  }
}
@media (min-width: 1024px) {
  #financials ul.chart-key li span {
    font-size: 130%;
  }
}
#financials ul.chart-key li strong {
  font-size: 125%;
  font-weight: normal;
}
#financials ul.chart-key li strong em {
  font-style: normal;
  font-weight: bold;
  display: block;
}
@media (min-width: 768px) {
  #financials ul.chart-key li strong {
    font-size: 1.7em;
  }
}
#financials ul.chart-key li.key1 span::before {
  background-color: #204093;
}
#financials ul.chart-key li.key1 em {
  color: #204093;
}
#financials ul.chart-key li.key2 span::before {
  background-color: #f28f3b;
}
#financials ul.chart-key li.key2 em {
  color: #f28f3b;
}
#financials ul.chart-key li.key3 span::before {
  background-color: #c9307a;
}
#financials ul.chart-key li.key3 em {
  color: #c9307a;
}
@media (min-width: 667px) {
  #financials ul.chart-key li {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  #financials ul.chart-key li {
    padding: 32px;
  }
}
#financials .total {
  font-family: "lato", sans-serif;
  font-size: 155%;
  font-weight: bold;
  line-height: 1.2;
}
#financials .total.total-secondary {
  font-size: 110%;
}
@media (min-width: 768px) {
  #financials .total.total-secondary {
    font-size: 125%;
  }
}
#financials .total em {
  font-family: "roboto-slab", serif;
  text-transform: uppercase;
  font-style: normal;
}
#financials .total strong {
  font-family: "Anton", sans-serif;
  font-size: 200%;
  display: block;
  margin-left: 0.5em;
}
#financials .total strong.num2 {
  font-family: "antonio", sans-serif;
  font-size: 166%;
  display: inline;
  margin-left: 0;
}

/* Scss Document: general styles ----------- */
/* Scss Document: footer styles ----------- */
#sitefooter {
  background: #fff;
}
#sitefooter .content--limit {
  font-size: 0.9em;
  padding-top: 64px;
  padding-bottom: 64px;
}
#sitefooter section {
  padding-bottom: 16px;
}
#sitefooter section a {
  font-weight: 700;
}
@media (min-width: 0) and (max-width: 768px) {
  #sitefooter section {
    text-align: center;
  }
}
#sitefooter h4 {
  font-weight: 600;
  margin-bottom: 1em;
}
#sitefooter h4,
#sitefooter .ft-leadership strong {
  text-transform: uppercase;
}
#sitefooter ul {
  margin-bottom: 16px;
}
#sitefooter .logo {
  max-width: 90px;
  margin-bottom: 16px;
}
@media (min-width: 667px) {
  #sitefooter .logo {
    max-width: 100px;
  }
}
#sitefooter .grid.mobile {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  overflow: auto;
}
@media (min-width: 768px) {
  #sitefooter .grid.mobile {
    overflow: visible;
  }
}
@media (min-width: 568px) {
  #sitefooter .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  #sitefooter .grid.grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#sitefooter .ft-contact {
  padding-bottom: 0;
}
#sitefooter .ft-leadership strong {
  font-weight: 700;
}
 #sitefooter .ft-leadership li,
#sitefooter .ft-credits li {
  line-height: 1.336;
  margin-bottom: 0.668em;
}
 #sitefooter .ft-leadership strong,
#sitefooter .ft-credits strong {
  text-transform: uppercase;
  display: block;
}
 #sitefooter .ft-leadership em,
#sitefooter .ft-credits em {
  font-style: normal;
  display: inline;
}
@media (min-width: 1024px) {
   #sitefooter .ft-leadership em,
  #sitefooter .ft-credits em {
    display: block;
  }
}
@media (min-width: 568px) {
  #sitefooter .ft-leadership ul {
    margin-bottom: 0;
  }
}
#sitefooter .ft-downloads li {
  margin-bottom: 0.5em;
}
#sitefooter .ft-social {
  padding: 0 0 16px;
}
#sitefooter .ft-social ul {
  font-size: 0.85em;
  margin-top: 0.5em;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
#sitefooter .ft-social ul li {
  padding: 0 0.25em 0.5em;
  transition: transform 300ms ease;
}
#sitefooter .ft-social ul li:hover {
  transform: translate(0, -0.25em);
}
#sitefooter .ft-social ul a {
  position: relative;
}
#sitefooter .ft-social ul a .fa-stack {
  width: 2em;
}
@media (min-width: 0) and (max-width: 768px) {
  #sitefooter .ft-social ul {
    padding: 0 6em 0;
    -moz-justify-content: center;
    justify-content: center;
  }
}
#sitefooter .ft-social-share {
  text-align: center;
}
@media (min-width: 768px) {
  #sitefooter .ft-social-share {
    text-align: center;
  }
}
#sitefooter .ft-donate,
#sitefooter .ft-photo {
  padding-right: 32px;
}
@media (min-width: 568px) {
  #sitefooter #col3 {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  #sitefooter #col3 {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  #sitefooter {
    text-align: left;
  }
}

/* Scss Document: general styles ----------- */
/* Scss Document: links styles ----------- */
/* Scss Document: Current theme ----------- */
/* header styles */
#financials .pre-header, .story-row .pre-header,
.modal-content .pre-header {
  font-family: "roboto-slab", serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

/* headers: scales all header area text */
.header {
  font-size: 85%;
}
@media (min-width: 768px) {
  .header {
    font-size: 90%;
  }
}
@media (min-width: 1024px) {
  .header {
    font-size: 95%;
  }
}
@media (min-width: 1280px) {
  .header {
    font-size: 100%;
  }
}

/* headers in modal windows (used in Welcome, Stories) */
.modal-content .header {
  font-size: 83%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
.modal-content .header .cols {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 10px;
  align-items: end;
}
.modal-content .header .cols .col {
  margin-bottom: 0;
}
.modal-content .header h2 span {
  font-weight: 100;
  display: block;
}
.modal-content .header .col img {
  max-width: 100%;
  aspect-ratio: 5/7;
}
@media (min-width: 667px) {
  .modal-content .header {
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  .modal-content .header {
    font-size: 115%;
  }
  .modal-content .header .cols {
    grid-template-columns: 1fr 120px;
  }
}
@media (min-width: 1024px) {
  .modal-content .header {
    font-size: 120%;
  }
  .modal-content .header .cols {
    grid-template-columns: 1fr 150px;
  }
  .modal-content .header .col img {
    position: relative;
    top: 24px;
  }
}
@media (min-width: 1280px) {
  .modal-content .header {
    font-size: 130%;
  }
}
.modal-content .feature {
  margin-bottom: 16px;
}
.modal-content .pullquote {
  padding: 8px;
}
@media (min-width: 768px) {
  .modal-content .pullquote {
    float: right;
    width: 44%;
    margin-left: 16px;
    padding: 8px 0 8px 16px;
  }
}
@media (min-width: 1024px) {
  .modal-content .pullquote {
    width: 33%;
  }
}
.modal-content em {
  font-style: italic;
  font-weight: bold;
}

.story-row .pre-header {
  font-size: 82%;
  letter-spacing: 0;
}
@media (min-width: 667px) {
  .story-row .pre-header {
    font-size: 95%;
  }
}
@media (min-width: 768px) {
  .story-row .pre-header {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  .story-row .pre-header {
    font-size: 125%;
  }
}

.vid-box .caption {
  text-align: center;
}
.vid-box .caption strong {
  font-family: "roboto-slab", serif;
}

/* background gradients */
.gradient1 {
  background: linear-gradient(#cbefb6, #fface4, #cffcff, #f28f3b);
}

.gradient3 {
  background: linear-gradient(#cffcff, #fface4);
}

/* swiper */
.swiper {
  --swiper-theme-color: #fff;
  --swiper-pagination-bottom: 6px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: #ddd;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 5px;
}

#by-numbers header {
  color: #204093;
  text-transform: uppercase;
  font-size: 75%;
}
#by-numbers header .pre-header {
  font-weight: 100;
  font-size: 217%;
}
#by-numbers header h2.header--xl {
  font-family: "Anton", "Antonio", sans-serif;
  font-weight: 400;
}
#by-numbers header h2.header--xl span {
  font-family: "Antonio", sans-serif;
  font-weight: 100;
}
@media (min-width: 768px) {
  #by-numbers header h2.header--xl span {
    display: block;
  }
}
#by-numbers header a:link, #by-numbers header a:visited, #by-numbers header a:hover {
  color: #204093;
  text-decoration: none;
}
@media (min-width: 667px) {
  #by-numbers header {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  #by-numbers header {
    font-size: 85%;
  }
}
@media (min-width: 1024px) {
  #by-numbers header {
    font-size: 90%;
  }
}
@media (min-width: 1280px) {
  #by-numbers header {
    font-size: 110%;
  }
}
#by-numbers .swiper {
  --swiper-pagination-color: #fff; /* Active bullet color */
  --swiper-navigation-sides-offset: 0px;
}
#by-numbers .swiper .swiper-slide {
  min-height: 350px;
  border-radius: 16px;
  color: #fff;
  background: #4cb944;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}
@media (min-width: 1024px) {
  #by-numbers .swiper .swiper-slide {
    min-height: 45vh;
  }
}
#by-numbers .swiper .swiper-slide p.pre-header {
  color: #fff;
  font-family: "roboto-slab", serif;
  line-height: 1.336;
  margin-bottom: 0.25em;
}
#by-numbers .swiper .swiper-slide .header {
  font-size: 130%;
}
@media (min-width: 768px) {
  #by-numbers .swiper .swiper-slide .header {
    font-size: 135%;
  }
}
@media (min-width: 1024px) {
  #by-numbers .swiper .swiper-slide .header {
    font-size: 140%;
  }
}
@media (min-width: 1280px) {
  #by-numbers .swiper .swiper-slide .header {
    font-size: 155%;
  }
}
#by-numbers .swiper .swiper-slide .header,
#by-numbers .swiper .swiper-slide p.stat-desc {
  color: #fff;
  margin-bottom: 8px;
}
#by-numbers .swiper .swiper-slide h2.header {
  font-family: "antonio", sans-serif;
}
#by-numbers .swiper .swiper-slide p.stat-desc {
  font-size: 145%;
  font-family: "roboto-slab", serif;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  #by-numbers .swiper .swiper-slide p.stat-desc {
    font-size: 180%;
  }
}
#by-numbers .swiper .swiper-slide .pad {
  padding: 32px 40px;
}
#by-numbers .swiper .swiper-slide.parks {
  background: #f28f3b;
}
#by-numbers .swiper .swiper-slide.stories {
  background: #c9307a;
}
#by-numbers .swiper .swiper-button-next,
#by-numbers .swiper .swiper-button-prev {
  color: #fff;
}
#by-numbers .swiper .card-back p {
  font-size: 110%;
}
#by-numbers .swiper .card-back.pad {
  padding-top: 64px;
}
@media (min-width: 768px) {
  #by-numbers .swiper {
    --swiper-navigation-sides-offset: 5px;
  }
}

/* additional styles for flippable slider */
#by-numbers {
  /* container perspective */
}
#by-numbers .swiper-slide .card {
  width: 100%;
  height: 100%;
  perspective: 1200px;
  overflow: scroll-y;
}
#by-numbers {
  /* inner 3D transform */
}
#by-numbers .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
  will-change: transform;
}
#by-numbers {
  /* front/back faces */
}
#by-numbers .card-front, #by-numbers .card-back {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#by-numbers {
  /* back face rotated */
}
#by-numbers .card-back {
  transform: rotateY(180deg);
}
#by-numbers {
  /* flipped state */
}
#by-numbers .card.is-flipped .card-inner {
  transform: rotateY(180deg);
}
#by-numbers {
  /* small style niceties */
}
#by-numbers .flip-btn,
#by-numbers .flip-btn-back {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  font-size: 24px;
  line-height: 1;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  background: #fff;
  padding: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  --animate-delay: 2s;
  --animate-duration: 1.5s;
  --animate-repeat: 2;
}
#by-numbers .flip-btn span,
#by-numbers .flip-btn-back span {
  display: block;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
}
@media (prefers-reduced-motion: reduce) {
  #by-numbers .card-inner {
    transition: none;
  }
}

#stat-icon_plants {
  position: absolute;
  top: 90%;
  right: 10%;
  width: 33%;
}

#stat-icon_camera {
  position: absolute;
  top: 70%;
  right: 10%;
  width: 30%;
}

#stat-icon_van {
  position: absolute;
  top: 95%;
  left: 10%;
  width: 50%;
}

#stat-icon_store {
  position: absolute;
  top: 93%;
  right: 20%;
  width: 40%;
}

#stat-icon_gold {
  position: absolute;
  top: 80%;
  right: 0%;
  width: 35%;
}

#stat-icon_clapping {
  position: absolute;
  top: 95%;
  left: 15%;
  width: 40%;
}

#stat-icon_invasive-plants {
  position: absolute;
  top: 95%;
  right: 15%;
  width: 40%;
}

#effective .story-row {
  margin-top: 0;
}
#effective .header span {
  display: inline;
}

#your-gift {
  background: #fface4;
}
@media (min-width: 1024px) {
  #your-gift .header {
    font-size: 125%;
  }
}

#find-your-park {
  background: #4cb944;
}

#financials {
  background-color: #ae2623;
}
#financials .header {
  color: #f4e4f0;
}
@media (min-width: 1024px) {
  #your-gift .header, #find-your-park .header, #financials .header {
    font-size: 125%;
  }
}
#your-gift.pad, #find-your-park.pad, #financials.pad {
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  #your-gift.pad, #find-your-park.pad, #financials.pad {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  #your-gift.pad, #find-your-park.pad, #financials.pad {
    padding-top: 80px;
    padding-bottom: 96px;
  }
}

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