* {
  box-sizing: border-box;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

html, ::after {
  font-size: 10px;
  font-family: "Mulish", arial, sans-serif;
  color: #333;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.spacer {
  width: 100%;
  height: 140rem;
}

h2, p {
  font: 900 2.4rem/1.34 "Mulish", arial, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.4rem 0.8rem 0 #000;
}

p {
  font-size: 1.6rem;
  line-height: 1.56;
}

.cta {
  --height: 6rem;
  display: block;
  background-color: #ff5959;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: var(--height);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 300ms ease;
  width: 24.1rem;
  height: var(--height);
  line-height: var(--height);
  font-size: 2rem;
  margin: 2.7rem auto clamp(12rem, 31.578947vw, 27.2rem);
}
.cta:hover {
  background-color: #BB3D3D;
}

.chevron_container {
  display: block;
  margin-inline: auto;
  width: fit-content;
  padding-top: 4rem;
}

.chevron {
  display: block;
  width: 3rem;
  height: 3rem;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding-top: 2rem;
  transform: rotate(45deg);
}

.mobile {
  position: relative;
  height: 50rem;
  overflow: clip;
  display: none;
}

.mobile_2 {
  margin-inline: auto;
  height: 40rem;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  box-sizing: content-box;
  padding-top: 6.4rem;
}
.mobile_2 .cat_container {
  position: absolute;
  top: -12.5rem;
  left: 50%;
  height: 75rem;
}
.mobile_2 .cat_container .cat {
  width: 9.4rem;
}

.illustration.illustration_desktop {
  display: none;
}

.cat_container {
  display: block;
  position: absolute;
  height: 100.5%;
  width: 9.4rem;
  top: 0;
  left: 50%;
  z-index: 0;
}

#cat,
.cat {
  width: 9.4rem;
  height: auto;
  position: sticky;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.quote.cat_intersection {
  z-index: 999;
}

.cat_intersection {
  position: relative;
}

.border_white {
  margin-inline: auto;
  padding-block: 1.5rem;
  border-radius: 1.5rem;
  width: 24.4rem;
  border: 0.5rem solid #fff;
}

header .video-header {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
header .banner {
  --height: 4.4rem;
  display: flex;
  flex-shrink: none;
  justify-content: space-between;
  height: var(--height);
}
header .banner .logo {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 9.1rem;
  background-image: url("http://takeaction.animalleague.org/images/content/pagebuilder/2025-01-NSALA-form-bannerlogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
header .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
header .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
header #overlay {
  width: 100%;
  height: 100.25%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.67);
}
header #overlay #overlay_inner {
  width: 100%;
  height: 25%;
  position: inherit;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
header #hero {
  height: 100vh;
}
header #hero .heading {
  position: relative;
  top: 11.9rem;
  padding-inline: 2rem;
}
@media (max-width: 580px) {
  header #hero .heading {
    top: 12.5rem;
  }
}
@media (max-width: 480px) {
  header #hero .heading {
    top: 13rem;
  }
}
@media (max-width: 380px) {
  header #hero .heading {
    top: 14rem;
  }
}
header #hero .heading h1 {
  font: 900 2.4rem/1.25 "Mulish", arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
header #hero .heading h1 span {
  color: #F7A93E;
}
header #hero .heading p {
  padding-inline: 0;
  margin-top: 3.28rem;
  font-weight: 700;
}

main {
  width: 100%;
  padding: 6.8rem 0 9.1rem;
  background: #000;
  background: linear-gradient(180deg, black 0%, #4b76bd 100%);
}
main .main_container {
  position: relative;
}
main .line, main .illustration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3.8rem;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .line {
  background: url("../images/line2.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: 1px solid transparent !important;
  z-index: 0;
}
main .line_mobile_1, main .line_mobile_2, main .line_mobile_3 {
  top: 0;
  width: 2rem;
  height: 50rem;
  background-image: url("../images/line_mobile_1.png");
}
main .line_mobile_2, main .line_mobile_3 {
  height: 40rem;
  background-image: url("../images/line_mobile_2.png");
  background-size: cover;
}
main .line_mobile_2 {
  position: static;
  transform: none;
  margin-inline: auto;
}
main .quote {
  position: relative;
}
main .illustration {
  position: static;
  transform: none;
  width: 100%;
  height: 82vw;
  z-index: 999;
  background-size: 82vmin;
}

.section_container {
  position: relative;
  padding-inline: 2rem;
  z-index: 999;
}
.section_container img {
  width: 100%;
  margin-top: 5rem;
}
.section_container h2 {
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.section_container .copy {
  padding-top: 3.4rem;
}
.section_container .copy p {
  margin-top: 1.6rem;
  font-weight: 700;
}
.section_container .copy p em {
  font-style: italic;
}
.section_container .border_white {
  background-color: #4A77BC;
  width: 100%;
  padding: 3.4rem 1.6rem;
  margin-top: 0;
}
.section_container .border_white p {
  margin: 0;
  font-size: 1.7rem;
}
.section_container .border_white p:nth-child(2) {
  font-weight: 400;
  padding-top: 1.2rem;
}
.section_container .icons {
  display: flex;
  flex-wrap: wrap;
}
.section_container .icon {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  font: 900 1.1rem/1.4 "Mulish", arial, sans-serif;
}
.section_container .icon img, .section_container .icon span {
  display: block;
}
.section_container .icon img {
  display: block;
  margin-inline: auto;
  width: 4.5rem;
}
.section_container .icon h3 {
  text-transform: uppercase;
  padding-block: 0.75rem;
}
.section_container .icon .num {
  font-size: 1.9rem;
}
.section_container .icon .cause {
  font-weight: 400;
  padding-top: 0.7rem;
}

#section1 .illustration_top {
  background-image: url("../images/illustration_1.png");
}

#section2 .illustration {
  background-image: url("../images/illustration_2.png");
}

#section3 .illustration {
  background-image: url("../images/illustration_3.png");
}

