@font-face {
  font-family: Helvetica Neue Extra Bold;
  src: url('../fonts/HelveticaNeue-CondensedBlack-10.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Bold;
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Light Italic;
  src: url('../fonts/HelveticaNeue-LightItalic-09.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Medium;
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Bold Condensed;
  src: url('../fonts/HelveticaNeue-CondensedBold-05.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Thin;
  src: url('../fonts/HelveticaNeue-Thin-13.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Extra Light Italic;
  src: url('../fonts/HelveticaNeue-UltraLightItalic-07.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Thin Italic;
  src: url('../fonts/HelveticaNeue-ThinItalic-14.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Extra Light;
  src: url('../fonts/HelveticaNeue-UltraLight-06.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Medium Italic;
  src: url('../fonts/HelveticaNeue-MediumItalic-12.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeue-01.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Bold Italic;
  src: url('../fonts/HelveticaNeue-BoldItalic-04.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Light;
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Italic;
  src: url('../fonts/HelveticaNeue-Italic-03.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --header-text: #147eff;
  --paragraph-text: #565170;
  --light-color: white;
  --primary-color: #147eff;
  --secondary-brand-color: #94affb;
  --mid-grey: #727272;
  --light-grey: #ddd;
  --blue-background-alt: #c9e5ff42;
  --link-text: #06f;
  --mobile-nav-background: #c9e5ff42;
  --rac-green: #b0cc2e;
  --red: #d92a1c;
  --green-background-alt: #b0cc2e73;
  --gold: #ffd571;
  --d92a1c: var(--light-color);
  --htg-text: #328f9a;
  --htg-p-text: var(--htg-text);
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--header-text);
  background-color: #fffaf9;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

h1 {
  color: var(--header-text);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 4.0625em;
  font-weight: 700;
  line-height: 103%;
}

h2 {
  color: var(--header-text);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  color: var(--header-text);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 116%;
}

h4 {
  width: 70%;
  color: var(--header-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 116%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--paragraph-text);
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 175%;
}

a {
  color: #3b83f7;
  padding-right: 0;
  text-decoration: underline;
}

.section-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--light-color);
  font-family: Helvetica Neue, sans-serif;
  font-weight: 400;
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  align-self: flex-start;
  font-family: Helvetica Neue, sans-serif;
  font-size: .9em;
  line-height: 150%;
}

.small-p.donate {
  color: var(--primary-color);
  font-family: Helvetica Neue, sans-serif;
  font-size: .65em;
  font-weight: 400;
}

.large-p {
  color: var(--header-text);
  text-align: center;
  align-self: center;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}

.large-p.style {
  color: var(--header-text);
}

.rich-text h3 {
  font-size: 32px;
  font-weight: 500;
}

.style-guide-color-wrap {
  background-color: #253d98;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: #1d63dc;
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--mid-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--light-grey);
}

.button {
  background-color: var(--primary-color);
  color: var(--light-color);
  border-radius: 20px;
  margin-top: 0;
  padding-right: 15px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.button.ghost-button {
  color: #3b83f7;
  background-color: #0000;
  border: 2px solid #3b83f7;
}

.button.ghost-button.invese-ghost {
  border-color: var(--light-color);
  color: var(--light-color);
}

.button.inverse-button {
  background-color: var(--light-color);
  color: #3b83f7;
}

.button.form-submit {
  margin-top: 15px;
}

.button.event {
  padding: 1em 2em;
  font-size: .75em;
  position: absolute;
  inset: auto auto 1.9em 1em;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field {
  border: 1px solid #585a6f;
  border-radius: 9px;
}

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  text-align: left;
  margin-top: 20px;
  padding-left: 3px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 400;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 2000;
  background-color: #1c29a31a;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(321deg, #c9e5ff, #f7f8fc 89%);
  background-clip: border-box;
  border: 1px solid #1c29a30d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 24px 42px -24px #0003;
}

.style-guide-wrap {
  padding-top: 20px;
  font-family: Helvetica Neue, sans-serif;
}

.close-popup-button {
  background-color: var(--blue-background-alt);
  color: var(--light-color);
  border-radius: 20px;
  padding: 0;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.become-a-foster-parent.vertical-padding {
  opacity: 1;
  background-color: #fffaf9;
  border-radius: 0;
  height: 100%;
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 6em;
  display: block;
  position: relative;
}

.become-a-foster-parent.vertical-padding.foster {
  padding-top: 6em;
}

.every-step-section.vertical-padding {
  padding-top: 4em;
  padding-bottom: 3.75em;
  overflow: hidden;
}

.donate-section.vertical-padding {
  color: #202444;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

.container-1280 {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 80em;
  color: var(--header-text);
  text-align: left;
  background-image: none;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  position: static;
  overflow: visible;
}

.container-1280.small-top-margin {
  margin-top: 0;
}

.container-1280.tree-form {
  margin-top: 3rem;
}

.arrow-button {
  grid-column-gap: .5rem;
  grid-row-gap: 8px;
  border: 1px solid var(--header-text);
  background-color: var(--primary-color);
  min-height: auto;
  color: var(--light-color);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 1.25em;
  padding: .75em 1.5em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.arrow-button:hover {
  border: 1px solid var(--header-text);
  color: var(--header-text);
  background-color: #0000;
}

.arrow-button.ghost {
  grid-column-gap: 1.1em;
  grid-row-gap: .5em;
  border: 1px solid var(--header-text);
  color: var(--header-text);
  -webkit-text-stroke-color: var(--primary-color);
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  margin-top: 0;
  padding: .5em 1.5em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  transition-property: all;
}

.arrow-button.ghost:hover {
  grid-column-gap: 1.5em;
  border-color: var(--link-text);
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.arrow-button.hero {
  grid-column-gap: 1.1em;
  grid-row-gap: .5em;
  border: 1px solid var(--header-text);
  color: var(--header-text);
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  justify-content: flex-start;
  margin-top: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  line-height: 125%;
  transition-property: all;
  display: flex;
}

.arrow-button.hero:hover {
  grid-column-gap: 1.3em;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
}

.arrow-button.hero.white-button {
  border-color: var(--light-color);
  background-color: var(--light-color);
  color: var(--primary-color);
}

.nav-link {
  color: var(--header-text);
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  padding: 1.125em 2.4375em 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 103%;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #000;
  background-color: #0000;
  border-bottom: 0 #000;
  border-radius: 0;
}

.nav-link.w--current {
  color: #642eff;
}

.nav-link.white-text {
  color: var(--light-color);
}

.nav-button-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
}

.tab-button {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.logo {
  max-width: 9.375em;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
}

.button-arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  display: flex;
}

.button-text {
  cursor: pointer;
  margin-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.button-text.blue-text {
  color: var(--primary-color);
  cursor: pointer;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

.play-icon {
  width: 1.25em;
  height: 1.25em;
  color: var(--light-color);
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.play-icon:hover {
  width: 1.4em;
  height: 1.4em;
}

.play-icon.home {
  color: var(--light-color);
  cursor: pointer;
}

.hero-section {
  border-radius: 0;
  position: relative;
}

.hero-section.events {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
  padding-top: 15%;
  padding-bottom: 0;
  position: static;
}

.hero-section.events.dodgers-blue {
  background-color: #1e90ff;
  background-image: none;
}

.hero-content {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 620px;
  margin-left: 0;
  padding: 10em 1.25em 3.75em;
  display: flex;
}

.hero-content.about-content {
  justify-content: center;
  align-self: flex-start;
  max-width: 35em;
  padding: 0% 8em 3.125em 0;
}

.spaced-text {
  color: var(--header-text);
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: .75rem;
}

.spaced-text.center {
  text-align: center;
  margin-bottom: 0;
  font-size: .75rem;
}

.spaced-text.white {
  color: var(--light-color);
  letter-spacing: .5em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: .85em;
  font-weight: 500;
}

.nav-menu-2 {
  grid-column-gap: 1.25em;
  flex-wrap: nowrap;
  place-content: center flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

._2-col-grid-50-50 {
  grid-column-gap: 63px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

._2-col-grid-50-50.donation-grid {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr .75fr;
  place-content: center;
  place-items: stretch center;
  margin-top: 0;
  padding: 0 0%;
  display: flex;
}

.column-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  z-index: 999;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  padding-right: 2em;
  display: grid;
}

.blue-underline {
  width: auto;
  height: auto;
  color: var(--header-text);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 175%;
  display: inline-block;
}

.socials-footer-list {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.social-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: grid;
}

.social-item {
  width: 2em;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-link-wrapper {
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: wrap;
  place-content: flex-start center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Helvetica Neue, sans-serif;
  display: flex;
}

.container-xshort {
  max-width: 73.4375em;
  color: var(--header-text);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  display: block;
  position: static;
}

.impact-icon-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  padding-top: 2em;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.impact-icon-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  transition: all .5s;
  display: flex;
}

.impact-icon-image {
  width: 12em;
  padding-bottom: 0;
  transition: all .5s;
}

.impact-icon-image:hover {
  transform: translate(0, -10px);
}

.impact-icon-image.clock-icon {
  margin-top: 0;
  padding-bottom: 0;
}

.blue-text {
  color: var(--header-text);
}

.polaroid-card-wrapper {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 650px;
  margin-bottom: 0;
  padding: 10px;
  display: none;
  position: relative;
}

.polaroid-card {
  background-color: var(--light-color);
  border: 2px solid #f5f7fa;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: 400px;
  height: 340px;
  max-height: 390px;
  margin: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  box-shadow: -2px 7px 10px #0003;
}

.polaroid-card.rotate-left {
  width: 330px;
  height: 320px;
  margin: 0 0 0 -321px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10deg);
}

.polaroid-image {
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  max-width: 360px;
  height: 160px;
  box-shadow: 0 4px 4px #0003;
}

.polaroid-quote {
  color: #253f98;
  align-self: flex-start;
  width: 260px;
  max-width: 260px;
  margin-top: 5px;
  padding-top: 9px;
  padding-left: 25px;
  font-family: Helvetica Neue Bold, sans-serif;
  line-height: 130%;
}

.quote-author-image {
  border-radius: 100px;
  order: 1;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}

.quote-author-text {
  color: #1d63dc;
  text-align: right;
  max-width: 180px;
  padding-right: 15px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 14px;
}

.donation-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px none var(--header-text);
  background-color: #0000;
  border-radius: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0%;
  display: block;
}

.heading-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 110%;
}

.heading-2.center {
  color: var(--header-text);
  text-align: center;
  text-transform: none;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 125%;
}

.heading-2.tree {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.heading-2.summit {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5em;
}

.donate-amount-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.donation-amount-button {
  border: 1px solid var(--header-text);
  width: 140px;
  height: 48px;
  color: var(--header-text);
  letter-spacing: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.donation-amount-button:hover {
  background-color: var(--header-text);
  color: var(--light-color);
  border-style: solid;
}

.donate-box-wrapper-2 {
  align-self: center;
  width: 400px;
}

.other-donation-amount-button {
  border: 1px solid var(--header-text);
  width: 100%;
  max-width: 100%;
  height: 48px;
  color: var(--header-text);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: .625em;
  margin-bottom: 1em;
  padding-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.other-donation-amount-button:hover {
  background-color: var(--header-text);
  color: var(--light-color);
  border-style: solid;
}

.donate-cta-button {
  border: 1px solid var(--header-text);
  background-color: var(--header-text);
  width: 100%;
  max-width: 100%;
  height: 48px;
  color: var(--light-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.donate-cta-button:hover {
  color: var(--primary-color);
  background-color: #0000;
  border-style: solid;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.column-2.align-right {
  align-items: flex-end;
  position: static;
}

.overflow {
  margin-top: 0;
  overflow: hidden;
}

.paragraph {
  color: var(--paragraph-text);
  text-align: left;
  margin-top: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 175%;
}

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

.paragraph.center.events {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph.center.contain {
  max-width: 80%;
}

.paragraph.center.blue {
  color: var(--header-text);
}

.paragraph.subheader {
  color: var(--header-text);
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.white {
  color: var(--light-color);
  font-size: 1em;
  font-weight: 400;
}

.paragraph.white.bold {
  color: var(--light-color);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.white.testimonial {
  border-bottom: 1px #000;
  margin-bottom: 0;
}

.paragraph.white.large-bold {
  margin-bottom: .5rem;
  padding-left: 1rem;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.paragraph.large {
  color: var(--header-text);
  margin-bottom: .25em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
}

.paragraph.small {
  font-size: .85em;
  text-decoration: none;
}

.paragraph.small.donate {
  color: var(--header-text);
  margin-bottom: 0;
}

.paragraph.small.donate.white {
  color: var(--light-color);
}

.paragraph.small.blue.center {
  text-align: center;
  padding-right: 0;
}

.paragraph.bold-blue {
  color: var(--header-text);
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.bold {
  color: var(--header-text);
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.paragraph.impact {
  color: var(--header-text);
  text-align: center;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1.15em;
  font-weight: 700;
}

.paragraph.impact-small {
  color: var(--header-text);
  text-align: center;
  font-size: .75em;
  line-height: 150%;
}

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

.paragraph.bold-text.event {
  margin-bottom: .125em;
  line-height: 150%;
}

.paragraph.blue {
  color: var(--header-text);
}

.heading-1 {
  color: var(--header-text);
  margin-top: 0;
  margin-bottom: .25em;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 110%;
}

.heading-1.center {
  color: var(--header-text);
  text-align: center;
  align-self: center;
  line-height: 130%;
}

.heading-1.white-text {
  color: var(--light-color);
}

.heading-1.white-text.center.small-bottom-margin {
  margin-bottom: 2em;
}

.play-button {
  position: static;
  inset: auto auto 0% 0%;
}

.play-button.low-left-corner {
  inset: auto auto 5% 5%;
  position: absolute;
  inset: auto auto 5% 5%;
}

.hero-button {
  align-items: center;
  display: flex;
}

.grid-content {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.grid-content.event {
  margin-bottom: 0;
  display: flex;
}

.sub-header {
  color: var(--header-text);
  margin-bottom: .5em;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.link-text {
  border-bottom: 1px none var(--primary-color);
  cursor: pointer;
  padding-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  line-height: 150%;
  text-decoration: none;
}

.every-step-wrapper {
  border: 1px solid var(--blue-background-alt);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  transition: background-color .5s;
  display: flex;
}

.every-step-wrapper:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #147eff00;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 1px 1px 3px #147eff1f;
}

.heading-wrapper {
  justify-content: center;
  margin-top: .3125em;
  margin-bottom: 3em;
  display: flex;
}

.heading-wrapper.center {
  text-align: center;
  justify-content: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-grid-50-50-2 {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: grid;
}

._2-col-grid-50-50-2.about-page {
  grid-column-gap: 20px;
  grid-template-columns: 1fr .75fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.meet-our-team-section {
  height: 100%;
}

.meet-our-team-section.vertical-padding {
  margin-top: 3.75em;
  padding-right: 0;
}

.hero-content-wrapper {
  z-index: 1;
  background-color: var(--mobile-nav-background);
  background-image: linear-gradient(321deg, #c9e5ff, #f7f8fc 89%);
  border-radius: 0;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7%;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.hero-content-wrapper.small-top-margin {
  height: 100%;
  margin-top: 0;
  padding-top: 15%;
}

.hero-content-wrapper.home {
  background-color: #0000;
  background-image: none;
  position: absolute;
  inset: auto auto 0% 5%;
}

.hero-content-wrapper.events {
  padding-top: 9%;
  padding-bottom: 4em;
  position: static;
}

.hero-content-wrapper.tree {
  background-color: #0000;
  background-image: none;
  padding-top: 15%;
  padding-bottom: 0;
  display: block;
}

.hero-content-wrapper.summit {
  padding-top: 15%;
  padding-bottom: 0;
  display: block;
}

.container-short {
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.container-short.small-top-margin {
  max-width: 100em;
  margin-top: 3.125em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.heading-wrapper-short {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wrapper-short.medium-top-margin {
  grid-row-gap: 0px;
  width: auto;
  margin-top: 4em;
}

.founder-heading-wrapper {
  margin-bottom: 15px;
}

.founder-photo-wrapper {
  position: relative;
}

.polaroid-author-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 8% -8% auto;
}

.polaroid-quote-wrapper {
  align-self: center;
  width: 350px;
  height: 320px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.benefactors-wrapper {
  flex-direction: column;
  align-self: center;
  margin-top: 40px;
  display: flex;
}

.benefactors-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 2.5em;
}

.benefactor-logo {
  object-fit: contain;
  width: 9.375em;
  height: 9.375em;
  padding: 1.0625px;
}

.benefactor-logo.smaller-logo {
  object-fit: contain;
  width: 9.375em;
  height: 9.375em;
  padding: 1.0625em;
}

.benefactor-logo.xtra-sml-logo {
  object-fit: contain;
  padding: 22px;
}

.privacy-policy-section {
  padding-top: 15%;
  padding-bottom: 5rem;
}

.money-grid-wrapper {
  margin-top: 3.125em;
}

.money-card-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr;
  place-content: center;
  place-items: center;
  width: 90%;
  margin-top: 2em;
  margin-bottom: 0;
}

.every-cent-counts {
  margin-top: 100px;
}

.every-cent-counts.vertical-padding {
  height: 100%;
  margin-top: 6.25em;
  padding-top: 0;
  padding-bottom: 3.75em;
}

.money-card-overlay {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  border: 1px solid #1c29a30d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  transition: all .5s;
  display: flex;
  position: static;
}

.money-card-overlay:hover {
  opacity: 1;
  background-color: #fff;
  font-family: Helvetica Neue Medium, sans-serif;
  box-shadow: 1px 1px 3px #147eff1f;
}

.money-card-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-trigger-2 {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-question-wrap {
  margin-top: .625em;
  margin-bottom: .625em;
}

.resources-tab {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.transparent-background {
  background-color: #f8faff3d;
  border: 1px solid #d5d7ec;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding: .9375em;
  display: flex;
}

.event-map-wrapper {
  height: 100%;
  max-height: none;
  padding-top: 0;
  position: static;
  top: 58px;
  bottom: 53px;
}

.event-map-background {
  text-align: center;
  background-color: #f8faff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2.5em 2.5em 4em;
}

.event-map-background.small-bottom-margin {
  margin-bottom: 0;
  padding-bottom: 10em;
}

.state-button {
  border: 1px solid var(--header-text);
  background-color: var(--header-text);
  width: 15em;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  color: var(--light-color);
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em 2em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.state-button:hover {
  border-style: solid;
  border-color: var(--header-text);
  color: var(--header-text);
  background-color: #0000;
  align-items: stretch;
  text-decoration: none;
  transform: translate(0, -2px);
}

.tabs-menu-2 {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block {
  background-color: #0000;
  border-radius: 10px;
}

.link {
  border-bottom: 1px none var(--primary-color);
  color: var(--header-text);
  padding-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.link.bold-text {
  border-bottom-style: solid;
  padding-right: 0;
  text-decoration: none;
}

.resources-content-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.arrow-link {
  grid-column-gap: .625em;
  border-bottom: 1px none var(--primary-color);
  color: var(--header-text);
  cursor: pointer;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.arrow-link:hover {
  grid-column-gap: 1em;
}

.link-arrow-text {
  border-bottom: 1px none var(--primary-color);
  cursor: pointer;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.social-image {
  transition: all .5s;
}

.social-image:hover {
  transform: translate(0, -4px);
}

.event-map-section {
  margin-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.event-map-section.vertical-bottom-padding-40 {
  color: var(--header-text);
  margin-top: 0;
  padding-top: 2%;
  padding-bottom: 2.5em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  top: -110px;
}

.event-map-section.vertical-bottom-padding-40.small-top-margin {
  margin-top: 3.125em;
}

.event-map-section.vertical-bottom-padding-40 {
  padding-bottom: 2.5em;
  font-size: 1em;
  line-height: 1.25em;
}

.blue-event-background {
  z-index: -1;
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(321deg, #c9e5ff, #f7f8fc 89%);
  border-radius: 20px;
  width: 100%;
  height: 40em;
  position: absolute;
  inset: -48% 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.blue-event-background.dodgers-blue {
  background-color: #1e90ff;
  background-image: none;
  height: 90em;
}

.steps-to-fostering {
  height: 100%;
}

.steps-to-fostering.vertical-padding-bottom {
  z-index: 0;
  height: 100%;
  color: #202444;
  z-index: 0;
  background-color: var(--blue-background-alt);
  border-radius: 60px;
  max-width: 95vw;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  font-size: 1em;
  line-height: 1.25em;
  position: relative;
}

.rac-path-image-1 {
  object-fit: cover;
  object-position: 20% 50%;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 18em;
  margin-bottom: 1.5em;
}

.cookie-banner-wrapper {
  z-index: 10000;
  display: block;
  position: relative;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--primary-color);
  -webkit-text-stroke-color: #1c29a3;
  background-color: #fff;
  border-color: #1c29a3;
  font-family: Helvetica Neue Medium, sans-serif;
}

.cb-trigger {
  color: var(--primary-color);
  display: none;
}

.cb-prefs-form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-top: 145px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  color: var(--primary-color);
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.cb-prefs-component {
  z-index: 997;
  width: 100%;
  height: 100%;
  color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-left: .75rem;
  padding: .625rem;
  display: flex;
  position: absolute;
  inset: -25% 1% auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: var(--paragraph-text);
  margin-right: 1.5rem;
  font-family: Helvetica Neue Medium, sans-serif;
}

.cb-manager-trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_close-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.cb-manager-component {
  z-index: 999;
  color: var(--primary-color);
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.cb-component {
  z-index: 998;
  color: var(--primary-color);
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary-color);
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
  background-color: #f5f5f5;
  font-family: Helvetica Neue Medium, sans-serif;
}

.fs-cc-prefs_toggle-wrapper {
  color: var(--primary-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Helvetica Neue Bold, sans-serif;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.cb-manager-button {
  color: var(--paragraph-text);
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.cb-manager-button:hover {
  color: #4353ff;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.cb-prefs-trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: var(--primary-color);
}

.cb-manager-icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.cb-container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cb-prefs-overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: var(--paragraph-text);
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_text {
  color: var(--paragraph-text);
  font-family: Helvetica Neue, sans-serif;
  font-size: .75rem;
}

.fs-cc-prefs_label {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border: 1px none var(--primary-color);
  color: var(--primary-color);
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_title {
  color: var(--primary-color);
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.main-button-play-button-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.map-image {
  object-fit: contain;
  width: 100em;
  height: 23rem;
  margin-bottom: 5em;
}

.map-image.events-page {
  width: 50%;
  display: none;
}

.polaroid-card-image-horizontal {
  display: none;
}

.hero-content-home {
  max-width: 32em;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 0;
}

.hero-section-home {
  background-color: #0000;
  height: 100vh;
  padding-top: 0%;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 24px 4px -24px #0003;
}

.brand.w--current {
  padding-right: 0;
}

.hero-button-2 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.button-play-button-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  justify-items: start;
  margin-top: 20px;
}

.button-play-button-grid-2.no-play-button {
  margin-top: 1.25em;
}

.hero-content-3 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
  margin-left: 0;
  padding: 12% 20px 60px;
  display: flex;
}

.hero-content-3.about-content, .hero-content-3.thank-you {
  justify-content: center;
  align-self: flex-start;
  max-width: 38.75em;
  padding: 2em 1.25em 3.125em;
}

.board-member-name-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.board-linkedin-svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.board-link-linkedin {
  padding-right: 0;
}

.founder-grid {
  grid-column-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-content: center;
  place-items: center;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.bold-text {
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.bold-text.link {
  border-bottom-style: none;
}

.column-1-4 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.main-nav-logo {
  max-width: 5em;
  margin-bottom: 0;
  padding-top: 1.125em;
  padding-bottom: 1em;
  padding-left: 0;
}

.event-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 2px 20px #0003;
}

.agency-partner-section {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 2em;
  position: static;
}

.guidestar-logo {
  border-radius: 2px;
}

.guidestar-wrapper {
  grid-column-gap: 10em;
  background-color: var(--header-text);
  border: 1px solid #94affb4d;
  border-radius: 14px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 40em;
  margin-top: 3em;
  padding: 1em 2em;
  display: flex;
}

.event-list-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  margin-top: 4em;
  display: grid;
}

.white {
  color: var(--light-color);
  font-size: 1.125em;
}

.event-thumbnail {
  grid-column-gap: 1.25em;
  background-color: #0000;
  border: 1px solid #94affb4d;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 25.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 2rem;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-thumbnail:hover {
  background-color: #fff;
  box-shadow: 1px 1px 3px #147eff1a;
}

.event-thumnail-image {
  object-fit: contain;
  object-position: 0% 50%;
  border: 3px solid #fff;
  border-radius: 0;
  align-self: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.event-thumbnail-description {
  text-align: left;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  height: auto;
  margin-top: 1em;
  margin-left: 0;
  padding-bottom: 1rem;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.event-thumnails-date-time {
  color: var(--mid-grey);
  text-align: left;
  align-self: flex-start;
  margin-top: .25em;
  margin-bottom: 1em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: .75em;
  font-weight: 500;
}

.pagination {
  margin-top: 2em;
}

.previous {
  color: var(--header-text);
  background-color: #0000;
  border-style: none;
  margin-left: .625em;
  margin-right: .625em;
  padding: .5625em 1.25px .5625px 1.25em;
  font-size: .875em;
}

.next {
  color: var(--header-text);
  background-color: #0000;
  border-style: none;
}

.icon-2 {
  color: var(--header-text);
  font-size: 1em;
}

.column-1-thank-you {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.thank-you-hero-section {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  padding-bottom: 4rem;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.column-2-thank-you {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.thank-you-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.thank-you-grid {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.thank-you-grid.small-top-margin {
  margin-top: 0;
  padding-left: 1.3125em;
  padding-right: 1.3125em;
  font-family: Helvetica Neue Medium, sans-serif;
}

.thank-you-grid.small-top-margin.tree {
  margin-top: 0;
}

._2-col-grid-50-50-6 {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 170px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

._2-col-grid-50-50-6.about-page {
  grid-column-gap: 2em;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 4em;
}

._2-col-grid-50-50-6.thank-you {
  grid-column-gap: 3em;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._2-col-grid-50-50-6.holiday-page {
  grid-column-gap: 2em;
  grid-template-columns: 1fr;
  padding: 0 0 1em;
}

.grid-9 {
  grid-template-rows: auto;
}

.main-header-image-5 {
  border-radius: 1.25em;
}

.state-button-3 {
  color: #253d98;
  text-align: center;
  background-color: #0000;
  border: .0625em solid #253d98;
  border-radius: 6.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 6em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 0 24px 42px -24px #0003;
}

.state-button-3:hover {
  color: #fff;
  background-color: #253d98;
}

.text-block-50 {
  font-size: 1.3em;
  text-decoration: none;
}

.seasonal-events-button-wrapper-6 {
  grid-column-gap: 6.25em;
  justify-content: center;
  align-items: center;
  width: 50em;
  max-width: 80em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: flex;
}

.grid-content-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.3125em;
  padding-right: 1.3125em;
  display: flex;
}

.grid-content-13.medium-top-margin {
  margin-top: 100px;
}

.grid-content-13.medium-top-margin.small-bottom-margin {
  margin-top: 0;
  margin-bottom: -5.275em;
}

.grid-content-13.medium-top-margin.small-bottom-margin.white-background {
  background-color: var(--light-color);
}

.column-2-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.bold-text-3 {
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 400;
}

.privacy-policy-wrapper-3 {
  grid-column-gap: 1.875em;
  align-items: flex-end;
  margin-top: .625em;
  padding-top: 0;
  font-size: .6875em;
  display: flex;
}

.terms-p {
  color: var(--paragraph-text);
  font-size: 1.35em;
  line-height: 150%;
}

.privacy-policy-wrapper-2 {
  grid-column-gap: 1.875em;
  align-items: flex-end;
  margin-top: .625em;
  padding-top: 0;
  font-size: .6875em;
  display: flex;
}

.map-image-wrapper {
  margin-top: 0;
}

.collection-list-wrapper {
  color: var(--header-text);
}

.state-button-wrapper {
  grid-column-gap: 100px;
}

.board-wrapper {
  margin-top: 0;
  padding-top: 2em;
  display: block;
}

.event-button-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: start;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.polaroids-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 32rem;
  display: flex;
  position: relative;
  left: -30%;
}

.polaroid-image-wrapper {
  border-radius: .125rem;
  width: 20rem;
  height: 22.5rem;
  overflow: hidden;
}

.polaroid-frame {
  background-color: #fcfcfc;
  border-radius: .25rem;
  width: 22.5rem;
  height: 27.5rem;
  padding: 1.25rem;
  position: absolute;
  box-shadow: inset 0 0 1px -1px #0013611a, 0 0 4px 2px #0013611a;
}

.polaroid-frame._4 {
  z-index: 4;
  background-color: var(--light-color);
  border-radius: 2rem;
  width: 22rem;
  height: 25rem;
  padding: .5rem 1rem;
  inset: 4% 0% auto auto;
  transform: translate(15vw, -4vh)rotate(13deg);
}

.polaroid-frame._5 {
  z-index: 5;
  background-color: var(--light-color);
  cursor: pointer;
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2rem;
  width: 22rem;
  height: 25rem;
  padding: .5rem 1rem;
  inset: -15% auto auto -19%;
  transform: rotate(-10deg)translate(-6vw, 7vh);
}

.polaroid-frame._4 {
  z-index: 4;
  background-color: #fff;
  border-radius: 2rem;
  width: 22rem;
  height: 25rem;
  padding: .5rem 1rem;
  transform: translate(15vw, -4vh)rotate(13deg);
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.toggle-base {
  cursor: pointer;
  background-color: #25cc88;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 24px;
  margin-right: 14px;
  padding: 2px 20px 2px 0;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px #494a7d4d, 17px 17px 24px -18px #38327c14;
}

.events-heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-details-grid {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  place-content: center;
  place-items: center;
  width: auto;
  max-width: none;
  margin: 60px auto 40px;
}

.event-details-wrapper {
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  line-height: 150%;
  display: flex;
}

.event-details-wrapper.event {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.event-rsvp-wrapper {
  border: 1px solid var(--blue-background-alt);
  background-color: var(--light-color);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 4em 4em 4em 2rem;
}

.date-time {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--header-text);
  flex-direction: column;
  margin-bottom: 3px;
  font-size: 1.125em;
  display: flex;
}

.event-name {
  margin-top: .25em;
  margin-bottom: 1em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.event-rsvp-button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.starts-at, .ends-at {
  color: var(--header-text);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.play-icon-3 {
  width: 1.25em;
  height: 1.25em;
  color: var(--light-color);
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.play-icon-3:hover {
  width: 1.4em;
  height: 1.4em;
}

.tab-link-tab-2-2 {
  border: 1px solid var(--blue-background-alt);
  background-color: var(--light-color);
  opacity: 1;
  color: var(--header-text);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--header-text);
  opacity: 1;
  color: var(--light-color);
  font-size: 1em;
  text-decoration: none;
}

.button-play-button-grid-3 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  justify-items: start;
  margin-top: 20px;
  display: flex;
}

.button-play-button-grid-3.no-play-button {
  grid-column-gap: 1.875em;
  margin-top: 0;
}

.tab-link-tab-3-2 {
  border: 1px solid var(--blue-background-alt);
  background-color: var(--light-color);
  opacity: 1;
  color: var(--header-text);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: var(--header-text);
  opacity: 1;
  color: var(--light-color);
  padding: 1.5em 2em;
  text-decoration: none;
}

.tab-menu-header-2 {
  text-align: center;
  border-bottom: 1px #000;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
  line-height: 1.25em;
  text-decoration: none;
}

.tab-menu-header-2:active {
  border-bottom: 1px #1c29a3;
}

.tab-menu-header-2:focus {
  border-bottom: 1px solid #1c29a3;
}

.resource-content {
  background-color: var(--light-color);
  border: 1px solid #94affb4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.grid-10 {
  justify-content: center;
  justify-items: center;
  margin-top: 1.25em;
  padding: .625em 0;
}

.tab-link-tab-1-2 {
  border: 1px solid var(--light-grey);
  background-color: var(--light-color);
  color: var(--header-text);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-size: 1em;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--header-text);
  color: var(--light-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.foster-resources-tab-wrapper {
  background-color: #0000;
  border-radius: 10px;
}

.foster-resources-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  place-content: center;
  place-items: center;
  margin-top: 1.25em;
  padding: .625em .25em;
}

.form-block {
  width: 100%;
}

.form-email-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-heading {
  font-size: 2em;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-section-primary {
  background-image: linear-gradient(321deg, #c9e5ff, #f7f8fc 89%);
  border-radius: 0;
  height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.hero-section-primary.background {
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  height: 100vh;
  padding-top: 0%;
  display: flex;
  overflow: hidden;
}

.hero-section-primary.donate {
  height: auto;
}

.benefactors-section.vertical-padding {
  color: #202444;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

.donate-amount-header {
  color: var(--header-text);
  text-align: left;
  align-self: center;
  margin-bottom: 1em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 150%;
}

.donate-amount-header.corporate-matchi {
  font-size: 1.5em;
}

.link-block-4 {
  text-decoration: none;
}

.seasonal-event-nav {
  background-color: #0000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.primary-navigation-link {
  color: var(--light-color);
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 103%;
  text-decoration: none;
  transition: all .35s;
}

.primary-navigation-link:hover {
  float: none;
  background-color: var(--header-text);
  border-bottom: 0 #000;
  border-radius: 100px;
  padding: .5rem 1rem;
  text-decoration: none;
}

.primary-navigation-link.w--current {
  background-color: var(--primary-color);
  color: var(--light-color);
  border-radius: 100px;
  text-decoration: none;
}

.primary-navigation-link.footer {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.primary-navigation-link.footer.w--current {
  background-color: #0000;
}

.donate-emblem {
  align-self: flex-start;
  margin-bottom: 2em;
  padding-bottom: 0;
}

.esp-privacy-notice {
  z-index: 10000;
  display: block;
  position: relative;
}

.fs-cc-banner_text-esp {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Helvetica Neue Medium, sans-serif;
}

.address-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.address-details {
  width: 60%;
  color: var(--light-color);
  margin-bottom: 1em;
  font-family: Helvetica Neue, sans-serif;
  font-size: .95em;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.address-details.alt {
  width: auto;
  color: var(--paragraph-text);
  text-align: center;
}

.olivers-hero {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.button-wrapper {
  margin-top: 2em;
}

.button-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.member-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.team-section {
  padding: 4em 2em 6.25em;
}

.team-image-wrap {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #94affb0d;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.team-image {
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.teams-paragraph {
  color: var(--mid-grey);
  margin-top: .5em;
  margin-bottom: 0;
  font-size: .95em;
  font-style: italic;
  line-height: 150%;
}

.title-wrap-center {
  text-align: center;
  margin-bottom: 2rem;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.board-team-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
}

.a-margin-bottom-32 {
  margin-bottom: 0;
}

.board-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.board-section {
  padding: 100px 3%;
}

.rac-team-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.rac-team-grid.spanish-team {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.name-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-detail-link {
  color: var(--light-color);
  text-align: center;
  letter-spacing: -.02em;
  padding-right: 0;
  font-size: .65em;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-detail-link:hover {
  color: var(--light-color);
}

.footer-menu {
  grid-column-gap: 2em;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  flex: none;
  align-items: center;
  display: flex;
}

.footer-form-content {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-brand {
  align-self: center;
  align-items: center;
  display: flex;
}

.footer-bottom-a {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-color);
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 1em;
  display: grid;
}

.footer-two-column {
  grid-column-gap: 2em;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.raiseachild-addresses {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--mobile-nav-background);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 30rem;
  height: auto;
  margin-bottom: 1rem;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}

.footer-detail {
  width: auto;
  color: var(--light-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .65em;
  line-height: 16px;
}

.address {
  grid-column-gap: 1em;
  color: var(--light-color);
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.address.bold-text {
  color: var(--paragraph-text);
  font-size: 1.15em;
}

.name-fields {
  grid-column-gap: 16px;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.form-field-3 {
  border: 1px solid var(--light-color);
  color: var(--header-text);
  background-color: #0000;
  border-radius: 100px;
}

.form-field-3::placeholder {
  color: var(--light-color);
  text-transform: capitalize;
  font-weight: 400;
}

.submit-button {
  background-color: var(--header-text);
  width: 100%;
  height: auto;
  color: var(--light-color);
  border-radius: 100px;
  margin-top: 0;
  padding: 9px 40px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.newsletter-header {
  color: var(--light-color);
  text-align: center;
  letter-spacing: .025em;
  text-transform: none;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.about-section {
  padding: 8em 0 1em;
  position: relative;
}

.about-content-wrapepr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40em;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-features {
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}

.section-content {
  align-items: center;
  padding: 2em 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-block-small {
  height: 380px;
  position: relative;
}

.grid-content-17 {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  padding-bottom: 5em;
}

.check-icon-large {
  width: 1em;
  color: var(--rac-green);
  margin-right: 14px;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 30em;
  box-shadow: 0 2px 5px #0066ff30;
}

.feature-wrapper {
  color: var(--primary-color);
  align-items: center;
  font-size: 1em;
  display: flex;
}

.content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20%;
  display: flex;
}

.main-footer {
  background-color: var(--primary-color);
  opacity: 1;
  outline-offset: 0px;
  background-image: linear-gradient(90deg, #147eff, #4acdff);
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 1em 3% 2em;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.rich-video {
  border: 1px solid var(--header-text);
  background-color: var(--header-text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: 9px 15px;
  transition: all .5s;
  display: flex;
}

.rich-video:hover {
  background-color: var(--blue-background-alt);
}

.rich-video:active {
  background-color: #94affb;
}

.about-main-image {
  z-index: 200;
  object-fit: contain;
  width: 80%;
  max-width: 75%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: auto -10% -9% auto;
}

.grid-process-section {
  grid-column-gap: 5em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.card-process {
  background-color: var(--light-color);
  border: 1px solid #147eff1a;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 2em;
  display: flex;
}

.process-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 30em;
  display: flex;
}

.process-icon {
  border: 1px solid var(--header-text);
  background-color: var(--header-text);
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  color: var(--light-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  display: flex;
}

.grid-process-stacked {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.foster-resources-wrapper {
  margin-top: 0;
}

.path-heading-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: flex-start;
  display: flex;
}

.donate-content {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 620px;
  margin-left: 0;
  padding: 10em 1.25em 3.75em;
  display: flex;
}

.donate-content.about-content {
  justify-content: center;
  align-self: flex-start;
  max-width: 23em;
  padding: 0% 0 3.125em;
}

.event-link-wrapper {
  padding-right: 0;
}

.empty-state {
  background-color: #0000;
}

.rac-hero-video {
  filter: brightness(86%);
  border-radius: 0;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.play-pause-button-2 {
  display: none;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: none;
}

.navigation {
  z-index: 9999999;
  background-color: var(--header-text);
  background-image: linear-gradient(to right, #147eff, #4acdff);
  border-radius: 0;
  align-items: center;
  width: 100%;
  min-height: 4em;
  max-height: 4em;
  padding: 1.5em 3%;
  display: flex;
  position: static;
  top: 0;
}

.logo-link {
  padding-right: 0;
}

.navigation-menu {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav--button-wrapper-arrow {
  padding-left: .5rem;
  padding-right: .5rem;
}

.nav--button-wrapper-arrow.hide-desktop {
  display: none;
}

.agency-partner-content {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  max-width: 40em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agency-partner-logo-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.agency-partner-level {
  color: var(--header-text);
  margin-bottom: 1em;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25%;
}

.agency-partner-logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 4em;
}

.agency-partner-logo-grid.champion {
  grid-column-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 4em;
}

.agency-partner-logo-grid.partner {
  grid-column-gap: 4em;
  grid-template-columns: 1fr 1fr 1fr;
}

.agency-partner-logo-grid.advocate {
  grid-column-gap: 4em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.agency-partner-logo {
  object-fit: contain;
  width: 10em;
  max-width: none;
  height: 10em;
  padding: .5em;
}

.agency-partner-logo.small {
  width: 8em;
  max-width: 8em;
  height: 8em;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-block-wrapper {
  border: 1px none var(--light-color);
  outline-color: var(--secondary-brand-color);
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 25em;
  height: 100%;
  padding: 0 0 2em;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.home-h1 {
  color: var(--light-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: .125em;
  margin-left: -.5%;
  font-size: 5rem;
  line-height: 100%;
}

.hero-arrow-button {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  border: 1px solid var(--light-color);
  color: var(--light-color);
  text-align: center;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: .5em 1em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.hero-arrow-button:hover {
  grid-column-gap: 1.3em;
  border: 1px solid var(--link-text);
  background-color: var(--link-text);
  border-radius: 100px;
}

.hero-arrow-button:active {
  background-color: var(--secondary-brand-color);
}

.hero-arrow-button.hero {
  border-color: var(--header-text);
  background-color: var(--header-text);
}

.play-pause-button {
  display: none;
}

.home-light-box-button-white {
  clear: none;
  border: 1px solid var(--light-color);
  cursor: pointer;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: .5625em .9375em;
  transition: all .5s;
  display: flex;
}

.home-light-box-button-white:hover {
  background-color: #0000;
}

.home-light-box-button-white:active {
  background-color: var(--secondary-brand-color);
}

.polaroid-move-right-and-down {
  background-color: var(--light-color);
  border: 2px solid #f5f7fa;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  max-width: 400px;
  height: 320px;
  max-height: 390px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(10deg);
  box-shadow: -2px 7px 10px #0003;
}

.success-message {
  background-color: var(--light-color);
  border-radius: 100px;
}

.events-map-grid {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  place-content: center;
  place-items: center;
  margin-top: 5em;
  margin-bottom: 0;
}

.event-hero-section {
  height: auto;
  padding: 0;
}

.oliver-s-image {
  object-fit: cover;
  border-radius: 1.25em;
  width: 100%;
  height: 100%;
}

.event-content-wrapper {
  width: 100%;
  height: 100%;
  color: var(--header-text);
  text-align: center;
  background-color: #0000;
  border-radius: 1.25em;
  margin-bottom: 0;
  padding: 0% 2.5em 2.5em;
}

.event-details-wrapper {
  padding-top: 0%;
}

.image-3 {
  width: 2em;
  height: 2em;
}

.event-sponsors-wrapper {
  background-color: #0000;
  display: block;
}

.event-sponsors-wrapper.htg-community-prtnrs {
  margin-bottom: 5em;
  display: none;
}

.t-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.t-cta-card-title {
  color: var(--header-text);
  align-items: center;
  margin-bottom: 16px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.t-cta-icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.t-cta-icon.icon-blue {
  color: #4780d7;
  background-color: #cdddf4;
  flex: none;
}

.t-cta-icon.icon-red {
  color: #d74747;
  background-color: #ecacac;
  flex: none;
}

.t-grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
}

.t-icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.t-paragraph-small {
  color: var(--paragraph-text);
  letter-spacing: -.02em;
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 150%;
}

.t-cta-button-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.t-cta-card {
  background-color: var(--light-color);
  border-radius: 20px;
  padding: 2em;
  text-decoration: none;
}

.t-cta-card.alt {
  display: none;
}

.join-our-team-wrapper {
  background-color: var(--mobile-nav-background);
  border: .01px solid #94affb4d;
  border-radius: 60px;
  padding: 4.5em 8em;
  display: none;
}

.letter-section {
  background-color: #fff;
  padding: 4em 4em 10em;
}

.about-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.newsletter-form-block {
  width: 100%;
  margin-bottom: 0;
}

.spanish-team {
  height: 100%;
}

.spanish-team.vertical-padding {
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 0;
}

.spanish-team-wrapper {
  padding: 0;
}

.spanish-team-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 45rem;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.registrate-aqui-form-section {
  max-width: 70em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.spanish-about-section {
  padding: 10em 0 1em;
  position: relative;
}

.spanish-about-content-wrapper {
  align-items: center;
  padding: 4em 0% 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bienvenidos-video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.spanish-about-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  padding-bottom: 0;
}

.video-block-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 38em;
  display: flex;
  position: relative;
}

.bienvenidos-thumbnail {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 2px 5px #16224636;
}

.bienvenidos-play-btn-wrapper {
  background-color: var(--primary-color);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 7em;
  max-height: 7em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 10% 10% auto;
}

.spanish-video-wrapper {
  max-height: 40em;
}

.credits-wrapper {
  grid-column-gap: 1em;
  align-self: center;
  display: flex;
}

.agency-partner-link {
  padding-right: 0;
}

.honors-main-heading {
  color: var(--light-color);
  text-align: center;
  text-transform: uppercase;
}

.honors-main-heading.red {
  color: var(--red);
}

.honors-main-heading.red.x-small {
  font-size: 2em;
}

.event-sponsors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2em;
}

.event-sponsors-grid.holiday-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.events-sponsors-img.holiday {
  max-width: 70%;
}

.banner-nav-wrapper {
  z-index: 999999;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.region-anchor-link {
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.team-btn {
  margin-top: 1rem;
}

.team-btn.equipo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.bold-blue {
  color: var(--header-text);
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

._2-col-grid-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.htg-form {
  margin-bottom: 3em;
}

.tree-grove-hero {
  background-color: #dfeeff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.tree-sponsor-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sponsors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5rem;
  margin-bottom: 0;
  padding-bottom: 3rem;
  display: flex;
}

.community-partners-grid {
  grid-template-rows: auto;
}

.sponsor-image {
  object-position: 50% 50%;
  width: 8rem;
  max-width: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-image.top-padding {
  padding-top: 27px;
}

.event-header-content-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-top: 3rem;
  margin-left: 0;
  padding: 0% 0 0;
  display: flex;
}

.tree-image-1 {
  outline-color: var(--header-text);
  outline-offset: 1px;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  height: 15rem;
  max-height: 15rem;
}

.tree-image-2 {
  aspect-ratio: auto;
  outline-color: var(--header-text);
  outline-offset: 1px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  height: 14rem;
  max-height: 14rem;
}

.tree-image-3 {
  outline-color: var(--header-text);
  outline-offset: 1px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  height: 30rem;
  max-height: 30rem;
}

.tree-main-p-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.tree-image-grid {
  height: 30rem;
}

.tree-grove-link-text {
  padding-right: 0;
  font-size: 2.5em;
}

.tree-grove-link-text.center {
  color: var(--header-text);
  text-align: center;
  text-transform: none;
  margin-top: .25em;
  margin-bottom: 1em;
  font-family: Helvetica Neue Italic, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
}

.tab-content-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #4b5563;
  background-color: #ddd0;
  align-items: flex-start;
  padding: 24px 32px;
  transition: all .5s;
  display: flex;
}

.tab-content-button.w--current {
  background-color: var(--blue-background-alt);
  border-radius: 20px;
}

.about-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  padding-bottom: 2em;
}

.path-wrapper {
  padding-left: 2em;
  padding-right: 3em;
}

.banner {
  background-color: var(--header-text);
  opacity: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 2em;
  padding: .5em 5%;
  font-size: .85em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon {
  width: .85em;
  height: .85em;
  color: var(--light-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-banner {
  color: var(--light-color);
  background-color: #0000;
  border-radius: 100px;
  padding: .125rem;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 8% 1% auto auto;
}

._404-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

._404-image {
  width: 4em;
  height: 4em;
}

._404-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.summit-heading-2 {
  width: 30em;
  max-width: none;
  height: auto;
  color: var(--header-text);
  text-align: center;
  align-self: auto;
  margin-top: 0;
  margin-bottom: .5em;
  padding-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25em;
}

.summit-flyer-img {
  max-width: 75%;
  margin-top: 0;
}

.link-4 {
  padding-right: 0;
}

.summit-sponsors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.summit-sponsors-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.summit-main-grid {
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.summit-content-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-top: 1rem;
  margin-left: 0;
  padding: 0% 0 0;
  display: flex;
}

.summit-content-wrapper.btm-margin {
  margin-bottom: 3em;
}

.summit-border-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.tree-header-graphic {
  border-radius: 20px;
  display: block;
}

.avatar-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-mask {
  width: 352px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 32px;
}

.testimonial-card {
  color: #07090d;
  background-color: #fff;
  background-image: url('../images/Ross-Aaron-family.jpg');
  background-position: 63%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 30rem;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 45px 45px 140px -48px #07090d14;
}

.testimonial-card:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/Ross-Aaron-family.jpg');
  background-position: 0 0, 63%;
  background-size: auto, cover;
}

.testimonial-card._1 {
  background-image: url('../images/646e3b9c6121514ad8e99430_Cleo-and-Camille-p-800.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 30rem;
  padding: 2rem;
  display: flex;
}

.testimonial-card._1:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/646e3b9c6121514ad8e99430_Cleo-and-Camille-p-800.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.testimonial-card._2 {
  background-image: url('../images/646e3b9c6121514ad8e99437_Nancy-Mogy.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
}

.testimonial-card._2:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/646e3b9c6121514ad8e99437_Nancy-Mogy.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.testimonial-card._3 {
  background-image: url('../images/646e3b9c6121514ad8e99538_Joyce-Hammerich-p-800.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
}

.testimonial-card._3:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/646e3b9c6121514ad8e99538_Joyce-Hammerich-p-800.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonial-card._4 {
  background-image: url('../images/646e3b9c6121514ad8e9942f_Matthew-and-Griffin-p-800.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
}

.testimonial-card._4:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/646e3b9c6121514ad8e9942f_Matthew-and-Griffin-p-800.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.testimonial-card._5 {
  background-image: url('../images/646e3b9c6121514ad8e99433_Jesse-and-Dana-p-800.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
}

.testimonial-card._5:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/646e3b9c6121514ad8e99433_Jesse-and-Dana-p-800.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonial-card._6 {
  background-image: url('../images/646e3b9c6121514ad8e99432_Joyner-Cryer-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
}

.testimonial-card._6:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/646e3b9c6121514ad8e99432_Joyner-Cryer-p-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonial-card._8 {
  background-image: url('../images/6491d5243400bb02e4cf8db8__Y9A8211-p-800.jpg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-card._8:hover {
  background-image: linear-gradient(#061eff36, #061eff36), url('../images/6491d5243400bb02e4cf8db8__Y9A8211-p-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.avatar-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--mobile-nav-background);
  align-items: center;
  margin-top: .25rem;
  padding-top: .5rem;
  display: flex;
}

.slider-back-button {
  color: #07090d;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  inset: auto 60px -80px auto;
}

.slider-back-button:hover {
  color: #fff;
  background-color: #147eff40;
  border-radius: 100px;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.avatar-role {
  color: #fff;
  font-size: .875rem;
  line-height: 24px;
}

.slider-next-button {
  color: #07090d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  inset: auto 0% -80px auto;
}

.slider-next-button:hover {
  color: #fff;
  background-color: #147eff40;
  border-radius: 100px;
}

.english-testimonials {
  opacity: 1;
  background-color: #fffaf9;
  padding: 5rem 5% 10rem;
  position: relative;
  overflow: hidden;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.icon-regular.left {
  width: 1.5rem;
  transform: rotate(-180deg);
}

.learn-more-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  align-items: center;
  margin-top: 1rem;
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.arrow-icon {
  width: 1rem;
}

.arrow-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.lightbox-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: 1;
  width: auto;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.wg-toggle-1-label {
  z-index: 1;
  color: #4049ff4d;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #fff;
  margin-right: -48px;
  padding-right: 48px;
  font-size: .85em;
  text-decoration: none;
}

.wg-toggle-1-label.lang2 {
  color: #fff;
  margin-left: -48px;
  padding-left: 48px;
  font-size: .85em;
  text-decoration: none;
}

.wg-toggle-1-label.lang1 {
  color: #4049ff;
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  margin-left: -48px;
  padding-left: 48px;
}

.about-us-section {
  background-color: #fffaf9;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.grid-11 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  padding-bottom: 0;
}

.about-us-image {
  border: 1px none var(--header-text);
  object-fit: cover;
  object-position: 65% 50%;
  border-radius: 60px;
  width: 100%;
  height: 30rem;
}

.div-block-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tab-content-wrap {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.tabs-container {
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tabs-content-2 {
  max-width: 30rem;
}

.tabs-item-toggle {
  align-items: center;
  padding: 10px 1rem;
  display: flex;
}

.tabs-image {
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 30rem;
  margin-right: 80px;
}

.tab-content-2 {
  color: #999;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

.tabs-item {
  border-radius: 18px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 20px 40px #8585850f;
}

.tabs-section {
  color: #000;
  background-color: #fffaf9;
  padding: 4rem 0% 10rem;
  font-size: 16px;
  line-height: 24px;
}

.tab-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.tab-name {
  color: var(--primary-color);
  flex: 1;
  margin-right: 40px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 22px;
}

.italic {
  font-family: Helvetica Neue Italic, sans-serif;
  font-style: italic;
}

.grid-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.faq-grid-2 {
  grid-column-gap: 120px;
  grid-template-rows: auto;
}

.faq {
  margin-top: auto;
  margin-bottom: 40px;
}

.faq-title {
  color: var(--primary-color);
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px;
}

.faqs-section {
  padding: 6rem 0% 4rem;
}

.faq-wrapper-2 {
  max-width: 526px;
}

.faq-paragraph {
  color: var(--paragraph-text);
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.faq-image {
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rich-ceo-image {
  object-fit: cover;
  border-radius: 1.25em;
  width: 100%;
  height: 100%;
}

.contact-grid {
  grid-column-gap: 92px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.contact-icon {
  width: 32px;
  height: 32px;
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.contact-line {
  background-color: var(--mobile-nav-background);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 14px;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-two-column.margin-top-64 {
  margin-top: 64px;
}

.phone-link-box {
  padding-right: 0;
  text-decoration: none;
}

.calendly-link-box {
  text-decoration: none;
}

.contact-section {
  padding-top: 10%;
  padding-bottom: 4rem;
}

.addresses-wrapper {
  height: auto;
}

.footer-colomn-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.rich-community-letter, .summit-hero {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.spanish-testimonials {
  opacity: 1;
  background-color: #fffaf9;
  padding: 5rem 5% 10rem;
  position: relative;
  overflow: hidden;
}

.become-a-foster-parent-spanish {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.donate-section-spanish {
  padding-top: 2rem;
}

.faqs-section-spanish {
  padding: 6rem 0% 4rem;
}

.heading-2-address.address {
  color: var(--header-text);
  align-self: center;
  font-size: 1.5em;
}

.summit-main-grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.event-details {
  padding-top: 2rem;
}

.event-hero {
  background-color: #dfeeff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.image-header-large-event {
  border-radius: 20px;
  display: block;
}

.large-image-wrapper {
  justify-content: center;
  align-items: center;
}

.wg-toggle-1-switch {
  color: #240c2e;
  text-align: center;
  background-color: #240c2e1a;
  border-radius: 10rem;
  align-items: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem #240c2e00;
}

.wg-toggle-1-switch.ts-large {
  background-color: #4049ff;
  align-items: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wg-element {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 10vh;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #0000;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw10 {
  width: auto;
}

.toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.toggle.t-large {
  width: 1.5rem;
  height: 1.5rem;
}

.team-list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.board-list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agency-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agency-partner-title-wrapper {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.link-5 {
  margin-top: 5px;
  display: block;
}

.link-6 {
  color: var(--header-text);
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .event-thumbnail {
    height: 27em;
  }

  .event-thumbnail-description {
    padding-bottom: 0;
  }

  .wg-toggle-1-label.lang1, .wg-toggle-1-label.lang2 {
    color: var(--light-color);
    font-family: Helvetica Neue Bold, sans-serif;
    font-weight: 700;
  }

  .tabs-container {
    max-width: none;
  }

  .large-image-wrapper {
    display: flex;
  }

  .wg-toggle-1-switch.ts-large {
    background-color: var(--header-text);
  }

  .wg-element {
    width: auto;
    height: auto;
  }

  .wg-element:hover {
    background-color: #0000;
  }

  .wg-element-wrapper.sw10 {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2.center {
    margin-bottom: 1rem;
  }

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

  .board-member-name-wrapper {
    grid-column-gap: 0px;
    margin-left: 0;
  }

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

  .team-image {
    width: 60%;
  }

  .a-margin-bottom-32 {
    padding-bottom: 10px;
  }

  .board-list {
    grid-column-gap: 7.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  a {
    padding-right: 0;
  }

  .small-p {
    font-size: 1em;
  }

  .small-p.donate {
    text-align: center;
    align-self: flex-start;
    font-size: .65em;
  }

  .button.event {
    padding: 1em 2em;
    position: absolute;
  }

  .popup-background-wrap {
    display: none;
  }

  .become-a-foster-parent.vertical-padding, .become-a-foster-parent.vertical-padding.foster {
    padding-top: 4em;
  }

  .every-step-section.vertical-padding, .donate-section.vertical-padding {
    padding-top: 0;
  }

  .container-1280 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .arrow-button {
    display: flex;
  }

  .arrow-button.ghost {
    justify-content: center;
    font-size: 1em;
  }

  .arrow-button.hero {
    display: flex;
  }

  .nav-link {
    width: 40%;
    color: var(--primary-color);
    align-self: flex-start;
    margin: 14px auto 14px 2em;
    padding: .5em 0;
    font-size: 1.75em;
  }

  .nav-button-wrapper {
    align-items: center;
    width: auto;
    margin-top: 3em;
    margin-left: 3em;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .button-arrow {
    color: var(--header-text);
  }

  .button-text.blue-text {
    font-size: 1.125em;
  }

  .hero-section {
    height: 100%;
    padding-bottom: 40px;
  }

  .hero-section.events {
    padding-top: 20%;
    padding-bottom: 0;
  }

  .hero-content {
    width: 50%;
  }

  .hero-content.about-content {
    width: 100%;
    max-width: none;
  }

  .spaced-text {
    letter-spacing: .5em;
    align-self: flex-start;
    font-size: .65em;
  }

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

  .nav-menu-2 {
    background-color: #f2f8ff;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    flex-flow: column wrap;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5em;
    inset: 100% 0% auto auto;
    box-shadow: 0 24px 42px -24px #0003;
  }

  ._2-col-grid-50-50 {
    grid-column-gap: 30px;
  }

  ._2-col-grid-50-50.donation-grid {
    grid-column-gap: 1em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column-1 {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-right: 0%;
  }

  .blue-underline {
    background-size: 175%;
    height: auto;
    line-height: 200%;
  }

  .social-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    overflow: visible;
  }

  .footer-link-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
  }

  .container-xshort {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-icon-image {
    width: 8em;
    padding-bottom: .75em;
  }

  .impact-icon-image.clock-icon {
    padding-bottom: .75em;
  }

  .polaroid-card-wrapper {
    display: block;
  }

  .donation-wrapper {
    border-radius: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .donate-box-wrapper {
    width: 30em;
  }

  .heading-2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .heading-2.center {
    align-self: center;
    font-size: 3em;
  }

  .heading-2.tree, .heading-2.summit {
    align-self: center;
  }

  .donate-amount-wrapper {
    grid-column-gap: 5px;
    justify-content: flex-start;
    width: auto;
  }

  .donation-amount-button {
    height: 3em;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .donate-box-wrapper-2 {
    align-self: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .other-donation-amount-button {
    justify-content: center;
    height: 3em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .donate-cta-button {
    height: 3em;
    margin-bottom: 10px;
  }

  .column-2 {
    align-items: flex-start;
    width: 100%;
  }

  .column-2.align-right {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: none;
  }

  .overflow {
    overflow: hidden;
  }

  .paragraph {
    align-self: auto;
    font-size: 1em;
  }

  .paragraph.white {
    font-size: 1em;
  }

  .paragraph.large {
    text-align: left;
    align-self: flex-start;
    font-size: 1em;
    line-height: 115%;
  }

  .paragraph.small.donate {
    color: var(--header-text);
    text-align: left;
    align-self: center;
  }

  .paragraph.small.donate.blue {
    align-self: center;
  }

  .paragraph.small.donate.white {
    color: var(--light-color);
  }

  .paragraph.donate {
    text-align: left;
    align-self: flex-start;
  }

  .heading-1 {
    font-size: 2.5rem;
  }

  .hero-button {
    align-self: flex-start;
    width: 100%;
  }

  .grid-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-header {
    font-size: 1.25em;
  }

  .every-step-wrapper {
    width: 100%;
    margin-top: 3em;
  }

  ._2-col-grid-50-50-2.about-page {
    grid-column-gap: 20px;
  }

  .hero-content-wrapper {
    height: 100%;
    padding-top: 20%;
    padding-bottom: 0;
  }

  .hero-content-wrapper.events {
    padding-top: 10%;
    padding-bottom: 0;
  }

  .hero-content-wrapper.tree, .hero-content-wrapper.summit {
    padding-top: 10%;
  }

  .heading-wrapper-short {
    width: 90%;
  }

  .heading-wrapper-short.medium-top-margin {
    grid-row-gap: 0px;
    margin-bottom: 2em;
  }

  .founder-photo-wrapper {
    position: relative;
  }

  .privacy-policy-section {
    padding-top: 20%;
  }

  .money-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .every-cent-counts.vertical-padding {
    margin-top: 0;
  }

  .money-card-overlay {
    width: 100%;
    padding: 2em;
  }

  .money-card-overlay:hover {
    background-color: var(--light-color);
    transform: none;
  }

  .resources-tab {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .state-button {
    width: 14em;
    height: 100%;
    font-size: 1em;
  }

  .tabs-menu-2 {
    grid-column-gap: 1em;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .resources-content-wrapper {
    margin-top: 2em;
  }

  .arrow-link {
    font-size: 1em;
    font-weight: 500;
  }

  .blue-event-background {
    height: 60em;
  }

  .steps-to-fostering.vertical-padding-bottom {
    background-color: var(--blue-background-alt);
    padding: 2em 0;
  }

  .rac-path-image-1 {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 10em;
  }

  .cookie-banner-wrapper {
    display: block;
  }

  .fs-cc-banner_buttons-wrapper {
    align-self: center;
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .cb-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cb-prefs-overlay {
    display: block;
  }

  .main-button-play-button-wrapper {
    margin-top: 20px;
  }

  .map-image {
    align-self: center;
    width: 30em;
    display: block;
  }

  .polaroid-card-image-horizontal {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
  }

  .hero-content-home {
    flex-direction: column;
    align-items: flex-start;
    max-width: 38.75em;
    padding: 12% 0 4em;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .hero-section-home {
    background-color: var(--blue-background-alt);
    background-image: none;
    height: 80vh;
    position: relative;
  }

  .brand, .brand.w--current {
    padding-left: 20px;
  }

  .menu-button.w--open {
    background-color: var(--secondary-brand-color);
    border-radius: 100px;
    margin-top: 1em;
    margin-right: 1em;
    padding: 10px;
  }

  .hero-button-2 {
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .button-play-button-grid-2.no-play-button {
    grid-template-columns: 2.5fr 1fr;
    height: 10em;
  }

  .hero-content-3.about-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-3.thank-you {
    padding: 0;
  }

  .founder-grid {
    grid-template-rows: auto;
  }

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

  .column-1-4 {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }

  .main-nav-logo {
    display: block;
  }

  .agency-partner-section {
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .guidestar-wrapper {
    flex-direction: row;
    width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .event-list-collection {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .white {
    color: #fff;
    font-size: 1em;
  }

  .event-thumbnail {
    flex-direction: column;
    width: auto;
    height: 26em;
    padding: 0 0 2em;
  }

  .event-thumnail-image {
    align-self: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
  }

  .event-thumbnail-description {
    margin-top: 0;
  }

  .event-thumnails-date-time {
    margin-bottom: 1em;
    font-size: .85em;
  }

  .thank-you-hero-section {
    height: auto;
    padding-top: 20%;
    padding-bottom: 4rem;
  }

  .column-2-thank-you, .thank-you-image {
    height: 100%;
  }

  ._2-col-grid-50-50-6.about-page, ._2-col-grid-50-50-6.thank-you {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid-50-50-6.holiday-page {
    grid-column-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-content-13 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .privacy-policy-wrapper-3 {
    font-size: .8em;
  }

  .terms-p {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6em;
  }

  .privacy-policy-wrapper-2 {
    font-size: .8em;
  }

  .event-button-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .polaroids-wrapper {
    width: 100%;
    height: 30rem;
    display: block;
    left: 0%;
    transform: scale(.8);
  }

  .polaroid-frame._4 {
    inset: -11% -34% auto auto;
    transform: translate(-25vw)rotate(-6deg);
  }

  .polaroid-frame._5 {
    left: 7%;
  }

  .polaroid-frame._4 {
    transform: translate(-25vw)rotate(-6deg);
  }

  .event-details-grid {
    grid-column-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .event-details-wrapper {
    width: 100%;
    padding-top: 0%;
  }

  .event-rsvp-wrapper {
    padding-bottom: 2em;
  }

  .date-time {
    flex-direction: column;
    font-size: 1em;
  }

  .event-name {
    font-size: 1.5em;
  }

  .starts-at {
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1em;
    font-weight: 500;
  }

  .ends-at {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1em;
  }

  .hero-button-3 {
    width: auto;
  }

  .tab-link-tab-2-2 {
    padding: 1em 4em;
  }

  .button-play-button-grid-3 {
    grid-template-columns: 4fr 1fr;
  }

  .button-play-button-grid-3.no-play-button {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
  }

  .tab-link-tab-3-2 {
    padding: 1em 2em;
  }

  .resource-content {
    width: 100%;
    height: 100%;
  }

  .tab-link-tab-1-2 {
    color: var(--primary-color);
    padding: 2em 4em;
  }

  .tab-link-tab-1-2.w--current {
    padding: 1em 4em;
  }

  .foster-resources-grid {
    margin-top: 0;
  }

  .hero-section-primary {
    height: 100%;
    padding-bottom: 3rem;
  }

  .hero-section-primary.background {
    height: 100%;
    padding-bottom: 0;
  }

  .hero-section-primary.donate {
    height: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .benefactors-section.vertical-padding {
    padding-top: 0;
  }

  .donate-amount-header, .donate-amount-header.corporate-matchi {
    font-size: 1.5em;
  }

  .primary-navigation-link {
    width: auto;
    color: var(--primary-color);
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1em;
    font-size: 1.5em;
  }

  .primary-navigation-link:hover {
    color: var(--light-color);
    text-decoration: none;
  }

  .primary-navigation-link.w--current {
    color: var(--light-color);
  }

  .primary-navigation-link.footer {
    color: var(--light-color);
    font-size: 1em;
  }

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

  .esp-privacy-notice {
    display: block;
  }

  .fs-cc-banner_text-esp {
    margin-right: 0;
  }

  .address-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    display: flex;
  }

  .address-details {
    color: var(--light-color);
    font-family: Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 400;
  }

  .address-details.alt {
    width: auto;
  }

  .olivers-hero {
    height: 100%;
    padding-bottom: 0;
  }

  .team-section {
    padding-top: 2em;
  }

  .board-team-grid, .rac-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rac-team-grid.spanish-team {
    grid-column-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-form-content.newsletter {
    width: 100%;
    max-width: 100%;
  }

  .footer-bottom-a {
    grid-column-gap: .5em;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-columns: .5fr .75fr 1.25fr .5fr;
    margin-top: 2em;
  }

  .footer-two-column {
    grid-column-gap: 5em;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-two-column.spanish {
    grid-column-gap: 3em;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .raiseachild-addresses {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    border-radius: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 1rem 2rem;
    display: flex;
  }

  .address {
    grid-column-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-style: normal;
    display: flex;
  }

  .form-field-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
  }

  .about-section {
    padding-bottom: 2em;
  }

  .about-content-wrapepr {
    margin-bottom: 1em;
  }

  .section-content {
    padding-bottom: 2em;
  }

  .grid-content-17 {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
    padding-bottom: 2em;
  }

  .image-cover {
    height: 18em;
  }

  .feature-wrapper {
    font-size: 1em;
  }

  .content-wrapper-2 {
    padding-right: 0%;
  }

  .main-footer {
    border-radius: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-main-image {
    max-width: 75%;
    bottom: -22%;
  }

  .grid-process-section {
    grid-template-columns: 1fr;
  }

  .card-process {
    padding-bottom: 0;
  }

  .process-content {
    align-items: center;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-left: 0;
  }

  .process-icon {
    min-width: 1em;
    min-height: 1em;
  }

  .grid-process-stacked {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .path-heading-icon {
    grid-column-gap: .5em;
    align-items: center;
    margin-bottom: .5em;
  }

  .donate-content {
    width: 50%;
  }

  .donate-content.about-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-bottom: 2em;
  }

  .rac-hero-video {
    filter: brightness(70%);
    height: 80vh;
  }

  .navigation-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    background-color: var(--primary-color);
    border-radius: 0;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-menu {
    border: 10px none var(--mobile-nav-background);
    color: #393b6a;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    max-width: 80em;
    height: 100vh;
    margin-left: auto;
    padding: 4em 10em 4em 2em;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-container {
    grid-column-gap: 30em;
    justify-content: space-between;
  }

  .nav--button-wrapper-arrow {
    align-items: center;
    margin-bottom: 1em;
    display: flex;
  }

  .nav--button-wrapper-arrow.hide-desktop, .agency-partner-content {
    display: flex;
  }

  .agency-partner-logo-grid.champion, .agency-partner-logo-grid.partner, .agency-partner-logo-grid.advocate {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobile-menu-button {
    width: 4.5rem;
    height: auto;
    padding: 1rem;
  }

  .mobile-menu-button.w--open {
    background-color: #0000;
  }

  .newsletter-block-wrapper {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .home-h1 {
    color: #fff;
  }

  .hero-arrow-button {
    display: flex;
  }

  .hero-arrow-button.hero {
    align-self: flex-start;
  }

  .hero-arrow-button.hero.center {
    align-self: center;
  }

  .home-light-box-button-white {
    color: #fff;
  }

  .polaroid-move-right-and-down {
    margin-top: auto;
  }

  .events-map-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 2.75fr;
    margin-top: 2em;
    margin-bottom: 4em;
  }

  .event-hero-section {
    height: 100%;
    padding-top: 10%;
  }

  .event-content-wrapper {
    padding-top: 0%;
  }

  .event-details-wrapper {
    padding-top: 15%;
  }

  .image-3 {
    width: 2em;
    height: 2em;
  }

  .t-grid-three-column {
    grid-template-columns: 2.5fr 1fr;
  }

  .join-our-team-wrapper {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .about-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .spanish-about-section {
    padding-bottom: 1em;
  }

  .spanish-about-content-wrapper {
    padding-bottom: 0;
  }

  .bienvenidos-video {
    height: 25em;
  }

  .spanish-about-grid {
    grid-column-gap: 2em;
    grid-row-gap: 72px;
    grid-template-columns: 1fr 1fr;
  }

  .video-block-small {
    justify-content: flex-start;
  }

  .bienvenidos-thumbnail {
    height: 25em;
  }

  .bienvenidos-play-btn-wrapper {
    inset: auto 5% 5% auto;
  }

  .credits-wrapper {
    grid-column-gap: 1em;
    justify-content: flex-start;
  }

  .banner-nav-wrapper {
    top: 0%;
  }

  .tree-grove-hero {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 0;
  }

  .tree-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .tree-image-1, .tree-image-2, .tree-image-3 {
    outline-color: var(--header-text);
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: none;
  }

  .about-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .path-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .summit-heading-2 {
    align-self: flex-start;
  }

  .tree-graphic-wrapper {
    width: 100%;
    height: 100%;
  }

  .english-testimonials {
    padding-top: 0;
  }

  .wg-toggle-1-label.lang2, .wg-toggle-1-label.lang2.w--current {
    color: var(--header-text);
  }

  .wg-toggle-1-label.lang1 {
    color: #147eff;
  }

  .wg-toggle-1-label.lang1.w--current {
    color: #147eff;
    font-weight: 400;
  }

  .wg-toggle-1-label.lang2, .wg-toggle-1-label.lang2.w--current {
    color: #147eff;
  }

  .about-us-section {
    padding-bottom: 0;
  }

  .grid-11 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-image {
    display: none;
  }

  .div-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-container {
    flex-direction: column;
  }

  .tabs-content-2 {
    width: 100%;
    max-width: none;
    margin-top: 4rem;
  }

  .tabs-image {
    width: 40rem;
    max-width: 40rem;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-section {
    padding-bottom: 4rem;
  }

  .faq-grid-2 {
    grid-column-gap: 32px;
  }

  .faqs-section {
    padding-top: 2rem;
  }

  .faq-image {
    display: none;
  }

  .contact-grid, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .grid-two-column.margin-top-64 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-section {
    padding-top: 20%;
  }

  .addresses-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-colomn-1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer-colomn-1.spanish {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .5fr 1fr;
    align-content: space-between;
    width: 100%;
    height: 100%;
  }

  .newsletter-wrapper {
    width: 100%;
  }

  .rich-community-letter {
    height: 100%;
    padding-bottom: 0;
  }

  .summit-hero {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 0;
  }

  .faqs-section-spanish {
    padding-top: 2rem;
  }

  .heading-2-address.address {
    font-size: 1.25em;
  }

  .event-hero {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 0;
  }

  .large-image-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wg-element {
    width: 50%;
    display: none;
  }

  .wg-element-wrapper.sw10 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .small-p.donate {
    text-align: center;
    align-self: flex-start;
  }

  .large-p {
    text-align: center;
    font-size: 1.2em;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .button.event {
    padding: .75em 2em;
  }

  .become-a-foster-parent.vertical-padding {
    padding-top: 0;
  }

  .become-a-foster-parent.vertical-padding.foster {
    padding-top: 4em;
  }

  .every-step-section.vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .donate-section.vertical-padding {
    padding-top: 0;
  }

  .container-1280 {
    height: auto;
  }

  .arrow-button {
    margin-top: 10px;
  }

  .arrow-button.ghost {
    padding: .5em 2em;
  }

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

  .button-text {
    font-size: 1em;
  }

  .hero-section {
    height: 100%;
    padding-bottom: 0;
  }

  .hero-section.events {
    padding-bottom: 0;
  }

  .hero-content {
    width: 50%;
    max-width: none;
    padding-top: 5em;
  }

  .hero-content.about-content {
    padding-bottom: .5em;
  }

  .spaced-text {
    letter-spacing: .5em;
    font-size: .55em;
  }

  ._2-col-grid-50-50.donation-grid {
    grid-column-gap: 1em;
    grid-template-columns: 2fr;
    justify-content: space-between;
    width: 100%;
  }

  .column-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0%;
    font-size: 1em;
  }

  .column-1.foster-esp {
    width: 80%;
  }

  .blue-underline {
    background-size: 200%;
    height: auto;
    line-height: 200%;
  }

  .socials-footer-list {
    list-style-type: none;
  }

  .social-item {
    margin-right: 10px;
  }

  .footer-link-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 2em;
  }

  .impact-icon-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 2em;
  }

  .impact-icon-image {
    width: 7em;
    padding-bottom: .75em;
  }

  .impact-icon-image.clock-icon {
    padding-bottom: .75em;
  }

  .donation-wrapper {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 20px;
    flex-direction: column;
    padding: 4em 0 2em;
    display: flex;
  }

  .donate-box-wrapper {
    align-self: center;
    width: 100%;
  }

  .heading-2 {
    font-size: 2em;
    line-height: 120%;
  }

  .heading-2.center {
    font-size: 3em;
  }

  .heading-2.tree, .heading-2.summit {
    align-self: center;
  }

  .donate-amount-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: auto;
    display: grid;
  }

  .donation-amount-button {
    width: 100%;
    height: 4em;
  }

  .donate-box-wrapper-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-self: center;
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .other-donation-amount-button, .donate-cta-button {
    height: 4em;
  }

  .column-2 {
    align-items: center;
    width: 100%;
    margin-top: 2em;
  }

  .paragraph.white, .paragraph.white.bold {
    display: block;
  }

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

  .grid-content {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .grid-content.event {
    padding-left: 0;
  }

  .every-step-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .heading-wrapper {
    margin-bottom: .625em;
  }

  .heading-wrapper.center {
    margin-bottom: 45px;
  }

  ._2-col-grid-50-50-2.about-page {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .meet-our-team-section.vertical-padding {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .hero-content-wrapper {
    padding-top: 30%;
    padding-bottom: 2em;
  }

  .hero-content-wrapper.small-top-margin {
    padding-top: 10%;
  }

  .hero-content-wrapper.events {
    padding-top: 30%;
  }

  .hero-content-wrapper.tree, .hero-content-wrapper.summit {
    padding-top: 10%;
  }

  .container-short.small-top-margin {
    max-width: none;
    margin-top: -.2em;
    margin-bottom: -5.3125em;
  }

  .heading-wrapper-short {
    width: 100%;
    margin-top: 40px;
  }

  .benefactors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .benefactor-logo, .benefactor-logo.smaller-logo {
    width: 8em;
    height: 8em;
  }

  .privacy-policy-section {
    padding-top: 30%;
  }

  .money-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
  }

  .every-cent-counts.vertical-padding {
    margin-top: 0;
  }

  .money-card-overlay {
    width: 30em;
  }

  .resources-tab {
    flex-direction: column;
  }

  .state-button {
    background-color: var(--header-text);
    width: 15em;
    height: auto;
    margin-bottom: 1em;
    padding: 1em .5em;
    font-size: 1em;
    line-height: 1.5em;
  }

  .resources-content-wrapper {
    margin-top: 2em;
  }

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

  .blue-event-background {
    height: 50em;
  }

  .blue-event-background.dodgers-blue {
    height: 75em;
  }

  .steps-to-fostering.vertical-padding-bottom {
    background-color: var(--blue-background-alt);
    padding: 2em 0;
  }

  .rac-path-image-1 {
    width: 100%;
    height: 20em;
  }

  .cookie-banner-wrapper {
    display: block;
  }

  .fs-cc-banner_buttons-wrapper {
    align-self: flex-end;
  }

  .cb-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .map-image {
    width: 70%;
  }

  .polaroid-card-image-horizontal {
    object-fit: contain;
    margin-bottom: 1.5625em;
    display: block;
  }

  .hero-content-home {
    max-width: 38.75em;
    padding-bottom: 3em;
    padding-left: 0;
    position: static;
    inset: auto auto 0% 0%;
  }

  .hero-section-home {
    background-color: #0000;
    background-image: none;
    height: 80vh;
  }

  .hero-content-3.about-content {
    align-self: center;
    align-items: flex-start;
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-3.thank-you {
    align-self: center;
    align-items: flex-start;
    max-width: none;
    padding: 0;
  }

  .founder-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .column-1-4 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1em;
  }

  .guidestar-logo {
    width: 3em;
  }

  .guidestar-wrapper {
    grid-column-gap: 5em;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .event-list-collection {
    grid-template-columns: 1fr;
  }

  .white {
    align-self: flex-start;
    font-size: 1em;
    line-height: 200%;
  }

  .event-thumbnail {
    flex-direction: column;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 26em;
  }

  .event-thumnail-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    display: block;
  }

  .column-1-thank-you {
    justify-content: center;
    align-items: center;
  }

  .thank-you-hero-section {
    height: 100%;
    padding-top: 30%;
  }

  .thank-you-image {
    width: 100%;
    margin-bottom: 36px;
  }

  .thank-you-grid.small-top-margin {
    display: flex;
  }

  ._2-col-grid-50-50-6.about-page {
    grid-template-columns: 1.5fr;
    padding-bottom: 1em;
  }

  ._2-col-grid-50-50-6.thank-you {
    grid-template-columns: 1.5fr;
    padding-top: 0%;
    padding-bottom: 0;
  }

  ._2-col-grid-50-50-6.holiday-page {
    grid-template-columns: 1.5fr;
  }

  .state-button-3 {
    width: 17em;
  }

  .seasonal-events-button-wrapper-6 {
    grid-column-gap: 2em;
    align-self: center;
    width: 30em;
    max-width: 40em;
  }

  .grid-content-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2-12 {
    margin-top: 40px;
  }

  .state-button-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .event-button-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.5fr 1fr;
    justify-items: start;
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .event-details-grid {
    grid-template-columns: 1fr;
  }

  .event-details-wrapper.event {
    padding-top: 5%;
  }

  .event-rsvp-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .date-time {
    margin-bottom: 1em;
  }

  .event-name {
    margin-bottom: .9375em;
  }

  .event-rsvp-button-wrapper {
    margin-top: 0;
  }

  .hero-button-3 {
    display: none;
  }

  .hero-button-3.mobile {
    display: block;
  }

  .tab-link-tab-2-2 {
    background-color: var(--light-color);
    padding: 1em 2em;
  }

  .tab-link-tab-3-2 {
    background-color: var(--light-color);
    justify-content: center;
    padding: 1em 2em;
  }

  .tab-link-tab-3-2.w--current {
    padding: 2em 4em;
  }

  .resource-content {
    height: 13em;
  }

  .tab-link-tab-1-2 {
    color: var(--primary-color);
    padding: 2em 4em;
  }

  .tab-link-tab-1-2.w--current {
    padding: 1em 2em;
  }

  .foster-resources-grid {
    grid-template-columns: 1fr;
  }

  .hero-section-primary {
    height: auto;
  }

  .hero-section-primary.background {
    padding-bottom: 0;
  }

  .benefactors-section.vertical-padding {
    padding-top: 0;
  }

  .donate-amount-header {
    text-align: left;
    font-size: 2em;
  }

  .primary-navigation-link {
    color: var(--primary-color);
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    font-family: Helvetica Neue Medium, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
  }

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

  .esp-privacy-notice {
    display: block;
  }

  .address-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .address-details {
    color: var(--light-color);
    text-align: left;
    align-self: flex-start;
    font-family: Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 400;
  }

  .olivers-hero {
    height: 100%;
    padding-bottom: 0;
    position: static;
  }

  .member-wrap.bienvienidos {
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }

  .team-image-wrap {
    height: auto;
  }

  .team-image {
    height: 30rem;
  }

  .team-image.bienvenidos {
    max-width: 30em;
  }

  .board-team-grid, .rac-team-grid, .rac-team-grid.spanish-team {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    justify-content: center;
    align-self: flex-start;
  }

  .footer-form-content.newsletter {
    margin-top: 2rem;
  }

  .footer-brand {
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 0;
  }

  .footer-bottom-a {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr 1.75fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    display: grid;
  }

  .footer-two-column {
    grid-row-gap: .5em;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .raiseachild-addresses {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 2em;
    display: flex;
  }

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

  .address {
    align-items: flex-start;
    margin-top: 0;
    line-height: 130%;
  }

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

  .about-section {
    padding-bottom: 0;
  }

  .main-footer {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-main-image {
    width: 60%;
    max-width: 60%;
    height: 60%;
    bottom: -7%;
    right: 0%;
  }

  .process-content {
    padding-left: 1rem;
  }

  .process-icon {
    font-size: .75em;
  }

  .grid-process-stacked {
    grid-template-columns: 1fr;
  }

  .path-heading-icon {
    grid-column-gap: 1em;
    margin-bottom: 0;
  }

  .donate-content {
    width: 50%;
    max-width: none;
    padding-top: 5em;
  }

  .donate-content.about-content {
    padding-bottom: .5em;
  }

  .rac-hero-video {
    filter: brightness(70%);
    height: 100%;
  }

  .navigation-wrapper {
    width: 100%;
    margin-left: -2rem;
  }

  .navigation-menu {
    border: 10px none var(--mobile-nav-background);
    border-radius: 0 0 10px 10px;
    height: 100vh;
    margin-left: auto;
    padding: 4em 4em 4em 1em;
    overflow: scroll;
  }

  .navigation-container {
    grid-column-gap: 23em;
    max-width: none;
  }

  .nav--button-wrapper-arrow {
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .agency-partner-logo-list {
    margin-top: 3em;
  }

  .agency-partner-logo-grid.champion {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .agency-partner-logo-grid.partner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .agency-partner-logo-grid.advocate {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-h1 {
    font-size: 4em;
  }

  .hero-arrow-button {
    margin-top: 0;
  }

  .events-map-grid {
    grid-row-gap: 0em;
    grid-template-columns: 1.5fr;
  }

  .event-hero-section {
    height: 100%;
    padding-top: 0;
  }

  .oliver-s-image {
    width: 100%;
    height: 15rem;
    margin-bottom: 0;
  }

  .event-content-wrapper {
    padding-top: 10%;
  }

  .event-details-wrapper {
    padding-top: 25%;
  }

  .image-3 {
    width: 2em;
    height: 2em;
  }

  .t-grid-three-column {
    grid-template-columns: 1fr;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .spanish-team.vertical-padding {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .spanish-team-wrapper {
    padding-left: 0;
  }

  .spanish-about-section {
    padding-bottom: 4em;
  }

  .spanish-about-grid {
    grid-template-columns: 1fr;
  }

  .bienvenidos-thumbnail {
    width: 100%;
  }

  .tree-grove-hero {
    height: 100%;
    padding-top: 20%;
    padding-bottom: 0;
    position: static;
  }

  .tree-sponsor-wrapper {
    flex-direction: column;
  }

  .sponsors-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tree-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .tree-image-1, .tree-image-2, .tree-image-3 {
    outline-color: var(--header-text);
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: none;
    height: 100%;
    max-height: 100%;
  }

  .tree-main-p-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tree-grove-link-text.center {
    line-height: 1.5em;
  }

  .about-grid {
    padding-bottom: 0;
  }

  .newsletter {
    padding-left: 0;
  }

  .banner {
    text-align: left;
    background-image: linear-gradient(#147effd4, #147effd4);
  }

  .summit-heading-2 {
    width: 20em;
    font-size: 1.5em;
    line-height: 120%;
  }

  .summit-sponsors-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .summit-sponsors-wrapper {
    flex-direction: column;
  }

  .summit-main-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tree-graphic-wrapper {
    width: 100%;
    height: 100%;
  }

  .about-us-section {
    padding-bottom: 0;
  }

  .tabs-container {
    flex-direction: column;
  }

  .tabs-content-2 {
    margin-bottom: 40px;
  }

  .tabs-image {
    border-radius: 30px;
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .tabs-section {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .grid-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-grid-2 {
    grid-template-columns: 1fr;
  }

  .faqs-section {
    padding-bottom: 2rem;
  }

  .rich-ceo-image {
    width: 100%;
    height: 20rem;
    margin-bottom: 0;
  }

  .contact-grid, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-top: 30%;
  }

  .footer-colomn-1 {
    width: 100%;
  }

  .footer-colomn-1.spanish {
    justify-content: space-between;
    display: flex;
  }

  .rich-community-letter {
    height: 100%;
    padding-bottom: 0;
    position: static;
  }

  .summit-hero {
    height: 100%;
    padding-top: 20%;
    padding-bottom: 0;
    position: static;
  }

  .faqs-section-spanish {
    padding-bottom: 2rem;
  }

  .summit-main-grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .event-hero {
    height: 100%;
    padding-top: 20%;
    padding-bottom: 0;
    position: static;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .wg-element {
    width: 100%;
  }

  .team-list, .board-list {
    grid-template-columns: 1fr;
  }

  .agency-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .small-p.donate {
    font-family: Helvetica Neue, sans-serif;
    font-size: .65em;
    font-weight: 400;
  }

  .large-p {
    font-size: 1.6em;
  }

  .large-p.style {
    font-size: 1em;
    line-height: 1.5;
  }

  .button.event {
    text-align: center;
    width: 100%;
    margin-top: 1em;
    font-size: .85em;
    position: static;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .popup-card {
    display: none;
  }

  .become-a-foster-parent.vertical-padding.foster {
    padding-top: 2em;
  }

  .every-step-section.vertical-padding {
    padding-top: 0;
  }

  .donate-section.vertical-padding {
    padding-bottom: 1em;
  }

  .container-1280 {
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-1280.small-top-margin {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .arrow-button {
    grid-column-gap: 5px;
    justify-content: flex-start;
    width: 55%;
    padding-right: 0;
  }

  .arrow-button.ghost {
    width: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 2em;
    font-size: 1em;
  }

  .arrow-button.ghost:hover {
    grid-column-gap: 1.5em;
    background-color: #0000;
    padding-left: 2em;
    padding-right: 2em;
  }

  .arrow-button.hero {
    width: auto;
    height: auto;
    padding-top: .5625em;
    padding-bottom: .5625em;
  }

  .nav-link {
    font-size: 1.3em;
  }

  .button-arrow {
    width: 1.2em;
    height: 1.2em;
  }

  .button-text {
    font-size: 1em;
  }

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

  .button-text.blue-text {
    font-size: 1.125em;
  }

  .button-text.blue-text:hover {
    color: var(--primary-color);
  }

  .hero-section {
    height: 200vh;
  }

  .hero-section.events {
    height: 100%;
    padding-top: 5%;
    padding-bottom: 2em;
  }

  .hero-section.events.dodgers-blue {
    padding-top: 21%;
  }

  .hero-content.about-content {
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0% 0 0;
  }

  .spaced-text {
    letter-spacing: .5em;
    font-size: .75em;
  }

  .spaced-text.white {
    text-align: left;
    letter-spacing: .5em;
    align-self: flex-start;
    font-size: .75em;
  }

  .nav-menu-2 {
    background-color: #f1f5fd;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 45vh;
    padding-bottom: 60px;
  }

  ._2-col-grid-50-50.donation-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0;
  }

  .column-1 {
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .column-1.foster-esp {
    align-items: center;
    width: 100%;
  }

  .blue-underline {
    background-image: none;
    height: auto;
  }

  .socials-footer-list {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .social-link-wrapper {
    text-align: center;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 1em;
    display: flex;
  }

  .social-item {
    width: 2em;
  }

  .footer-link-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .section-title-wrapper {
    grid-row-gap: 1em;
    max-width: 100%;
  }

  .container-xshort {
    max-width: 80em;
    padding-left: 5%;
    padding-right: 5%;
  }

  .impact-icon-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 3.75em;
  }

  .impact-icon-image {
    width: 9em;
    padding-bottom: .75em;
  }

  .impact-icon-image:hover {
    transform: none;
  }

  .impact-icon-image.clock-icon {
    width: 8em;
  }

  .blue-text {
    color: var(--header-text);
  }

  .donation-wrapper {
    padding-top: 4em;
    padding-bottom: 1em;
  }

  .donate-box-wrapper {
    width: 100%;
  }

  .heading-2 {
    width: 100%;
    font-family: Helvetica Neue Medium, sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 115%;
  }

  .heading-2.center {
    align-self: center;
    font-size: 2.5em;
    line-height: 110%;
  }

  .donate-amount-wrapper {
    grid-row-gap: 1.5em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 6.75fr;
    justify-items: center;
    width: 100%;
    margin-top: 1em;
  }

  .donation-amount-button {
    width: 100%;
    height: 3em;
    margin-top: 0;
    font-size: 1em;
    font-weight: 500;
  }

  .donation-amount-button:hover {
    background-color: var(--header-text);
  }

  .donate-box-wrapper-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    align-self: center;
    width: 100%;
    min-width: auto;
  }

  .other-donation-amount-button {
    height: 3em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: 500;
  }

  .donate-cta-button {
    height: 3em;
    font-size: 1em;
    font-weight: 500;
  }

  .column-2 {
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .nav-mobile-icon {
    background-color: #0000;
  }

  .overflow {
    overflow: hidden;
  }

  .paragraph {
    font-size: 1em;
  }

  .paragraph.center {
    font-size: 1em;
    line-height: 1.5;
  }

  .paragraph.center.events {
    width: 100%;
    max-width: 100%;
    line-height: 175%;
  }

  .paragraph.subheader {
    margin-bottom: 1em;
    font-size: 1.25em;
    line-height: 125%;
  }

  .paragraph.white.large-bold {
    font-size: 1.5em;
  }

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

  .paragraph.small.donate.white {
    text-align: center;
  }

  .paragraph.bold-blue {
    text-align: left;
    align-self: flex-start;
  }

  .paragraph.impact {
    font-size: 1.15em;
  }

  .paragraph.impact-small {
    font-size: .95em;
  }

  .paragraph.bold-text.event {
    align-self: flex-start;
  }

  .heading-1 {
    font-size: 2em;
    line-height: 115%;
  }

  .heading-1.center {
    margin-bottom: .5em;
    font-size: 2em;
    line-height: 115%;
  }

  .play-button {
    align-self: center;
  }

  .play-button.low-left-corner {
    bottom: 10%;
    left: 15%;
  }

  .grid-content {
    margin-top: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .sub-header {
    margin-bottom: .5em;
    font-weight: 500;
    text-decoration: none;
  }

  .link-text {
    color: var(--primary-color);
    font-size: 1.125em;
  }

  .every-step-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .heading-wrapper.center {
    width: 100%;
    margin-bottom: 2.8125em;
  }

  ._2-col-grid-50-50-2 {
    grid-template-columns: 1fr;
  }

  ._2-col-grid-50-50-2.about-page {
    grid-template-columns: 1.5fr;
  }

  .meet-our-team-section.vertical-padding {
    margin-top: 0;
    margin-bottom: 3.75em;
    padding-top: 4rem;
  }

  .hero-content-wrapper {
    flex-direction: column;
    height: 100%;
    margin-bottom: 0%;
    padding-top: 40%;
    padding-bottom: 0%;
  }

  .hero-content-wrapper.small-top-margin {
    padding-top: 20%;
  }

  .hero-content-wrapper.home {
    padding-top: 25%;
  }

  .hero-content-wrapper.events {
    padding-top: 25%;
    padding-bottom: 3em;
  }

  .hero-content-wrapper.olivers {
    padding-bottom: 4rem;
  }

  .container-short.small-top-margin {
    justify-content: center;
    max-width: none;
    margin-top: -.7em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-wrapper-short.medium-top-margin {
    grid-row-gap: 0em;
    align-items: center;
    width: auto;
    margin-top: 6em;
    margin-bottom: 0;
  }

  .benefactors-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefactor-logo, .benefactor-logo.smaller-logo {
    width: 75px;
    height: 75px;
  }

  .privacy-policy-section {
    padding-top: 40%;
  }

  .money-card-grid {
    grid-template-columns: 1.25fr;
    width: 100%;
  }

  .every-cent-counts.vertical-padding {
    padding-bottom: 2em;
  }

  .money-card-overlay {
    width: 100%;
  }

  .resources-tab {
    flex-direction: column;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .transparent-background, .event-map-wrapper {
    width: auto;
  }

  .event-map-background {
    padding-left: 1em;
    padding-right: 1em;
  }

  .state-button {
    background-color: var(--header-text);
    text-align: center;
    border-radius: 100px;
    width: auto;
    min-width: 18em;
    margin-bottom: 0;
    padding: 1em 3em;
    font-size: .85em;
    line-height: 1.5em;
  }

  .tabs-menu-2 {
    grid-column-gap: 1.3em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: space-around;
  }

  .resources-content-wrapper {
    margin-top: 1em;
  }

  .arrow-link {
    font-size: 1em;
    font-weight: 500;
  }

  .social-image {
    width: 2em;
  }

  .blue-event-background {
    height: 50em;
  }

  .blue-event-background.dodgers-blue {
    height: 60em;
  }

  .steps-to-fostering.vertical-padding-bottom {
    margin-top: 0;
    padding: 2em 0;
  }

  .rac-path-image-1 {
    width: 100%;
    height: 10em;
  }

  .cookie-banner-wrapper {
    display: block;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .cb-prefs-component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .cb-component {
    display: none;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .main-button-play-button-wrapper {
    z-index: 2000;
    grid-column-gap: 1em;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-top: 0;
    position: relative;
  }

  .map-image {
    width: 100%;
    max-width: 95%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .polaroid-card-image-horizontal {
    margin-bottom: 1.5625em;
  }

  .hero-content-home {
    z-index: 900;
    align-items: flex-start;
    width: auto;
    min-width: 20em;
    max-width: none;
    margin-bottom: 2.5em;
    padding: 0% 0 3em .625em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .hero-section-home {
    background-color: #0000;
    background-image: none;
    height: 80vh;
  }

  .brand {
    padding-left: 1.25em;
    padding-right: 1.875em;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--secondary-brand-color);
    background-color: #0000;
    border-radius: 0;
  }

  .button-play-button-grid-2.no-play-button {
    height: auto;
    margin-top: 0;
  }

  .hero-content-3.about-content, .hero-content-3.thank-you {
    align-self: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .founder-col-2 {
    max-width: 85%;
    margin-top: 20px;
  }

  .founder-grid {
    grid-template-columns: 1fr;
  }

  .bold-text.link {
    text-decoration: none;
  }

  .column-1-4 {
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .main-nav-logo {
    max-width: 4em;
  }

  .event-image {
    width: 30em;
  }

  .agency-partner-section {
    padding-top: 0;
  }

  .guidestar-logo {
    width: 4em;
  }

  .guidestar-wrapper {
    grid-column-gap: 7em;
    background-color: var(--header-text);
    border-style: none;
    flex-direction: column;
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .event-list-collection {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
    margin-top: 4em;
  }

  .white {
    text-align: left;
    align-self: flex-start;
  }

  .event-thumbnail {
    grid-column-gap: 0em;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    padding: 0 0 1rem;
  }

  .event-thumnail-image {
    width: 105%;
    height: auto;
    margin-bottom: 1em;
    display: block;
  }

  .event-thumbnail-description {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-right: 2em;
  }

  .event-thumnails-date-time {
    margin-top: .5em;
    line-height: 1.5;
  }

  .thank-you-hero-section {
    padding-top: 40%;
    padding-bottom: 3rem;
  }

  .thank-you-image {
    height: 15em;
  }

  .thank-you-grid.small-top-margin {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col-grid-50-50-6.holiday-page {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
  }

  .main-header-image-5 {
    width: 23em;
  }

  .state-button-3 {
    width: 10em;
    height: 5em;
  }

  .text-block-50 {
    font-size: 1em;
  }

  .seasonal-events-button-wrapper-6 {
    width: 20em;
    max-width: 100em;
  }

  .grid-content-13.medium-top-margin.small-bottom-margin {
    margin-top: 2em;
  }

  .column-2-12 {
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .privacy-policy-wrapper-3, .privacy-policy-wrapper-2 {
    font-size: 1em;
  }

  .collection-list-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .state-button-wrapper {
    margin-top: 4rem;
  }

  .event-button-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.5fr;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 1.2em;
  }

  .polaroids-wrapper {
    transform: scale(.6);
  }

  .event-details-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 2.5em;
  }

  .event-details-wrapper {
    width: auto;
    color: var(--paragraph-text);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .event-details-wrapper.event {
    padding-top: 0%;
  }

  .event-rsvp-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 2em 0;
  }

  .date-time {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
  }

  .event-name {
    margin-bottom: .5em;
    line-height: 150%;
  }

  .event-rsvp-button-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-top: 2rem;
  }

  .starts-at {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 500;
  }

  .ends-at {
    margin-top: 1em;
    font-size: 1em;
    font-weight: 500;
  }

  .hero-button-3 {
    border: 1px #000;
    display: none;
  }

  .hero-button-3.mobile {
    display: block;
  }

  .tab-link-tab-2-2 {
    grid-column-gap: 0em;
    background-color: var(--light-color);
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 1em 2em;
    display: flex;
  }

  .tab-link-tab-2-2.w--current {
    background-color: var(--primary-color);
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .button-play-button-grid-3.no-play-button {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 4fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 1em;
    display: grid;
  }

  .tab-link-tab-3-2 {
    grid-column-gap: 2em;
    background-color: var(--light-color);
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 1em 2em;
    display: flex;
  }

  .tab-link-tab-3-2.w--current {
    background-color: var(--primary-color);
    border-radius: 20px;
    align-self: auto;
    padding: 2em 4em;
  }

  .resource-content {
    background-color: var(--light-color);
    width: 100%;
    min-width: auto;
    max-width: 20em;
    height: 15em;
    padding-left: 2em;
  }

  .grid-10 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .tab-link-tab-1-2 {
    grid-column-gap: 2em;
    color: var(--primary-color);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2em 4em;
    display: flex;
  }

  .tab-link-tab-1-2.w--current {
    grid-column-gap: 2em;
    background-color: var(--primary-color);
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    display: flex;
  }

  .foster-resources-grid {
    grid-template-columns: 2.75fr;
    justify-items: center;
    margin-top: 2em;
  }

  .hero-section-primary {
    height: 200vh;
  }

  .hero-section-primary.background {
    height: 100%;
    padding-top: 0%;
  }

  .hero-section-primary.donate {
    height: 100%;
    padding-top: 0%;
    padding-bottom: 2rem;
  }

  .benefactors-section.vertical-padding {
    padding-top: 0;
  }

  .donate-amount-header {
    font-size: 2em;
  }

  .primary-navigation-link {
    width: 100%;
    padding-top: .5rem;
    font-size: 1.5em;
  }

  .primary-navigation-link.footer {
    text-align: left;
    width: auto;
  }

  .next-text, .previous-text {
    font-size: 1em;
  }

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

  .esp-privacy-notice {
    display: block;
  }

  .address-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center start;
    display: grid;
  }

  .address-details {
    width: 85%;
    color: var(--light-color);
    text-align: left;
    margin-bottom: 0;
    font-family: Helvetica Neue, sans-serif;
    font-size: 1.125em;
    font-style: normal;
  }

  .address-details.alt {
    font-size: 1em;
  }

  .olivers-hero {
    padding-bottom: 0;
  }

  .team-section {
    padding-top: 2em;
  }

  .team-image {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .teams-paragraph {
    color: #585a6f;
    font-size: .85em;
  }

  .board-team-grid {
    grid-template-columns: 1fr;
  }

  .a-margin-bottom-32 {
    margin-bottom: 1em;
  }

  .board-section {
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .rac-team-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-menu {
    grid-column-gap: 1em;
    grid-row-gap: 0px;
    flex-direction: row;
    align-self: flex-start;
  }

  .footer-form-content.newsletter {
    margin-top: 1rem;
  }

  .footer-brand {
    align-self: flex-start;
    margin-top: 1em;
  }

  .footer-bottom-a {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 2em;
    font-size: 1.2em;
  }

  .footer-two-column {
    grid-row-gap: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .raiseachild-addresses {
    grid-row-gap: 1rem;
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-detail {
    text-align: left;
    font-size: .6em;
    line-height: 175%;
  }

  .address {
    grid-column-gap: 1em;
    text-align: center;
    justify-content: center;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-style: normal;
  }

  .address.bold-text {
    margin-bottom: 0;
    font-size: 1em;
  }

  .name-fields {
    grid-template-columns: 2.25fr;
  }

  .submit-button {
    font-size: 1em;
  }

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

  .about-section {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .section-content {
    padding: 0 0%;
  }

  .image-block-small, .image-cover {
    height: 15em;
  }

  .feature-wrapper {
    color: #585a6f;
    font-size: .9em;
    line-height: 1em;
  }

  .content-wrapper-2 {
    padding-right: 0%;
  }

  .main-footer {
    border-radius: 0;
    padding-top: 2em;
  }

  .rich-video {
    width: 3em;
    height: 3em;
  }

  .about-main-image {
    object-fit: contain;
    width: 40em;
    max-width: 100%;
    height: 25em;
    margin-top: 0;
    margin-bottom: -68px;
    position: static;
    inset: auto 0% 0%;
  }

  .card-process {
    flex-direction: column;
  }

  .process-content {
    grid-column-gap: 3em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .process-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .foster-resources-wrapper {
    width: 100%;
    margin-top: 4em;
  }

  .donate-content.about-content {
    justify-content: center;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .rac-hero-video {
    filter: brightness(70%);
    mix-blend-mode: darken;
    height: 80vh;
  }

  .play-pause-button-2 {
    display: none;
  }

  .navigation-wrapper {
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .navigation {
    min-height: 3em;
    max-height: 3em;
  }

  .navigation-menu {
    border: 10px none var(--mobile-nav-background);
    background-color: var(--light-color);
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: 3px #393b6a;
    height: 100vh;
    margin-left: 0;
    padding: 2em 1em 4em;
  }

  .navigation-container {
    grid-column-gap: 12em;
    max-width: 100%;
  }

  .nav--button-wrapper-arrow {
    width: 100%;
    color: var(--primary-color);
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
    display: flex;
  }

  .agency-partner-logo-list {
    margin-top: 6em;
  }

  .agency-partner-logo-grid.champion {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .agency-partner-logo-grid.partner, .agency-partner-logo-grid.advocate {
    grid-template-columns: 1fr 1fr;
  }

  .agency-partner-logo {
    width: 6em;
    height: 6em;
  }

  .home-h1 {
    font-size: 3em;
  }

  .hero-arrow-button {
    grid-column-gap: 1.1em;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: .5em 1em;
  }

  .hero-arrow-button:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
  }

  .hero-arrow-button.hero {
    width: auto;
  }

  .home-light-box-button-white {
    align-items: center;
    width: 2.5em;
    height: 2.5em;
  }

  .about-image {
    height: 15em;
  }

  .events-map-grid {
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
  }

  .event-hero-section {
    padding-top: 15%;
    padding-bottom: 0;
  }

  .event-content-wrapper {
    align-self: center;
    padding-top: 35%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .event-details-wrapper {
    padding-top: 40%;
    padding-bottom: 0;
  }

  .image-3 {
    width: 2em;
    height: 2em;
  }

  .join-our-team-wrapper {
    padding: 2em;
  }

  .letter-section {
    padding: 3em 1em 5em;
  }

  .about-wrapper {
    text-align: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .spanish-team.vertical-padding {
    margin-top: 3em;
    margin-bottom: 3.75em;
  }

  .spanish-team-wrapper {
    padding-top: 0;
  }

  .registrate-aqui-form-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spanish-about-section {
    padding-top: 6em;
  }

  .spanish-about-content-wrapper {
    padding: 6em 0% 0;
  }

  .video-block-small {
    height: 30em;
  }

  .bienvenidos-play-btn-wrapper {
    align-self: center;
    max-width: 5em;
    max-height: 5em;
  }

  .credits-wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .tree-grove-hero {
    padding-top: 25%;
    padding-bottom: 0;
  }

  .sponsors-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tree-image-wrapper {
    max-width: 100%;
    height: 100%;
  }

  .tree-image-1 {
    outline-color: var(--header-text);
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: none;
  }

  .tree-image-2 {
    outline-color: var(--header-text);
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: none;
    width: 100%;
    height: 100%;
  }

  .tree-image-3 {
    outline-color: var(--header-text);
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: none;
  }

  .tree-image-grid {
    height: 15rem;
  }

  .tree-grove-link-text.center {
    line-height: 1.75;
  }

  .tab-content-button {
    flex-direction: column;
    padding: 16px;
  }

  .banner {
    background-image: linear-gradient(#147effe3, #147effe3);
    min-height: 2em;
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .icon {
    width: 1em;
    height: 1em;
  }

  .event-button-wrapper {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .summit-heading-2 {
    width: 100%;
    font-family: Helvetica Neue, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 115%;
  }

  .summit-sponsors-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tree-graphic-wrapper {
    max-width: 100%;
    height: 100%;
  }

  .testimonial-mask {
    width: 100%;
  }

  .english-testimonials {
    padding-bottom: 8rem;
    overflow: hidden;
  }

  .about-us-section {
    padding-top: 4rem;
  }

  .tabs-image {
    height: 15rem;
    margin-bottom: 0;
  }

  .tab-content-2 {
    padding-left: 24px;
    padding-right: 30px;
  }

  .tabs-section {
    padding-bottom: 2rem;
  }

  .tab-name {
    margin-right: 20px;
  }

  .grid-12 {
    margin-top: 0;
  }

  .contact-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-two-column.margin-top-64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-top: 40%;
  }

  .addresses-wrapper {
    flex-direction: column;
    display: flex;
  }

  .footer-colomn-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-colomn-1.spanish {
    flex-direction: column;
  }

  .rich-community-letter {
    padding-bottom: 0;
  }

  .summit-hero {
    padding-top: 25%;
    padding-bottom: 0;
  }

  .spanish-testimonials {
    overflow: hidden;
  }

  .event-hero {
    padding-top: 25%;
    padding-bottom: 0;
  }

  .wg-element {
    height: 25vh;
  }
}

#w-node-_9958b8ce-7429-bf42-d41f-cb12422baaa9-f567846d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8005a5ca-0ede-4d5e-f64d-6f048d670de3-f567846d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_657afbc3-f4b9-ddbf-d6d2-2a555d8d65d0-f567846d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b8891-fc3d5a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88a4-fc3d5a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88ac-fc3d5a22, #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88ae-fc3d5a22, #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88b0-fc3d5a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88b2-fc3d5a22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88c8-fc3d5a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb8d803d-a1e6-97eb-6ea6-024af57805a7-f578059b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f317659e-85ec-c684-ad5e-b978703eb9d2-703eb9d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f317659e-85ec-c684-ad5e-b978703eb9d8-703eb9d1, #w-node-f317659e-85ec-c684-ad5e-b978703eb9de-703eb9d1, #w-node-f317659e-85ec-c684-ad5e-b978703eb9e4-703eb9d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_98b589a8-d0ee-5da3-2192-573bc8a4fa89-f56784b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ae393608-d096-7141-d4ed-28eb73d91c5f-f56784b0, #w-node-ae393608-d096-7141-d4ed-28eb73d91c6a-f56784b0, #w-node-ae393608-d096-7141-d4ed-28eb73d91c75-f56784b0, #w-node-d48ee625-7842-ef60-6f61-4c2664823ad9-f56784b0, #w-node-_664307d9-6f82-e3c3-041c-3125ada4db3c-f56784b0, #w-node-_0a4d2bb7-6dfa-bd14-0fe1-fe52a47f94f4-62c1c999, #w-node-_38d4a37b-5ea7-5b1b-f04a-7d2c641267b5-62c1c999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7632cc3d-831c-5949-b316-f8e3f4342e5d-62c1c999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a701a5ae-7875-2b69-d560-3a5c33c184a6-62c1c999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee4b083-869e-da94-e485-d2df5b52740d-f56784dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a73e6-f56784dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a73f1-f56784dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7489-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7495-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74a0-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74b1-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74be-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74ce-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74db-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74ea-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a74f9-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7508-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7515-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7525-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7534-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7543-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7552-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a7561-f56784dc, #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a756f-f56784dc, #w-node-_8a412f5d-9b98-ddd5-a364-00aa817204fe-f56784dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3de-7ad4b3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3fd-7ad4b3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b405-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b407-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b409-7ad4b3db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b40b-7ad4b3db {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b422-7ad4b3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeba84f-18c4-7c98-8b59-70fac6bb06bc-c6bb06b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fee4b083-869e-da94-e485-d2df5b52740d-f56784dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6ab26082-34d5-850d-e63e-3216f63b04d7-f63b04b3 {
  align-self: center;
}

#w-node-_8a8c16c9-9fbf-1521-367e-89de82e91be6-f56784fa {
  align-self: start;
}

#w-node-f66c525d-184b-43b3-a647-5cdc35f75110-f56784fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2436b874-9d1e-f988-9016-86b14cdf83f6-4cdf83d5 {
  align-self: center;
}

#w-node-c7001346-aba1-7313-f47d-7d55052d09ab-f5678515, #w-node-c7001346-aba1-7313-f47d-7d55052d09ad-f5678515, #w-node-_11b117c8-6510-b077-2b33-99e35c18f699-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f69c-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f69f-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6a2-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6a5-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6a8-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6ab-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6ae-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6b4-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6b7-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6ba-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6bd-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6c0-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6c3-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6c6-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6c9-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6cc-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6cf-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6d2-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6d5-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6d8-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6db-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6de-5c18f698, #w-node-_11b117c8-6510-b077-2b33-99e35c18f6e1-5c18f698, #w-node-_8708ce47-ec40-ee14-bd2d-17e13360ac4b-5c18f698 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f8daf3a-eddf-f41f-6d54-44c4f6d52075-f567851b, #w-node-_824ec0bc-4083-73e5-9739-fe9011d581ed-f567851c {
  place-self: center;
}

#w-node-_36af80bb-711e-968d-9691-7230741a2d15-741a2d14, #w-node-_36af80bb-711e-968d-9691-7230741a2d1b-741a2d14, #w-node-_36af80bb-711e-968d-9691-7230741a2d21-741a2d14, #w-node-_36af80bb-711e-968d-9691-7230741a2d27-741a2d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_77c61d73-d110-ac39-6b83-655ce33ac94d-f567851d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_30db6740-5811-b308-741e-83f49fadb2fd-f567851d, #w-node-_30db6740-5811-b308-741e-83f49fadb302-f567851d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_28af09bc-eac5-61a2-0851-174e3462c0ae-f567851d {
  place-self: center;
}

#w-node-fcdbc56a-959e-d673-9ae4-e5f9e18074f3-f567851e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d435ab38-1ff1-2cfd-6fab-05bbf52bf049-f567851e, #w-node-d435ab38-1ff1-2cfd-6fab-05bbf52bf04f-f567851e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62b1d6ce-2ce0-8935-0e0b-43130598e9db-f567851e {
  place-self: center;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f5678520, #w-node-c5290194-cb19-627d-d008-868747ed3c80-f5678522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c89-f5678522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c8e-f5678522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a3b016d-25c0-1c3e-dd87-ff8e041beff6-f5678538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f5678538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_941ec3f5-2a5c-4413-244c-974724e797ea-f5678538 {
  place-self: center;
}

#w-node-_941ec3f5-2a5c-4413-244c-974724e797ee-f5678538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_941ec3f5-2a5c-4413-244c-974724e797f6-f5678538, #w-node-_941ec3f5-2a5c-4413-244c-974724e797f7-f5678538, #w-node-_941ec3f5-2a5c-4413-244c-974724e797f8-f5678538, #w-node-_4de9c375-28fa-be94-4373-a7737801670d-f5678538, #w-node-_4de9c375-28fa-be94-4373-a7737801670e-f5678538, #w-node-_941ec3f5-2a5c-4413-244c-974724e797fd-f5678538, #w-node-_941ec3f5-2a5c-4413-244c-974724e797fe-f5678538, #w-node-_941ec3f5-2a5c-4413-244c-974724e797ff-f5678538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_941ec3f5-2a5c-4413-244c-974724e797e8-f5678538 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15f3182d-3890-4b53-d6af-70cd1ef147dc-f5678539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_446b113b-d73d-2868-3280-6027e5463fe4-f5678539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_809dcb99-b588-3625-3072-95924837ed5e-f5678539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f567853d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-f5678558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-f5678558, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-f5678558, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-f5678558, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-f5678558, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-f5678558, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-f5678558, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-f5678558, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-f5678558, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-f5678558, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-f5678558, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-f5678558, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-f5678558, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-f5678558, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-f5678558, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-f5678558, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-f5678558, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-f5678558, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-f5678558, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-f5678558, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-f5678558, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-f5678558, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-f5678558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-f5678558, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-f5678558, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-f5678558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-f5678558, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-f5678558, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-f5678558, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-f5678558, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-f5678558, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-f5678558, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-f5678558, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-f5678558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-f5678558, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-f5678558, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-f5678558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-f5678558, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-f5678558, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-f5678558, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-f5678558, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-f5678558, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-f5678558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-f5678558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-f5678558, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-f5678558, #w-node-_4a3b016d-25c0-1c3e-dd87-ff8e041beff6-f5678559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e74ce644-aedb-a2d2-0d0e-fd5b38cb4af8-f5678559 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_913fe27b-2678-4fb2-edd7-7c16ce2e7e86-f5678559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0ce7499d-34d6-72be-8061-6d3dc3cbbf95-f5678559, #w-node-e8561289-1ce9-64b0-69e3-9ae63d7c8b25-f5678559, #w-node-_6454aa25-c4cc-4fa0-a28d-fb6e66b95065-f5678559, #w-node-_941ec3f5-2a5c-4413-244c-974724e797ee-f5678559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_941ec3f5-2a5c-4413-244c-974724e797e8-f5678559 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f567855d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c8e-f567855d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f567855e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c8e-f567855e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f567855f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c8e-f567855f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-f5678560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c8e-f5678560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_99800b17-62f5-f32d-246d-312af1e01e4b-c1ca0737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99800b17-62f5-f32d-246d-312af1e01e62-c1ca0737 {
  place-self: center;
}

#w-node-_99800b17-62f5-f32d-246d-312af1e01e4b-cb32db09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4065f95-5551-871f-5c93-794588f9aa59-cb32db09 {
  align-self: start;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c80-0a5bd54d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c5290194-cb19-627d-d008-868747ed3c8e-0a5bd54d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_8005a5ca-0ede-4d5e-f64d-6f048d670de3-f567846d {
    place-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6ab26082-34d5-850d-e63e-3216f63b04d7-f63b04b3 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8005a5ca-0ede-4d5e-f64d-6f048d670de3-f567846d {
    order: -9999;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b8891-fc3d5a22 {
    place-self: start;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88a4-fc3d5a22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f4e73d9-efa1-5d18-a547-03fdd87b0cfd-f578059b {
    place-self: center;
  }

  #w-node-eb8d803d-a1e6-97eb-6ea6-024af57805a7-f578059b {
    justify-self: start;
  }

  #w-node-d2f7b934-68f0-f614-c7d1-23190a232144-f56784b0, #w-node-ac352042-2eea-42d5-e1f1-6f70529719b5-f56784dc {
    justify-self: auto;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3de-7ad4b3db {
    place-self: start;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3fd-7ad4b3db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac352042-2eea-42d5-e1f1-6f70529719b5-f56784dd {
    place-self: start;
  }

  #w-node-_6ab26082-34d5-850d-e63e-3216f63b04b6-f63b04b3, #w-node-_2436b874-9d1e-f988-9016-86b14cdf83d8-4cdf83d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77c61d73-d110-ac39-6b83-655ce33ac94e-f567851d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30db6740-5811-b308-741e-83f49fadb302-f567851d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b8891-fc3d5a22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88c4-fc3d5a22 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start center;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88ba-fc3d5a22, #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88c1-fc3d5a22 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88c7-fc3d5a22 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-eb8d803d-a1e6-97eb-6ea6-024af57805a7-f578059b {
    place-self: center;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3de-7ad4b3db {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b414-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b417-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b41e-7ad4b3db {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b421-7ad4b3db {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_09f84093-b75d-5475-3428-49e3a1220125-f56784fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_941ec3f5-2a5c-4413-244c-974724e797f2-f5678538 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b8891-fc3d5a22 {
    justify-self: auto;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b8892-fc3d5a22 {
    place-self: start;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b889b-fc3d5a22 {
    justify-self: start;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88ac-fc3d5a22, #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88b0-fc3d5a22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88b2-fc3d5a22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88c4-fc3d5a22, #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88ba-fc3d5a22, #w-node-_8b4d5834-781c-9da9-af6d-c7e1c28b88c1-fc3d5a22 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-f317659e-85ec-c684-ad5e-b978703eb9d2-703eb9d1, #w-node-f317659e-85ec-c684-ad5e-b978703eb9d8-703eb9d1, #w-node-f317659e-85ec-c684-ad5e-b978703eb9de-703eb9d1, #w-node-f317659e-85ec-c684-ad5e-b978703eb9e4-703eb9d1 {
    align-self: end;
  }

  #w-node-f6ac9f40-4c21-0ff4-17cc-db5e0d9a73f1-f56784dc {
    justify-self: center;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3de-7ad4b3db {
    justify-self: auto;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3df-7ad4b3db {
    place-self: start;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b3ee-7ad4b3db {
    justify-self: start;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b405-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b409-7ad4b3db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b40b-7ad4b3db {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b414-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b417-7ad4b3db, #w-node-_54a00cb6-3818-6f29-03a4-e31a7ad4b41e-7ad4b3db {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_151c089d-d0b6-94de-9527-b1ba50f431f9-f56784fa {
    justify-self: center;
  }

  #w-node-_36af80bb-711e-968d-9691-7230741a2d15-741a2d14, #w-node-_36af80bb-711e-968d-9691-7230741a2d1b-741a2d14, #w-node-_36af80bb-711e-968d-9691-7230741a2d21-741a2d14, #w-node-_36af80bb-711e-968d-9691-7230741a2d27-741a2d14 {
    align-self: end;
  }

  #w-node-_013d0f78-8a0d-12f0-901d-a6093f08ae9e-f567851d {
    justify-self: auto;
  }

  #w-node-fcdbc56a-959e-d673-9ae4-e5f9e18074f3-f567851e {
    place-self: center;
  }

  #w-node-_62b1d6ce-2ce0-8935-0e0b-43130598e97f-f567851e {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Helvetica Neue Extra Bold';
  src: url('../fonts/HelveticaNeue-CondensedBlack-10.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Light Italic';
  src: url('../fonts/HelveticaNeue-LightItalic-09.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBold-05.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Thin';
  src: url('../fonts/HelveticaNeue-Thin-13.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Extra Light Italic';
  src: url('../fonts/HelveticaNeue-UltraLightItalic-07.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Thin Italic';
  src: url('../fonts/HelveticaNeue-ThinItalic-14.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Extra Light';
  src: url('../fonts/HelveticaNeue-UltraLight-06.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium Italic';
  src: url('../fonts/HelveticaNeue-MediumItalic-12.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold Italic';
  src: url('../fonts/HelveticaNeue-BoldItalic-04.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Light';
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Italic';
  src: url('../fonts/HelveticaNeue-Italic-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}