:root {
  --blue:#5592d7;
  --dblue:#002957;
  --red:red;
  --dred:darken(var(--red),15%);
  --yellow:#e5ca6f;
  --font:'adelle-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --nickel:'nickel-gothic-variable', Impact, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px var(--font);
  background: white;
}

img {
  max-width: 100%;
}

a, button {
  border-radius: 0;
  cursor: pointer;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container {
  max-width: 1200px;
}

.header {
  background: url("header.jpg") top 15% right 50%/cover no-repeat;
  padding: clamp(42px, 4.6875vw, 60px) 20px;
  border-bottom: clamp(10px, 0.78125vw, 16px) solid var(--yellow);
  color: white;
}
.header .wrap {
  max-width: 960px;
  margin: auto;
}
.header .left {
  width: 65vw;
  max-width: 535px;
}
.header h1 {
  font: 500 clamp(30.8px, 3.4375vw, 44px)/1em var(--font);
  color: white;
  margin: 0 auto 1em auto;
  max-width: clamp(374.5px, 41.796875vw, 535px);
  text-align: center;
}
.header h1 strong {
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 5px 0;
  text-transform: uppercase;
  font: 400 1.3em/1em var(--nickel);
  font-variation-settings: "slnt" -15, "wdth" 75;
}
.header h1 strong span {
  color: var(--yellow);
}
.header img {
  display: block;
  margin-bottom: 30px;
}
.header .cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(17.5px, 1.953125vw, 25px);
}
.header .cta a {
  color: white;
  text-decoration: none;
  outline: none;
  border-radius: 0;
}
.header .cta .fab {
  font-size: clamp(21px, 2.34375vw, 30px);
  transition: color 0.3s;
}
.header .cta .fab:hover {
  color: var(--yellow);
}
.header .cta .donate {
  font: 700 clamp(16.8px, 1.875vw, 24px)/1em var(--font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: clamp(8px, 0.625vw, 16px) clamp(17.5px, 1.953125vw, 25px);
  border: 2px solid white;
  transition: background 0.3s, color 0.3s;
}
.header .cta .donate:hover {
  color: var(--dblue);
  background: white;
}

.content {
  background: url("bg.jpg") center center/cover no-repeat;
  padding: clamp(28px, 3.125vw, 40px) 20px clamp(56px, 6.25vw, 80px) 20px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.content h2 {
  color: var(--dblue);
  font: 400 clamp(63.7px, 7.109375vw, 91px)/1em var(--nickel);
  font-variation-settings: "slnt" -15, "wdth" 75;
  text-transform: uppercase;
  margin: 0 0 0.6em 0;
  text-align: center;
}
.content h2 span {
  display: block;
  color: var(--yellow);
  text-transform: none;
  font: 700 clamp(28px, 3.125vw, 40px)/1em var(--font);
}
.content ul {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(21px, 2.34375vw, 30px);
  margin-bottom: clamp(28px, 3.125vw, 40px);
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li img {
  display: inline-block;
  width: clamp(85.4px, 9.53125vw, 122px);
}
.content ul li div {
  font: 700 clamp(30.8px, 3.4375vw, 44px)/1em var(--font);
  color: var(--dblue);
}
.content ul li div span {
  display: block;
  font: 400 clamp(21px, 2.34375vw, 30px)/1em var(--font);
}

.collura {
  background: var(--yellow);
  padding: clamp(35px, 3.90625vw, 50px) 20px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3.125vw, 40px);
}
.collura:before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: white;
  margin: auto;
  box-shadow: 0px 0px 250px 250px white;
  mix-blend-mode: plus-lighter;
  opacity: 0.3;
  transform: translateX(-17vw);
}
.collura blockquote {
  color: var(--dblue);
  font: 400 clamp(21px, 2.34375vw, 30px) var(--font);
  max-width: clamp(343px, 38.28125vw, 490px);
}
.collura blockquote p {
  margin-bottom: 0.5em;
}
.collura blockquote cite {
  font-style: normal;
  font-weight: 700;
  text-align: right;
  display: block;
}
.collura img {
  box-sizing: content-box;
  border: clamp(15px, 1.171875vw, 16px) solid white;
  box-shadow: 0 clamp(10px, 0.78125vw, 16px) clamp(15px, 1.171875vw, 16px) clamp(15px, 1.171875vw, 16px) rgba(0, 0, 0, 0.1);
  transform: rotate(2deg);
  margin: clamp(-110px, -8.59375vw, -77px) 0;
  position: relative;
  z-index: 1000;
  max-width: 35%;
}

.footer {
  background: var(--dblue);
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 40px 20px;
}
.footer h2 {
  margin: 0;
  font: 400 clamp(70px, 7.8125vw, 100px)/1em var(--nickel);
  font-variation-settings: "slnt" -15, "wdth" 75;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 0.2em;
}
.footer h2 span {
  color: white;
}
.footer .election {
  color: white;
  font: 400 clamp(21px, 2.34375vw, 30px) var(--font);
  margin-bottom: 1em;
}
.footer a {
  text-decoration: none;
  outline: none;
  border-radius: 0;
}
.footer .donate {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--dblue);
  background: var(--yellow);
  font: 700 30px/1em var(--font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  transition: background 0.3s;
}
.footer .donate:hover {
  background: white;
}
.footer .cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}
.footer .cta a {
  color: var(--blue);
  font-size: 34px;
  transition: color 0.3s;
}
.footer .cta a:hover {
  color: white;
}
.footer .disclaimer {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
}

@media (max-width: 599px) {
  .header h1 {
    font-size: 5.4vw;
  }
  .header{
    background: url(header.jpg) top 15% right 45% / cover no-repeat;
  }
  .header .left{
    width: 60vw;
  }
  .content h2 {
    font-size: 11vw;
  }
  .content h2 span {
    font-size: 5vw;
  }
  .content ul li img {
    width: clamp(66.5px, 7.421875vw, 95px);
  }
  .content ul li div {
    font: 700 clamp(23.8px, 2.65625vw, 34px)/1em var(--font);
    color: var(--dblue);
  }
  .content ul li div span {
    display: block;
    font: 400 clamp(16.1px, 1.796875vw, 23px)/1em var(--font);
  }
  .collura {
    display: block;
  }
  .collura:before {
    transform: translate(0, -15vh);
  }
  .collura blockquote {
    margin: 0 auto 30px;
  }
  .collura img {
    margin: auto;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    max-width: 300px;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  }
}/*# sourceMappingURL=style.css.map */