#section4 .mobile_2 {
  padding-block: 8rem 12rem;
}
#section4 .illustration {
  background-image: url("../images/illustration_4.png");
}

#section5 {
  margin-top: 12.45rem;
}
#section5 .section_container {
  padding-inline: 0;
}
#section5 .section_container .copy {
  padding: 0 2rem 0;
}

.section_container .illustration_mobile {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.fan_container {
  --round-wheel: 400vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fan_container #info {
  display: none;
}
.fan_container #wheel_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 67vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 560px) {
  .fan_container #wheel_container {
    height: 60vw;
  }
}
@media (max-width: 630px) {
  .fan_container #wheel_container {
    height: 63vw;
  }
}
.fan_container #wheel {
  position: absolute;
  bottom: calc(0 - var(--round-wheel));
  border-radius: 50%;
  border: 4px solid transparent;
  border-radius: 50%;
  height: var(--round-wheel) !important;
  width: var(--round-wheel) !important;
}
.fan_container .box {
  --box_size: 36rem;
  align-items: center;
  position: absolute;
  width: calc(var(--round-wheel) * 0.6);
  height: var(--box_size);
  top: 5rem;
}
.fan_container .box:not(:nth-child(3)) {
  display: none;
}
.fan_container .fan {
  width: 100%;
}

