@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

/*
! tailwindcss v3.4.10 | 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: #E4E4E7;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container{
  width: 100%;
}

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

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

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

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

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

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

.z-\[2\]{
  z-index: 2;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

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

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

.-mb-\[125px\]{
  margin-bottom: -125px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

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

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

.h-full{
  height: 100%;
}

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

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-full{
  width: 100%;
}

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

.\!max-w-5xl{
  max-width: 64rem !important;
}

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

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

.flex-1{
  flex: 1 1 0%;
}

.resize{
  resize: both;
}

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

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

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

.flex-wrap{
  flex-wrap: wrap;
}

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

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

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

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

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

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

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

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

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

.border-b-orange{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 139 30 / var(--tw-border-opacity));
}

.border-t-orange{
  --tw-border-opacity: 1;
  border-top-color: rgb(239 139 30 / var(--tw-border-opacity));
}

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(191 30 30 / var(--tw-bg-opacity));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#BF1E1E\]{
  --tw-gradient-from: #BF1E1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#EF8B1E\]{
  --tw-gradient-to: #EF8B1E var(--tw-gradient-to-position);
}

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

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

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

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

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

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

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

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

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

.pl-0{
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

.\!font-light{
  font-weight: 300 !important;
}

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

.font-light{
  font-weight: 300;
}

.italic{
  font-style: italic;
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(239 139 30 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(2 103 128 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(191 30 30 / var(--tw-text-opacity));
}

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

.opacity-70{
  opacity: 0.7;
}

html, body{
  margin: 0px;
  display: flex;
  min-height: 100%;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  overflow-x: hidden;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow-x: hidden;
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
  background-size: 100% auto;
}

body.locked{
  position: fixed;
  overflow: hidden;
}

.mainContent{
  width: 100%;
  padding-top: 70px;
}

@media (min-width: 1024px){
  .mainContent{
    padding-top: 120px;
  }
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

header.header{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 998;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

header.header.up{
  top: 0px;
}

header.header.down{
  top: -100px;
}

.admin-bar header.header{
  top: 0px;
}

@media (min-width: 1024px){
  .admin-bar header.header{
    top: 32px;
  }
}

.admin-bar header.header.up{
  top: 0px;
}

@media (min-width: 1024px){
  .admin-bar header.header.up{
    top: 32px;
  }
}

.admin-bar header.header.down{
  top: -70px;
}

@media (min-width: 1024px){
  .admin-bar header.header.down{
    top: -132px;
  }
}

header.header .logo{
  display: block;
  width: 135px;
}

@media (min-width: 1024px){
  header.header .logo{
    width: 210px;
  }
}

header.header .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  header.header .container{
    flex-direction: row;
  }
}

@media(min-width:1024px){
  header.header .navContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
  }

  header.header .navContainer .top > ul,
    header.header .navContainer .bottom > ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  header.header .navContainer ul > li{
    position: relative;
  }

  header.header .navContainer .top > ul > li > a{
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer .top > ul > li > a:hover{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .top > ul > li.accent > a{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .top > ul > li.accent > a:hover{
    text-decoration-line: underline;
  }

  header.header .navContainer .bottom{
    margin-top: -0.75rem;
  }

  header.header .navContainer .bottom > ul > li{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  header.header .navContainer .bottom > ul > li > a{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer .bottom > ul > li.current-menu-parent > a,
    header.header .navContainer .bottom > ul > li.current-menu-item > a,
    header.header .navContainer .bottom > ul > li:hover > a{
    --tw-text-opacity: 1;
    color: rgb(191 30 30 / var(--tw-text-opacity));
  }

  header.header .navContainer .bottom > ul > li > ul{
    position: absolute;
    top: 100%;
    left: -1.5rem;
    display: none;
    width: 200px;
    background-color: transparent;
    padding-top: 1.25rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  @media (min-width: 1024px){
    header.header .navContainer .bottom > ul > li > ul{
      padding-top: 0px;
    }
  }

  header.header .navContainer .bottom > ul > li > ul:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }

  header.header .navContainer .bottom > ul > li:hover > ul{
    display: block;
  }

  header.header .navContainer .bottom > ul > li > ul > li a{
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer .bottom > ul > li > ul > li a:hover{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .bottom > ul > li > ul > li:last-child a{
    padding-bottom: 1.25rem;
  }

  header.header .navContainer .bottom > ul > li > ul > li.title a{
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .bottom > ul > li > ul > li.title a:after{
    content: "";
    margin-top: 1rem;
    margin-bottom: 0px;
    display: block;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity))
  }

  header.header .navContainer .bottom > ul > li > ul > li.current-menu-item > a{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }
}

@media(max-width:1024px){
  header.header .navContainer{
    position: fixed;
    top: 70px;
    bottom: 100vh;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    opacity: 0;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer.active{
    bottom: 0px;
    opacity: 1;
  }

  header.header .navContainer .top{
    order: 2;
    margin-top: 1rem;
    width: 100%;
    border-top-width: 1px;
    padding-top: 1rem;
  }

  header.header .navContainer .bottom{
    order: 1;
    width: 100%;
  }

  header.header .navContainer .top > ul,
    header.header .navContainer .bottom > ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0.25rem;
  }

  header.header .navContainer ul > li{
    position: relative;
    width: 100%;
  }

  header.header .navContainer .top > ul > li > a{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer .top > ul > li > a:hover{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .top > ul > li.accent > a{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .top > ul > li.accent > a:hover{
    text-decoration-line: underline;
  }

  header.header .navContainer .bottom > ul > li > a{
    position: relative;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer .bottom > ul > li.current-menu-parent > a,
    header.header .navContainer .bottom > ul > li.current-menu-item > a,
    header.header .navContainer .bottom > ul > li:hover> a{
    --tw-text-opacity: 1;
    color: rgb(191 30 30 / var(--tw-text-opacity));
  }

  header.header .navContainer .bottom > ul > li > ul{
    display: none;
  }

  header.header .navContainer .bottom > ul > li > ul > li a{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navContainer .bottom > ul > li > ul > li a:hover{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .bottom > ul > li > ul > li.title{
    display: none;
  }

  header.header .navContainer .bottom > ul > li > ul > li.current-menu-item > a{
    --tw-text-opacity: 1;
    color: rgb(2 103 128 / var(--tw-text-opacity));
  }

  header.header .navContainer .bottom > ul > li.menu-item-has-children > a:after{
    content: "";
    position: absolute;
    top: 0.75rem;
    right: 0px;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 2px;
    border-top-width: 0px;
    border-right-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity));
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  header.header .navContainer .bottom > ul > li.menu-item-has-children.showSubLevel > a:after{
    top: 1rem;
    --tw-rotate: 135deg;
    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));
  }
}

.navicon{
  position: relative;
  margin-right: -1.25rem;
  display: block;
  height: 70px;
  width: 70px;
  padding: 1.25rem;
}

@media (min-width: 1024px){
  .navicon{
    display: none;
  }
}

.navicon > i{
  position: absolute;
  height: 2px;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.header.dark .navicon > i{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.navicon > i:nth-child(1){
  top: 30px;
}

.navicon > i:nth-child(2){
  top: 38px;
}

.navicon > i:nth-child(3){
  top: 46px;
}

.navicon.active > i:nth-child(1){
  top: 38px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.navicon.active > i:nth-child(2){
  opacity: 0;
}

.navicon.active > i:nth-child(3){
  top: 38px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.donateButton > a{
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.donateButton > a:before{
  content: "";
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("/wp-content/themes/hearth/images/heart-menu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-brightness: brightness(1);
  --tw-grayscale: grayscale(0);
  --tw-invert: invert(0);
  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-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.donateButton:hover > a{
  --tw-bg-opacity: 1;
  background-color: rgb(191 30 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.donateButton:hover > a::before{
  --tw-brightness: brightness(0);
  --tw-grayscale: grayscale(100%);
  --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);
}

.button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 30 30 / var(--tw-bg-opacity));
}

.button.link:after{
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.button.blank{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.button.blank:hover{
  --tw-text-opacity: 1;
  color: rgb(191 30 30 / var(--tw-text-opacity));
}

.button.link.blank:after{
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-red.svg")
}

.button.link.blank.arrowDown:after{
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-down-red.svg")
}

.button.blank.white{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blank.white:hover{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.button.link.blank.white:after{
  content: "";
  --tw-brightness: brightness(1000);
  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)
}

.button.link.blank.white:hover::after{
  --tw-brightness: brightness(0);
  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);
}

.button.round.outlined{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.button.round.outlined:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.button.round.outlined:after{
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-red.svg");
  background-size: contain;
  background-repeat: no-repeat
}

footer.footer{
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #005a6f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 90 111 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00748d var(--tw-gradient-to-position);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer.footer .fMenu > ul{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-weight: 700;
}

footer.footer .fMenu > ul a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer.footer .fMenu > ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(239 139 30 / var(--tw-text-opacity));
}

footer.footer form{
  margin-top: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

footer.footer form input{
  width: 100%;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

footer.footer form input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

footer.footer form input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

footer.footer form button{
  width: 2.5rem;
  min-width: 40px;
}

footer.footer .fMenu2{
  display: flex;
  justify-content: center;
}

@media (min-width: 768px){
  footer.footer .fMenu2{
    justify-content: flex-end;
  }
}

footer.footer .fMenu2 > ul{
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  footer.footer .fMenu2 > ul{
    align-items: flex-end;
  }
}

footer.footer .fMenu2 > ul li a{
  display: block;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer.footer .fMenu2 > ul li a:hover{
  text-decoration-line: underline;
}

footer.footer .fMenu2 > ul li.current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(239 139 30 / var(--tw-text-opacity));
}

footer.footer .fMenu2 > ul li:last-child a{
  border-right-width: 0px;
}

footer.footer .socials{
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  footer.footer .socials{
    gap: 2.5rem;
  }
}

footer.footer .socials a{
  display: block;
  opacity: 1;
}

footer.footer .socials a:hover{
  opacity: 0.7;
}

footer.footer .socials a > img{
  display: block;
  height: 1.5rem;
  width: auto;
}

footer.footer .socials a:nth-child(3) > img{
  height: 3.5rem;
}

.CF{
  width: 100%;
}

.CF .row2{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}

@media (min-width: 768px){
  .CF .row2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.CF .row1{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}

.CF input[type="text"],
.CF input[type="email"],
.CF textarea{
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 128 148 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.CF input[type="text"]:focus,
.CF input[type="email"]:focus,
.CF textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 139 30 / var(--tw-border-opacity));
}

.CF textarea{
  height: 150px;
}

.CF *.wpcf7-not-valid{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 30 30 / var(--tw-border-opacity)) !important;
}

.CF label > span{
  --tw-text-opacity: 1;
  color: rgb(191 30 30 / var(--tw-text-opacity));
}

.CF .submit{
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}

.CF .submit input[type="submit"]{
  height: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-red.svg");
  background-repeat: no-repeat;
  padding-left: 1.25rem;
  padding-right: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.CF .submit input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.CF .submit input[type="submit"]{
  background-position: calc(100% - 15px) 13px !important;
  background-size: auto 20px;
}

.wpcf7 form .wpcf7-response-output{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  border-width: 0px;
  padding: 1.5rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  --tw-bg-opacity: 1;
  background-color: rgb(191 30 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7 form.sent .wpcf7-response-output{
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wpcf7-not-valid-tip{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(191 30 30 / var(--tw-text-opacity));
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-weight: 700;
}

h1, .h1{
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 768px){
  h1, .h1{
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 1024px){
  h1, .h1{
    font-size: 72px;
    line-height: 74px;
  }
}

h2, .h2{
  font-size: 32px;
  line-height: 36px;
}

@media (min-width: 768px){
  h2, .h2{
    font-size: 42px;
    line-height: 44px;
  }
}

@media (min-width: 1024px){
  h2, .h2{
    font-size: 48px;
    line-height: 50px;
  }
}

h3, .h3{
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px){
  h3, .h3{
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1024px){
  h3, .h3{
    font-size: 36px;
    line-height: 40px;
  }
}

h4, .h4{
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px){
  h4, .h4{
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  h4, .h4{
    font-size: 28px;
    line-height: 34px;
  }
}

h5, .h5{
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px){
  h5, .h5{
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1024px){
  h5, .h5{
    font-size: 24px;
    line-height: 30px;
  }
}

h6, .h6{
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 768px){
  h6, .h6{
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1024px){
  h6, .h6{
    font-size: 20px;
    line-height: 24px;
  }
}

._typography p{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

._typography li{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

._typography .excerpt p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  ._typography .excerpt p{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.content a:not(.button),
._typography a{
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: #026780;
}

.content a:not(.button):hover,
._typography a:hover{
  --tw-text-opacity: 1;
  color: rgb(2 103 128 / var(--tw-text-opacity));
}

._typography h1{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}

@media (min-width: 1024px){
  ._typography h1{
    font-size: 3rem;
    line-height: 1;
  }
}

._typography h2{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

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

._typography h3{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  ._typography h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

._typography h4{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  ._typography h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

._typography h5{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

._typography h6{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  ._typography h6{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

._typography ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

._typography ol{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  padding-left: 1.75rem;
}

._typography strong,
._typography b{
  font-weight: 700;
}

._typography blockquote{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (min-width: 768px){
  ._typography blockquote{
    flex-direction: row;
  }
}

._typography blockquote p{
  display: block;
  width: 100%;
  max-width: 600px;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(191 30 30 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  ._typography blockquote p{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}

._typography blockquote cite{
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  ._typography.scaling_typography_big p,
._typography.scaling_typography_big li{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.gradientText{
  display: inline-block;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BF1E1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #EF8B1E var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  padding-bottom: 0.25rem;
  color: transparent;
}

/* pagiation */

