@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
/* base */
/* @tailwind base; */
/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1150px){
  .container{
    max-width: 1150px;
  }
}
html{
  font-family: lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
body.logged-in{
  padding-bottom: 32px;
}
main a:not(.btn),
  main a:not(.btn):hover{
  text-decoration-line: underline;
}
main a.\!no-underline,
  main a.\!no-underline:hover {
   text-decoration: none !important;
  }
main a.no-underline,
  main a.no-underline:hover {
   text-decoration: none;
  }
main a.\!no-underline,
  main a.\!no-underline:hover {
   text-decoration: none !important;
  }
/* @keyframes desktop-submenu {
    0% {
      transform: translateY(-100%);
      opacity:0
    }

    100% {
      transform: translateY(0%);
      opacity: 1;
      pointer-events: any;
    }
  } */
body{
  padding-top: 70px;
}
@media (min-width: 992px){
  body{
    padding-top: 90px;
  }
}
header.main-header .desktop-nav-wrap .main-nav a{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
header.main-header .desktop-nav-wrap .secondary-nav a{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 71 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
      line-height: 1;
}
header.main-header .desktop-nav-wrap .secondary-nav>ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.main-header .desktop-nav-wrap .secondary-nav>ul>li{
  display: flex;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
header.main-header .desktop-nav-wrap .country-list__ul.show,
    header.main-header .desktop-nav-wrap .country-list__ul.is-shown{
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
header.main-header .hamburger.is-active span:first-child{
  --tw-translate-y: 4px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
header.main-header .hamburger.is-active span:last-child{
  --tw-translate-y: 2px;
  --tw-translate-x: 3px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
header.main-header .mobile-nav-wrap {
      height: calc(100vh - 90px);
    }
header.main-header .mobile-nav-wrap .main-nav--mobile li,
    header.main-header .mobile-nav-wrap .secondary-nav--mobile li{
  margin-bottom: 30px;
}
header.main-header .mobile-nav-wrap .main-nav--mobile a,
    header.main-header .mobile-nav-wrap .secondary-nav--mobile a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header.main-header .mobile-nav-wrap .main-nav--mobile a{
  font-size: 1.5rem;
  line-height: 1.75rem;
}
header.main-header .mobile-nav-wrap .secondary-nav--mobile a{
  font-size: 1.25rem;
  line-height: 1.7rem;
}
/* active/hover states */
header.main-header .menu-item a:hover,
    header.main-header .menu-item.active a{
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
header.main-header .mobile-nav-wrap .main-nav--mobile li.active a,
    header.main-header .mobile-nav-wrap .secondary-nav--mobile li.active a{
  text-decoration-line: underline;
}
header.main-header .mobile-nav-wrap .main-nav--mobile li.active a{
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
header.main-header .mobile-nav-wrap .secondary-nav--mobile li.active a{
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
footer.main-footer .footer-nav ul{
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
@media (min-width: 768px){
  footer.main-footer .footer-nav ul{
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (min-width: 992px){
  footer.main-footer .footer-nav ul{
    margin-bottom: 0px;
    margin-top: 13px;
    flex-wrap: nowrap;
  }
}
footer.main-footer .footer-nav ul li{
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: right;
}
@media (min-width: 992px){
  footer.main-footer .footer-nav ul li{
    flex-basis: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
}
footer.main-footer .footer-nav ul li:last-child a{
  padding-right: 0px;
}
footer.main-footer .footer-nav a{
  display: block;
  font-family: lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.7rem;
}
@media (min-width: 768px){
  footer.main-footer .footer-nav a{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px){
  footer.main-footer .footer-nav a{
    padding-left: 33px;
    padding-right: 33px;
    font-size: 1.25rem;
    line-height: 1.7rem;
  }
}
footer.main-footer .footer-nav a:hover{
  text-decoration-line: underline;
}
.legal-nav ul{
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0px;
  text-transform: uppercase;
}
.legal-nav ul li:last-child a{
  padding-right: 0px;
}
.legal-nav a{
  margin-bottom: 22px;
  display: block;
  padding-left: 15px;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
main .legal-nav a:hovera,
  main .legal-nav a:hovera:hover {
   text-decoration: none;
  }
@media (min-width: 992px){

  main a.legal-nav a,
  main a.legal-nav a:hover {
   text-decoration: none;
  }
}
.legal-nav a:hover{
  text-decoration-line: none;
}
@media (min-width: 992px){
  .legal-nav a{
    margin-bottom: 0px;
    padding-left: 30px;
    text-decoration-line: none;
  }
}
.wysiwyg h3{
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(2 119 90 / var(--tw-text-opacity));
}
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
  margin-bottom: 0.25rem;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.wysiwyg p{
  margin-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.7rem;
}
@media (min-width: 992px){
  .wysiwyg p{
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }
}
.wysiwyg p img{
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 992px){
  .wysiwyg p img{
    margin-bottom: 50px;
  }
}
.wysiwyg strong, .wysiwyg b{
  font-weight: 700;
}
.wysiwyg ul, .wysiwyg ol{
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 992px){
  .wysiwyg ul, .wysiwyg ol{
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.wysiwyg ul{
  list-style-type: disc;
}
.wysiwyg li{
  margin-bottom: 5px;
  margin-left: 15px;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
@media (min-width: 768px){
  .wysiwyg li{
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }
}
.wysiwyg ol{
  list-style-type: decimal;
}
.wysiwyg ul,.wysiwyg ol{
  padding-left: 5px;
}
.wysiwyg a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(2 119 90 / var(--tw-text-opacity));
}
.wysiwyg a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(0 149 58 / var(--tw-text-opacity));
}
.wysiwyg a:not(.btn),
    .wysiwyg a:not(.btn):hover{
  text-decoration-line: underline;
}
.grid-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 480px){
  .grid-container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .grid-container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .grid-container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .grid-container{
    max-width: 992px;
  }
}
@media (min-width: 1150px){
  .grid-container{
    max-width: 1150px;
  }
}
.at-a-glance .grid-container {
      position: relative;
    }
.at-a-glance .grid-container:before, .at-a-glance .grid-container:after {
        content: '';
        position: absolute;
        width: 747px;
        height: 747px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
@media (min-width: 992px) {
      .at-a-glance .grid-container:before, .at-a-glance .grid-container:after {
          width: 1639px;
          height: 1639px
      }
        }
.at-a-glance .grid-container:before {
        z-index: 10;
        left: -415px;
        bottom: -470px;
      }
@media (min-width: 992px) {
      .at-a-glance .grid-container:before {
          left: -705px;
          bottom: -1480px
      }
        }
.at-a-glance .grid-container:after {
        z-index: 11;
        left: -260px;
        bottom: -550px;
      }
@media (min-width: 992px) {
      .at-a-glance .grid-container:after {
          left: -515px;
          bottom: -1535px
      }
        }
.intro-section .grid-container {
      position: relative;
    }
.intro-section .grid-container:before, .intro-section .grid-container:after {
        content: '';
        position: absolute;
        width: 515px;
        height: 515px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
@media (min-width: 992px) {
      .intro-section .grid-container:before, .intro-section .grid-container:after {
          width: 633px;
          height: 633px
      }
        }
.intro-section .grid-container:before {
        z-index: 10;
        right: -215px;
        top: -425px;
      }
@media (min-width: 992px) {
      .intro-section .grid-container:before {
          right: -75px;
          top: -600px
      }
        }
.intro-section .grid-container:after {
        z-index: 11;
        right: -305px;
        top: -310px;
      }
@media (min-width: 992px) {
      .intro-section .grid-container:after {
          right: -240px;
          top: -300px
      }
        }
.grid-container{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-container .grid-content{
  grid-column: span 12 / span 12;
}
@media (min-width: 992px){
  .grid-container .grid-content{
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.skip-to-content-link {
    background: white;
    height: 30px;
    left: 5px;
    top: 5px;
    z-index: 10000;
    padding: 5px;
    position: absolute;
    transform: translateY(-200%);
    transition: transform 0.3s;
  }
.skip-to-content-link:focus {
    transform: translateY(0%);
  }
.single-leader-partner {
    background-image: url('../images/single-leader-partner-header.svg');
    background-size: 75% auto;
  }
@media (min-width: 992px) {
  .single-leader-partner {
      background-size: auto
  }
    }
.single-leader-partner__bio p{
  margin-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
body.single-leader,
  body.single-partner{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
body.page-template-page-basic-page{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form .form-element input, .contact-form .form-element textarea{
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.btn{
  display: inline-flex;
  width: 100%;
  min-width: 254px;
  align-items: center;
  justify-content: center;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 102 71 / var(--tw-border-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 149 58 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .btn{
    width: auto;
  }
}
.btn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 58 / var(--tw-bg-opacity));
}
.btn:active,
    .btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 46 / var(--tw-bg-opacity));
}
.btn.btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 102 71 / var(--tw-text-opacity));
}
.btn.btn--secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 149 58 / var(--tw-text-opacity));
}
.btn.btn--secondary:active,
      .btn.btn--secondary.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 46 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 65 46 / var(--tw-text-opacity));
}
/* fontawesome icons */
.btn svg{
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.homepage-hero {
    margin-top: -4px;
    overflow: hidden;
  }
.homepage-hero .video-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 160px;
      z-index: 10;
      overflow: hidden;
    }
@media (min-width: 768px) {

    .homepage-hero .video-bg {
        position: relative;
        left: auto;
        top: auto;
        height: 100%
    }
      }
.homepage-hero .video-bg iframe {
        width: calc(160px * 1280 / 475) !important;
        height: 100% !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
      }
@media only screen and (min-width: 377.26px) and (max-width: 767px) {

      .homepage-hero .video-bg iframe {
          width: 100% !important;
          height: 47.5vw !important
      }
        }
@media (min-width: 768px) {

      .homepage-hero .video-bg iframe {
          width: calc(425px * 1280 / 475) !important
      }
        }
@media (min-width: 992px) {

      .homepage-hero .video-bg iframe {
          width: calc(475px * 1280 / 475) !important
      }
        }
@media only screen and (min-width: 1280px) {

      .homepage-hero .video-bg iframe {
          width: 100% !important;
          height: 47.5vw !important
      }
        }
.homepage-hero .video-bg-aspect {
      height: 100%;
    }
.homepage-hero .messages {
      position: relative;
    }
.homepage-hero .messages:before, .homepage-hero .messages:after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        background-color: black;
        opacity: .2;
        border-radius: 50%;
      }
@media (min-width: 768px) {
      .homepage-hero .messages:before, .homepage-hero .messages:after {
          width: 765px;
          height: 765px
      }
        }
.homepage-hero .messages:before {
        z-index: 10;
        left: -100px;
        top: -50px;
      }
@media (min-width: 768px) {
      .homepage-hero .messages:before {
          left: -310px;
          top: -155px
      }
        }
.homepage-hero .messages:after {
        z-index: 11;
        left: -60px;
        top: -30px;
      }
@media (min-width: 768px) {
      .homepage-hero .messages:after {
          left: -210px;
          top: -105px
      }
        }
.homepage-intro {
    overflow: hidden;
  }
.homepage-intro h2 strong{
  font-weight: 900;
}
.homepage-intro p{
  margin-bottom: 20px;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.0625rem;
  line-height: 1.7rem;
}
@media (min-width: 992px){
  .homepage-intro p{
    font-size: 1.25rem;
    line-height: 2.75rem;
  }
}
.homepage-intro .image-with-circles {
      position: absolute;
      top: -255px;
      right: -360px;
    }
.homepage-intro .image-with-circles:before, .homepage-intro .image-with-circles:after {
        content: '';
        position: absolute;
        width: 644px;
        height: 644px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
.homepage-intro .image-with-circles:before {
        z-index: 12;
        left: -190px;
        top: -290px;
      }
.homepage-intro .image-with-circles:after {
        z-index: 10;
        left: -50px;
        top: 20px;
      }
.homepage-intro .image-with-circles img {
        z-index: 11;
        border-radius: 50%;
        position: relative;
        height: 674px;
        width: 674px;
        -o-object-fit: cover;
           object-fit: cover;
        max-width: none;
      }
.image-with-text__wysiwyg p{
  font-size: 1.0625rem;
  line-height: 1.7rem;
}
@media (min-width: 768px){
  .image-with-text__wysiwyg p{
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }
}
.image-with-text picture img {
    /* @apply w-full max-w-[420px] mx-auto lg:mr-0 lg:ml-auto */
  }
.at-a-glance {
    overflow: hidden;
    position: relative;
  }
.at-a-glance .stat sup {
        font-size: .6em;
      }
.at-a-glance .container {
      position: relative;
    }
.at-a-glance .container:before, .at-a-glance .container:after {
        content: '';
        position: absolute;
        width: 747px;
        height: 747px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
@media (min-width: 992px) {
      .at-a-glance .container:before, .at-a-glance .container:after {
          width: 1639px;
          height: 1639px
      }
        }
.at-a-glance .container:before {
        z-index: 10;
        left: -415px;
        bottom: -470px;
      }
@media (min-width: 992px) {
      .at-a-glance .container:before {
          left: -705px;
          bottom: -1480px
      }
        }
.at-a-glance .container:after {
        z-index: 11;
        left: -260px;
        bottom: -550px;
      }
@media (min-width: 992px) {
      .at-a-glance .container:after {
          left: -515px;
          bottom: -1535px
      }
        }
.content-single-news h2{
  margin-bottom: 8px;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.75rem;
  line-height: 2.375rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.content-single-news .feat-img-vid{
  margin-bottom: 40px;
}
@media (min-width: 992px){
  .content-single-news .feat-img-vid{
    margin-bottom: 60px;
  }
}
.content-single-news .feat-img-vid img{
  width: 100%;
}
.content-single-news .btn svg{
  margin-right: 0.625rem;
  margin-left: 0px;
}
.archive-news-page select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: none;
      padding: 8px;
      margin: 0;
      width: 100%;
      font-family: inherit;
      font-size: inherit;
      cursor: inherit;
      line-height: inherit;
      z-index: 10;
    }
.archive-news-page select::-ms-expand {
        display: none;
      }
.archive-news-page select{
      outline: none;
}
.archive-news-page .select {
      display: block;
      position: relative;
      width: 100%;
      background: transparent;
      border-radius: 8px;
      margin-top: 4px;
      border: 1px solid #444444;
      font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1.0625rem;
      line-height: 1.875rem;
      --tw-text-opacity: 1;
      color: rgb(68 68 68 / var(--tw-text-opacity));
    }
.archive-news-page .select:after {
        content: '';
        position: absolute;
        top: 17px;
        right: 0;
        display: block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 34px;
        height: 13px;
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../images/dropdown-arrow.svg');
        background-position: center;
        pointer-events: none;
      }
.archive-news-page .select:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        background-color: transparent;
        pointer-events: none;
        border-radius: inherit;
      }
.archive-news-page select:focus + .focus {
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      border: 2px solid #0E9FCB;
      border-radius: inherit;
      pointer-events: none;
    }
.archive-news-page .nav-btn{
  display: block;
  height: 50px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 119 90 / var(--tw-bg-opacity));
  text-align: center;
  vertical-align: middle;
  font-family: lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
}
.archive-news-page .nav-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 58 / var(--tw-bg-opacity));
}
.archive-news-page .nav-btn:disabled{
  opacity: 0.5;
}
.archive-news-page .nav-btn:disabled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 119 90 / var(--tw-bg-opacity));
}
.intro-section {
    overflow: hidden;
    position: relative;
  }
.intro-section .text-content p{
  margin-bottom: 15px;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.0625rem;
  line-height: 1.7rem;
}
@media (min-width: 992px){
  .intro-section .text-content p{
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 2.75rem;
  }
}
.intro-section h2, .intro-section h3, .intro-section .text-content {
      max-width: 644px;
    }
.intro-section .container {
      position: relative;
    }
.intro-section .container:before, .intro-section .container:after {
        content: '';
        position: absolute;
        width: 515px;
        height: 515px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
@media (min-width: 992px) {
      .intro-section .container:before, .intro-section .container:after {
          width: 633px;
          height: 633px
      }
        }
.intro-section .container:before {
        z-index: 10;
        right: -215px;
        top: -425px;
      }
/* @media screen(lg) {
          right: -75px;
          top: -520px;
        } */
@media (min-width: 992px) {
      .intro-section .container:before {
          right: -75px;
          top: -600px
      }
        }
.intro-section .container:after {
        z-index: 11;
        right: -305px;
        top: -310px;
      }
/* @media screen(lg) {
          right: -210px;
          top: -220px;
        } */
@media (min-width: 992px) {
      .intro-section .container:after {
          right: -240px;
          top: -300px
      }
        }
.lp-list .wysiwyg a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 102 71 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.lp-list .wysiwyg a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 149 58 / var(--tw-text-opacity));
}
.lp-list .wysiwyg p{
  margin-bottom: 0px;
}
.lp-list + .lp-list{
  padding-top: 0px;
}
.why-glp p a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 102 71 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.call-to-action {
    background-image: url('../images/cta-header.svg');
    background-size: 75% auto;
  }
@media (min-width: 992px) {
  .call-to-action {
      background-size: auto
  }
    }
.contact-form .form-wrapper{
  display: grid;
  max-width: 927px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 24px;
}
@media (min-width: 768px){
  .contact-form .form-wrapper{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.contact-form .form-element{
  grid-column: span 2 / span 2;
}
@media (min-width: 768px){
  .contact-form .form-element{
    grid-column: span 1 / span 1;
  }
}
.contact-form .form-element p{
  margin: 0px;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.contact-form .form-element label{
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.contact-form .form-element input{
  height: 45px;
}
.contact-form .form-element input,
      .contact-form .form-element textarea{
  margin-top: 5px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .contact-form .full-width{
    grid-column: span 2 / span 2;
  }
}
.contact-form button[type=submit]{
  margin-top: 43px;
  height: 50px;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-right-e15{
  right: -15px;
}
.-top-e45{
  top: -45px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-2\.5{
  bottom: 0.625rem;
}
.left-0{
  left: 0px;
}
.left-e5{
  left: 5px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[-93\%\]{
  top: -93%;
}
.top-\[2px\]{
  top: 2px;
}
.top-e70{
  top: 70px;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-e30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[13px\]{
  margin-bottom: 13px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[22px\]{
  margin-bottom: 22px;
}
.mb-\[23px\]{
  margin-bottom: 23px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[38px\]{
  margin-bottom: 38px;
}
.mb-\[3px\]{
  margin-bottom: 3px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[42px\]{
  margin-bottom: 42px;
}
.mb-\[49px\]{
  margin-bottom: 49px;
}
.mb-\[55px\]{
  margin-bottom: 55px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[65px\]{
  margin-bottom: 65px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.mb-e10{
  margin-bottom: 10px;
}
.mb-e15{
  margin-bottom: 15px;
}
.mb-e20{
  margin-bottom: 20px;
}
.mb-e30{
  margin-bottom: 30px;
}
.mb-e40{
  margin-bottom: 40px;
}
.mb-e45{
  margin-bottom: 45px;
}
.mb-e5{
  margin-bottom: 5px;
}
.mb-e50{
  margin-bottom: 50px;
}
.mb-e60{
  margin-bottom: 60px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-\[13px\]{
  margin-left: 13px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-e15{
  margin-left: 15px;
}
.ml-e20{
  margin-left: 20px;
}
.ml-e3{
  margin-left: 3px;
}
.ml-e5{
  margin-left: 5px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mr-\[4px\]{
  margin-right: 4px;
}
.mr-e5{
  margin-right: 5px;
}
.mt-0{
  margin-top: 0px;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[43px\]{
  margin-top: 43px;
}
.mt-e15{
  margin-top: 15px;
}
.mt-e20{
  margin-top: 20px;
}
.mt-e30{
  margin-top: 30px;
}
.mt-e55{
  margin-top: 55px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-\[11px\]{
  height: 11px;
}
.h-\[125px\]{
  height: 125px;
}
.h-\[1357px\]{
  height: 1357px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[335px\]{
  height: 335px;
}
.h-\[363px\]{
  height: 363px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[9px\]{
  height: 9px;
}
.h-auto{
  height: auto;
}
.h-e40{
  height: 40px;
}
.h-e50{
  height: 50px;
}
.h-e70{
  height: 70px;
}
.h-full{
  height: 100%;
}
.min-h-\[81px\]{
  min-height: 81px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[1357px\]{
  width: 1357px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[335px\]{
  width: 335px;
}
.w-\[363px\]{
  width: 363px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[7px\]{
  width: 7px;
}
.w-e20{
  width: 20px;
}
.w-e40{
  width: 40px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[254px\]{
  min-width: 254px;
}
.min-w-\[75px\]{
  min-width: 75px;
}
.min-w-\[81px\]{
  min-width: 81px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[144px\]{
  max-width: 144px;
}
.max-w-\[145px\]{
  max-width: 145px;
}
.max-w-\[165px\]{
  max-width: 165px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[645px\]{
  max-width: 645px;
}
.max-w-\[740px\]{
  max-width: 740px;
}
.max-w-\[927px\]{
  max-width: 927px;
}
.max-w-e160{
  max-width: 160px;
}
.max-w-e280{
  max-width: 280px;
}
.max-w-e480{
  max-width: 480px;
}
.max-w-e630{
  max-width: 630px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.origin-bottom{
  transform-origin: bottom;
}
.origin-top-left{
  transform-origin: top left;
}
.-translate-y-\[18\%\]{
  --tw-translate-y: -18%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[3\%\]{
  --tw-translate-y: -3%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[70\%\]{
  --tw-translate-y: -70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[90\%\]{
  --tw-translate-y: -90%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[94\%\]{
  --tw-translate-y: -94%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[10\%\]{
  --tw-translate-x: 10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[26\%\]{
  --tw-translate-x: 26%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[42\%\]{
  --tw-translate-x: 42%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[51\%\]{
  --tw-translate-x: 51%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[63\%\]{
  --tw-translate-x: 63%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-e20{
  gap: 20px;
}
.gap-e30{
  gap: 30px;
}
.gap-e70{
  gap: 70px;
}
.gap-x-\[38px\]{
  -moz-column-gap: 38px;
       column-gap: 38px;
}
.gap-x-e15{
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gap-x-e30{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-y-\[18px\]{
  row-gap: 18px;
}
.gap-y-\[24px\]{
  row-gap: 24px;
}
.gap-y-e40{
  row-gap: 40px;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-3{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
  margin-bottom: 30px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-deep-teal{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 46 / var(--tw-border-opacity));
}
.border-dove-grey{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-dusty{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-fun-green-dk{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 71 / var(--tw-border-opacity));
}
.border-silver{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-tundora{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-deep-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 46 / var(--tw-bg-opacity));
}
.bg-frost{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 229 / var(--tw-bg-opacity));
}
.bg-fun-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 58 / var(--tw-bg-opacity));
}
.bg-fun-green-3{
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 106 / var(--tw-bg-opacity));
}
.bg-fun-green-dk{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 71 / var(--tw-bg-opacity));
}
.bg-greener{
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 58 / var(--tw-bg-opacity));
}
.bg-mercury{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 231 / var(--tw-bg-opacity));
}
.bg-mercury-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-tropical-rain-forest{
  --tw-bg-opacity: 1;
  background-color: rgb(2 119 90 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-wild-sand{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-right-top{
  background-position: right top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-\[1\.25rem\]{
  padding: 1.25rem;
}
.p-e10{
  padding: 10px;
}
.p-e30{
  padding: 30px;
}
.p-e5{
  padding: 5px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}
.px-e10{
  padding-left: 10px;
  padding-right: 10px;
}
.px-e20{
  padding-left: 20px;
  padding-right: 20px;
}
.px-e5{
  padding-left: 5px;
  padding-right: 5px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-e10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-e15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-e20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-e3{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-e30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-e5{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-e50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-e70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.pb-\[13px\]{
  padding-bottom: 13px;
}
.pb-\[18px\]{
  padding-bottom: 18px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[45px\]{
  padding-bottom: 45px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pb-e10{
  padding-bottom: 10px;
}
.pb-e100{
  padding-bottom: 100px;
}
.pb-e15{
  padding-bottom: 15px;
}
.pb-e20{
  padding-bottom: 20px;
}
.pb-e30{
  padding-bottom: 30px;
}
.pb-e32{
  padding-bottom: 32px;
}
.pb-e36{
  padding-bottom: 36px;
}
.pb-e40{
  padding-bottom: 40px;
}
.pb-e45{
  padding-bottom: 45px;
}
.pb-e50{
  padding-bottom: 50px;
}
.pb-e90{
  padding-bottom: 90px;
}
.pl-0{
  padding-left: 0px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-e15{
  padding-left: 15px;
}
.pl-e5{
  padding-left: 5px;
}
.pr-0{
  padding-right: 0px;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-\[210px\]{
  padding-top: 210px;
}
.pt-\[22px\]{
  padding-top: 22px;
}
.pt-\[25px\]{
  padding-top: 25px;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.pt-\[42px\]{
  padding-top: 42px;
}
.pt-\[65px\]{
  padding-top: 65px;
}
.pt-\[9px\]{
  padding-top: 9px;
}
.pt-e10{
  padding-top: 10px;
}
.pt-e130{
  padding-top: 130px;
}
.pt-e24{
  padding-top: 24px;
}
.pt-e32{
  padding-top: 32px;
}
.pt-e40{
  padding-top: 40px;
}
.pt-e50{
  padding-top: 50px;
}
.pt-e60{
  padding-top: 60px;
}
.pt-e70{
  padding-top: 70px;
}
.pt-e90{
  padding-top: 90px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-lato{
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans{
  font-family: lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-12-14{
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.text-14-18{
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-16-27{
  font-size: 1rem;
  line-height: 1.7rem;
}
.text-17-25{
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
.text-17-27{
  font-size: 1.0625rem;
  line-height: 1.7rem;
}
.text-17-30{
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.text-18-18{
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.text-20-27{
  font-size: 1.25rem;
  line-height: 1.7rem;
}
.text-24-28{
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.text-24-32{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-28-36{
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.text-28-38{
  font-size: 1.75rem;
  line-height: 2.375rem;
}
.text-32-60{
  font-size: 2rem;
  line-height: 3.75rem;
}
.text-36-44{
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-deep-teal{
  --tw-text-opacity: 1;
  color: rgb(0 65 46 / var(--tw-text-opacity));
}
.text-fun-green-dk{
  --tw-text-opacity: 1;
  color: rgb(0 102 71 / var(--tw-text-opacity));
}
.text-tropical-rain-forest{
  --tw-text-opacity: 1;
  color: rgb(2 119 90 / var(--tw-text-opacity));
}
.text-tundora{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.decoration-2{
  text-decoration-thickness: 2px;
}
.decoration-3{
  text-decoration-thickness: 3px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.underline-offset-8{
  text-underline-offset: 8px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.outline{
  outline-style: solid;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
/* post types */
/* page templates and page-specific */
/* components */
main .hover\:no-underline:hovera,
  main .hover\:no-underline:hovera:hover {
   text-decoration: none;
  }
@media (min-width: 992px){

  main a.lg\:no-underline,
  main a.lg\:no-underline:hover {
   text-decoration: none;
  }
}
@media (min-width: 1150px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  @media (min-width: 480px){
    .xl\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 992px){
    .xl\:container{
      max-width: 992px;
    }
  }
  @media (min-width: 1150px){
    .xl\:container{
      max-width: 1150px;
    }
  }

    .at-a-glance .xl\:container {
      position: relative;
    }
      .at-a-glance .xl\:container:before, .at-a-glance .xl\:container:after {
        content: '';
        position: absolute;
        width: 747px;
        height: 747px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
        @media (min-width: 992px) {
      .at-a-glance .xl\:container:before, .at-a-glance .xl\:container:after {
          width: 1639px;
          height: 1639px
      }
        }
      .at-a-glance .xl\:container:before {
        z-index: 10;
        left: -415px;
        bottom: -470px;
      }
        @media (min-width: 992px) {
      .at-a-glance .xl\:container:before {
          left: -705px;
          bottom: -1480px
      }
        }
      .at-a-glance .xl\:container:after {
        z-index: 11;
        left: -260px;
        bottom: -550px;
      }
        @media (min-width: 992px) {
      .at-a-glance .xl\:container:after {
          left: -515px;
          bottom: -1535px
      }
        }

    .intro-section .xl\:container {
      position: relative;
    }
      .intro-section .xl\:container:before, .intro-section .xl\:container:after {
        content: '';
        position: absolute;
        width: 515px;
        height: 515px;
        background-color: black;
        opacity: .05;
        border-radius: 50%;
      }
        @media (min-width: 992px) {
      .intro-section .xl\:container:before, .intro-section .xl\:container:after {
          width: 633px;
          height: 633px
      }
        }
      .intro-section .xl\:container:before {
        z-index: 10;
        right: -215px;
        top: -425px;
      }

        @media (min-width: 992px) {
      .intro-section .xl\:container:before {
          right: -75px;
          top: -600px
      }
        }
      .intro-section .xl\:container:after {
        z-index: 11;
        right: -305px;
        top: -310px;
      }

        @media (min-width: 992px) {
      .intro-section .xl\:container:after {
          right: -240px;
          top: -300px
      }
        }
}
.first\:translate-y-\[4px\]:first-child{
  --tw-translate-y: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.first\:rotate-45:first-child{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.first\:border-0:first-child{
  border-width: 0px;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:translate-x-\[3px\]:last-child{
  --tw-translate-x: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.last\:translate-y-\[2px\]:last-child{
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.last\:-rotate-45:last-child{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.last\:border-none:last-child{
  border-style: none;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:border-fun-green:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 149 58 / var(--tw-border-opacity));
}
.hover\:text-fun-green:hover{
  --tw-text-opacity: 1;
  color: rgb(0 149 58 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:decoration-2:hover{
  text-decoration-thickness: 2px;
}
.hover\:underline-offset-4:hover{
  text-underline-offset: 4px;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
.active\:text-fun-green-dk:active{
  --tw-text-opacity: 1;
  color: rgb(0 102 71 / var(--tw-text-opacity));
}
.group:last-child .group-last\:mb-0{
  margin-bottom: 0px;
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/link:hover .group-hover\/link\:underline{
  text-decoration-line: underline;
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
.group\/link:hover .group-hover\/link\:decoration-2{
  text-decoration-thickness: 2px;
}
.group:hover .group-hover\:decoration-2{
  text-decoration-thickness: 2px;
}
.group\/link:hover .group-hover\/link\:underline-offset-4{
  text-underline-offset: 4px;
}
.group:hover .group-hover\:underline-offset-4{
  text-underline-offset: 4px;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 480px){
  .xs\:mb-0{
    margin-bottom: 0px;
  }
  .xs\:block{
    display: block;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 640px){
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:max-w-\[130px\]{
    max-width: 130px;
  }
  .sm\:max-w-\[450px\]{
    max-width: 450px;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-\[47px\]{
    margin-bottom: 47px;
  }
  .md\:mb-e40{
    margin-bottom: 40px;
  }
  .md\:mb-e45{
    margin-bottom: 45px;
  }
  .md\:mb-e50{
    margin-bottom: 50px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[420px\]{
    height: 420px;
  }
  .md\:h-\[425px\]{
    height: 425px;
  }
  .md\:w-\[420px\]{
    width: 420px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[329px\]{
    max-width: 329px;
  }
  .md\:max-w-\[390px\]{
    max-width: 390px;
  }
  .md\:max-w-e550{
    max-width: 550px;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:grow-0{
    flex-grow: 0;
  }
  .md\:basis-1\/2{
    flex-basis: 50%;
  }
  .md\:basis-\[calc\(50\%_-_30px\)\]{
    flex-basis: calc(50% - 30px);
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-e5{
    gap: 5px;
  }
  .md\:gap-e60{
    gap: 60px;
  }
  .md\:gap-x-e20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:px-\[95px\]{
    padding-left: 95px;
    padding-right: 95px;
  }
  .md\:py-\[85px\]{
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .md\:py-e50{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:py-e90{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .md\:pb-\[47px\]{
    padding-bottom: 47px;
  }
  .md\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .md\:pb-e100{
    padding-bottom: 100px;
  }
  .md\:pb-e12{
    padding-bottom: 12px;
  }
  .md\:pb-e50{
    padding-bottom: 50px;
  }
  .md\:pt-e10{
    padding-top: 10px;
  }
  .md\:pt-e80{
    padding-top: 80px;
  }
  .md\:text-17-30{
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }
  .md\:text-28-36{
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .md\:text-36-44{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .md\:text-42-50{
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 992px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-top-3\/4{
    top: -75%;
  }
  .lg\:right-\[-5\%\]{
    right: -5%;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-end-10{
    grid-column-end: 10;
  }
  .lg\:col-end-11{
    grid-column-end: 11;
  }
  .lg\:col-end-12{
    grid-column-end: 12;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .lg\:mb-\[49px\]{
    margin-bottom: 49px;
  }
  .lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:mb-e10{
    margin-bottom: 10px;
  }
  .lg\:mb-e20{
    margin-bottom: 20px;
  }
  .lg\:mb-e30{
    margin-bottom: 30px;
  }
  .lg\:mb-e40{
    margin-bottom: 40px;
  }
  .lg\:mb-e50{
    margin-bottom: 50px;
  }
  .lg\:mb-e70{
    margin-bottom: 70px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-\[13px\]{
    margin-top: 13px;
  }
  .lg\:mt-\[20px\]{
    margin-top: 20px;
  }
  .lg\:mt-e20{
    margin-top: 20px;
  }
  .lg\:mt-e30{
    margin-top: 30px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[13px\]{
    height: 13px;
  }
  .lg\:h-\[145px\]{
    height: 145px;
  }
  .lg\:h-\[475px\]{
    height: 475px;
  }
  .lg\:h-\[635px\]{
    height: 635px;
  }
  .lg\:h-\[690px\]{
    height: 690px;
  }
  .lg\:h-\[746px\]{
    height: 746px;
  }
  .lg\:h-e90{
    height: 90px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[138px\]{
    width: 138px;
  }
  .lg\:w-\[145px\]{
    width: 145px;
  }
  .lg\:w-\[635px\]{
    width: 635px;
  }
  .lg\:w-\[690px\]{
    width: 690px;
  }
  .lg\:w-\[746px\]{
    width: 746px;
  }
  .lg\:max-w-\[1040px\]{
    max-width: 1040px;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[359px\]{
    max-width: 359px;
  }
  .lg\:max-w-\[448px\]{
    max-width: 448px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:basis-auto{
    flex-basis: auto;
  }
  .lg\:-translate-x-e90{
    --tw-translate-x: -90px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-\[11\%\]{
    --tw-translate-y: -11%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[32\%\]{
    --tw-translate-x: 32%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[35\%_auto\]{
    grid-template-columns: 35% auto;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-e20{
    gap: 20px;
  }
  .lg\:gap-x-\[100px\]{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .lg\:gap-x-e20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-y-e24{
    row-gap: 24px;
  }
  .lg\:px-\[33px\]{
    padding-left: 33px;
    padding-right: 33px;
  }
  .lg\:px-e20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-e90{
    padding-left: 90px;
    padding-right: 90px;
  }
  .lg\:py-e60{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:py-e80{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:py-e90{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[140px\]{
    padding-bottom: 140px;
  }
  .lg\:pb-\[25px\]{
    padding-bottom: 25px;
  }
  .lg\:pb-\[41px\]{
    padding-bottom: 41px;
  }
  .lg\:pb-\[54px\]{
    padding-bottom: 54px;
  }
  .lg\:pb-\[8px\]{
    padding-bottom: 8px;
  }
  .lg\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .lg\:pb-e100{
    padding-bottom: 100px;
  }
  .lg\:pb-e36{
    padding-bottom: 36px;
  }
  .lg\:pb-e40{
    padding-bottom: 40px;
  }
  .lg\:pb-e50{
    padding-bottom: 50px;
  }
  .lg\:pb-e70{
    padding-bottom: 70px;
  }
  .lg\:pb-e90{
    padding-bottom: 90px;
  }
  .lg\:pl-\[30px\]{
    padding-left: 30px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-\[123px\]{
    padding-top: 123px;
  }
  .lg\:pt-\[22px\]{
    padding-top: 22px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[46px\]{
    padding-top: 46px;
  }
  .lg\:pt-\[80px\]{
    padding-top: 80px;
  }
  .lg\:pt-\[8px\]{
    padding-top: 8px;
  }
  .lg\:pt-e50{
    padding-top: 50px;
  }
  .lg\:pt-e80{
    padding-top: 80px;
  }
  .lg\:pt-e90{
    padding-top: 90px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-17-30{
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }
  .lg\:text-20-27{
    font-size: 1.25rem;
    line-height: 1.7rem;
  }
  .lg\:text-20-44{
    font-size: 1.25rem;
    line-height: 2.75rem;
  }
  .lg\:text-28-38{
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .lg\:text-36-44{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .lg\:text-40-60{
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:no-underline{
    text-decoration-line: none;
  }
}
@media (min-width: 1150px){
  .xl\:col-end-10{
    grid-column-end: 10;
  }
  .xl\:col-end-9{
    grid-column-end: 9;
  }
  .xl\:ml-e90{
    margin-left: 90px;
  }
  .xl\:max-w-\[445px\]{
    max-width: 445px;
  }
  .xl\:max-w-e550{
    max-width: 550px;
  }
  .xl\:-translate-y-\[86\%\]{
    --tw-translate-y: -86%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:-translate-y-\[89\%\]{
    --tw-translate-y: -89%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:translate-x-\[30\%\]{
    --tw-translate-x: 30%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:translate-x-\[43\%\]{
    --tw-translate-x: 43%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:pr-e30{
    padding-right: 30px;
  }
}