footer .footer_ante {
  position: relative;
  background-color: #fff;
  padding: 7.5rem 2rem 5.6rem;
  text-align: center;
}
footer .footer_ante .border_white {
  background-color: #003261;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(28rem, 87.5vw, 60.6rem);
  height: clamp(4.9rem, 15.3125vw, 10.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_ante .border_white h2 {
  font-size: clamp(2rem, 6.25vw, 4.4rem);
  text-transform: uppercase;
}
footer .footer_ante p {
  color: #000;
  font-weight: 700;
  max-width: 77.5rem;
  font-size: clamp(1.6rem, 5vw, 2rem);
  margin-inline: auto;
  margin-top: 4.7rem;
}
footer .footer_ante p a {
  color: #4B76BC;
}
footer .footer_ante p a:hover {
  text-decoration: none;
}
footer .footer_ante img {
  width: clamp(28rem, 87.5vw, 70.9rem);
}
footer .footer_container {
  background-color: #003366;
  padding: 3.8rem 1.6rem 9.5rem;
}
footer h2, footer p {
  padding: 0;
}
footer h2 {
  font-size: 2.6rem;
  line-height: 1.385;
  color: #fff;
}
footer h3, footer p, footer #footer_confidence {
  margin-top: 2.2rem;
}
footer p, footer h3, footer #nonprofit_status, footer #social_title, footer #address {
  font: 400 1.6rem/1.625 "Mulish", arial, sans-serif;
  color: #fff;
}
footer p a, footer h3 a, footer #nonprofit_status a, footer #social_title a, footer #address a {
  color: #fff;
}
footer h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
footer #confidence_logos {
  margin-top: 1.6rem;
  --height: 6.7rem;
}
footer #confidence_logos .logo {
  width: var(--height);
  height: var(--height);
}
footer #confidence_logos .logo:first-child {
  margin-right: 2.2rem;
}
footer #nonprofit_status {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.14px;
  line-height: 1.692;
  margin-top: 1.6rem;
}
footer #social_title {
  font-size: 1.82rem;
  font-weight: 900;
  margin-top: 2.6rem;
  margin-bottom: 1.6rem;
}
footer .social {
  --height: 2.6rem;
  width: var(--height);
  height: var(--height);
  margin-right: 2rem;
}
footer .social:hover {
  filter: brightness(0) invert(1);
}
footer #twitch:hover {
  filter: brightness(0) invert(0.85);
}
footer #address {
  font-size: 1.3rem;
  margin-top: 3.4rem;
  line-height: 2;
}
footer #address .sn_pipe {
  display: none;
}
footer #address a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }

  .chevron_container {
    padding-top: 7rem;
  }

  .cat_container.cat_desktop {
    display: block;
    position: absolute;
    height: 100.5%;
    width: 9.4rem;
    top: -40.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .copy.cat_intersection::before, .copy.cat_intersection::after {
    display: none;
  }

  .quote.cat_intersection {
    z-index: 15;
  }

  .illustration.illustration_desktop {
    position: static;
    display: block;
    transform: none;
    margin: 0 auto;
    background-size: contain;
  }

  .cat_container {
    top: 2.35rem;
  }

  #cat {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 1;
  }

  header .banner {
    --height: 8.6rem;
    padding-right: 2.3rem;
  }
  header .banner .logo {
    width: 16rem;
    height: 14.5rem;
    left: 2.8rem;
    transform: none;
  }
  header #hero .heading {
    top: 22.4rem;
  }
  header #hero .heading .border_white {
    width: 61.6rem;
    padding: 2.4rem 0rem;
    letter-spacing: 2px;
  }
  header #hero .heading p {
    max-width: 62.4rem;
    margin-top: 5.38rem;
    margin-inline: auto;
    font-size: 2rem;
    line-height: 1.68;
  }
  header #hero .heading h1 {
    font-size: 3.8rem;
    line-height: 1.4;
  }
  header #hero .heading h1 br {
    display: none;
  }

  main .main_inner {
    max-width: 137rem;
    margin-inline: auto;
  }
  main .main_container {
    top: 60.5rem;
  }
  main .line {
    top: -40.5rem;
    display: block;
    height: 100%;
    width: 5rem;
    background-image: url("../images/line2.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  main .copy {
    display: flex;
    padding-top: 0;
  }
  main .flex_item {
    flex-basis: 50%;
    align-self: center;
  }
  main .right img {
    position: relative;
    margin-inline: auto;
    z-index: 999;
  }
  main .left_container {
    width: 67%;
    margin-inline: auto;
  }
  main .illustration {
    z-index: 1;
  }

  .spacer {
    width: 100%;
    height: 140rem;
  }

  .spacer2 {
    height: 20rem;
  }

  .spacer3 {
    height: 11.5rem;
  }

  .spacer4 {
    height: 40rem;
  }

  .spacer5 {
    height: 100.5rem;
  }

  .section_container {
    --factor: 0.8;
    z-index: 1;
    position: relative;
  }
  .section_container img {
    display: block;
    width: 67%;
    margin-top: 0;
  }
  .section_container img:not(.fan) {
    max-width: 47.9rem;
  }
  .section_container .copy {
    padding-top: 0;
  }
  .section_container .copy p {
    --size: clamp(1.6rem, 1.71vw, 2rem);
    font-size: var(--size);
  }
}
@media (min-width: 768px) and (max-height: 660px) {
  .section_container .copy p {
    font-size: calc(var(--size) * var(--factor));
  }
}
@media (min-width: 768px) {
  .section_container .border_white {
    width: clamp(63rem, 82vw, 104.4rem);
    padding-inline: 3rem;
    padding-block: clamp(3rem, 3.85vw, 5.35rem);
    margin-inline: auto;
    line-height: 1.68;
  }
  .section_container .border_white p {
    font-size: clamp(1.8rem, 2.37vw, 3.2rem);
    font-weight: 700;
    margin-inline: auto;
    width: 94%;
  }
}
@media (min-width: 768px) {
  .section_container h2 {
    --size: clamp(2.4rem, 2.57vw, 4.4rem);
    font-size: var(--size);
  }
}
@media (min-width: 768px) and (max-height: 660px) {
  .section_container h2 {
    font-size: calc(var(--size) * var(--factor));
  }
}
@media (min-width: 768px) {
  .section_container .icons {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .section_container .icon {
    flex-basis: 25%;
  }
}
@media (min-width: 768px) {
  .section_container .illustration_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  #section1 .illustration, #section2 .illustration, #section3 .illustration {
    width: 90.6%;
    height: clamp(43.2rem, 56.14vw, 85rem);
  }
}
@media (min-width: 768px) {
  #section1 .illustration_top {
    width: clamp(64.2rem, 83%, 130.633rem);
    height: clamp(56.4rem, 73.5vw, 85rem);
    background-image: url("../images/illustration_1.png");
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    background-size: contain;
    top: -10rem;
  }
}
@media (min-width: 768px) and (max-height: 660px) {
  #section1 .illustration_top {
    top: -20rem;
  }
}
@media (min-width: 768px) {
  #section1 .copy {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  #section2 .illustration_desktop {
    width: clamp(64.2rem, 83%, 130.633rem);
    height: clamp(56.4rem, 73.5vw, 85rem);
    background-image: url(../images/illustration_2-desktop.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    background-size: contain;
    top: -10rem;
  }
}
@media (min-width: 768px) and (max-height: 660px) {
  #section2 .illustration_desktop {
    top: -20rem;
  }
}
@media (min-width: 768px) {
  #section2 .border_white {
    padding-inline: 1rem;
  }
  #section2 .border_white .icons {
    margin-top: 2.786rem;
    max-width: 93.7rem;
  }
  #section2 .border_white .icon img {
    width: clamp(4.5rem, 30%, 7.7rem);
  }
  #section2 .border_white .icon_2 {
    order: 3;
  }
  #section2 .border_white .icon_3 {
    order: 2;
  }
  #section2 .border_white .icon_4 {
    order: 4;
  }
  #section2 .border_white .icon_4 .cause {
    padding-inline: 1rem;
  }
  #section2 .border_white h2 {
    font-size: clamp(2.4rem, 3.12vw, 4.4rem);
  }
  #section2 .border_white h3 {
    font-size: clamp(1.1rem, 1.43vw, 1.6rem);
  }
  #section2 .border_white p {
    width: 87%;
    margin-inline: auto;
    font-size: clamp(1.6rem, 2.06vw, 1.8rem);
    font-weight: 700;
  }
  #section2 .border_white .num {
    font-size: clamp(1.9rem, 2.47vw, 3.2rem);
  }
  #section2 .border_white .cause {
    font-size: clamp(1.1rem, 1.41vw, 1.8rem);
  }
}
@media (min-width: 768px) {
  #section3 .illustration_desktop {
    width: clamp(64.2rem, 83%, 130.633rem);
    height: clamp(56.4rem, 73.5vw, 85rem);
    background-image: url(../images/illustration_3.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    background-size: contain;
    top: -10rem;
  }
}
@media (min-width: 768px) and (max-height: 660px) {
  #section3 .illustration_desktop {
    top: -12rem;
  }
}
@media (min-width: 768px) {
  #section3 .border_white {
    background-color: #003366;
  }
  #section3 .border_white h2 {
    font-size: clamp(2.6rem, 3.37vw, 3.4rem);
    text-transform: none;
  }
}
@media (min-width: 768px) {
  #section2 .copy, #section4 .copy {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  #section4 .illustration_desktop {
    width: clamp(64.2rem, 83%, 130.633rem);
    height: clamp(56.4rem, 73.5vw, 85rem);
    background-image: url(../images/illustration_4.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    background-size: contain;
    top: -12rem;
  }
}
@media (min-width: 768px) and (max-height: 660px) {
  #section4 .illustration_desktop {
    top: -20rem;
  }
}
@media (min-width: 768px) {
  #section5 .section_container .copy {
    display: block;
    padding-inline: 6.5rem;
    margin-top: -8rem;
  }
  #section5 p {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .fan_container .box {
    width: calc(var(--round-wheel) * 0.5);
  }
}
@media (min-width: 768px) {
  footer .footer_ante {
    padding-block: 13.7rem 8.2rem;
  }
  footer .footer_ante p {
    font-size: clamp(1.6rem, 1.71vw, 2rem);
  }
  footer .footer_inner {
    width: 86%;
    margin-left: 6%;
  }
  footer #footer_confidence h4 {
    display: none;
  }
  footer #nonprofit_status, footer #socials {
    margin-top: 2rem;
    height: 7rem;
  }
  footer #confidence_logos {
    margin-top: 2rem;
    padding-top: 1.6rem;
    float: left;
  }
  footer #nonprofit_status {
    font-size: 1.2rem;
    width: 52%;
    max-width: 43rem;
    padding: 2.25rem 2rem;
    float: left;
  }
  footer #social_title {
    font-size: 1.4rem;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
  }
  footer #socials {
    float: left;
    max-width: 29rem;
    height: 8rem;
    margin-top: 1rem;
  }
  footer .social {
    --height: 2rem;
    margin-right: 1.5rem;
  }
  footer #address {
    width: 57rem;
    text-align: left;
    margin-top: 2.5rem;
    padding-top: 12rem;
  }
  footer #address .sn_pipe:not(:nth-child(2)) {
    display: inline;
  }
  footer #address br {
    display: none;
  }
}
@media (min-width: 1197px) and (min-height: 630px) {
  h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  header .banner {
    --height: 10vh;
    padding-right: 8.1rem;
  }
  header .banner .logo {
    left: 8rem;
    z-index: 1;
  }
  header .heading {
    top: 25.1rem;
  }

  main .illustration {
    max-width: 130.6rem;
    max-height: 85rem;
  }

  footer .footer_inner {
    margin-inline: auto;
    width: 87rem;
  }
}