.page-pagination{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
}

.page-pagination > ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-pagination > ul > li > span,
.page-pagination > ul > li > a{
  display: flex;
  height: 2.5rem;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-pagination > ul > li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.page-pagination > ul > li > .current{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(2 103 128 / var(--tw-text-opacity));
}

.page-pagination > ul > li .material-symbols-outlined{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

._dark .page-pagination > ul > li > span,
._dark .page-pagination > ul > li > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

._dark .page-pagination > ul > li > a:hover{
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

._dark .page-pagination > ul > li > .current{
  --tw-text-opacity: 1;
  color: rgb(2 103 128 / var(--tw-text-opacity));
}

.hero_carousel .tns-item{
  height: calc(100vh - 70px);
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .hero_carousel .tns-item{
    height: 70vh;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .hero_carousel .tns-item{
    height: 50vh;
  }
}

.hero_carousel .tns-item .container{
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
}

.hero_carousel .tns-item .container > div{
  max-width: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .hero_carousel .tns-item .container > div{
    padding: 2.5rem;
  }
}

.hero_carousel ._nav{
  position: absolute;
  top: -0.75rem;
  right: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .hero_carousel ._nav{
    top: -2.5rem;
    left: calc(50% + 24px);
    justify-content: flex-end;
  }
}

.hero_carousel ._nav > i{
  height: 0.25rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
}

.hero_carousel ._nav > i.tns-nav-active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
}

.scope_of_the_problem{
}

.scope_of_the_problem > div:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
}

@media (min-width: 1024px){
  .scope_of_the_problem > div:first-child{
    padding-top: 2.5rem;
  }
}

.scope_of_the_problem .title{
  position: relative;
  bottom: -50px;
  z-index: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BF1E1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #EF8B1E var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .scope_of_the_problem .title{
    bottom: -70px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.scope_of_the_problem > .container{
  position: relative;
  z-index: 1;
}

.scope_of_the_problem > .container:before{
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
  height: 5rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity))
}

.scope_of_the_problem > .container > div:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 20px 40px -12px #A1A1AA40;
  --tw-shadow-colored: 0px 20px 40px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .scope_of_the_problem > .container > div:first-child{
    margin-right: 8rem;
  }
}

