/*
! tailwindcss v3.1.4 | 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.
*/

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

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

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

h1, 
  h2, 
  h3, 
  h4, 
  h5, 
  h6 {
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

*, ::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-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:  ;
}

::-webkit-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-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-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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

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

.mobile-link {
  border-top: .5px solid #333;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.mobile-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 782px) {
  .mobile-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .mobile-link {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.mobile-level-link {
  border-top: .5px solid #333;
  display: flex;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.mobile-level-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

@media (min-width: 782px) {
  .mobile-level-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .mobile-level-link {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.bottom-5 {
  bottom: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.right-\[25px\] {
  right: 25px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-\[72\.5\%\] {
  left: 72.5%;
}

.left-\[-4\.25vw\] {
  left: -4.25vw;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-30 {
  z-index: 30;
}

.z-0 {
  z-index: 0;
}

.z-40 {
  z-index: 40;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.m-auto {
  margin: auto;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-\[-4px\] {
  margin-top: -4px;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-0 {
  margin-left: 0px;
}

.mt-\[136px\] {
  margin-top: 136px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-auto {
  margin-top: auto;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.-mt-\[4px\] {
  margin-top: -4px;
}

.ml-\[1px\] {
  margin-left: 1px;
}

.-ml-\[4px\] {
  margin-left: -4px;
}

.-mt-\[1px\] {
  margin-top: -1px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.mt-\[0\.5em\] {
  margin-top: 0.5em;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-\[50px\] {
  margin-top: -50px;
}

.ml-3 {
  margin-left: 0.75rem;
}

.-mt-\[100vh\] {
  margin-top: -100vh;
}

.-mb-\[100vh\] {
  margin-bottom: -100vh;
}

.-mt-\[200vh\] {
  margin-top: -200vh;
}

.mb-\[0\.25rem\] {
  margin-bottom: 0.25rem;
}

.mb-\[4\.5px\] {
  margin-bottom: 4.5px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.ml-\[30px\] {
  margin-left: 30px;
}

.-ml-\[27\.5px\] {
  margin-left: -27.5px;
}

.-mt-\[3px\] {
  margin-top: -3px;
}

.-ml-\[22\.5px\] {
  margin-left: -22.5px;
}

.mb-\[2\.5px\] {
  margin-bottom: 2.5px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-auto {
  aspect-ratio: auto;
}

.h-\[calc\(10vh-136px\)\] {
  height: calc(10vh - 136px);
}

.h-\[calc\(20vh-136px\)\] {
  height: calc(20vh - 136px);
}

.h-\[calc\(30vh-136px\)\] {
  height: calc(30vh - 136px);
}

.h-\[calc\(40vh-136px\)\] {
  height: calc(40vh - 136px);
}

.h-\[calc\(50vh-136px\)\] {
  height: calc(50vh - 136px);
}

.h-\[calc\(60vh-136px\)\] {
  height: calc(60vh - 136px);
}

.h-\[calc\(70vh-136px\)\] {
  height: calc(70vh - 136px);
}

.h-\[calc\(80vh-136px\)\] {
  height: calc(80vh - 136px);
}

.h-\[calc\(90vh-136px\)\] {
  height: calc(90vh - 136px);
}

.h-\[calc\(100vh-136px\)\] {
  height: calc(100vh - 136px);
}

.h-\[10vh\] {
  height: 10vh;
}

.h-\[20vh\] {
  height: 20vh;
}

.h-\[30vh\] {
  height: 30vh;
}

.h-\[40vh\] {
  height: 40vh;
}

.h-\[50vh\] {
  height: 50vh;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-\[90vh\] {
  height: 90vh;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-\[21px\] {
  height: 21px;
}

.h-14 {
  height: 3.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[275px\] {
  height: 275px;
}

.h-2 {
  height: 0.5rem;
}

.h-screen {
  height: 100vh;
}

.h-\[900px\] {
  height: 900px;
}

.h-\[200vh\] {
  height: 200vh;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[40px\] {
  height: 40px;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-\[75vh\] {
  height: 75vh;
}

.h-7 {
  height: 1.75rem;
}

.h-\[475px\] {
  height: 475px;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[25vh\] {
  height: 25vh;
}

.h-\[150vh\] {
  height: 150vh;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[17px\] {
  height: 17px;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-\[250px\] {
  max-height: 250px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-\[900px\] {
  min-height: 900px;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-auto {
  width: auto;
}

.w-6 {
  width: 1.5rem;
}

.w-\[25\%\] {
  width: 25%;
}

.w-0 {
  width: 0px;
}

.w-32 {
  width: 8rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3\/5 {
  width: 60%;
}

.w-2\/5 {
  width: 40%;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[500px\] {
  width: 500px;
}

.w-10 {
  width: 2.5rem;
}

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

.w-\[11\.5px\] {
  width: 11.5px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[140px\] {
  width: 140px;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[50px\] {
  width: 50px;
}

.w-screen {
  width: 100vw;
}

.w-\[80px\] {
  width: 80px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-screen-2xl {
  max-width: 1440px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[1800px\] {
  max-width: 1800px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-screen-lg {
  max-width: 960px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-3xl {
  max-width: 48rem;
}

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

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

.origin-right {
  transform-origin: right;
}

.-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));
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
  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\/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));
}

.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));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.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));
}

.scale-\[1\.7\] {
  --tw-scale-x: 1.7;
  --tw-scale-y: 1.7;
  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));
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.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;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#333\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-ox_green {
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
}

.bg-ox_light_green {
  --tw-bg-opacity: 1;
  background-color: rgb(190 206 69 / var(--tw-bg-opacity));
}

.bg-ox_dark_green {
  --tw-bg-opacity: 1;
  background-color: rgb(51 97 20 / var(--tw-bg-opacity));
}

.bg-ox_grey {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity));
}

.bg-ox_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 222 / var(--tw-bg-opacity));
}

.bg-ox_purple {
  --tw-bg-opacity: 1;
  background-color: rgb(83 41 125 / var(--tw-bg-opacity));
}

.bg-ox_burgundy {
  --tw-bg-opacity: 1;
  background-color: rgb(99 2 53 / var(--tw-bg-opacity));
}

.bg-ox_pink {
  --tw-bg-opacity: 1;
  background-color: rgb(228 57 137 / var(--tw-bg-opacity));
}

.bg-ox_orange {
  --tw-bg-opacity: 1;
  background-color: rgb(241 110 34 / var(--tw-bg-opacity));
}

.bg-ox_yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 196 58 / var(--tw-bg-opacity));
}

.bg-ox_dark_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 94 132 / var(--tw-bg-opacity));
}

.bg-ox_light_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(11 156 218 / var(--tw-bg-opacity));
}

.bg-ox_light_red {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 82 / var(--tw-bg-opacity));
}

.bg-ox_dark_red {
  --tw-bg-opacity: 1;
  background-color: rgb(162 0 17 / var(--tw-bg-opacity));
}

.bg-ox_deep_red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
}

.bg-ox_light_grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}

.bg-\[\#FF1D34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#95F000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 240 0 / var(--tw-bg-opacity));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#065E84\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 94 132 / var(--tw-bg-opacity));
}

.bg-\[\#44841A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
}

.bg-\[\#F3F3F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-\[\#dddcdc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 220 220 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 243 / var(--tw-bg-opacity));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#a2c28d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(162 194 141 / var(--tw-bg-opacity));
}

.bg-\[\#f6f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#efefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-\[\#f6f7f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 246 / var(--tw-bg-opacity));
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-\[image\:var\(--bg-sm\)\] {
  background-image: var(--bg-sm);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-\[\#44841A\] {
  fill: #44841A;
}

.fill-\[\#BECE45\] {
  fill: #BECE45;
}

.fill-\[\#336114\] {
  fill: #336114;
}

.fill-\[\#000000\] {
  fill: #000000;
}

.fill-\[\#545454\] {
  fill: #545454;
}

.fill-\[\#FFFFFF\] {
  fill: #FFFFFF;
}

.fill-\[\#EAEADE\] {
  fill: #EAEADE;
}

.fill-\[\#53297D\] {
  fill: #53297D;
}

.fill-\[\#630235\] {
  fill: #630235;
}

.fill-\[\#E43989\] {
  fill: #E43989;
}

.fill-\[\#F16E22\] {
  fill: #F16E22;
}

.fill-\[\#FBC43A\] {
  fill: #FBC43A;
}

.fill-\[\#065E84\] {
  fill: #065E84;
}

.fill-\[\#0B9CDA\] {
  fill: #0B9CDA;
}

.fill-\[\#E70052\] {
  fill: #E70052;
}

.fill-\[\#A20011\] {
  fill: #A20011;
}

.fill-\[\#FF1D34\] {
  fill: #FF1D34;
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

.font-oxfam-regular {
  font-family: Oxfam T-Star Pro Regular, sans-serif;
}

.font-oxfam-bold {
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.font-oxfam-headline {
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.font-oxfam-light {
  font-family: Oxfam T-Star Pro Light, sans-serif;
}

.font-oxfam-medium {
  font-family: Oxfam T-Star Pro Medium, sans-serif;
}

.font-roboto-regular {
  font-family: Roboto Regular, sans-serif;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-tight {
  line-height: 1.25;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-ox_green {
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
}

.text-ox_light_green {
  --tw-text-opacity: 1;
  color: rgb(190 206 69 / var(--tw-text-opacity));
}

.text-ox_dark_green {
  --tw-text-opacity: 1;
  color: rgb(51 97 20 / var(--tw-text-opacity));
}

.text-ox_grey {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.text-ox_beige {
  --tw-text-opacity: 1;
  color: rgb(234 234 222 / var(--tw-text-opacity));
}

.text-ox_purple {
  --tw-text-opacity: 1;
  color: rgb(83 41 125 / var(--tw-text-opacity));
}

.text-ox_burgundy {
  --tw-text-opacity: 1;
  color: rgb(99 2 53 / var(--tw-text-opacity));
}

.text-ox_pink {
  --tw-text-opacity: 1;
  color: rgb(228 57 137 / var(--tw-text-opacity));
}

.text-ox_orange {
  --tw-text-opacity: 1;
  color: rgb(241 110 34 / var(--tw-text-opacity));
}

.text-ox_yellow {
  --tw-text-opacity: 1;
  color: rgb(251 196 58 / var(--tw-text-opacity));
}

.text-ox_dark_blue {
  --tw-text-opacity: 1;
  color: rgb(6 94 132 / var(--tw-text-opacity));
}

.text-ox_light_blue {
  --tw-text-opacity: 1;
  color: rgb(11 156 218 / var(--tw-text-opacity));
}

.text-ox_light_red {
  --tw-text-opacity: 1;
  color: rgb(231 0 82 / var(--tw-text-opacity));
}

.text-ox_dark_red {
  --tw-text-opacity: 1;
  color: rgb(162 0 17 / var(--tw-text-opacity));
}

.text-ox_deep_red {
  --tw-text-opacity: 1;
  color: rgb(255 29 52 / var(--tw-text-opacity));
}

.text-\[\#FF1D34\] {
  --tw-text-opacity: 1;
  color: rgb(255 29 52 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#95F000\] {
  --tw-text-opacity: 1;
  color: rgb(149 240 0 / var(--tw-text-opacity));
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#065E84\] {
  --tw-text-opacity: 1;
  color: rgb(6 94 132 / var(--tw-text-opacity));
}

.text-\[\#44841A\] {
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.outline {
  outline-style: solid;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[500ms\] {
  transition-duration: 500ms;
}

.duration-\[700ms\] {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

@font-face {
  font-family: "Oxfam T-Star Pro Headline";

  src: local(""), url("../assets/fonts/Oxfam-T-Star-Pro-Headline.woff2") format("woff2"),
    url("../assets/fonts/Oxfam-T-Star-Pro-Headline.woff") format("woff");
}

@font-face {
  font-family: "Oxfam T-Star Pro Bold";

  src: local(""), url("../assets/fonts/Oxfam-T-Star-Pro-Bold.woff2") format("woff2"),
    url("../assets/fonts/Oxfam-T-Star-Pro-Bold.woff") format("woff");
}

@font-face {
  font-family: "Oxfam T-Star Pro Medium";

  src: local(""), url("../assets/fonts/Oxfam-T-Star-Pro-Medium.woff2") format("woff2"),
    url("../assets/fonts/Oxfam-T-Star-Pro-Medium.woff") format("woff");
}

@font-face {
  font-family: "Oxfam T-Star Pro Regular";

  src: local(""), url("../assets/fonts/Oxfam-T-Star-Pro-Regular.woff2") format("woff2"),
    url("../assets/fonts/Oxfam-T-Star-Pro-Regular.woff") format("woff");
}

@font-face {
  font-family: "Oxfam T-Star Pro Light";

  src: local(""), url("../assets/fonts/Oxfam-T-Star-Pro-Light.woff2") format("woff2"),
    url("../assets/fonts/Oxfam-T-Star-Pro-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto Bold";

  src: local(""), url("../assets/fonts/Roboto-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Roboto Regular";

  src: local(""), url("../assets/fonts/Roboto-Regular.ttf") format("ttf");
}

.btn-regular {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 13px 20px 10px 20px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-regular-sm {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 13px 20px 10px 20px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-regular-xs {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 10px 5px 10px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-regular-inverse {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 13px 20px 10px 20px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-regular-inverse-sm {
  background-color: #fff;
  color: #61A534;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8.5px 12.5px 5px 12.5px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-regular-inverse-sm:hover {
  background-color: #78C445;
  color: #fff;
}

.btn-arrow {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 13px 20px 10px 20px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

@media (min-width: 768px) {
  .btn-arrow {
    position: relative;
    text-align: center;
    min-width: 130px;
    text-transform: uppercase;
    font-size: 1.125rem;
    padding: 16px 80px 14px 30px;
    border-radius: 6px 0px 0px 6px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: all .25s;
    -webkit-clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
    clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
    font-family: Oxfam T-Star Pro Headline, sans-serif;
  }
}

.btn-arrow-sm {
  position: relative;
  text-align: center;
  min-width: 130px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 16px 80px 14px 30px;
  border-radius: 6px 0px 0px 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  -webkit-clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
  clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-arrow-inverse {
  text-align: center;
  min-width: 130px;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 13px 50px 10px 20px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
  clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-arrow-no-colors {
  text-align: center;
  min-width: 130px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 13px 50px 10px 20px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
  clip-path: polygon(0 0,80% 0,89% 45%,89.2% 47%,89.2% 53%,89% 55%,80% 100%,0 100%);
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.btn-arrow-no-colors:hover {
  background: rgba(0,0,0,.25);
  color: #fff !important;
}

.btn-minimal {
  color: #44841A;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 2.5px solid #61A534;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.btn-minimal:hover {
  color: #336114;
  border-bottom: 2.5px solid #336114;
}

.btn-minimal-dark {
  color: #000000;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 2.5px solid #000000;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.btn-minimal-subtle {
  color: rgba(50, 50, 50, 0.8);
  font-family: 'Oxfam T-Star Pro Bold', sans-serif;
  transition: all .25s;
}

.btn-minimal-subtle:hover {
  color: #000000;
}

.pulsating {
  -webkit-animation: pulse 2.8s ease-in-out infinite;
          animation: pulse 2.8s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  20% {
    opacity: 0.3;
  }

  40% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  20% {
    opacity: 0.3;
  }

  40% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.btn-sticky-mobile {
  transition: all .25s;
  font-size: 16px;
  border-radius: 10px;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
  font-weight: 500;
}

@media (min-width: 782px) {
  .btn-sticky-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.mobile-link:last-child {
  border-bottom: .5px solid #333;
}

.header-toggle-dropdown svg path {
  fill: #000000;
  transition: fill .25s ease-in-out;
}

.header-toggle-dropdown:hover svg path {
  fill: #44841A;
}

.header-donate-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 5px 10px 4px 10px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

@media (min-width: 768px) {
  .header-donate-link {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 8px 20px 6px 20px;
    border-radius: 6px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: all .25s;
    font-family: Oxfam T-Star Pro Headline, sans-serif;
  }
}

@media (min-width: 1280px) {
  .header-donate-link {
    border-radius: 6px 0px 0px 6px;
  }
}

.header-donate-dropdown {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 8px 20px 6px 20px;
  border-radius: 0px 6px 6px 0px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 44px;
}

.header-secondary-link {
  font-size: 1.1rem;
  color: #333;
  display: inline-block;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.header-secondary-link:hover {
  color: #44841A;
}

.header-top-link:before {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  width: 20px;
  height: 30px;
  margin-right: 10px;
  margin-top: -7px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-link:before {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  width: 15px;
  height: 20px;
  margin-right: 10px;
  margin-top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-next-level,
.mobile-prev-level {
  border-top: .5px solid #333;
}

.mobile-next-level:after {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  width: 15px;
  height: 20px;
  margin-left: auto;
  margin-top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-prev-level:before {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  rotate: 180deg;
  width: 15px;
  height: 20px;
  margin-right: 10px;
  margin-top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.active-level {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.header-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search-input {
  z-index: 9999;
  border: 2px solid #e3e3dd;
  border-radius: 0.375rem;
  background: #fff;
  height: 40px;
  margin: auto;
  width: 280px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .header-search-input {
    border: 4px solid #e3e3dd;
    width: calc(100vw - 87px);
    height: 60px;
  }
}

.header-search-input form {
  height: 100%;
  width: 100%;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.header-search-input form input[type="submit"] {
  visibility: hidden;
}

.header-search-input form input[type="search"] {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 0.375rem;
  outline-offset: 0px;
  outline-color: #61A534;
}

@media (max-width: 768px) {
  .header-search-input form input[type="search"] {
    outline: none;
  }
}

.header-search-input form input[type="search"]::-webkit-search-decoration,
.header-search-input form input[type="search"]::-webkit-search-cancel-button,
.header-search-input form input[type="search"]::-webkit-search-results-button,
.header-search-input form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* WEGLOT */

.weglot-language {
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.weglot-inline {
  display: flex;
  transiton: all ease-in-out .25s;
  margin-left: auto;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .weglot-inline {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.weglot-inline .wgcurrent {
  color: #44841A;
}

.header-top-bar .weglot-inline .wgcurrent {
  color: #336114;
}

.header-top-bar .weglot-inline .weglot-language a:not(.wgcurrent) {
  color: #555555;
}

.weglot-inline .weglot-language a:not(.wgcurrent) {
  color: #333333;
  transition: all .25s;
}

.weglot-inline .weglot-language a:not(.wgcurrent):hover {
  color: #44841A;
  text-decoration: none;
}

.weglot-inline ul {
  display: flex !important;
  align-items: center;
}

.header-donate-start-anchor svg {
  -webkit-animation: hover-me .5s infinite ease-in-out alternate;
          animation: hover-me .5s infinite ease-in-out alternate;
}

@-webkit-keyframes hover-me {
  100% {
    transform: translate3d(0, 3.5px, 0);
  }
}

@keyframes hover-me {
  100% {
    transform: translate3d(0, 3.5px, 0);
  }
}

.text h1:not(.custom-h1) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text h2:not(.custom-h2) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text h1, 
.text h2, 
.text h3, 
.text h4, 
.text h5, 
.text h6, 
.text p {
  margin-bottom: 0.5rem;
}

.text p {
  font-family: Oxfam T-Star Pro Medium, sans-serif;
  font-size: 18px;
}

.text ul {
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-family: Oxfam T-Star Pro Medium, sans-serif;
}

.text ol {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  font-family: Oxfam T-Star Pro Medium, sans-serif;
}

.text li {
  margin-left: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.text a {
  color: #44841A;
  transition: all .25s;
  text-decoration: underline;
}

.text a:hover {
  color: #336114;
}

.unordered-list-block a {
  color: #44841A;
  transition: all .25s;
  text-decoration: underline;
}

.unordered-list-block a:hover {
  color: #336114;
}

.search-results-input form {
  position: relative;
  display: flex;
  align-items: center;
}

.search-results-input form:after {
  content: '';
  z-index: 1;
  display: block;
  background: url("../assets/images/magnifying-glass-solid.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}

.search-results-input form input[type="submit"] {
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
}

@media (min-width: 768px) {
  .search-results-input form:after {
    width: 30px;
    height: 30px;
  }

  .search-results-input form input[type="submit"] {
    width: 30px;
    height: 30px;
  }
}

.search-results-input label {
  width: 100%;
}

.search-results-input form input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #f3f3f1;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  padding: 10px 30px 5px 10px;
  outline: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: Oxfam T-Star Pro Regular, sans-serif;
}

@media (min-width: 768px) {
  .search-results-input form input[type="search"] {
    font-size: 2.75rem;
    padding: 10px 40px 5px 10px;
  }
}

.search-results-input form input[type="search"]::-webkit-search-decoration,
.search-results-input form input[type="search"]::-webkit-search-cancel-button,
.search-results-input form input[type="search"]::-webkit-search-results-button,
.search-results-input form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.pagination .nav-links .next,
.pagination .nav-links .prev {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

@media (min-width: 768px) {
  .pagination .nav-links .next,
  .pagination .nav-links .prev {
    font-size: 1.3rem;
  }
}

.pagination .nav-links .next {
  position: absolute;
  right: 0px;
}

.pagination .nav-links .prev {
  position: absolute;
  left: 0px;
}

.pagination .nav-links .next:after {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  width: 15px;
  height: 20px;
  margin-top: -4px;
  margin-left: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagination .nav-links .prev:before {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  transform: rotate(180deg);
  width: 15px;
  height: 20px;
  margin-top: -4px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-links {
  margin-top: 50px;
}

.navigation,
.pagination,
.nav-links {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  font-size: 1.2rem;
  transition: all .25s;
  margin: 0px 1.5px;
  color: #44841A;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

@media (min-width: 768px) {
  .page-numbers {
    font-size: 1.3rem;
    margin: 0px 5px;
  }
}

.current, 
.prev, 
.next{
  color: #000000;
}

.page-numbers:hover {
  color: #336114;
}

.prev:hover,
.next:hover {
  color: #44841A;
}

.single .left-aligned .wp-block-image figcaption,
.single .centered .wp-block-image figcaption,
.single .centered-wide .wp-block-image figcaption {
  font-style: italic;
}

.single .left-aligned, 
.single .centered,
.single .centered-wide,
.single #content {
  background: #fff;
}

.single .centered .main-hero-h1,
.single .centered-wide .main-hero-h1,
.single .centered .main-hero-p,
.single .centered-wide .main-hero-p {
  text-align: center;
  max-width: 100%;
}

.single .left-aligned h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .left-aligned h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .left-aligned h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .left-aligned h4:not(.two-column-text-image h4), 
.single .left-aligned h5:not(.two-column-text-image h5), 
.single .left-aligned h6:not(.two-column-text-image h6), 
.single .left-aligned p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .left-aligned h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .left-aligned h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .left-aligned h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .left-aligned h4:not(.two-column-text-image h4), 
.single .left-aligned h5:not(.two-column-text-image h5), 
.single .left-aligned h6:not(.two-column-text-image h6), 
.single .left-aligned p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .left-aligned h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .left-aligned h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .left-aligned h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .left-aligned h4:not(.two-column-text-image h4), 
.single .left-aligned h5:not(.two-column-text-image h5), 
.single .left-aligned h6:not(.two-column-text-image h6), 
.single .left-aligned p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 5rem;
    padding-right: 300px;
  }
}

@media (min-width: 1280px) {
  .single .left-aligned h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .left-aligned h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .left-aligned h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .left-aligned h4:not(.two-column-text-image h4), 
.single .left-aligned h5:not(.two-column-text-image h5), 
.single .left-aligned h6:not(.two-column-text-image h6), 
.single .left-aligned p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-right: 500px;
  }
}

.single .has-hero-cta h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .has-hero-cta h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .has-hero-cta h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .has-hero-cta h4:not(.two-column-text-image h4), 
.single .has-hero-cta h5:not(.two-column-text-image h5), 
.single .has-hero-cta h6:not(.two-column-text-image h6), 
.single .has-hero-cta p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .has-hero-cta h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .has-hero-cta h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .has-hero-cta h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .has-hero-cta h4:not(.two-column-text-image h4), 
.single .has-hero-cta h5:not(.two-column-text-image h5), 
.single .has-hero-cta h6:not(.two-column-text-image h6), 
.single .has-hero-cta p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .has-hero-cta h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .has-hero-cta h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .has-hero-cta h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .has-hero-cta h4:not(.two-column-text-image h4), 
.single .has-hero-cta h5:not(.two-column-text-image h5), 
.single .has-hero-cta h6:not(.two-column-text-image h6), 
.single .has-hero-cta p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 5rem;
    padding-right: 300px;
  }
}

@media (min-width: 1280px) {
  .single .has-hero-cta h1:not(.main-hero-h1):not(.two-column-text-image h1), 
.single .has-hero-cta h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .has-hero-cta h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .has-hero-cta h4:not(.two-column-text-image h4), 
.single .has-hero-cta h5:not(.two-column-text-image h5), 
.single .has-hero-cta h6:not(.two-column-text-image h6), 
.single .has-hero-cta p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-right: 650px;
  }

  .single .has-hero-cta .main-hero + * {
    margin-top: -250px;
  }
}

.single .left-aligned .two-column-text-image, 
.single .left-aligned .quote-block, 
.single .left-aligned .button, 
.single .left-aligned .unordered-list-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .left-aligned .two-column-text-image, 
.single .left-aligned .quote-block, 
.single .left-aligned .button, 
.single .left-aligned .unordered-list-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .left-aligned .two-column-text-image, 
.single .left-aligned .quote-block, 
.single .left-aligned .button, 
.single .left-aligned .unordered-list-block {
    padding-left: 5rem;
    padding-right: 300px;
  }
}

@media (min-width: 1280px) {
  .single .left-aligned .two-column-text-image, 
.single .left-aligned .quote-block, 
.single .left-aligned .button, 
.single .left-aligned .unordered-list-block {
    padding-right: 500px;
  }
}

.single .has-hero-cta .two-column-text-image, 
.single .has-hero-cta .quote-block, 
.single .has-hero-cta .button, 
.single .has-hero-cta .unordered-list-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .has-hero-cta .two-column-text-image, 
.single .has-hero-cta .quote-block, 
.single .has-hero-cta .button, 
.single .has-hero-cta .unordered-list-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .has-hero-cta .two-column-text-image, 
.single .has-hero-cta .quote-block, 
.single .has-hero-cta .button, 
.single .has-hero-cta .unordered-list-block {
    padding-left: 5rem;
    padding-right: 300px;
  }
}

@media (min-width: 1280px) {
  .single .has-hero-cta .two-column-text-image, 
.single .has-hero-cta .quote-block, 
.single .has-hero-cta .button, 
.single .has-hero-cta .unordered-list-block {
    padding-right: 650px;
  }
}

.single .left-aligned .two-column-text-image h1, 
.single .left-aligned .two-column-text-image h2, 
.single .left-aligned .two-column-text-image h3, 
.single .left-aligned .two-column-text-image h4, 
.single .left-aligned .two-column-text-image h5, 
.single .left-aligned .two-column-text-image h6, 
.single .left-aligned .two-column-text-image p {
  margin-bottom: 0.5rem;
}

.single .centered h1:not(.two-column-text-image h1), 
.single .centered h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered h4:not(.two-column-text-image h4), 
.single .centered h5:not(.two-column-text-image h5), 
.single .centered h6:not(.two-column-text-image h6), 
.single .centered p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered h1:not(.two-column-text-image h1), 
.single .centered h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered h4:not(.two-column-text-image h4), 
.single .centered h5:not(.two-column-text-image h5), 
.single .centered h6:not(.two-column-text-image h6), 
.single .centered p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered h1:not(.two-column-text-image h1), 
.single .centered h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered h4:not(.two-column-text-image h4), 
.single .centered h5:not(.two-column-text-image h5), 
.single .centered h6:not(.two-column-text-image h6), 
.single .centered p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single .centered-wide h1:not(.two-column-text-image h1), 
.single .centered-wide h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered-wide h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered-wide h4:not(.two-column-text-image h4), 
.single .centered-wide h5:not(.two-column-text-image h5), 
.single .centered-wide h6:not(.two-column-text-image h6), 
.single .centered-wide p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered-wide h1:not(.two-column-text-image h1), 
.single .centered-wide h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered-wide h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered-wide h4:not(.two-column-text-image h4), 
.single .centered-wide h5:not(.two-column-text-image h5), 
.single .centered-wide h6:not(.two-column-text-image h6), 
.single .centered-wide p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered-wide h1:not(.two-column-text-image h1), 
.single .centered-wide h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered-wide h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered-wide h4:not(.two-column-text-image h4), 
.single .centered-wide h5:not(.two-column-text-image h5), 
.single .centered-wide h6:not(.two-column-text-image h6), 
.single .centered-wide p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered-wide h1:not(.two-column-text-image h1), 
.single .centered-wide h2:not(.cta-h2):not(.two-column-text-image h2), 
.single .centered-wide h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single .centered-wide h4:not(.two-column-text-image h4), 
.single .centered-wide h5:not(.two-column-text-image h5), 
.single .centered-wide h6:not(.two-column-text-image h6), 
.single .centered-wide p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p) {
    width: 1300px;
  }
}

.single .centered .two-column-text-image h1, 
.single .centered .two-column-text-image h2, 
.single .centered .two-column-text-image h3, 
.single .centered .two-column-text-image h4, 
.single .centered .two-column-text-image h5, 
.single .centered .two-column-text-image h6, 
.single .centered .two-column-text-image p {
  margin-bottom: 0.5rem;
}

.single .centered-wide .two-column-text-image h1, 
.single .centered-wide .two-column-text-image h2, 
.single .centered-wide .two-column-text-image h3, 
.single .centered-wide .two-column-text-image h4, 
.single .centered-wide .two-column-text-image h5, 
.single .centered-wide .two-column-text-image h6, 
.single .centered-wide .two-column-text-image p {
  margin-bottom: 0.5rem;
}

.single .centered .main-hero-h1, 
.single .centered .main-hero-p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media (min-width: 782px) {
  .single .centered .main-hero-h1, 
.single .centered .main-hero-p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered .main-hero-h1, 
.single .centered .main-hero-p {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single .centered .main-hero-link, 
.single .centered-wide .main-hero-link {
  margin-left: auto;
  margin-right: auto;
}

.single .centered-wide .main-hero-h1, 
.single .centered-wide .main-hero-p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media (min-width: 782px) {
  .single .centered-wide .main-hero-h1, 
.single .centered-wide .main-hero-p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered-wide .main-hero-h1, 
.single .centered-wide .main-hero-p {
    width: 1300px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single .centered .two-column-text-image, 
.single .centered .quote-block, 
.single .centered .unordered-list-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered .two-column-text-image, 
.single .centered .quote-block, 
.single .centered .unordered-list-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered .two-column-text-image, 
.single .centered .quote-block, 
.single .centered .unordered-list-block {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single .centered-wide .two-column-text-image, 
.single .centered-wide .quote-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered-wide .two-column-text-image, 
.single .centered-wide .quote-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered-wide .two-column-text-image, 
.single .centered-wide .quote-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered-wide .two-column-text-image, 
.single .centered-wide .quote-block {
    width: 1300px;
    gap: 2rem;
  }
}

.single .left-aligned a:not(.button a):not(.cta a):not(.main-hero-cta a):not(.main-hero-link),
.single .centered a:not(.button a):not(.cta a):not(.main-hero-cta a:not(.main-hero-link)),
.single .centered-wide a:not(.button a):not(.cta a):not(.main-hero-cta a):not(.main-hero-link) {
  color: #44841A;
  transition: all .25s;
  text-decoration: underline;
}

.single .left-aligned a:not(.button a):not(.cta a):not(.main-hero-cta a):not(.main-hero-link):hover,
.single .centered a:not(.button a):not(.cta a):not(.main-hero-cta a):not(.main-hero-link):hover,
.single .centered-wide a:not(.button a):not(.cta a):not(.main-hero-cta a):not(.main-hero-link):hover {
  color: #336114;
}

.single .left-aligned .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .left-aligned .wp-block-image {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 960px) {
  .single .left-aligned .wp-block-image {
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 5rem;
  }
}

.single .left-aligned .wp-block-image img {
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 960px) {
  .single .left-aligned .wp-block-image img {
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .left-aligned .wp-block-image img {
    padding-right: 12rem;
  }
}

.single .left-aligned .wp-block-image figcaption {
  max-width: 1440px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 960px) {
  .single .left-aligned .wp-block-image figcaption {
    padding-right: 300px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .single .left-aligned .wp-block-image figcaption {
    padding-right: 500px;
  }

  .single .has-hero-cta figcaption:not(.image-block figcaption) {
    padding-right: 650px !important;
  }

  .single .has-hero-cta .wp-block-image img {
    padding-right: 325px !important;
  }
}

.single .centered .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 960px) {
  .single .centered .wp-block-image {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.single .centered-wide .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 960px) {
  .single .centered-wide .wp-block-image {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.single .centered .wp-block-image img {
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 960px) {
  .single .centered .wp-block-image img {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered .wp-block-image img {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.single .centered-wide .wp-block-image img {
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 960px) {
  .single .centered-wide .wp-block-image img {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered-wide .wp-block-image img {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.single .centered .wp-block-image figcaption {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 960px) {
  .single .centered .wp-block-image figcaption {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.single .centered-wide .wp-block-image figcaption {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 960px) {
  .single .centered-wide .wp-block-image figcaption {
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered-wide .wp-block-image figcaption {
    width: 1300px;
  }
}

.single .left-aligned .cta {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .left-aligned .cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 960px) {
  .single .left-aligned .cta {
    padding-left: 5rem;
  }
}

.single h1:not(.main-hero-h1) {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 600px) {
  .single h1:not(.main-hero-h1) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 782px) {
  .single h1:not(.main-hero-h1) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.single h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 600px) {
  .single h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.single h3:not(.main-hero-cta h3) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.single h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.single h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.single .centered .button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered .button {
    width: 900px;
    padding-left: 5rem;
  }
}

.single .centered-wide .button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered-wide .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered-wide .button {
    padding-left: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered-wide .button {
    width: 1300px;
  }
}

.single .left-aligned .image-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .left-aligned .image-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .left-aligned .image-block {
    padding-left: 5rem;
    padding-right: 300px;
  }
}

@media (min-width: 1280px) {
  .single .left-aligned .image-block {
    padding-right: 500px;
  }
}

.single .has-hero-cta .image-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .has-hero-cta .image-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .has-hero-cta .image-block {
    padding-left: 5rem;
    padding-right: 300px;
  }
}

@media (min-width: 1280px) {
  .single .has-hero-cta .image-block {
    padding-right: 650px;
  }
}

.single .centered .image-block, 
.single .centered .button {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered .image-block, 
.single .centered .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered .image-block, 
.single .centered .button {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single .centered-wide .unordered-list-block {
  max-width: 1300px;
}

.single .centered-wide .image-block, 
.single .centered-wide .button, 
.single .centered-wide .unordered-list-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single .centered-wide .image-block, 
.single .centered-wide .button, 
.single .centered-wide .unordered-list-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single .centered-wide .image-block, 
.single .centered-wide .button, 
.single .centered-wide .unordered-list-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .single .centered-wide .image-block, 
.single .centered-wide .button, 
.single .centered-wide .unordered-list-block {
    width: 1300px;
  }
}

.two-column-text-image :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 782px) {
  .two-column-text-image :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.single-news {
  background: #fff;
}

.single-news h1:not(.two-column-text-image h1), 
.single-news h2:not(.cta-h2):not(.two-column-text-image h2), 
.single-news h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single-news h4:not(.two-column-text-image h4), 
.single-news h5:not(.two-column-text-image h5), 
.single-news h6:not(.two-column-text-image h6), 
.single-news p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p):not(.single-news-share-icons p), 
.single-news figure, 
.single-news .button, 
.single-news .two-column-text-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single-news h1:not(.two-column-text-image h1), 
.single-news h2:not(.cta-h2):not(.two-column-text-image h2), 
.single-news h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single-news h4:not(.two-column-text-image h4), 
.single-news h5:not(.two-column-text-image h5), 
.single-news h6:not(.two-column-text-image h6), 
.single-news p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p):not(.single-news-share-icons p), 
.single-news figure, 
.single-news .button, 
.single-news .two-column-text-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single-news h1:not(.two-column-text-image h1), 
.single-news h2:not(.cta-h2):not(.two-column-text-image h2), 
.single-news h3:not(.two-column-text-image h3):not(.main-hero-cta h3), 
.single-news h4:not(.two-column-text-image h4), 
.single-news h5:not(.two-column-text-image h5), 
.single-news h6:not(.two-column-text-image h6), 
.single-news p:not(.main-hero-p):not(.two-column-text-image p):not(.main-hero-cta p):not(.image-block p):not(.quote-block p):not(.single-news-share-icons p), 
.single-news figure, 
.single-news .button, 
.single-news .two-column-text-image {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single-news .two-column-text-image h1, 
.single-news .two-column-text-image h2, 
.single-news .two-column-text-image h3, 
.single-news .two-column-text-image h4, 
.single-news .two-column-text-image h5, 
.single-news .two-column-text-image h6, 
.single-news .two-column-text-image p {
  margin-bottom: 0.5rem;
}

.single-news p:not(.main-hero-p):not(.main-hero-cta p):not(.quote-block p):not(.single-news-share-icons p) {
  font-family: Roboto Regular, sans-serif;
}

.single-news .post-categories {
  margin-top: 0.75rem;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-news .post-categories li {
  margin: 0px;
  padding: 0px;
}

.single-news .post-categories li a {
  color: #336114;
  display: inline-block;
  padding: 10px 17.5px 6px 17.5px;
  background-color: #f2f3f2;
  border-radius: 6px;
  font-size: .9rem;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.single-news .post-categories li a:hover {
  background-color: #e8ebe8;
}

.single-news-share {
  border: 2px solid #44841A;
  display: inline-block;
  padding: 10px 17.5px 6px 17.5px;
  background-color: #fff;
  color: #44841A;
  border-radius: 6px;
  transition: all .25s;
  font-size: .9rem;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.single-news-share:hover {
  background-color: #44841A;
  color: #fff !important;
}

.single-news-top-link {
  display: flex;
  align-items: center;
  border: 2px solid #44841A;
  padding: 10px 17.5px 6px 17.5px;
  background-color: #fff;
  color: #44841A;
  border-radius: 6px;
  transition: all .25s;
  font-size: .9rem;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.single-news-top-link:hover {
  background-color: #44841A;
  color: #fff !important;
}

.single-news-top-link::after {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid-green.svg");
  width: 10px;
  height: 15px;
  margin-left: 15px;
  margin-top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .25s;
}

.single-news-top-link:hover::after {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid-white.svg");
  width: 15px;
  height: 20px;
  margin-left: 15px;
  margin-top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-news a:not(.single-news-share):not(.cta a):not(.button a) {
  color: #44841A;
  transition: all .25s;
  text-decoration: underline;
}

.single-news a:not(.single-news-share):not(.cta a):not(.button a):hover {
  color: #336114;
}

.single-news .cta a {
  padding: 30px;
}

.single-news .cta h2 {
  font-size: 1.5rem;
}

.single-news ul:not(.unordered-list-block ul), 
.single-news ol {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single-news ul:not(.unordered-list-block ul), 
.single-news ol {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single-news ul:not(.unordered-list-block ul), 
.single-news ol {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single-news ul:not(.unordered-list-block ul):not(.post-categories) {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  list-style-type: disc;
}

.single-news ol {
  list-style-type: decimal;
}

.single-news li {
  margin-left: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.single-news .btn-arrow:not(.cta .btn-arrow),
.single-news .btn-regular:not(.cta .btn-regular) {
  font-size: .9rem;
  padding-top: 16px;
  padding-bottom: 14px;
}

.single-news p:not(.image-block p) {
  padding-bottom: 0.25rem;
}

.single-news figcaption {
  text-align: left;
}

.single-news figure {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

.single-news .image-block, 
.single-news .quote-block, 
.single-news .unordered-list-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 782px) {
  .single-news .image-block, 
.single-news .quote-block, 
.single-news .unordered-list-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .single-news .image-block, 
.single-news .quote-block, 
.single-news .unordered-list-block {
    width: 900px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.single-news-share-icons a svg {
  height: 35px;
  fill: #44841A;
  transition: all .25s;
}

@media (min-width: 1280px) {
  .single-news-share-icons a svg {
    height: 40px;
  }
}

.single-news-share-icons a svg:hover {
  fill: #336015;
}

.unordered-list-block ul li {
  align-items: flex-start;
}

.unordered-list-block ul li p {
  padding: 0 !important;
  margin-left: 20px !important;
}

.unordered-list-block ul li svg {
  margin-top: .5rem;
}

.unordered-list-block ul li .list-arrow {
  margin-top: 4.5px;
}

.news-archive {
  background: linear-gradient(#fff 15%,#f3f3f1);
}

.searchandfilter ul {
  display: flex;
  flex-direction: column;
}

@media (min-width: 782px) {
  .searchandfilter ul {
    flex-direction: row;
  }
}

.sf-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e3e3dd;
  border-right: 20px solid #e3e3dd;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-radius: 0.375rem;
  background-image: url('https://svgshare.com/i/nSH.svg');
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
  cursor: pointer;
  outline: none;
  margin-right: 1rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

@media (min-width: 782px) {
  .sf-input-select {
    width: auto;
    background-size: 7%;
  }
}

.sf-field-search label,
.sf-field-category label {
  width: 100%;
}

.sf-input-text {
  border: 2px solid #e3e3dd;
  border-radius: 0.375rem;
  outline: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

@media (min-width: 782px) {
  .sf-input-text {
    width: 250px;
  }
}

.search-and-filter-filters form ul {
  display: flex;
}

.news-pagination a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Bold, sans-serif;
}

.news-pagination .nav-next a:after {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  width: 15px;
  height: 20px;
  margin-top: -4px;
  margin-left: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-pagination .nav-previous a:before {
  content: '';
  display: block;
  background: url("../assets/images/chevron-right-solid.svg");
  transform: rotate(180deg);
  width: 15px;
  height: 20px;
  margin-top: -4px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .news-pagination a {
    font-size: 1.3rem;
  }
}

.donation-type-button {
  flex-grow: 1;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
}

.donate-hero-color-red .donation-type-button {
  --tw-text-opacity: 1;
  color: rgb(255 29 52 / var(--tw-text-opacity));
}

.donation-type-button:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.donation-type-button:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.donation-type-button--selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.donate-hero-color-red .donation-type-button--selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.amount-button {
  flex-grow: 1;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
}

@media (min-width: 600px) {
  .amount-button {
    padding: 1rem;
  }
}

.donate-hero-color-red .amount-button {
  --tw-text-opacity: 1;
  color: rgb(255 29 52 / var(--tw-text-opacity));
}

.amount-button--selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.donate-hero-color-red .amount-button--selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.donate-button {
  position: relative;
  min-width: 130px;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 6px 0px 0px 6px;
  transition: all .25s;
  -webkit-clip-path: polygon(0 0,95% 0,99% 45%,99.2% 47%,99.2% 53%,99% 55%,95% 100%,0 100%);
  clip-path: polygon(0 0,95% 0,99% 45%,99.2% 47%,99.2% 53%,99% 55%,95% 100%,0 100%);
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.donate-hero-color-red .donate-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
}

.donate-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 97 20 / var(--tw-bg-opacity));
}

.donate-hero-color-red .donate-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 0 17 / var(--tw-bg-opacity));
}

.lead-form input:not([type="submit"]) {
  border: 0.5px solid #222222;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  font-family: Oxfam T-Star Pro Medium, sans-serif;
}

.lead-form input[type="submit"] {
  padding: 16px 23px 14px 23px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.lead-form input::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}

.lead-form input::placeholder {
  color: #000000;
  opacity: 0.6;
}

.lead-form .progress-bar {
  border-radius: 6px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  height: 20px;
  overflow: hidden;
}

.lead-form .progress-bar-fill {
  border-radius: 6px;
  width: 0;
  height: 100%;
  /* background-color: #fff; */
  transition: width 2s ease-in-out;
}

.lead-form .lead-form-wysiwyg ul {
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lead-form .lead-form-wysiwyg ol {
  list-style-type: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lead-form .lead-form-info-text {
  font-size: 12px;
  font-family: Oxfam T-Star Pro Medium, sans-serif;
}

.lead-form .lead-form-info-text a {
  text-decoration: underline;
}

.lead-form .lead-form-info-text b {
  font-weight: bold;
}

.progress-bar {
  border-radius: 6px;
  width: 100%;
  height: 20px;
  overflow: hidden;
}

.progress-bar-bg-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.progress-bar-fill {
  border-radius: 6px;
  width: 0;
  height: 100%;
  transition: width 2s ease-in-out;
}

.sticky-progress-bar a {
  font-size: 11px;
}

@media (min-width: 376px) {
  .sticky-progress-bar a {
    font-size: 12px;
  }
}

.footer-line {
  width: 100%;
  height: 5px;
  background: #1F1F1F;
}

.h-screen-minus-nav {
  height: calc(100vh - 144px);
}

.black-svg {
  fill: #000000;
}

.white-svg {
  fill: #fff;
}

.ox_green-svg {
  fill: #44841A;
}

.ox_light_green-svg {
  fill: #BECE45;
}

.ox_dark_green-svg {
  fill: #336114;
}

.ox_grey-svg {
  fill: #545454;
}

.ox_beige-svg {
  fill: #EAEADE;
}

.ox_purple-svg {
  fill: #53297D;
}

.ox_burgundy-svg {
  fill: #630235;
}

.ox_pink-svg {
  fill: #E43989;
}

.ox_orange-svg {
  fill: #F16E22;
}

.ox_yellow-svg {
  fill: #FBC43A;
}

.ox_dark_blue-svg {
  fill: #065E84;
}

.ox_light_blue-svg {
  fill: #0B9CDA;
}

.ox_light_red-svg {
  fill: #E70052;
}

.ox_dark_red-svg {
  fill: #A20011;
}

.ox_deep_red-svg {
  fill: #FF1D34;
}

.ox_sm_green_xl_red-svg {
  fill: #44841A;
}

@media (min-width: 1280px) {
  .ox_sm_green_xl_red-svg {
    fill: #E70052;
  }
}

.leaflet-attribution-flag {
  display: none !important;
}

.accordion p:not(:last-child) {
  margin-bottom: 10px;
}

.accordion ul {
  margin-bottom: 10px;
  list-style-type: disc !important;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  list-style-position: inside;
}

.accordion ol {
  margin-bottom: 10px;
  list-style-type: decimal !important;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  list-style-position: inside;
}

.accordion p a {
  color: #44841A;
  text-decoration: underline;
  transition: all .25s;
}

.accordion p a:hover {
  color: #336114;
}

@media (min-width: 768px) {
  .text-box:last-child:nth-child(3n - 1) {
    grid-column-end: -2;
  }

  .text-box:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 4;
  }

  .text-box:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
  }
}

svg *:not(#embed-popup-close *):hover {
  fill: inherit;
}

svg path:not(#zoom_out svg path):not(.involveme_embed_popup svg path) {
  fill: inherit !important;
}

#page {
  /* background: linear-gradient(#fff 15%,#f3f3f1); */
  background-color: #FFFFFF;
}

.overlay-visible #content:before {
  content: '';
  position: absolute;
  top: 144px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
  opacity: 1;
  background-color: rgba(51,51,51,.8);
  transition: opacity .25s ease-out;
}

.overlay-visible {
  overflow: hidden !important;
}

#overlay-mobile,
#donate-overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(51,51,51,.8);
  z-index: 1;
}

[x-cloak] {
  display: none !important;
}

b,  strong:not(.single-nyheter b, .single-nyheter strong) {
  font-family: Oxfam T-Star Pro Bold, sans-serif !important;
  font-weight: unset;
}

.heading-bg {
  margin-top: 20px;
}

.heading-red h1 {
  padding: 5px 10px 2.5px 10px;
  color: #ffffff;
  background: #FF1D34;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.41;
}

.heading-red p {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.75;
}

.heading-blue h1 {
  padding: 5px 10px 2.5px 10px;
  color: #ffffff;
  background: #065E84;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.41;
}

.heading-blue p {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.75;
}

.heading-green h1 {
  padding: 5px 10px 2.5px 10px;
  color: #ffffff;
  background: #44841A;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.41;
}

.heading-green p {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.75;
}

.heading-black h1 {
  padding: 5px 10px 2.5px 10px;
  color: #95F000;
  background: #000000;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.41;
}

.heading-black p {
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.75;
}

.heading-white h1 {
  padding: 5px 10px 2.5px 10px;
  color: #000000;
  background: #FFFFFF;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.41;
}

.heading-white p {
  padding: 5px 10px;
  color: #ffffff;
  background: #44841A;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.75;
}

@media (min-width: 960px) {
  .heading-red p,
  .heading-green p,
  .heading-black p,
  .heading-white p,
  .heading-blue p {
    line-height: 1.62;
  }
}

.main-hero-slider-overlay {
  pointer-events: none;
  position: absolute;
  height: 150px;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.578890931372549) 50%, rgba(0,0,0,0) 100%);
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.os-mac.heading-red h1,
.os-mac.heading-green h1,
.os-mac.heading-black h1,
.os-mac.heading-white h1,
.os-mac.heading-blue h1  {
  padding-top: 15px;
}

.os-mac.heading-red p,
.os-mac.heading-green p,
.os-mac.heading-black p,
.os-mac.heading-white p,
.os-mac.heading-blue p {
  padding-top: 10px;
}

.popup {
  position: absolute;
  border: 2px solid red;
  background-color: green;
}

.map-popup-inner {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.map-popup-inner .map-popup-title {
  font-size: 1rem;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.map-popup-link {
  margin-top: 3px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 8.32px 12.8px 6.4px 12.8px;
  border-radius: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .25s;
  font-family: Oxfam T-Star Pro Headline, sans-serif;
}

.map-popup {
  background-color: transparent;
}

.map-popup-inner {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  max-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Adjust this value as needed */
  right: 2px;
  /* Adjust this value as needed */
  border-style: solid;
  border-width: 12px 0 12px 12px;
  /* top right bottom left */
  border-color: transparent transparent transparent #ffffff;
  /* top right bottom left */
  transform: rotate(175deg);
}

.map-legend {
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#chartdiv {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  height: 400px;
}

@media (min-width: 1024px) {
  #chartdiv {
    height: 600px;
  }
}

.map-list {
  border: 1px solid #ebebeb;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.footer .icons svg {
  height: 19.25px;
  width: auto;
  fill: #FFFFFF;
}

.footer .icons a {
  padding: 5px;
  background-color: #44841A;
  width: 31.9px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all .25s ease;
}

.footer .icons a:hover {
  background-color: #336114;
}

@media (min-width: 1024px) {
  .footer .icons svg {
    height: 22.1375px;
  }

  .footer .icons a {
    width: 36.685px;
  }
}

.flourish-embed iframe {
  border-radius: 0.375rem;
}

.flourish-embed iframe:focus-visible {
  outline: none;
}

.annotation-box-1 {
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem;
}

.annotation-box-1 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.annotation-box-1 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.annotation-box-1 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.scrollytelling-rows-text .annotation-box-1 {
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}

.scrollytelling-rows-text .annotation-box-1 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.scrollytelling-rows-text .annotation-box-1 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.scrollytelling-rows-text .annotation-box-1 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.scrollytelling-rows-text .annotation-box-6 {
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem;
}

.scrollytelling-rows-text .annotation-box-6 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.scrollytelling-rows-text .annotation-box-6 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.scrollytelling-rows-text .annotation-box-6 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.world-map-annotation-box-1 {
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}

@media (min-width: 968px) {

.world-map-annotation-box-1 {
    bottom: 50px;

    left: 50px;

    right: unset
}
  }

.world-map-annotation-box-1 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.world-map-annotation-box-1 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.world-map-annotation-box-1 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.annotation-box-2 {
  color: #000000;
  background-color: #ffffff;
  position: relative;
  border-radius: 0.375rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}

.annotation-box-2 .annotation-box-heading {
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

.annotation-box-2 .annotation-box-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

.annotation-box-2 .annotation-box-numbers {
    position: absolute;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
    width: 100%;
    margin-top: 15px;
    padding: 1.5rem;
    border-radius: 0.375rem;
    left: 0;
    right: 0;
    gap: 15px;
  }

.annotation-box-2 .annotation-box-numbers .annotation-box-number {
      text-align: center;
    }

.annotation-box-custom {
  color: #000000;
  background-color: #ffffff;
  position: relative;
  border-radius: 0.375rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}

.annotation-box-custom .annotation-box-heading {
    margin-bottom: 0.5rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

@media (max-width: 768px){

.annotation-box-custom .annotation-box-heading {
      text-align: center !important
  }
    }

.annotation-box-custom .annotation-box-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

@media (max-width: 768px){
      .annotation-box-custom .annotation-box-content p {
        text-align: center !important;
      }
    }

.annotation-box-custom .annotation-box-numbers {
    position: absolute;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
    width: 100%;
    margin-top: 15px;
    padding: 1.5rem;
    border-radius: 0.375rem;
    left: 0;
    right: 0;
    gap: 15px;
  }

.annotation-box-custom .annotation-box-numbers .annotation-box-number {
      text-align: center;
    }

.world-map-annotation-box-2 {
  color: #000000;
  background-color: transparent;
  position: absolute;
  height: 100%;
  top: 12.5px;
  left: 12.5px;
  right: 12.5px;
  border-radius: 0.375rem;
}

@media (min-width: 1280px) {

.world-map-annotation-box-2 {
    top: 50px;

    left: 50px
}
  }

.world-map-annotation-box-2 .annotation-box-heading {
    text-align: center;
    color: #000000;
    margin-bottom: 0.5rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

.world-map-annotation-box-2 .annotation-box-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: center;
  }

.world-map-annotation-box-2 .annotation-box-numbers {
    position: absolute;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
    width: 100%;
    margin-top: 15px;
    padding: 1.5rem;
    border-radius: 0.375rem;
    bottom: 30px;
    left: 0px;
    right: 0px;
    gap: 15px;
  }

@media (min-width: 1280px) {

.world-map-annotation-box-2 .annotation-box-numbers {
      position: relative;

      top: 0
  }
    }

.world-map-annotation-box-2 .annotation-box-numbers .annotation-box-number {
      text-align: center;
    }

.annotation-box-3 {
  border-left: 4px solid #44841A;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
}

.annotation-box-3 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.annotation-box-3 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.annotation-box-3 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.world-map-annotation-box-3 {
  padding-left: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 25px;
  left: 12.5px;
  right: 12.5px;
}

@media (min-width: 968px) {

.world-map-annotation-box-3 {
    bottom: 50px;

    left: 50px
}
  }

.world-map-annotation-box-3 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.world-map-annotation-box-3 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.world-map-annotation-box-3 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.has-bg-img .annotation-box-3 {
    color: #ffffff;
  }

.has-bg-img .annotation-box-4 {
    color: #ffffff;
  }

.annotation-box-3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  border-bottom: 4px solid #44841A;
}

.world-map-annotation-box-3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
  border-bottom: 4px solid #44841A;
}

.annotation-box-4 {
  border-left: 6px solid #44841A;
  padding-left: 15px;
}

.annotation-box-4 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.annotation-box-4 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.annotation-box-4 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.world-map-annotation-box-4 {
  padding-left: 15px;
  position: absolute;
  bottom: 25px;
  left: 12.5px;
  right: 12.5px;
}

@media (min-width: 968px) {

.world-map-annotation-box-4 {
    bottom: 50px;

    left: 50px
}
  }

.world-map-annotation-box-4 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.world-map-annotation-box-4 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.world-map-annotation-box-4 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.annotation-box-5 {
  /* box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); */
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem;
}

.annotation-box-5 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.annotation-box-5 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.annotation-box-5 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.world-map-annotation-box-5 {
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem;
  position: absolute;
  bottom: 25px;
  left: 12.5px;
}

@media (min-width: 968px) {

.world-map-annotation-box-5 {
    bottom: 50px;

    left: 50px
}
  }

.world-map-annotation-box-5 .annotation-box-heading {
    margin-bottom: 0.5rem;
  }

.world-map-annotation-box-5 .annotation-box-numbers {
    margin-top: 20px;
    gap: 20px;
  }

.world-map-annotation-box-5 .annotation-box-numbers .annotation-box-number {
      text-align: left;
    }

.annotation-box ul, .world-map-annotation-box ul {
    list-style-type: disc;
    list-style-position: inside;
  }

.world-map-annotation-box {
  z-index: 2;
}

.zoom-inactive .world-map-annotation-box-1 {
  bottom: 12.5px;
  left: 12.5px;
  right: 12.5px;
}

@media (min-width: 1024px) {
  .zoom-inactive .world-map-annotation-box-5,
  .zoom-inactive .world-map-annotation-box-4,
  .zoom-inactive .world-map-annotation-box-3,
  .zoom-inactive .world-map-annotation-box-1 {
    bottom: 75px;
    left: 75px;
  }

  .zoom-inactive .world-map-annotation-box-2 {
    top: 75px;
    left: 75px;
  }
}

#animated-text .word:first-of-type {
  display: none !important;
}

#animated-text .last:first-of-type {
  display: none !important;
}

.accordion-content {
  max-height: 70px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.accordion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.accordion-content.open {
  max-height: 1000px;
  transition: max-height 0.5s ease;
}

.accordion-content.open::after {
  opacity: 0;
}

.scrollytelling-hero-highlight {
  padding: 5px 10px 2.5px 10px;
}

@media (min-width: 768px) {
  .os-mac .scrollytelling-hero-highlight {
    padding-top: 15px;
  }
}

#text-section-full-height #animated-text-full-height span:has(+ br) {
  display: none;
}

.h-dvh {
  height: 100dvh;
}

.h-svh {
  height: 100svh;
}

.firefox-ios .h-screen {
  height: calc(var(--vh, 1vh) * 100) !important;
}

.annotation-size-sm {
  width: 100%;
  max-width: 375px;
}

.annotation-size-md {
  width: 100%;
  max-width: 512px;
}

.annotation-size-lg {
  width: 100%;
  max-width: 690px;
}

.repejo-sticky-checkout {
  opacity: 1;
  pointer-events: auto;
}

.repejo-sticky-checkout.repejo-hide-active {
  opacity: 0;
  pointer-events: none;
}

repejo-checkout-button {
  --font-sans: 'Oxfam T-Star Pro Headline', sans-serif;
  font-weight: normal !important;
}

repejo-checkout-button button {
  font-weight: normal !important;
}

.employee-link {
  font-family: 'Oxfam T-Star Pro Headline', sans-serif;
  background-color: #44841A;
  color: #ffffff;
  font-weight: bold;
  display: block;
  border-radius: 0.375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 600px) {
  .employee-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.employee-link:hover {
  color: #c7dabb;
}

@media (max-width: 782px) {
  .hidden-mobile {
    display: none !important;
  }
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-ox_green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
}

.hover\:bg-ox_light_green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 206 69 / var(--tw-bg-opacity));
}

.hover\:bg-ox_dark_green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 97 20 / var(--tw-bg-opacity));
}

.hover\:bg-ox_grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity));
}

.hover\:bg-ox_beige:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 222 / var(--tw-bg-opacity));
}

.hover\:bg-ox_purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 41 125 / var(--tw-bg-opacity));
}

.hover\:bg-ox_burgundy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 2 53 / var(--tw-bg-opacity));
}

.hover\:bg-ox_pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 57 137 / var(--tw-bg-opacity));
}

.hover\:bg-ox_orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 110 34 / var(--tw-bg-opacity));
}

.hover\:bg-ox_yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 196 58 / var(--tw-bg-opacity));
}

.hover\:bg-ox_dark_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 94 132 / var(--tw-bg-opacity));
}

.hover\:bg-ox_light_blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 156 218 / var(--tw-bg-opacity));
}

.hover\:bg-ox_light_red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 82 / var(--tw-bg-opacity));
}

.hover\:bg-ox_dark_red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 0 17 / var(--tw-bg-opacity));
}

.hover\:bg-ox_deep_red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f3f3f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-ox_green:hover {
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
}

.hover\:text-ox_light_green:hover {
  --tw-text-opacity: 1;
  color: rgb(190 206 69 / var(--tw-text-opacity));
}

.hover\:text-ox_dark_green:hover {
  --tw-text-opacity: 1;
  color: rgb(51 97 20 / var(--tw-text-opacity));
}

.hover\:text-ox_grey:hover {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.hover\:text-ox_beige:hover {
  --tw-text-opacity: 1;
  color: rgb(234 234 222 / var(--tw-text-opacity));
}

.hover\:text-ox_purple:hover {
  --tw-text-opacity: 1;
  color: rgb(83 41 125 / var(--tw-text-opacity));
}

.hover\:text-ox_burgundy:hover {
  --tw-text-opacity: 1;
  color: rgb(99 2 53 / var(--tw-text-opacity));
}

.hover\:text-ox_pink:hover {
  --tw-text-opacity: 1;
  color: rgb(228 57 137 / var(--tw-text-opacity));
}

.hover\:text-ox_orange:hover {
  --tw-text-opacity: 1;
  color: rgb(241 110 34 / var(--tw-text-opacity));
}

.hover\:text-ox_yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(251 196 58 / var(--tw-text-opacity));
}

.hover\:text-ox_dark_blue:hover {
  --tw-text-opacity: 1;
  color: rgb(6 94 132 / var(--tw-text-opacity));
}

.hover\:text-ox_light_blue:hover {
  --tw-text-opacity: 1;
  color: rgb(11 156 218 / var(--tw-text-opacity));
}

.hover\:text-ox_light_red:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 82 / var(--tw-text-opacity));
}

.hover\:text-ox_dark_red:hover {
  --tw-text-opacity: 1;
  color: rgb(162 0 17 / var(--tw-text-opacity));
}

.hover\:text-ox_deep_red:hover {
  --tw-text-opacity: 1;
  color: rgb(255 29 52 / var(--tw-text-opacity));
}

.hover\:text-\[\#95F000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(149 240 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_green {
  --tw-bg-opacity: 1;
  background-color: rgb(68 132 26 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_light_green {
  --tw-bg-opacity: 1;
  background-color: rgb(190 206 69 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_dark_green {
  --tw-bg-opacity: 1;
  background-color: rgb(51 97 20 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_grey {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_beige {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 222 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_purple {
  --tw-bg-opacity: 1;
  background-color: rgb(83 41 125 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_burgundy {
  --tw-bg-opacity: 1;
  background-color: rgb(99 2 53 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_pink {
  --tw-bg-opacity: 1;
  background-color: rgb(228 57 137 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_orange {
  --tw-bg-opacity: 1;
  background-color: rgb(241 110 34 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 196 58 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_dark_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 94 132 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_light_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(11 156 218 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_light_red {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 82 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_dark_red {
  --tw-bg-opacity: 1;
  background-color: rgb(162 0 17 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ox_deep_red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 52 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#f3f3f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-\[\#44841A\] {
  fill: #44841A;
}

.group:hover .group-hover\:fill-\[\#BECE45\] {
  fill: #BECE45;
}

.group:hover .group-hover\:fill-\[\#336114\] {
  fill: #336114;
}

.group:hover .group-hover\:fill-\[\#000000\] {
  fill: #000000;
}

.group:hover .group-hover\:fill-\[\#545454\] {
  fill: #545454;
}

.group:hover .group-hover\:fill-\[\#FFFFFF\] {
  fill: #FFFFFF;
}

.group:hover .group-hover\:fill-\[\#EAEADE\] {
  fill: #EAEADE;
}

.group:hover .group-hover\:fill-\[\#53297D\] {
  fill: #53297D;
}

.group:hover .group-hover\:fill-\[\#630235\] {
  fill: #630235;
}

.group:hover .group-hover\:fill-\[\#E43989\] {
  fill: #E43989;
}

.group:hover .group-hover\:fill-\[\#F16E22\] {
  fill: #F16E22;
}

.group:hover .group-hover\:fill-\[\#FBC43A\] {
  fill: #FBC43A;
}

.group:hover .group-hover\:fill-\[\#065E84\] {
  fill: #065E84;
}

.group:hover .group-hover\:fill-\[\#0B9CDA\] {
  fill: #0B9CDA;
}

.group:hover .group-hover\:fill-\[\#E70052\] {
  fill: #E70052;
}

.group:hover .group-hover\:fill-\[\#A20011\] {
  fill: #A20011;
}

.group:hover .group-hover\:fill-\[\#FF1D34\] {
  fill: #FF1D34;
}

.group:hover .group-hover\:fill-black {
  fill: #000;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_green {
  --tw-text-opacity: 1;
  color: rgb(68 132 26 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_light_green {
  --tw-text-opacity: 1;
  color: rgb(190 206 69 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_dark_green {
  --tw-text-opacity: 1;
  color: rgb(51 97 20 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_grey {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_beige {
  --tw-text-opacity: 1;
  color: rgb(234 234 222 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_purple {
  --tw-text-opacity: 1;
  color: rgb(83 41 125 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_burgundy {
  --tw-text-opacity: 1;
  color: rgb(99 2 53 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_pink {
  --tw-text-opacity: 1;
  color: rgb(228 57 137 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_orange {
  --tw-text-opacity: 1;
  color: rgb(241 110 34 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_yellow {
  --tw-text-opacity: 1;
  color: rgb(251 196 58 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_dark_blue {
  --tw-text-opacity: 1;
  color: rgb(6 94 132 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_light_blue {
  --tw-text-opacity: 1;
  color: rgb(11 156 218 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_light_red {
  --tw-text-opacity: 1;
  color: rgb(231 0 82 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_dark_red {
  --tw-text-opacity: 1;
  color: rgb(162 0 17 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ox_deep_red {
  --tw-text-opacity: 1;
  color: rgb(255 29 52 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 600px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[calc\(10vh-144px\)\] {
    height: calc(10vh - 144px);
  }

  .sm\:h-\[calc\(20vh-144px\)\] {
    height: calc(20vh - 144px);
  }

  .sm\:h-\[calc\(30vh-144px\)\] {
    height: calc(30vh - 144px);
  }

  .sm\:h-\[calc\(40vh-144px\)\] {
    height: calc(40vh - 144px);
  }

  .sm\:h-\[calc\(50vh-144px\)\] {
    height: calc(50vh - 144px);
  }

  .sm\:h-\[calc\(60vh-144px\)\] {
    height: calc(60vh - 144px);
  }

  .sm\:h-\[calc\(70vh-144px\)\] {
    height: calc(70vh - 144px);
  }

  .sm\:h-\[calc\(80vh-144px\)\] {
    height: calc(80vh - 144px);
  }

  .sm\:h-\[calc\(90vh-144px\)\] {
    height: calc(90vh - 144px);
  }

  .sm\:h-\[calc\(100vh-144px\)\] {
    height: calc(100vh - 144px);
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:max-h-\[300px\] {
    max-height: 300px;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-\[75\%\] {
    width: 75%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-\[400px\] {
    width: 400px;
  }

  .sm\:w-\[47\.5\%\] {
    width: 47.5%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

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

@media (min-width: 782px) {
  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:-mt-\[75px\] {
    margin-top: -75px;
  }

  .md\:ml-\[75px\] {
    margin-left: 75px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-\[20px\] {
    height: 20px;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-\[21px\] {
    height: 21px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:min-h-\[550px\] {
    min-height: 550px;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[800px\] {
    width: 800px;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-\[35px\] {
    width: 35px;
  }

  .md\:w-\[700px\] {
    width: 700px;
  }

  .md\:w-\[13px\] {
    width: 13px;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:scale-\[1\.15\] {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .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-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bg-\[image\:var\(--bg-md\)\] {
    background-image: var(--bg-md);
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-\[200px\] {
    padding-right: 200px;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 960px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[10vh\] {
    height: 10vh;
  }

  .lg\:h-\[20vh\] {
    height: 20vh;
  }

  .lg\:h-\[30vh\] {
    height: 30vh;
  }

  .lg\:h-\[40vh\] {
    height: 40vh;
  }

  .lg\:h-\[50vh\] {
    height: 50vh;
  }

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

  .lg\:h-\[70vh\] {
    height: 70vh;
  }

  .lg\:h-\[80vh\] {
    height: 80vh;
  }

  .lg\:h-\[90vh\] {
    height: 90vh;
  }

  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-\[90px\] {
    height: 90px;
  }

  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-\[900px\] {
    width: 900px;
  }

  .lg\:w-\[800px\] {
    width: 800px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-\[90px\] {
    width: 90px;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-\[750px\] {
    max-width: 750px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:scale-\[0\.85\] {
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-\[\#F3F3F1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 241 / var(--tw-bg-opacity));
  }

  .lg\:fill-black {
    fill: #000;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-\[300px\] {
    padding-right: 300px;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:-mt-\[200px\] {
    margin-top: -200px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-h-\[600px\] {
    min-height: 600px;
  }

  .xl\:min-h-\[200px\] {
    min-height: 200px;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-\[350px\] {
    width: 350px;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-\[325px\] {
    width: 325px;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pr-\[500px\] {
    padding-right: 500px;
  }

  .xl\:pr-\[650px\] {
    padding-right: 650px;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1440px) {
  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:max-w-\[600px\] {
    max-width: 600px;
  }
}