.scope_of_the_problem .tns-item > div{
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .scope_of_the_problem .tns-item > div{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.scope_of_the_problem ._nav{
  position: absolute;
  bottom: 2.5rem;
  right: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .scope_of_the_problem ._nav{
    left: calc(50% + 24px);
    justify-content: flex-end;
  }
}

@media (min-width: 1024px){
  .scope_of_the_problem ._nav{
    right: 200px;
  }
}

.scope_of_the_problem ._nav > i{
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
}

.scope_of_the_problem ._nav > i.tns-nav-active{
  --tw-border-opacity: 1;
  border-color: rgb(191 30 30 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.annual_reports_single_pdf{
}

.annual_reports_single_pdf > div:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
}

@media (min-width: 1024px){
  .annual_reports_single_pdf > div:first-child{
    padding-top: 2.5rem;
  }
}

.annual_reports_single_pdf .title{
  position: relative;
  bottom: -50px;
  z-index: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BF1E1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #EF8B1E var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .annual_reports_single_pdf .title{
    bottom: -70px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.annual_reports_single_pdf > .container{
  position: relative;
  z-index: 1;
}

.annual_reports_single_pdf > .container:before{
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
  height: 5rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity))
}

.annual_reports_single_pdf > .container > div:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 20px 40px -12px #A1A1AA40;
  --tw-shadow-colored: 0px 20px 40px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .annual_reports_single_pdf > .container > div:first-child{
    margin-right: 8rem;
  }
}

.annual_reports_single_pdf .item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px){
  .annual_reports_single_pdf .item{
    flex-direction: row;
  }
}

.annual_reports_single_pdf .item > div{
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .annual_reports_single_pdf .item > div{
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px){
  .annual_reports_single_pdf .item > div{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.annual_reports_single_pdf .item > div p{
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (min-width: 1024px){
  .annual_reports_single_pdf .item > div p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.annual_reports_single_pdf .item > img{
  aspect-ratio: 3/4;
  height: 100%;
  width: auto;
}

@media (min-width: 640px){
  .annual_reports_single_pdf .item > img{
    max-height: 350px;
  }
}

@media (min-width: 1024px){
  .annual_reports_single_pdf .item > img{
    max-height: 300px;
  }
}

.hearths_impact_card{
  padding: 1.5rem;
}

.hearths_impact_card:nth-child(1){
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .hearths_impact_card:nth-child(1){
    border-right-width: 1px;
  }
}

@media (min-width: 1024px){
  .hearths_impact_card:nth-child(1){
    border-bottom-width: 0px;
  }
}

.hearths_impact_card:nth-child(2){
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .hearths_impact_card:nth-child(2){
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
}

.hearths_impact_card:nth-child(3){
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .hearths_impact_card:nth-child(3){
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
}

.our_programs_block{
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .our_programs_block{
    margin-top: 3.5rem;
  }

  .our_programs_block .container{
    margin-top: -7rem;
  }
}

.our_programs_block .card{
  height: 100%;
  padding: 1rem;
}

.our_programs_block .card > div{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  --tw-shadow: 0px 0px 40px 12px #A1A1AA40;
  --tw-shadow-colored: 0px 0px 40px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .our_programs_block .card > div{
    aspect-ratio: 1 / 1;
  }
}

.our_programs_block .card > div h4{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 640px){
  .our_programs_block .card > div h4{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.our_programs_block .card > div img{
  margin-left: auto;
  margin-right: auto;
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.our_programs_block .card > div a{
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(2 103 128 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.our_programs_block .card > div a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.annual_reports_multiple_pdf{
  display: flex;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 40px 12px #A1A1AA40;
  --tw-shadow-colored: 0px 0px 40px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.annual_reports_multiple_pdf > div{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.annual_reports_multiple_pdf > a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.annual_reports_multiple_pdf > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.annual_reports_multiple_pdf > a:after{
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-down-red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.inspire_action_block .card{
  display: flex;
  aspect-ratio: 16 / 9;
  width: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.inspire_action_block .card:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .inspire_action_block .card{
    width: 40%;
  }
}

@media (min-width: 1024px){
  .inspire_action_block .card{
    width: 25%;
  }
}

.inspire_action_block .card p{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.inspire_action_block .card p strong{
  display: block;
}

.volunteer_with_hearth_block{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BF1E1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 30 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #EF8B1E var(--tw-gradient-to-position);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .volunteer_with_hearth_block{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.volunteer_with_hearth_block img{
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.volunteer_with_hearth_block p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .volunteer_with_hearth_block p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.logo_carousel .tns-item > a{
  display: block;
}

.logo_carousel img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

._controls#lc{
  margin-top: 1.25rem;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  ._controls#lc{
    margin-top: 0px;
    height: 0px;
  }
}

._controls#lc > .prev,
._controls#lc > .next{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

._controls#lc > .prev:hover,
._controls#lc > .next:hover{
  --tw-border-opacity: 1;
  border-color: rgb(191 30 30 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  ._controls#lc > .prev,
._controls#lc > .next{
    position: absolute;
    bottom: calc(50% - 20px);
  }
}

._controls#lc > .prev:after,
._controls#lc > .next:after{
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-red.svg");
  background-size: contain;
  background-position: center;
}

._controls#lc > .prev{
  left: 0px;
  --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));
}

._controls#lc > .next{
  right: 0px;
}

.page_hero{
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page_hero .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.page_hero .content{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .page_hero .content{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .page_hero .content{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page_hero .content p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  .default_content_block.scaling_typography_big .content p,
.default_content_block.scaling_typography_big .content li{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.default_content_block iframe{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  width: 100% !important;
  max-width: 56rem;
}

.default_content_block.barriers_to_housing .image{
  position: relative;
  margin-top: 75px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .default_content_block.barriers_to_housing .image{
    margin-top: 250px;
  }
}

.default_content_block.barriers_to_housing .image img{
  position: relative;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  width: 100%;
  max-width: 42rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .default_content_block.barriers_to_housing .image img{
    top: -200px;
    margin-bottom: -200px;
  }
}

.hearth_housing_card .image{
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px){
  .hearth_housing_card .image{
    margin-right: -10%;
    width: 60%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.hearth_housing_card .image img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hearth_housing_card .content{
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 103 128 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .hearth_housing_card .content{
    width: 50%;
    gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: calc(10% + 40px);
    padding-right: 2.5rem;
  }
}

.hearth_housing_card .content ._link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  text-decoration-line: underline !important;
}

.hearth_housing_card .content ._link:hover{
  --tw-text-opacity: 1;
  color: rgb(239 139 30 / var(--tw-text-opacity));
}

.hearth_housing_card .content ._link:after{
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

._soloImage{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

._soloImage img{
  height: auto;
  width: 100%;
}

.how_it_started__how_its_going{
  position: relative;
  padding-bottom: 2.5rem;
}

.how_it_started__how_its_going:before{
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  height: 64%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity))
}

@media (min-width: 1024px){
  .how_it_started__how_its_going:before{
    display: block;
  }
}

.how_it_started__how_its_going > div{
  position: relative;
  z-index: 2;
}

.how_it_started__how_its_going h2 > span{
  font-weight: 300;
}

.how_it_started__how_its_going .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.how_it_started__how_its_going .icon{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #EF8B1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 139 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BF1E1E var(--tw-gradient-to-position);
}

.how_it_started__how_its_going .icon img{
  display: block;
  height: auto;
  width: 2rem;
}

.how_it_started__how_its_going .item .over{
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(2 103 128 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .how_it_started__how_its_going .item .over{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.how_it_started__how_its_going .item .under{
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(191 30 30 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .how_it_started__how_its_going .item .under{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.senior_management_team_page{
  padding-bottom: 2.5rem;
}

.senior_management_team_page .page_hero{
  padding-bottom: 200px;
}

.senior_management_team_page .item{
  display: flex;
  flex-direction: column;
}

.singleTeamImage img,
.senior_management_team_page .item img{
  display: block;
  aspect-ratio: 3/4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.senior_management_team_page .item > div{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.senior_management_team_page .item > div h5{
  margin-bottom: 0.5rem;
}

.senior_management_team_page .item:hover > div{
  --tw-bg-opacity: 1;
  background-color: rgb(239 139 30 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.senior_management_team_page .item > div > span{
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-weight: 700;
}

.senior_management_team_page .item > div > span:after{
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/hearth/images/arrow-link-orange.svg");
  background-size: contain;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.senior_management_team_page .item:hover > div > span:after{
  background-image: url("/wp-content/themes/hearth/images/arrow-link.svg");
}

.board_of_directors{
  padding-bottom: 5rem;
}

.board_of_directors h1{
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .board_of_directors h1{
    margin-bottom: 5rem;
  }
}

.board_of_directors .image img{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}

.board_of_directors .item{
  width: 100%;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .board_of_directors .item{
    width: 33.333333%;
  }
}

@media (min-width: 1024px){
  .board_of_directors .item{
    width: 25%;
  }
}

.board_of_visitors{
  padding-bottom: 5rem;
}

.board_of_visitors h1{
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .board_of_visitors h1{
    margin-bottom: 5rem;
  }
}

.board_of_visitors .image img{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}

.board_of_visitors ul.list{
  margin-top: 2.5rem;
  width: 100%;
  -moz-columns: 1;
       columns: 1;
}

@media (min-width: 768px){
  .board_of_visitors ul.list{
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 1024px){
  .board_of_visitors ul.list{
    -moz-columns: 4;
         columns: 4;
  }
}

.board_of_visitors ul.list li{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .board_of_visitors ul.list li{
    text-align: left;
  }
}

@media (min-width: 1024px){
  .board_of_visitors ul.list li{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .board_of_visitors .scaling_typography_big p,
.board_of_visitors .scaling_typography_big li{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.gray_text_box{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .gray_text_box.scaling_typography_big p,
.gray_text_box.board_of_visitors .scaling_typography_big li{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.zigzag .image img{
  margin-bottom: 1.5rem;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .zigzag .image img{
    margin-bottom: 0px;
  }
}

.zigzag h3{
  margin-bottom: 0.75rem;
}

.volunteer_with_hearth{
  padding-bottom: 5rem;
}

.volunteer_with_hearth h1{
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .volunteer_with_hearth h1{
    margin-bottom: 5rem;
  }
}

.volunteer_with_hearth .image img{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}

.volunteer_with_hearth .item{
  width: 100%;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .volunteer_with_hearth .item{
    width: 33.333333%;
  }
}

@media (min-width: 1024px){
  .volunteer_with_hearth .item{
    width: 25%;
  }
}

.furnishing_funds{
  padding-bottom: 5rem;
}

.furnishing_funds h1{
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .furnishing_funds h1{
    margin-bottom: 5rem;
  }
}

.furnishing_funds .image img{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}

.furnishing_funds .item{
  width: 100%;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .furnishing_funds .item{
    width: 33.333333%;
  }
}

@media (min-width: 1024px){
  .furnishing_funds .item{
    width: 25%;
  }
}

.adopt_a_room{
  padding-bottom: 5rem;
}

.adopt_a_room h1{
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .adopt_a_room h1{
    margin-bottom: 5rem;
  }
}

.adopt_a_room .image img{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}

.adopt_a_room .item{
  width: 100%;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px){
  .adopt_a_room .item{
    width: 33.333333%;
  }
}

@media (min-width: 1024px){
  .adopt_a_room .item{
    width: 25%;
  }
}

.our_locations{
  padding-bottom: 5rem;
}

.our_locations h1{
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .our_locations h1{
    margin-bottom: 5rem;
  }
}

.our_locations .map{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  height: 400px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .our_locations .map{
    height: 600px;
  }
}

.our_locations .map > *{
  height: 100%;
  width: 100%;
  border-width: 0px !important;
  outline-width: 0px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* .our_locations .item{
    @apply w-full md:w-1/3 lg:w-1/4 p-4 text-center
} */

.singleImagePost img{
  aspect-ratio: 16 / 9;
  width: 100%;
}

.hasPostImage img{
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postLoop{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.postLoop > div{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 640px){
  .sm\:w-1\/3{
    width: 33.333333%;
  }

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

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

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:-mb-\[150px\]{
    margin-bottom: -150px;
  }

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

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

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

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

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

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

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

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

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

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

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

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

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

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

@media (min-width: 1024px){
  .lg\:mt-16{
    margin-top: 4rem;
  }

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

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

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

  .lg\:w-3\/4{
    width: 75%;
  }

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

  .lg\:w-4\/5{
    width: 80%;
  }

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

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

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

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

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

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