@charset "UTF-8";
@font-face {
  font-family: "circular";
  src: url("../static/fonts/circular-std-medium-subset.woff2") format("woff2"), url("../static/fonts/circular-std-medium-subset.zopfli.woff") format("woff"), url("../static/fonts/circular-std-medium-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular";
  src: url("../static/fonts/circular-std-medium-italic-subset.woff2") format("woff2"), url("../static/fonts/circular-std-medium-italic-subset.zopfli.woff") format("woff") url("../static/fonts/circular-std-medium-italic-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "circular";
  src: url("../static/fonts/circular-std-bold-subset.woff2") format("woff2"), url("../static/fonts/circular-std-bold-subset.zopfli.woff") format("woff"), url("../static/fonts/circular-std-bold-subset.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular";
  src: url("../static/fonts/circular-std-bold-italic-subset.woff2") format("woff2"), url("../static/fonts/circular-std-bold-italic-subset.zopfli.woff") format("woff"), url("../static/fonts/circular-std-bold-italic-subset.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "national";
  src: url("../static/fonts/national-2-regular-subset.woff2") format("woff2"), url("../static/fonts/national-2-regular-subset.zopfli.woff") format("woff"), url("../static/fonts/national-2-regular-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "national";
  src: url("../static/fonts/national-2-regular-italic-subset.woff2") format("woff2"), url("../static/fonts/national-2-regular-italic-subset.zopfli.woff") format("woff"), url("../static/fonts/national-2-regular-italic-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "national";
  src: url("../static/fonts/national-2-bold-subset.woff2") format("woff2"), url("../static/fonts/national-2-bold-subset.zopfli.woff") format("woff"), url("../static/fonts/national-2-bold-subset.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "national";
  src: url("../static/fonts/national-2-bold-italic-subset.woff2") format("woff2"), url("../static/fonts/national-2-bold-italic-subset.zopfli.woff") format("woff"), url("../static/fonts/national-2-bold-italic-subset.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "vinyl";
  src: url("../static/fonts/vinyl-regular-subset.woff2") format("woff2"), url("../static/fonts/vinyl-regular-subset.zopfli.woff") format("woff"), url("../static/fonts/vinyl-regular-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vinyl";
  src: url("../static/fonts/vinyl-oblique-subset.woff2") format("woff2"), url("../static/fonts/vinyl-oblique-subset.zopfli.woff") format("woff"), url("../static/fonts/vinyl-oblique-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --primary: #ff352e;
  --secondary: #0136c3;
  --pink: #ffe5e4;
}

.gutenberg-blocks {
  position: relative;
}
@media (min-width: 768px) {
  .gutenberg-blocks {
    max-width: 700px;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks {
    max-width: 800px;
  }
}
.gutenberg-blocks p {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .gutenberg-blocks p {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks p {
    font-size: 21px;
  }
}
.gutenberg-blocks p:last-child {
  margin-bottom: 0;
}
.gutenberg-blocks p a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.gutenberg-blocks p a:hover, .gutenberg-blocks p a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}
.gutenberg-blocks--dropcap > p:first-of-type:first-letter {
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  color: #001c60;
  text-transform: uppercase;
  font-size: 65px;
  margin: 0 25px 0 0;
  line-height: 1.15em;
  float: left;
  font-weight: 400;
  font-style: normal;
  /* Force Firefox to display the drop-cap correctly */
}
@media (min-width: 960px) {
  .gutenberg-blocks--dropcap > p:first-of-type:first-letter {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks--dropcap > p:first-of-type:first-letter {
    font-size: 90px;
    line-height: 1.1em;
  }
}
@-moz-document url-prefix() {
  .gutenberg-blocks--dropcap > p:first-of-type:first-letter {
    padding: 12px 0;
  }
  @media (min-width: 960px) {
    .gutenberg-blocks--dropcap > p:first-of-type:first-letter {
      padding: 15px 0;
    }
  }
}
.gutenberg-blocks--bottom-padding {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .gutenberg-blocks--bottom-padding {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks--bottom-padding {
    padding-bottom: 80px;
  }
}
.gutenberg-blocks:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.gutenberg-blocks > figure:first-child {
  margin-top: 0 !important;
}
.gutenberg-blocks > figure:last-child {
  margin-bottom: 0;
}
.gutenberg-blocks h1,
.gutenberg-blocks h2,
.gutenberg-blocks h3,
.gutenberg-blocks h4,
.gutenberg-blocks h5,
.gutenberg-blocks h6 {
  margin: 0 0 20px 0;
}
.gutenberg-blocks p + h1,
.gutenberg-blocks p + h2,
.gutenberg-blocks p + h3,
.gutenberg-blocks p + h4,
.gutenberg-blocks p + h5,
.gutenberg-blocks p + h6 {
  margin: 60px 0 20px 0;
}
.gutenberg-blocks h3 a,
.gutenberg-blocks h4 a,
.gutenberg-blocks h5 a,
.gutenberg-blocks blockquote a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.gutenberg-blocks h3 a:hover, .gutenberg-blocks h3 a:focus,
.gutenberg-blocks h4 a:hover,
.gutenberg-blocks h4 a:focus,
.gutenberg-blocks h5 a:hover,
.gutenberg-blocks h5 a:focus,
.gutenberg-blocks blockquote a:hover,
.gutenberg-blocks blockquote a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}
.gutenberg-blocks h6 a {
  text-decoration: none;
}
.gutenberg-blocks h1 {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .gutenberg-blocks h1 {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .gutenberg-blocks h1 {
    font-size: 90px;
  }
}
.gutenberg-blocks h2 {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .gutenberg-blocks h2 {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .gutenberg-blocks h2 {
    font-size: 50px;
  }
}
.gutenberg-blocks h3 {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .gutenberg-blocks h3 {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .gutenberg-blocks h3 {
    font-size: 30px;
  }
}
.gutenberg-blocks h4 {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .gutenberg-blocks h4 {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .gutenberg-blocks h4 {
    font-size: 23px;
  }
}
.gutenberg-blocks h5 {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .gutenberg-blocks h5 {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .gutenberg-blocks h5 {
    font-size: 20px;
  }
}
.gutenberg-blocks h6 {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: 800;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #fed7d6;
}
@media (min-width: 1200px) {
  .gutenberg-blocks h6 {
    font-size: 14px;
  }
}
.gutenberg-blocks h4 strong {
  font-weight: 400;
}
.gutenberg-blocks pre {
  margin: 0 0 20px 0;
  background-color: #fff4f4;
  padding: 20px;
}
.gutenberg-blocks pre:last-child {
  margin-bottom: 0;
}
.gutenberg-blocks ul:not(.wp-block-gallery) {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  padding-left: 35px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gutenberg-blocks ul:not(.wp-block-gallery) {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks ul:not(.wp-block-gallery) {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks ul:not(.wp-block-gallery) {
    font-size: 21px;
  }
}
.gutenberg-blocks ul:not(.wp-block-gallery) li {
  margin-bottom: 15px;
  text-indent: -15px;
}
.gutenberg-blocks ul:not(.wp-block-gallery) li:last-child {
  margin-bottom: 0;
}
.gutenberg-blocks ul:not(.wp-block-gallery) li:before {
  color: #ff352e;
  color: var(--primary);
  content: "\2014";
  font-size: 20px;
  margin: 0 0.9em 0 -1em;
  -webkit-font-smoothing: none;
}
.gutenberg-blocks ol {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gutenberg-blocks ol {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks ol {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks ol {
    font-size: 21px;
  }
}
.gutenberg-blocks ol li {
  counter-increment: step-counter;
  padding: 0 0 30px 0;
  display: flex;
}
.gutenberg-blocks ol li:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff352e;
  color: var(--primary);
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  width: 50px;
  height: 50px;
  margin: -12px 15px 0 0;
  background-color: #fff4f4;
  border-radius: 50%;
  content: counter(step-counter);
  min-width: 10px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gutenberg-blocks ol li:before {
    margin: -11px 20px 0 0;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks ol li:before {
    margin: -9px 20px 0 0;
  }
}
.gutenberg-blocks ol li:last-child {
  padding-bottom: 0;
}
.gutenberg-blocks h1 + ol,
.gutenberg-blocks h2 + ol,
.gutenberg-blocks h3 + ol,
.gutenberg-blocks h4 + ol,
.gutenberg-blocks h5 + ol,
.gutenberg-blocks h6 + ol,
.gutenberg-blocks h1 + ul,
.gutenberg-blocks h2 + ul,
.gutenberg-blocks h3 + ul,
.gutenberg-blocks h4 + ul,
.gutenberg-blocks h5 + ul,
.gutenberg-blocks h6 + ul {
  margin-top: 0;
}
.gutenberg-blocks .wp-block-quote {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 30px;
}
@media (min-width: 600px) {
  .gutenberg-blocks .wp-block-quote {
    margin: 40px 0;
  }
}
.gutenberg-blocks .wp-block-quote p {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .gutenberg-blocks .wp-block-quote p {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .gutenberg-blocks .wp-block-quote p {
    font-size: 30px;
  }
}
.gutenberg-blocks .wp-block-quote cite {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0 0 0;
}
.gutenberg-blocks .wp-block-quote:before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 0.5em);
  background-color: #001c60;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.gutenberg-blocks .wp-block-pullquote {
  padding: 40px 0;
  margin: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 600px) {
  .gutenberg-blocks .wp-block-pullquote {
    margin: 80px 0;
    padding: 80px 0;
  }
}
.gutenberg-blocks .wp-block-pullquote p {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .gutenberg-blocks .wp-block-pullquote p {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .gutenberg-blocks .wp-block-pullquote p {
    font-size: 50px;
  }
}
.gutenberg-blocks .wp-block-pullquote cite {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0 0 0;
}
.gutenberg-blocks .wp-block-button {
  margin: 30px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks .wp-block-button {
    margin: 40px 0;
  }
}
.gutenberg-blocks .wp-block-button__link {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 15px 25px;
}
.gutenberg-blocks .wp-block-button__link svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.gutenberg-blocks .wp-block-button__link:not(:disabled):hover, .gutenberg-blocks .wp-block-button__link:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.gutenberg-blocks .wp-block-button__link:not(:disabled):hover svg, .gutenberg-blocks .wp-block-button__link:not(:disabled):focus svg {
  fill: var(--primary);
}
.gutenberg-blocks .wp-block-button__link:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}
.gutenberg-blocks .wp-block-embed__wrapper > * {
  margin: 0 auto;
}
.gutenberg-blocks figure {
  margin: 30px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks figure {
    margin: 60px 0;
  }
}
.gutenberg-blocks figcaption {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}
.gutenberg-blocks img {
  max-width: 100%;
}
.gutenberg-blocks figure.alignleft {
  float: none;
  margin: 40px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks figure.alignleft {
    float: left;
    width: 40%;
    max-width: 280px;
    margin: 0.5em 2.2em 1em 0;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks figure.alignleft {
    margin-left: -60px;
    width: 360px;
    max-width: 360px;
  }
}
.gutenberg-blocks figure.alignright {
  float: none;
  margin: 40px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks figure.alignright {
    float: right;
    width: 40%;
    max-width: 280px;
    margin: 0.5em 0 1em 2.2em;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks figure.alignright {
    margin-right: -60px;
    width: 360px;
    max-width: 360px;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks figure.aligncenter {
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks figure.aligncenter {
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media (min-width: 1400px) {
  .gutenberg-blocks figure.aligncenter {
    margin-left: -25%;
    margin-right: -25%;
  }
}
.gutenberg-blocks iframe {
  max-width: 100%;
  margin: 40px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks iframe {
    margin: 60px 0;
  }
}
.gutenberg-blocks p iframe {
  margin: 40px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks p iframe {
    margin: 60px 0;
  }
}
.gutenberg-blocks figure iframe {
  margin: 0;
}
.gutenberg-blocks .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.gutenberg-blocks .wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gutenberg-blocks hr {
  border-top: 1px solid #fed7d6;
  margin: 40px 0;
}
.gutenberg-blocks .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media (min-width: 600px) {
  .gutenberg-blocks .wp-block-gallery {
    margin: 50px 0;
  }
}
@media (min-width: 960px) {
  .gutenberg-blocks .wp-block-gallery {
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media (min-width: 1200px) {
  .gutenberg-blocks .wp-block-gallery {
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media (min-width: 1400px) {
  .gutenberg-blocks .wp-block-gallery {
    margin-left: -25%;
    margin-right: -25%;
  }
}
.gutenberg-blocks .wp-block-gallery figure {
  margin: 0;
}
.gutenberg-blocks .wp-block-gallery figcaption {
  margin: 10px 0 20px 0;
}
.gutenberg-blocks .wp-block-gallery li {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .gutenberg-blocks .wp-block-gallery li {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .gutenberg-blocks .wp-block-gallery.columns-1 li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gutenberg-blocks .wp-block-gallery.columns-2 li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gutenberg-blocks .wp-block-gallery.columns-3 li {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .gutenberg-blocks .wp-block-gallery.columns-4 li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gutenberg-blocks .wp-block-gallery.columns-5 li {
    width: 20%;
  }
}

.form__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.form {
  padding: 40px 20px;
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #fed7d6;
}
@media (min-width: 768px) {
  .form {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .form {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .form {
    padding: 80px;
  }
}

.form__field {
  margin-bottom: 30px;
  width: 100%;
}
.form__field--no-margin {
  margin-bottom: 0;
}
.form__field input,
.form__field textarea {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  background-color: #ffffff;
  border-radius: 15px;
  line-height: 1;
  border: 2px solid #fed7d6;
  padding: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.15s, background-color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .form__field input,
.form__field textarea {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .form__field input,
.form__field textarea {
    font-size: 20px;
  }
}
.form__field input::placeholder,
.form__field textarea::placeholder {
  color: #fed7d6;
  transition: opacity 0.15s;
}
.form__field input:-webkit-autofill,
.form__field textarea:-webkit-autofill {
  box-shadow: 0 0 0 60px var(--pink) inset;
  -webkit-text-fill-color: #001c60;
}
.form__field input:focus,
.form__field textarea:focus {
  border-color: #001c60;
}
.form__field input:focus::placeholder,
.form__field textarea:focus::placeholder {
  opacity: 0;
}
.form__field input {
  min-height: 70px;
}
.form__field textarea {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  resize: none;
  min-height: 200px;
}
@media (min-width: 768px) {
  .form__field textarea {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .form__field textarea {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .form__field textarea {
    font-size: 21px;
  }
}
.form__field label {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 5px 0;
}

@media (min-width: 768px) {
  .form__two-col {
    display: flex;
  }
  .form__two-col *:first-child {
    margin-right: 30px;
  }
}

.form__submit {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  min-width: 180px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .form__submit {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .form__submit {
    font-size: 20px;
  }
}
.form__submit svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.form__submit:not(:disabled):hover, .form__submit:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.form__submit:not(:disabled):hover svg, .form__submit:not(:disabled):focus svg {
  fill: var(--primary);
}
.form__submit:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.form__select {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.form__select svg {
  fill: #ff352e;
  fill: var(--primary);
  width: 17px;
  height: 19px;
  display: block;
  position: absolute;
  bottom: 35px;
  transform: translateY(50%);
  right: 20px;
}
.form__select select {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  background-color: #ffffff;
  border-radius: 15px;
  line-height: 1;
  border: 2px solid #fed7d6;
  padding: 20px 50px 20px 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.15s, background-color 0.15s;
  appearance: none;
  white-space: nowrap;
  min-height: 70px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .form__select select {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .form__select select {
    font-size: 20px;
  }
}
.form__select select::placeholder {
  color: #ffe5e4;
  color: var(--pink);
  transition: opacity 0.15s;
}
.form__select select:-webkit-autofill {
  box-shadow: 0 0 0 60px var(--pink) inset;
  -webkit-text-fill-color: #001c60;
}
.form__select select:focus {
  border-color: #001c60;
}
.form__select select:focus::placeholder {
  opacity: 0;
}
.form__select label {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 5px 0;
}

.form__field-required {
  color: #ff352e;
  color: var(--primary);
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  min-height: auto !important;
}
.form__checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.form__checkbox + label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--pink);
  transition: background 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  align-self: flex-start;
}
.form__checkbox:hover + label:before {
  background: #fff4f4;
}
.form__checkbox:focus + label:before {
  box-shadow: 0 0 0 2px #001c60;
}
.form__checkbox:checked + label:before {
  background: var(--primary);
}
.form__checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  background: #ffffff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}

.form__drawer {
  display: none;
}
.form__drawer:before {
  display: block;
  height: 30px;
  content: "";
}

.form__disclaimer {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  border-top: 1px solid #fed7d6;
  padding: 10px 0 0 0;
  margin: 40px 0 0 0;
}

.form__error {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 5px 0 10px 0;
  display: none;
}
.form__error.active {
  display: block;
}

.form__general-error {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  background-color: #ffe5e4;
  background-color: var(--pink);
  border-radius: 15px;
  padding: 20px;
  margin: 0 0 40px 0;
  display: none;
}
.form__general-error.active {
  display: block;
}

.form__success {
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  border-radius: 15px;
  background-color: #001c60;
  padding: 25px;
  margin: 0 0 40px 0;
  text-align: center;
  display: none;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .form__success {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .form__success {
    font-size: 20px;
  }
}
.form__success.active {
  display: block;
}

.form-special-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.form__reset {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  transition: color 0.15s;
  display: block;
  margin: 10px auto 0 auto;
}
.form__reset:hover, .form__reset:focus {
  color: var(--secondary);
  cursor: pointer;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}

body {
  line-height: 1;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
label,
select,
button,
textarea {
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 13px;
  font-family: Arial;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

/* Hide the up and down arrows on number fields */
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}

input[type=number] {
  appearance: textfield;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: transparent;
  color: #000000;
}

html {
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

a {
  text-decoration: none;
  transition: all 0.15s;
}

a:not([class]) {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
}
a:not([class]):active {
  outline: 0;
}
a:not([class]):hover, a:not([class]):focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}

::selection {
  background: rgba(255, 225, 224, 0.6);
  text-shadow: none;
}

.margins {
  margin: 40px 20px;
}
@media (min-width: 768px) {
  .margins {
    margin: 40px;
  }
}
@media (min-width: 960px) {
  .margins {
    margin: 60px;
  }
}
@media (min-width: 1200px) {
  .margins {
    margin: 80px;
  }
}

.left-margin {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .left-margin {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .left-margin {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .left-margin {
    margin-left: 80px;
  }
}

.right-margin {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .right-margin {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .right-margin {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .right-margin {
    margin-left: 80px;
  }
}

.top-margin {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .top-margin {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .top-margin {
    margin-top: 80px;
  }
}

.bottom-margin {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .bottom-margin {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .bottom-margin {
    margin-bottom: 80px;
  }
}

.padding {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .padding {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .padding {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .padding {
    padding: 80px;
  }
}

.left-padding {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .left-padding {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .left-padding {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .left-padding {
    padding-left: 80px;
  }
}

.right-padding {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .right-padding {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .right-padding {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .right-padding {
    padding-right: 80px;
  }
}

.top-padding {
  padding-top: 40px;
}
@media (min-width: 960px) {
  .top-padding {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .top-padding {
    padding-top: 80px;
  }
}

.bottom-padding {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .bottom-padding {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .bottom-padding {
    padding-bottom: 80px;
  }
}

.corner-stroke {
  width: 131px;
  height: 99px;
  background-image: url(../static/img/corner-stroke.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -60px;
  z-index: -1;
}

.skip-to-content {
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  position: absolute;
  top: auto;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -99;
  text-decoration: none;
}
.skip-to-content:focus, .skip-to-content:active {
  background-color: #0136c3;
  background-color: var(--secondary);
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 16px 20px;
  z-index: 99;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  transition: opacity 0.3s;
  opacity: 1;
}

sup {
  font-size: 50%;
}

@supports (-ms-ime-align: auto) {
  * {
    filter: none !important;
  }
}
.nav {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav {
    padding: 40px;
  }
}

.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nav__logo {
  transition: transform 0.15s;
  max-width: 120px;
  width: 25%;
}
@media (min-width: 450px) {
  .nav__logo {
    width: 20%;
  }
}
.nav__logo:hover, .nav__logo:focus {
  transform: scale(1.05);
}

.nav__right {
  display: flex;
  align-items: center;
}

.nav__social-links {
  margin: 0 0 0 20px;
  display: none;
}
@media (min-width: 768px) {
  .nav__social-links {
    display: block;
  }
}

.nav__cta {
  display: none;
  margin: 0 0 0 20px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .nav__cta {
    background-color: #ff352e;
    background-color: var(--primary);
    text-decoration: none;
    display: inline-block;
    border-radius: 40px;
    transition: color 0.15s, background-color 0.15s, transform 0.15s;
    white-space: nowrap;
    color: #001c60;
    color: #ffffff;
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    font-weight: 800;
    padding: 12px 18px;
  }
  .nav__cta svg {
    fill: #ffffff;
    transition: fill 0.2s;
  }
  .nav__cta:not(:disabled):hover, .nav__cta:not(:disabled):focus {
    color: #ffffff;
    color: #ffffff;
    background-color: #0136c3;
    background-color: var(--secondary);
    cursor: pointer;
    transform: scale(1.05);
  }
  .nav__cta:not(:disabled):hover svg, .nav__cta:not(:disabled):focus svg {
    fill: var(--primary);
  }
  .nav__cta:disabled {
    color: #001c60;
    color: #001c60;
    background-color: #ffe5e4;
    background-color: var(--pink);
  }
}
@media (min-width: 960px) {
  .nav__cta {
    background-color: #ff352e;
    background-color: var(--primary);
    text-decoration: none;
    display: inline-block;
    border-radius: 40px;
    transition: color 0.15s, background-color 0.15s, transform 0.15s;
    white-space: nowrap;
    color: #001c60;
    color: #ffffff;
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    font-weight: 800;
    padding: 15px 25px;
  }
  .nav__cta svg {
    fill: #ffffff;
    transition: fill 0.2s;
  }
  .nav__cta:not(:disabled):hover, .nav__cta:not(:disabled):focus {
    color: #ffffff;
    color: #ffffff;
    background-color: #0136c3;
    background-color: var(--secondary);
    cursor: pointer;
    transform: scale(1.05);
  }
  .nav__cta:not(:disabled):hover svg, .nav__cta:not(:disabled):focus svg {
    fill: var(--primary);
  }
  .nav__cta:disabled {
    color: #001c60;
    color: #001c60;
    background-color: #ffe5e4;
    background-color: var(--pink);
  }
}
.nav__cta.active {
  color: #ffffff;
  background-color: #0136c3;
}
.accessible-colors .nav__cta.active {
  background-color: #ff352e;
}

.nav__menu-open {
  background-color: #ff352e;
  background-color: var(--primary);
  cursor: pointer;
  position: relative;
  padding: 15px;
  border: 0;
  transition: background-color 0.15s, transform 0.15s;
  display: block;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.nav__menu-open svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: fill 0.15s;
  position: relative;
  z-index: 2;
  fill: #ffffff;
}
.nav__menu-open:hover, .nav__menu-open:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
  transform: scale(1.05);
}
.nav__menu-open:hover svg, .nav__menu-open:focus svg {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .nav__menu-open {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 960px) {
  .nav__menu-open {
    display: none;
  }
}

.footer {
  background-color: #ffe5e4;
  background-color: var(--pink);
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 450px) and (max-width: 959px) {
  .footer {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .footer {
    flex-direction: row;
  }
}

.footer__nav {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 40px 0;
  order: 2;
}
@media (min-width: 768px) {
  .footer__nav {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .footer__nav {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .footer__nav {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .footer__nav {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .footer__nav {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .footer__nav {
    padding-right: 80px;
  }
}
@media (min-width: 450px) {
  .footer__nav {
    width: 50%;
    border-right: 1px solid rgba(255, 53, 45, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 960px) {
  .footer__nav {
    order: 1;
    width: 30%;
    border: 0;
    padding: 40px;
    margin: 0;
  }
}

.footer__logo {
  display: inline-block;
  margin: 0 0 40px 0;
  transition: transform 0.15s;
}
@media (min-width: 960px) {
  .footer__logo {
    margin: 0 0 80px 0;
  }
}
.footer__logo:hover, .footer__logo:focus {
  transform: scale(1.05);
}
.footer__logo:hover svg, .footer__logo:focus svg {
  fill: #001c60;
}

.footer__logo svg {
  fill: #ff352e;
  fill: var(--primary);
  width: 120px;
  height: 70px;
  transition: fill 0.2s;
}
@media (min-width: 960px) {
  .footer__logo svg {
    width: 140px;
    height: 82px;
  }
}

.footer__links li:not(:last-child) {
  margin: 0 0 5px 0;
}

.footer__link {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 rgba(255, 53, 45, 0.2);
  transition: color 0.15s, box-shadow 0.25s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .footer__link {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__link:hover, .footer__link:focus {
  color: #0136c3;
  color: #001c60;
  box-shadow: inset 0 -1px 0 0 #001c60;
}

.footer__social-links {
  margin: 40px 0 0 0;
}

.footer__join {
  order: 1;
  width: 100%;
  position: relative;
}
@media (min-width: 960px) {
  .footer__join {
    order: 2;
    width: 40%;
  }
}

.footer__card {
  padding: 40px 20px;
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  margin: 0 0 20px 0;
  margin-top: -40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .footer__card {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .footer__card {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .footer__card {
    padding: 80px;
  }
}
@media (min-width: 0) and (max-width: 959px) {
  .footer__card {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (min-width: 768px) {
  .footer__card {
    margin-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (min-width: 960px) {
  .footer__card {
    margin-left: 60px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (min-width: 1200px) {
  .footer__card {
    margin-left: 80px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (min-width: 768px) {
  .footer__card {
    margin-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (min-width: 960px) {
  .footer__card {
    margin-right: 60px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (min-width: 1200px) {
  .footer__card {
    margin-right: 80px;
  }
}

.footer__card-kicker {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .footer__card-kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .footer__card-kicker {
    font-size: 21px;
  }
}
.footer__card-kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.footer__card-kicker a:hover, .footer__card-kicker a:focus {
  color: #001c60;
}

.footer__card-title {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  margin: 0 0 20px 0;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .footer__card-title {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .footer__card-title {
    font-size: 90px;
  }
}
.footer__card-title a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
}
.footer__card-title a:active {
  outline: 0;
}
.footer__card-title a:hover, .footer__card-title a:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}

.footer__card-desc {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 auto 40px auto;
  max-width: 350px;
  width: 80%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .footer__card-desc {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .footer__card-desc {
    font-size: 20px;
  }
}

.footer__card-button {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .footer__card-button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .footer__card-button {
    font-size: 20px;
  }
}
.footer__card-button svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.footer__card-button:not(:disabled):hover, .footer__card-button:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.footer__card-button:not(:disabled):hover svg, .footer__card-button:not(:disabled):focus svg {
  fill: var(--primary);
}
.footer__card-button:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.footer__card-buttons {
  display: none;
}
@media (min-width: 600px) {
  .footer__card-buttons {
    position: absolute;
    right: -15px;
    top: 20%;
    max-width: 130px;
    width: 20%;
    display: block;
  }
}
@media (min-width: 768px) {
  .footer__card-buttons {
    right: -30px;
  }
}

.footer__brush-strokes {
  mix-blend-mode: multiply;
  opacity: 0.15;
  position: absolute;
  top: 20%;
  left: -30%;
  z-index: 1;
  width: 60%;
  max-width: 400px;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .footer__brush-strokes {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .footer__brush-strokes {
    display: none !important;
  }
}

.footer__story {
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 3;
  background-color: #001c60;
}
@media (min-width: 0) and (max-width: 449px) {
  .footer__story .footer-tease__title {
    color: #ffffff;
  }
  .footer__story .footer-tease__cat {
    color: #ccd3e7;
    border-bottom: 1px solid #465a8d;
  }
}
@media (min-width: 450px) {
  .footer__story {
    width: 50%;
    margin: 0 0 40px 0;
    padding: 0 40px;
    background-color: transparent;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .footer__story {
    width: 30%;
    padding: 40px;
    margin: 0;
  }
}

.footer__story-inner {
  max-width: 230px;
  margin: 0 auto;
}

.footer__color-switcher {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: color 0.2s;
}
@media (min-width: 960px) {
  .footer__color-switcher {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .footer__color-switcher {
    margin-bottom: 80px;
  }
}
.footer__color-switcher:hover, .footer__color-switcher:focus {
  color: #ff352e;
  color: var(--primary);
  cursor: pointer;
}

.footer-mini {
  background-color: #001340;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .footer-mini {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .footer-mini {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-mini__logo {
  display: inline-block;
  transition: transform 0.15s;
  flex-shrink: 0;
  max-width: 120px;
}
.footer-mini__logo:hover, .footer-mini__logo:focus {
  transform: scale(1.05);
}
.footer-mini__logo:hover svg, .footer-mini__logo:focus svg {
  fill: #ccd3e7;
}

.footer-mini__logo svg {
  width: 120px;
  height: 70px;
  fill: #ffffff;
  transition: fill 0.2s;
}
@media (min-width: 960px) {
  .footer-mini__logo svg {
    width: 140px;
    height: 82px;
  }
}

.footer-mini__links {
  margin: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .footer-mini__links {
    display: flex;
    margin: 0;
  }
}

.footer-mini__links li {
  margin: 0 0 5px 0;
}
@media (min-width: 1200px) {
  .footer-mini__links li {
    margin: 0 15px;
  }
}

.footer-mini__link {
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 0 0 2px 0;
  transition: color 0.15s, box-shadow 0.2s;
}
.footer-mini__link:hover, .footer-mini__link:focus {
  color: #ccd3e7;
  box-shadow: inset 0 -2px 0 0 #ccd3e7;
}

.footer-mini__social-links {
  flex-shrink: 0;
  margin: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .footer-mini__social-links {
    margin: 0;
  }
}

.footer-tease {
  width: 100%;
  display: block;
  text-align: center;
}
.footer-tease:hover .footer-tease__title, .footer-tease:focus .footer-tease__title {
  color: #ff352e;
  color: var(--primary);
}
.footer-tease:hover .footer-tease__screen, .footer-tease:focus .footer-tease__screen {
  opacity: 0;
}
.footer-tease:hover .footer-tease__figure, .footer-tease:focus .footer-tease__figure {
  filter: grayscale(0);
  transform: scale(1.05);
}
.footer-tease:hover .footer-tease__default-img, .footer-tease:focus .footer-tease__default-img {
  transform: scale(1.05);
}

.footer-tease__img {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #fff4f4;
  border-radius: 50%;
  mask-image: radial-gradient(#ffffff, #000000);
}
@media (min-width: 600px) {
  .footer-tease__img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .footer-tease__img {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .footer-tease__img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .footer-tease__img {
    margin: 0 0 40px 0;
  }
}

.footer-tease__figure {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 100%;
  filter: grayscale(1);
  transition: none;
}
.footer-tease__figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.footer-tease__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ff352e;
  background-color: var(--primary);
  display: block;
  z-index: 2;
  mix-blend-mode: screen;
  transition: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .footer-tease__screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .footer-tease__screen {
    display: none !important;
  }
}

.footer-tease__default-img {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 0 20px 0;
  transition: transform 0.5s;
}
@media (min-width: 600px) {
  .footer-tease__default-img {
    padding-top: 0;
    padding-bottom: 100%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .footer-tease__default-img {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .footer-tease__default-img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .footer-tease__default-img {
    margin: 0 0 40px 0;
  }
}

.footer-tease__default-img img {
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
}
@media (min-width: 600px) {
  .footer-tease__default-img img {
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.footer-tease__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  transition: color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .footer-tease__title {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .footer-tease__title {
    font-size: 20px;
  }
}

.footer-tease__cat {
  color: #465a8d;
  color: var(--primary);
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 53, 45, 0.2);
  display: inline-block;
}

.brand-nav {
  background-color: #ff352e;
  background-color: var(--primary);
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .brand-nav {
    justify-content: space-between;
  }
}

.brand-nav__sites {
  display: flex;
  width: 100%;
  flex-shrink: 1;
}

.brand-nav__tabs {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
}

.brand-nav__tabs li {
  height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .brand-nav__tabs li {
    flex: 1;
    border-left: 1px solid rgba(255, 206, 205, 0.5);
  }
}

.brand-nav__tab {
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: background-color 0.2s, color 0.2s;
  height: 100%;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .brand-nav__tab {
    color: #001c60;
    color: #ffffff;
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .brand-nav__tab {
    padding: 0 20px;
  }
}
.brand-nav__tab--selected {
  color: #ff352e;
  color: var(--primary);
  background-color: #ffffff;
}
.brand-nav__tab--donate {
  background-color: #ffe5e4;
  background-color: var(--pink);
  color: #ff352e;
  color: var(--primary);
}
.brand-nav__tab:hover, .brand-nav__tab:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
  color: #ffffff;
}

.brand-nav__everytown {
  padding: 10px;
  display: block;
  transition: background-color 0.2s;
  flex-shrink: 0;
  width: 18%;
  min-width: 60px;
}
@media (min-width: 600px) {
  .brand-nav__everytown {
    padding: 10px 20px;
    width: auto;
  }
}
.brand-nav__everytown img {
  width: 67px;
  height: 31px;
  max-width: 100%;
}
.brand-nav__everytown:hover, .brand-nav__everytown:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
}

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

.sticky-nav {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.15s;
  opacity: 0;
  transform: translateY(-100%);
  visibility: hidden;
}
.sticky-nav--visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sticky-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-nav__logo {
  transition: transform 0.15s;
  max-width: 75px;
  width: 25%;
}
.sticky-nav__logo:hover, .sticky-nav__logo:focus {
  transform: scale(1.05);
}

.sticky-nav__right {
  display: flex;
  align-items: center;
}

.sticky-nav__social-links {
  margin: 0 0 0 20px;
  display: none;
}
@media (min-width: 600px) {
  .sticky-nav__social-links {
    display: block;
  }
}

.sticky-nav__cta {
  border-color: #ff352e;
  border-color: var(--primary);
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 10px 15px;
  margin: 0 0 0 20px;
}
.sticky-nav__cta svg {
  width: 15px;
  height: 15px;
  fill: var(--primary);
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.sticky-nav__cta:hover, .sticky-nav__cta:focus {
  color: #0136c3;
  color: var(--secondary);
  border-color: #0136c3;
  border-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.sticky-nav__cta:hover svg, .sticky-nav__cta:focus svg {
  fill: var(--secondary);
}

.sticky-nav__donate {
  display: none;
}
@media (min-width: 960px) {
  .sticky-nav__donate {
    background-color: #ff352e;
    background-color: var(--primary);
    text-decoration: none;
    display: inline-block;
    border-radius: 40px;
    transition: color 0.15s, background-color 0.15s, transform 0.15s;
    white-space: nowrap;
    color: #001c60;
    color: #ffffff;
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    font-weight: 800;
    padding: 12px 18px;
    margin: 0 0 0 10px;
  }
  .sticky-nav__donate svg {
    fill: #ffffff;
    transition: fill 0.2s;
  }
  .sticky-nav__donate:not(:disabled):hover, .sticky-nav__donate:not(:disabled):focus {
    color: #ffffff;
    color: #ffffff;
    background-color: #0136c3;
    background-color: var(--secondary);
    cursor: pointer;
    transform: scale(1.05);
  }
  .sticky-nav__donate:not(:disabled):hover svg, .sticky-nav__donate:not(:disabled):focus svg {
    fill: var(--primary);
  }
  .sticky-nav__donate:disabled {
    color: #001c60;
    color: #001c60;
    background-color: #ffe5e4;
    background-color: var(--pink);
  }
}

.sticky-nav__menu-open {
  background-color: #ff352e;
  background-color: var(--primary);
  cursor: pointer;
  position: relative;
  padding: 15px;
  border: 0;
  transition: background-color 0.15s, transform 0.15s;
  display: block;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.sticky-nav__menu-open svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: fill 0.15s;
  position: relative;
  z-index: 2;
  fill: #ffffff;
}
.sticky-nav__menu-open:hover, .sticky-nav__menu-open:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
  transform: scale(1.05);
}
.sticky-nav__menu-open:hover svg, .sticky-nav__menu-open:focus svg {
  fill: #ffffff;
}
@media (min-width: 960px) {
  .sticky-nav__menu-open {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #001c60;
  color: #ffffff;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}

.menu.active {
  visibility: visible;
  pointer-events: auto;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu.active .menu__link,
.menu.active .menu__grid,
.menu.active .menu__logo-wrapper {
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.menu.active .menu__link:nth-child(0) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.menu.active .menu__link:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.25s;
}
.menu.active .menu__link:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.menu.active .menu__link:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.35s;
}
.menu.active .menu__link:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.menu.active .menu__link:nth-child(5) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.45s;
}
.menu.active .menu__link:nth-child(6) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.menu.active .menu__link:nth-child(7) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.55s;
}
.menu.active .menu__link:nth-child(8) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.6s;
}
.menu.active .menu__link:nth-child(9) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.65s;
}
.menu.active .menu__link:nth-child(10) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.menu.active .menu__link:nth-child(11) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.75s;
}
.menu.active .menu__link:nth-child(12) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.8s;
}
.menu.active .menu__link:nth-child(13) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.85s;
}
.menu.active .menu__link:nth-child(14) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.9s;
}
.menu.active .menu__link:nth-child(15) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.95s;
}
.menu.active .menu__link:nth-child(16) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.menu.active .menu__link:nth-child(17) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.05s;
}
.menu.active .menu__link:nth-child(18) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.1s;
}
.menu.active .menu__link:nth-child(19) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.15s;
}
.menu.active .menu__link:nth-child(20) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.2s;
}
.menu.active .menu__logo-wrapper {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.menu.active .menu__grid {
  transform: translateY(0);
  opacity: 1;
}

.menu__wrapper {
  min-height: 100%;
}
@media (min-width: 768px) {
  .menu__wrapper {
    display: flex;
    height: 100%;
  }
}

.menu__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-basis: auto;
  position: relative;
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .menu__main {
    margin: 0;
  }
}

.menu__logo-wrapper {
  transition: opacity 0.3s;
  opacity: 0;
  align-self: flex-start;
  height: 100%;
  flex-shrink: 1;
  order: 1;
  transform: translateY(-15px);
}
@media (min-width: 768px) {
  .menu__logo-wrapper {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .menu__logo-wrapper {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .menu__logo-wrapper {
    margin-left: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .menu__logo-wrapper {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .menu__logo-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .menu__logo-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .menu__logo-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .menu__logo-wrapper {
    margin-bottom: 80px;
  }
}

.menu__logo {
  max-width: 120px;
  display: inline-block;
}
@media (min-width: 0) and (max-width: 767px) {
  .menu__logo {
    padding: 20px;
  }
}

.menu__links {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  width: 100%;
  order: 3;
}
@media (min-width: 768px) {
  .menu__links {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .menu__links {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .menu__links {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .menu__links {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .menu__links {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .menu__links {
    padding-right: 80px;
  }
}
@media (min-width: 960px) {
  .menu__links {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .menu__links {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .menu__links {
    order: 2;
  }
}

.menu__links-list {
  column-count: 2;
  column-rule: 1px solid #465a8d;
  column-gap: 60px;
  max-width: 750px;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .menu__links-list {
    width: 60%;
    margin: 0 0 50px 0;
  }
}
@media (min-width: 960px) {
  .menu__links-list {
    width: 50%;
  }
}

.menu__link {
  display: block;
  padding: 3px 0;
  opacity: 0;
  transform: translateY(-15px);
}

.menu__link-text {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .menu__link-text {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .menu__link-text {
    font-size: 50px;
  }
}
.menu__link-text:active {
  outline: 0;
}
.menu__link-text:hover, .menu__link-text:focus {
  color: #0136c3;
  color: #ff352e;
  cursor: pointer;
}

.menu__extras {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .menu__extras {
    align-items: flex-start;
  }
}

.menu__cta {
  background-color: #ff352e;
  background-color: #ff352e;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .menu__cta {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .menu__cta {
    font-size: 20px;
  }
}
.menu__cta svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.menu__cta:not(:disabled):hover, .menu__cta:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: #0136c3;
  cursor: pointer;
  transform: scale(1.05);
}
.menu__cta:not(:disabled):hover svg, .menu__cta:not(:disabled):focus svg {
  fill: #ff352e;
}
.menu__cta:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.menu__social-links {
  margin: 20px 0 0 0;
  display: block;
}

.menu__grid {
  display: flex;
  width: 100%;
  transform: translateY(-20px);
  opacity: 0;
  order: 3;
}
@media (min-width: 0) and (max-width: 767px) {
  .menu__grid {
    padding-left: 20px;
    padding-right: 20px;
    order: 2;
  }
  .menu__grid a:last-child {
    border-right: 0;
  }
}

.menu__grid-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #465a8d;
  border-bottom: 1px solid #465a8d;
  border-right: 1px solid #465a8d;
}
@media (min-width: 768px) {
  .menu__grid-block {
    padding: 60px 0;
    border-bottom: 0;
  }
}
.menu__grid-block span {
  font-size: 17px;
  color: #001c60;
  color: #ffffff;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .menu__grid-block span {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .menu__grid-block span {
    font-size: 21px;
  }
}
.menu__grid-block span a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.menu__grid-block span a:hover, .menu__grid-block span a:focus {
  color: #001c60;
}
.menu__grid-block:hover, .menu__grid-block:focus {
  background-color: #0136c3;
}
.menu__grid-block:hover span, .menu__grid-block:focus span {
  font-size: 17px;
  color: #001c60;
  color: #ffffff;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-blue.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .menu__grid-block:hover span, .menu__grid-block:focus span {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .menu__grid-block:hover span, .menu__grid-block:focus span {
    font-size: 21px;
  }
}
.menu__grid-block:hover span a, .menu__grid-block:focus span a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.menu__grid-block:hover span a:hover, .menu__grid-block:hover span a:focus, .menu__grid-block:focus span a:hover, .menu__grid-block:focus span a:focus {
  color: #001c60;
}

.menu__close {
  background-color: #ff352e;
  background-color: var(--primary);
  cursor: pointer;
  position: relative;
  padding: 15px;
  border: 0;
  transition: background-color 0.15s, transform 0.15s;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.menu__close svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: fill 0.15s;
  position: relative;
  z-index: 2;
  fill: #ffffff;
}
.menu__close:hover, .menu__close:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
  transform: scale(1.05);
}
.menu__close:hover svg, .menu__close:focus svg {
  fill: #ffffff;
}

.page-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .page-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .page-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .page-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .page-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .page-header {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .page-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.page-header--tight {
  padding-bottom: 0;
}

.page-header__title {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .page-header__title {
    font-size: 80px;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 2199px) {
  .page-header__title {
    font-size: calc(80px + (120 - 80) * (100vw - 600px) / (2200 - 600));
  }
}
@media (min-width: 600px) and (min-width: 2200px) {
  .page-header__title {
    font-size: 120px;
  }
}

.page-header__title--small {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .page-header__title--small {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .page-header__title--small {
    font-size: 90px;
  }
}
@media (min-width: 600px) {
  .page-header__title--small {
    padding: 0 40px;
  }
}
@media (min-width: 960px) {
  .page-header__title--small {
    max-width: 1200px;
  }
}

.page-header__cta {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .page-header__cta {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .page-header__cta {
    font-size: 20px;
  }
}
.page-header__cta svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.page-header__cta:not(:disabled):hover, .page-header__cta:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.page-header__cta:not(:disabled):hover svg, .page-header__cta:not(:disabled):focus svg {
  fill: var(--primary);
}
.page-header__cta:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}
@media (min-width: 450px) {
  .page-header__cta {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 768px) {
  .page-header__cta {
    margin: 60px 0 0 0;
  }
}
.page-header__cta svg {
  width: 20px;
  height: 24px;
  margin: 0 10px 0 0;
}

.page-header__breadcrumb {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .page-header__breadcrumb {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .page-header__breadcrumb {
    font-size: 21px;
  }
}
.page-header__breadcrumb a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.page-header__breadcrumb a:hover, .page-header__breadcrumb a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .page-header__breadcrumb {
    margin: 0 0 50px 0;
  }
}

.page-header__intro {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  margin: 20px auto 0 auto;
  max-width: 700px;
  width: 80%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .page-header__intro {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .page-header__intro {
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .page-header__intro {
    width: 70%;
    margin: 40px auto 0 auto;
  }
}

.page-header__intro a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.page-header__intro a:hover, .page-header__intro a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}

.page-header__cta-group {
  margin: 40px 0 0 0;
}
@media (min-width: 450px) {
  .page-header__cta-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
.page-header__cta-group .page-header__cta {
  margin-left: 10px;
  margin-right: 10px;
}

.join-header {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .join-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .join-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .join-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .join-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .join-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .join-header {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .join-header {
    padding: 80px 0 60px 0;
  }
}
@media (min-width: 768px) {
  .join-header {
    padding: 100px 0 60px 0;
  }
}

.join-header__title {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .join-header__title {
    font-size: 80px;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 2199px) {
  .join-header__title {
    font-size: calc(80px + (120 - 80) * (100vw - 600px) / (2200 - 600));
  }
}
@media (min-width: 600px) and (min-width: 2200px) {
  .join-header__title {
    font-size: 120px;
  }
}

.join-header__breadcrumb {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .join-header__breadcrumb {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .join-header__breadcrumb {
    font-size: 21px;
  }
}
.join-header__breadcrumb a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.join-header__breadcrumb a:hover, .join-header__breadcrumb a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .join-header__breadcrumb {
    margin: 0 0 60px 0;
  }
}

.join-header__intro {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  margin: 20px auto 0 auto;
  max-width: 700px;
  width: 90%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .join-header__intro {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .join-header__intro {
    font-size: 30px;
  }
}
@media (min-width: 450px) {
  .join-header__intro {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .join-header__intro {
    width: 60%;
  }
}

.join-header__buttons {
  position: absolute;
  left: 0;
  top: 100px;
  max-width: 140px;
  width: 20%;
  display: none;
}
@media (min-width: 960px) {
  .join-header__buttons {
    display: block;
  }
}
@media (min-width: 1400px) {
  .join-header__buttons {
    max-width: 160px;
    left: calc(50% - 600px);
  }
}

.join-header__actions {
  text-align: left;
  margin: 20px 0 0 0;
}
@media (min-width: 600px) {
  .join-header__actions {
    margin: 30px 0 60px;
  }
}

.join-header__action {
  margin: 30px 0 0 0;
}
@media (min-width: 600px) {
  .join-header__action {
    margin: 40px 0 80px;
  }
}

.page-body {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .page-body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .page-body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .page-body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .page-body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .page-body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .page-body {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .page-body {
    padding-bottom: 200px;
  }
}

.page-body .gutenberg-blocks {
  margin: 0 auto;
}

.page-body__feat-img {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .page-body__feat-img {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .page-body__feat-img {
    margin-bottom: 100px;
  }
}
.page-body__feat-img figcaption {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}

.page-body__img-wrapper {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
}
.page-body__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.bg-line {
  position: absolute;
  width: 30%;
  max-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: #fff4f4;
  height: 100%;
  z-index: -1;
}

.social-links {
  display: flex;
  flex-direction: row;
  position: relative;
}

.social-link svg {
  width: 18px;
  height: 18px;
  transition: fill 0.2s;
}

.social-links--buttons .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: background-color 0.2s;
  margin: 0 3px;
}
.social-links--buttons .social-link:first-child {
  margin-left: 0;
}
.social-links--buttons .social-link:last-child {
  margin-right: 0;
}

.social-links--buttons.social-links--light .social-link {
  background-color: #ff352e;
  background-color: var(--primary);
}
.social-links--buttons.social-links--light .social-link svg {
  fill: #ffffff;
}
.social-links--buttons.social-links--light .social-link:hover, .social-links--buttons.social-links--light .social-link:focus {
  background-color: #001c60;
}

.social-links--buttons.social-links--dark .social-link {
  background-color: #ffffff;
}
.social-links--buttons.social-links--dark .social-link svg {
  fill: #001c60;
  transition: fill 0.2s;
}
.social-links--buttons.social-links--dark .social-link:hover, .social-links--buttons.social-links--dark .social-link:focus {
  background-color: #ff352e;
  background-color: var(--primary);
}
.social-links--buttons.social-links--dark .social-link:hover svg, .social-links--buttons.social-links--dark .social-link:focus svg {
  fill: #ffffff;
}

.social-links--icons .social-link {
  padding: 0 10px;
}
@media (min-width: 600px) {
  .social-links--icons .social-link {
    padding: 0 5px;
  }
}

.social-links--icons.social-links--light .social-link svg {
  fill: #ff352e;
  fill: var(--primary);
}
.social-links--icons.social-links--light .social-link:hover svg, .social-links--icons.social-links--light .social-link:focus svg {
  fill: #0136c3;
  fill: var(--secondary);
}

.social-links--icons.social-links--dark .social-link svg {
  fill: #ffffff;
}
.social-links--icons.social-links--dark .social-link:hover svg, .social-links--icons.social-links--dark .social-link:focus svg {
  fill: #ff352e;
}

.share {
  position: relative;
}

.share__list {
  display: flex;
  position: relative;
}

.share__list-item {
  flex-shrink: 0;
  margin: 0 3px;
}
.share__list-item:first-child {
  margin-left: 0;
}
.share__list-item:last-child {
  margin-right: 0;
}

.share__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff352e;
  background-color: var(--primary);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.share__link svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.share__link:hover, .share__link:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
}

.home-header {
  position: relative;
}

.home-header__intro {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .home-header__intro {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .home-header__intro {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .home-header__intro {
    padding: 80px;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .home-header__intro {
    margin: 0 0 40px 0;
  }
}

.home-header__ani {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .home-header__ani {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .home-header__ani {
    font-size: 20px;
  }
}

.home-header__ani-text {
  color: #ff352e;
  color: var(--primary);
}

.home-header__title {
  font-size: 30px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  margin: 30px auto;
  max-width: 700px;
  width: 80%;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .home-header__title {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .home-header__title {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .home-header__title {
    margin: 40px auto;
  }
}
@media (min-width: 1400px) {
  .home-header__title {
    margin: 60px auto;
  }
}

.home-header__cta {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  display: inline-block;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .home-header__cta {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .home-header__cta {
    font-size: 20px;
  }
}
.home-header__cta svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.home-header__cta:not(:disabled):hover, .home-header__cta:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.home-header__cta:not(:disabled):hover svg, .home-header__cta:not(:disabled):focus svg {
  fill: var(--primary);
}
.home-header__cta:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.home-header__link {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
  display: inline-block;
  margin: 20px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .home-header__link {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .home-header__link {
    font-size: 20px;
  }
}
.home-header__link:active {
  outline: 0;
}
.home-header__link:hover, .home-header__link:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}

.home-header__bg {
  position: absolute;
  width: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 500px;
}
@media (min-width: 768px) {
  .home-header__bg {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .home-header__bg {
    width: 30%;
  }
}

.home-header__about {
  background-color: #fff4f4;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .home-header__about {
    max-width: 260px;
    width: 20%;
    position: absolute;
    bottom: 50px;
    left: 40px;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .home-header__about-list {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}

.home-header__about-list li {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid #fed7d6;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .home-header__about-list li {
    margin: 0 10px;
    padding: 0;
    border: 0;
  }
}

.home-header__about-link {
  color: #ff352e;
  color: #001c60;
  text-decoration: none;
  transition: color 0.15s;
  display: flex;
}
.home-header__about-link:active {
  outline: 0;
}
.home-header__about-link:hover, .home-header__about-link:focus {
  color: #0136c3;
  color: #ff352e;
  cursor: pointer;
}
.home-header__about-link:before {
  content: url(../static/img/check-mark.svg);
  padding: 0 10px 0 0;
  flex-shrink: 0;
}

.text-hero {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .text-hero {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .text-hero {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .text-hero {
    padding: 80px;
  }
}

.text-hero__inner {
  padding: 60px 0 20px 0;
}
@media (min-width: 600px) {
  .text-hero__inner {
    padding: 120px 0;
  }
}
@media (min-width: 1800px) {
  .text-hero__inner {
    padding: 160px 0;
  }
}

.text-hero__kicker {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .text-hero__kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .text-hero__kicker {
    font-size: 21px;
  }
}
.text-hero__kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.text-hero__kicker a:hover, .text-hero__kicker a:focus {
  color: #001c60;
}
@media (min-width: 600px) {
  .text-hero__kicker {
    margin: 0 0 40px 0;
  }
}

.text-hero__text {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .text-hero__text {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .text-hero__text {
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .text-hero__text {
    max-width: 700px;
  }
}
@media (min-width: 1800px) {
  .text-hero__text {
    max-width: 1000px;
  }
}

.text-hero__button {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .text-hero__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .text-hero__button {
    font-size: 20px;
  }
}
.text-hero__button svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.text-hero__button:not(:disabled):hover, .text-hero__button:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.text-hero__button:not(:disabled):hover svg, .text-hero__button:not(:disabled):focus svg {
  fill: var(--primary);
}
.text-hero__button:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}
@media (min-width: 600px) {
  .text-hero__button {
    margin: 40px 0 0 0;
  }
}

.text-hero__bg {
  display: none;
}
@media (min-width: 600px) {
  .text-hero__bg {
    display: block;
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 1800px;
  }
}
@media (min-width: 1200px) {
  .text-hero__bg {
    width: 80%;
  }
}

.promo-grid {
  display: flex;
  flex-wrap: wrap;
}

.promo-grid__block-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) and (max-width: 1199px) {
  .promo-grid__block-wrapper {
    flex-direction: row;
  }
  .promo-grid__block-wrapper:nth-child(2), .promo-grid__block-wrapper:nth-child(4) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .promo-grid__block-wrapper {
    width: 50%;
    flex-direction: row;
  }
  .promo-grid__block-wrapper:nth-child(1), .promo-grid__block-wrapper:nth-child(2) {
    flex-direction: row-reverse;
  }
}

.promo-grid__block {
  width: 100%;
  flex-shrink: 0;
  height: 300px;
}
@media (min-width: 600px) {
  .promo-grid__block {
    width: 50%;
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .promo-grid__block {
    height: 450px;
  }
}
@media (min-width: 1800px) {
  .promo-grid__block {
    height: 500px;
  }
}
.promo-grid__block > * {
  height: 100%;
}

.promo-grid__image {
  background-size: cover;
  background-position: top center;
}

.text-cta {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 600px) {
  .text-cta {
    padding: 40px;
  }
}

.text-cta__title {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 20px 0;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .text-cta__title {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .text-cta__title {
    font-size: 50px;
  }
}

.text-cta__desc {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .text-cta__desc {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .text-cta__desc {
    font-size: 20px;
  }
}

.text-cta__button {
  margin: 30px 0 0 0;
}

.text-cta__top {
  width: 100%;
}

.text-cta--red {
  background-color: #ff352e;
  background-color: var(--primary);
}
.text-cta--red .text-cta__title,
.text-cta--red .text-cta__desc {
  color: #ffffff;
}
.text-cta--red .text-cta__button {
  border-color: #ff352e;
  border-color: #ffffff;
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  border-width: 3px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .text-cta--red .text-cta__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .text-cta--red .text-cta__button {
    font-size: 20px;
  }
}
.text-cta--red .text-cta__button svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.text-cta--red .text-cta__button:hover, .text-cta--red .text-cta__button:focus {
  color: #0136c3;
  color: var(--pink);
  border-color: #0136c3;
  border-color: var(--pink);
  cursor: pointer;
  transform: scale(1.05);
}
.text-cta--red .text-cta__button:hover svg, .text-cta--red .text-cta__button:focus svg {
  fill: var(--pink);
}

.text-cta--light-blue {
  background-color: #ccd3e7;
}
.text-cta--light-blue .text-cta__title,
.text-cta--light-blue .text-cta__desc {
  color: #001c60;
}
.text-cta--light-blue .text-cta__button {
  border-color: #ff352e;
  border-color: #001c60;
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  border-width: 3px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .text-cta--light-blue .text-cta__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .text-cta--light-blue .text-cta__button {
    font-size: 20px;
  }
}
.text-cta--light-blue .text-cta__button svg {
  width: 15px;
  height: 15px;
  fill: #001c60;
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.text-cta--light-blue .text-cta__button:hover, .text-cta--light-blue .text-cta__button:focus {
  color: #0136c3;
  color: var(--secondary);
  border-color: #0136c3;
  border-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.text-cta--light-blue .text-cta__button:hover svg, .text-cta--light-blue .text-cta__button:focus svg {
  fill: var(--secondary);
}

.column-text {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}

.column-text__left {
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #fed7d6;
}
@media (min-width: 768px) {
  .column-text__left {
    border-right: 1px solid #fed7d6;
    border-bottom: 0;
    width: 50%;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .column-text__left {
    padding: 0 60px 0 0;
  }
}

.column-text__right {
  width: 100%;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .column-text__right {
    width: 50%;
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .column-text__right {
    padding: 0 0 0 60px;
  }
}

.column-text__header {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0 0 10px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .column-text__header {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .column-text__header {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .column-text__header {
    margin: 0 0 15px 0;
  }
}

.column-text__text p {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .column-text__text p {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .column-text__text p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .column-text__text p {
    font-size: 21px;
  }
}
.column-text__text p:last-child {
  margin-bottom: 0;
}
.column-text__text p a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.column-text__text p a:hover, .column-text__text p a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}

.link-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background-color 0.3s;
  text-align: center;
  padding: 30px 0;
}
.link-block:hover .link-block__small-text, .link-block:focus .link-block__small-text {
  transform: rotate(-5deg);
}

.link-block__small-text {
  transition: transform 0.3s;
  padding: 0 2px;
}

.link-block__large-text {
  display: block;
  margin: 40px auto 0 auto;
  width: 80%;
}

.link-block--pink {
  background-color: #ffe5e4;
  background-color: var(--pink);
}
.link-block--pink .link-block__small-text {
  font-size: 17px;
  color: #001c60;
  color: var(--primary);
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-red.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .link-block--pink .link-block__small-text {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .link-block--pink .link-block__small-text {
    font-size: 21px;
  }
}
.link-block--pink .link-block__small-text a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.link-block--pink .link-block__small-text a:hover, .link-block--pink .link-block__small-text a:focus {
  color: #001c60;
}
.accessible-colors .link-block--pink .link-block__small-text {
  color: #001c60;
  background: url(../static/img/underline-blue.svg) repeat-x 100% 100%;
}
.link-block--pink .link-block__large-text {
  font-size: 25px;
  color: #001c60;
  color: #ff352e;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .link-block--pink .link-block__large-text {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .link-block--pink .link-block__large-text {
    font-size: 50px;
  }
}
.accessible-colors .link-block--pink .link-block__large-text {
  color: #001c60;
}
.link-block--pink:hover, .link-block--pink:focus {
  background-color: #fed7d6;
}

.link-block--blue {
  background-color: #001c60;
}
.link-block--blue .link-block__small-text {
  font-size: 17px;
  color: #001c60;
  color: #ffffff;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-white.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .link-block--blue .link-block__small-text {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .link-block--blue .link-block__small-text {
    font-size: 21px;
  }
}
.link-block--blue .link-block__small-text a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.link-block--blue .link-block__small-text a:hover, .link-block--blue .link-block__small-text a:focus {
  color: #001c60;
}
.link-block--blue .link-block__large-text {
  font-size: 25px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .link-block--blue .link-block__large-text {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .link-block--blue .link-block__large-text {
    font-size: 50px;
  }
}
.link-block--blue:hover, .link-block--blue:focus {
  background-color: #0136c3;
}

.nav-links {
  display: none;
}
@media (min-width: 960px) {
  .nav-links {
    display: flex;
  }
}

.nav-links__item {
  position: relative;
}
.nav-links__item:not(:first-child) {
  margin: 0 0 0 20px;
}
.nav-links__item:hover .nav-links__drop {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}
.nav-links__item:focus-within .nav-links__drop {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.nav-links__link {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
  padding: 0 0 2px 0;
  position: relative;
  z-index: 6;
  text-decoration: none;
  transition: color 0.15s, box-shadow 0.2s;
}
.nav-links__link:active {
  outline: 0;
}
.nav-links__link:hover, .nav-links__link:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}
.nav-links__link:active {
  outline: 0;
}
.nav-links__link:hover, .nav-links__link:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -2px 0 0 var(--secondary);
}
.nav-links__link.active {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -2px 0 0 var(--secondary);
}

.nav-links__drop {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  padding: 20px 0 0 0;
  z-index: 5;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.15s;
  opacity: 0;
}
.nav-links__drop:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fed7d6;
  position: absolute;
  left: 50%;
  top: 0;
}

.nav-links__drop-item {
  border-top: 1px solid #fed7d6;
  border-left: 1px solid #fed7d6;
  border-right: 1px solid #fed7d6;
  overflow: hidden;
}
.nav-links__drop-item:first-child {
  border-radius: 15px 15px 0 0;
}
.nav-links__drop-item:last-child {
  border-radius: 0 0 15px 15px;
  border-bottom: 1px solid #fed7d6;
}

.nav-links__drop-link {
  color: #001c60;
  color: var(--secondary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px;
  background-color: #ffffff;
  display: block;
  white-space: nowrap;
}
.nav-links__drop-link:hover, .nav-links__drop-link:focus {
  background-color: #ffe5e4;
  background-color: var(--pink);
  color: #ff352e;
  color: var(--primary);
}

.story-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .story-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .story-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .story-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .story-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .story-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .story-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .story-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.story-header__text {
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) {
  .story-header__text {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .story-header__text {
    width: 70%;
  }
}

.story-header__image {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 960px) {
  .story-header__image {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header__image {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .story-header__image {
    width: 50%;
    flex-shrink: 0;
    margin: 0;
  }
}

.story-header__figure {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 100%;
}
.story-header__figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.story-header__image-title {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 8px 0;
  text-align: center;
}
@media (min-width: 960px) {
  .story-header__image-title {
    text-align: right;
  }
}

.story-header__title {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  margin: 0 0 30px 0;
}
@media (min-width: 380px) and (max-width: 2299px) {
  .story-header__title {
    font-size: calc(30px + (80 - 30) * (100vw - 380px) / (2300 - 380));
  }
}
@media (min-width: 2300px) {
  .story-header__title {
    font-size: 80px;
  }
}
@media (min-width: 600px) {
  .story-header__title {
    margin: 0 0 40px 0;
  }
}

.story-header__breadcrumb {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .story-header__breadcrumb {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .story-header__breadcrumb {
    font-size: 21px;
  }
}
.story-header__breadcrumb a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.story-header__breadcrumb a:hover, .story-header__breadcrumb a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .story-header__breadcrumb {
    margin: 0 0 50px 0;
  }
}

.story-header__intro {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 30px auto 0 auto;
  max-width: 700px;
  padding: 25px 0 0 0;
  border-top: 1px solid #fed7d6;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .story-header__intro {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .story-header__intro {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .story-header__intro {
    margin: 40px auto 0 auto;
  }
}
@media (min-width: 960px) {
  .story-header__intro {
    border-bottom: 1px solid #fed7d6;
    padding: 25px 0;
  }
}

.story-header__share {
  margin: 30px 0 0 0;
}
@media (min-width: 600px) {
  .story-header__share {
    margin: 40px 0 0 0;
  }
}
.story-header__share .share__list {
  justify-content: center;
}

.story-header__share-label {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.story-header__video {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .story-header__video {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header__video {
    margin-top: 80px;
  }
}

.story-header__video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.story-header__video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .story-header--with-image {
    display: flex;
    justify-content: stretch;
    align-items: flex-end;
  }
  .story-header--with-image .story-header__text {
    padding-right: 20px;
    width: 100%;
    flex-shrink: 1;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 960px) and (min-width: 768px) {
  .story-header--with-image .story-header__text {
    padding-right: 40px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .story-header--with-image .story-header__text {
    padding-right: 60px;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .story-header--with-image .story-header__text {
    padding-right: 80px;
  }
}
@media (min-width: 960px) {
  .story-header--with-image .story-header__intro {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 960px) {
  .story-header--with-image .share__list {
    justify-content: flex-start;
  }
}
@media (min-width: 960px) {
  .story-header--with-image .story-header__share {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .story-header--with-image .story-header__share-label {
    margin: 0 15px 0 0;
  }
}

.story-header--video {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #001c60;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 960px) {
  .story-header--video {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header--video {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .story-header--video {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .story-header--video {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header--video {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .story-header--video {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .story-header--video {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .story-header--video {
    padding-right: 80px;
  }
}
@media (min-width: 600px) {
  .story-header--video {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 600px) and (min-width: 768px) {
  .story-header--video {
    margin-left: 40px;
  }
}
@media (min-width: 600px) and (min-width: 960px) {
  .story-header--video {
    margin-left: 60px;
  }
}
@media (min-width: 600px) and (min-width: 1200px) {
  .story-header--video {
    margin-left: 80px;
  }
}
@media (min-width: 600px) and (min-width: 768px) {
  .story-header--video {
    margin-right: 40px;
  }
}
@media (min-width: 600px) and (min-width: 960px) {
  .story-header--video {
    margin-right: 60px;
  }
}
@media (min-width: 600px) and (min-width: 1200px) {
  .story-header--video {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .story-header--video {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .story-header--video {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .story-header--video {
    padding-bottom: 80px;
  }
}
.story-header--video .story-header__title {
  color: #ffffff;
}
.story-header--video .story-header__intro {
  color: #ffffff;
  border-color: #465a8d;
}
.story-header--video .story-header__breadcrumb a:hover, .story-header--video .story-header__breadcrumb a:focus {
  color: #ffffff;
}
.story-header--video .story-header__share-label {
  color: #ffffff;
}

.story-body {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .story-body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .story-body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .story-body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .story-body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .story-body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .story-body {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .story-body {
    padding-bottom: 200px;
  }
}

.story-body .gutenberg-blocks {
  margin: 0 auto;
}

.story-body__share {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 960px) {
  .story-body__share {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .story-body__share {
    margin-top: 80px;
  }
}
.story-body__share .share__list {
  justify-content: center;
}

.story-body__share-header {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.news-header {
  margin-left: 20px;
  margin-right: 20px;
  padding: 60px 0 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .news-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .news-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .news-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .news-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .news-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .news-header {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .news-header {
    padding: 80px 0 40px 0;
  }
}
@media (min-width: 768px) {
  .news-header {
    padding: 100px 0 60px 0;
  }
}
@media (min-width: 960px) {
  .news-header {
    padding: 140px 0 80px 0;
  }
}

.news-header__text {
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) {
  .news-header__text {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .news-header__text {
    width: 70%;
  }
}

.news-header__image {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 960px) {
  .news-header__image {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .news-header__image {
    margin-top: 80px;
  }
}

.news-header__figure {
  width: 100%;
}

.news-header__img-wrapper {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
}
.news-header__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.news-header__image-title {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}

.news-header__title {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 auto 30px auto;
  max-width: 800px;
  line-height: 1.2em;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .news-header__title {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .news-header__title {
    font-size: 50px;
  }
}
@media (min-width: 600px) {
  .news-header__title {
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 1800px) {
  .news-header__title {
    max-width: 1000px;
  }
}

.news-header__breadcrumb {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .news-header__breadcrumb {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .news-header__breadcrumb {
    font-size: 21px;
  }
}
.news-header__breadcrumb a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.news-header__breadcrumb a:hover, .news-header__breadcrumb a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .news-header__breadcrumb {
    margin: 0 0 50px 0;
  }
}

.news-header__date {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 30px auto 0 auto;
  max-width: 400px;
  width: 60%;
  padding: 15px 0;
  border-top: 1px solid #fed7d6;
  border-bottom: 1px solid #fed7d6;
}
@media (min-width: 600px) {
  .news-header__date {
    margin: 40px auto 0 auto;
  }
}

.news-header__share {
  margin: 30px 0 0 0;
}
@media (min-width: 600px) {
  .news-header__share {
    margin: 40px 0 0 0;
  }
}
.news-header__share .share__list {
  justify-content: center;
}

.news-intro__figure {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .news-intro__figure {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .news-intro__figure {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .news-intro__figure {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .news-intro__figure {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .news-intro__figure {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .news-intro__figure {
    margin-right: 80px;
  }
}
@media (min-width: 960px) {
  .news-intro__figure {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .news-intro__figure {
    margin-bottom: 80px;
  }
}

.news-intro__img-wrapper {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
}
.news-intro__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.news-intro__text {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  text-align: center;
  border-top: 1px solid #fed7d6;
  padding: 20px;
  background-color: #ffffff;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .news-intro__text {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .news-intro__text {
    font-size: 20px;
  }
}
.news-intro__text a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.news-intro__text a:hover, .news-intro__text a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}

.news-body {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .news-body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .news-body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .news-body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .news-body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .news-body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .news-body {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .news-body {
    padding-bottom: 200px;
  }
}

.news-body .gutenberg-blocks {
  margin: 0 auto;
}

.news-body__contact {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  text-align: center;
  border-top: 1px solid #fed7d6;
  padding: 20px;
  background-color: #ffffff;
}
.news-body__contact a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.news-body__contact a:hover, .news-body__contact a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}

.stories-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .stories-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .stories-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .stories-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .stories-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .stories-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .stories-header {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .stories-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .stories-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .stories-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.stories-header__inner {
  z-index: 2;
  position: relative;
}

.stories-header__featured {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
@media (min-width: 600px) {
  .stories-header__featured {
    width: 90%;
    padding: 0;
  }
}

.stories-header__featured-card {
  padding: 40px 20px;
  border: 1px solid #fed7d6;
  background-color: #ffffff;
  max-width: 1000px;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .stories-header__featured-card {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .stories-header__featured-card {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .stories-header__featured-card {
    padding: 80px;
  }
}
@media (min-width: 600px) {
  .stories-header__featured-card {
    box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
    width: 80%;
    margin: -40px auto 0 auto;
  }
}
@media (min-width: 960px) {
  .stories-header__featured-card {
    margin: -80px auto 0 auto;
  }
}

.stories-header__featured-title {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 1999px) {
  .stories-header__featured-title {
    font-size: calc(25px + (60 - 25) * (100vw - 600px) / (2000 - 600));
  }
}
@media (min-width: 2000px) {
  .stories-header__featured-title {
    font-size: 60px;
  }
}

.stories-header__featured-cat {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 15px 0;
  display: block;
}
@media (min-width: 960px) {
  .stories-header__featured-cat {
    margin: 0 0 20px 0;
  }
}

.stories-header__featured-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.stories-header__featured-image:hover .stories-header__featured-screen, .stories-header__featured-image:focus .stories-header__featured-screen {
  opacity: 0;
}
.stories-header__featured-image:hover .stories-header__featured-figure, .stories-header__featured-image:focus .stories-header__featured-figure {
  filter: grayscale(0);
  transform: scale(1.05);
}

.stories-header__featured-figure {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
  filter: grayscale(1);
  transition: filter 0.3s, transform 0.5s;
}
.stories-header__featured-figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.stories-header__featured-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0136c3;
  background-color: var(--secondary);
  display: block;
  z-index: 2;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .stories-header__featured-screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .stories-header__featured-screen {
    display: none !important;
  }
}

.stories-header__title {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .stories-header__title {
    font-size: 80px;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 2199px) {
  .stories-header__title {
    font-size: calc(80px + (120 - 80) * (100vw - 600px) / (2200 - 600));
  }
}
@media (min-width: 600px) and (min-width: 2200px) {
  .stories-header__title {
    font-size: 120px;
  }
}

.stories-header__breadcrumb {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .stories-header__breadcrumb {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .stories-header__breadcrumb {
    font-size: 21px;
  }
}
.stories-header__breadcrumb a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.stories-header__breadcrumb a:hover, .stories-header__breadcrumb a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .stories-header__breadcrumb {
    margin: 0 0 50px 0;
  }
}

.stories-header__intro {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 20px auto 0 auto;
  max-width: 260px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .stories-header__intro {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .stories-header__intro {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .stories-header__intro {
    margin: 40px auto 0 auto;
  }
}

.stories-header__cta {
  border-color: #ff352e;
  border-color: var(--primary);
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  border-width: 3px;
  display: inline-block;
  margin: 40px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .stories-header__cta {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .stories-header__cta {
    font-size: 20px;
  }
}
.stories-header__cta svg {
  width: 15px;
  height: 15px;
  fill: var(--primary);
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.stories-header__cta:hover, .stories-header__cta:focus {
  color: #0136c3;
  color: var(--secondary);
  border-color: #0136c3;
  border-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.stories-header__cta:hover svg, .stories-header__cta:focus svg {
  fill: var(--secondary);
}

.stories-header__bg {
  margin-top: 40px;
  margin-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .stories-header__bg {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .stories-header__bg {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .stories-header__bg {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .stories-header__bg {
    margin-bottom: 80px;
  }
}

.stories-header__bg-img {
  position: absolute;
  background-size: contain;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 800px;
  z-index: -1;
}
@media (min-width: 1400px) {
  .stories-header__bg-img {
    background-size: 50%;
  }
}

.archive-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fed7d6;
  background-color: #fff4f4;
  box-shadow: 0 -1px 0 rgba(255, 53, 45, 0.2) inset;
  min-height: 1px;
}

@media (min-width: 600px) and (max-width: 767px) {
  .archive-grid > *:nth-child(2n+2) {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .archive-grid > *:nth-child(3n+3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .archive-grid > *:nth-child(4n+4) {
    border-right: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .archive-grid .post-tease,
.archive-grid .text-cta {
    padding: 30px;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .archive-grid .post-tease,
.archive-grid .text-cta {
    padding: 20px;
    width: 33.3%;
  }
}
@media (min-width: 960px) {
  .archive-grid .post-tease,
.archive-grid .text-cta {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .archive-grid .post-tease,
.archive-grid .text-cta {
    padding: 40px;
    width: 25%;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .archive-grid .text-cta {
    text-align: center;
    align-items: center;
  }
}

.pagination {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .pagination {
    margin: 0 auto;
    transform: translateX(1px);
  }
}
@media (min-width: 768px) {
  .pagination {
    justify-content: space-between;
    width: 100%;
  }
}

.pagination__list {
  display: none;
}
@media (min-width: 768px) {
  .pagination__list {
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }
}

.pagination__link {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
  padding: 20px 8px;
  display: block;
}
.pagination__link:active {
  outline: 0;
}
.pagination__link:hover, .pagination__link:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}
.pagination__link.current {
  color: #ff352e;
  color: #001c60;
  text-decoration: none;
  transition: color 0.15s;
}
.pagination__link.current:active {
  outline: 0;
}
.pagination__link.current:hover, .pagination__link.current:focus {
  color: #0136c3;
  color: var(--primary);
  cursor: pointer;
}

.pagination__next-prev {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
  display: flex;
  align-items: center;
  padding: 20px;
}
.pagination__next-prev:active {
  outline: 0;
}
.pagination__next-prev:hover, .pagination__next-prev:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  .pagination__next-prev:first-child {
    border-right: 1px solid #fed7d6;
  }
}
.pagination__next-prev svg {
  fill: #ff352e;
  fill: var(--primary);
  width: 14px;
  height: 12px;
  margin: 0 8px;
  flex-shrink: 0;
  transition: fill 0.2s;
}
.pagination__next-prev:hover, .pagination__next-prev:focus {
  color: #0136c3;
  color: var(--secondary);
}
.pagination__next-prev:hover svg, .pagination__next-prev:focus svg {
  fill: #0136c3;
  fill: var(--secondary);
}
.pagination__next-prev.disabled {
  color: rgba(255, 53, 45, 0.2);
  pointer-events: none;
}
.pagination__next-prev.disabled svg {
  fill: rgba(255, 53, 45, 0.2);
}

.factoid {
  width: 80%;
  margin: 100px auto 0 auto;
  max-width: 500px;
  text-align: center;
}
@media (min-width: 1200px) {
  .factoid {
    max-width: 700px;
  }
}

.factoid:after {
  content: "";
  display: block;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  margin: 60px 0 0 0;
}
@media (min-width: 768px) {
  .factoid:after {
    height: 200px;
  }
}

.factoid__kicker {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .factoid__kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .factoid__kicker {
    font-size: 21px;
  }
}
.factoid__kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.factoid__kicker a:hover, .factoid__kicker a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .factoid__kicker {
    margin: 0 0 50px 0;
  }
}

.factoid__fact {
  font-size: 25px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .factoid__fact {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .factoid__fact {
    font-size: 50px;
  }
}

.factoid__source {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  width: 80%;
  margin: 20px auto 0 auto;
  border-top: 1px solid #fed7d6;
  padding: 20px 0 0 0;
}
@media (min-width: 600px) {
  .factoid__source {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .factoid__source {
    width: 200px;
    margin: 40px auto 0 auto;
  }
}

.actions {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.actions__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.actions__header {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .actions__header {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .actions__header {
    font-size: 23px;
  }
}

.actions__link {
  margin: 0 0 10px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .actions__link {
    margin: 1%;
    width: 48%;
  }
}
@media (min-width: 960px) {
  .actions__link {
    margin: 0.66%;
    width: 32%;
  }
}
.actions__link:hover .actions__card, .actions__link:focus .actions__card {
  transform: translateY(-5px);
}
.actions__link:hover .actions__arrow, .actions__link:focus .actions__arrow {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.actions__link:hover .actions__title, .actions__link:focus .actions__title {
  color: #ff352e;
  color: var(--primary);
}

.actions__card {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  border: 1px solid var(--pink);
  transition: transform 0.3s;
  background-color: #ffffff;
  border-radius: 15px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.actions__card-text {
  position: relative;
  padding: 20px;
}
@media (min-width: 960px) {
  .actions__card-text {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .actions__card-text {
    padding: 40px;
  }
}

.actions__card-text-inner {
  position: relative;
  z-index: 2;
}

.actions__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  transition: color 0.2s;
  margin: 30px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .actions__title {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .actions__title {
    font-size: 25px;
  }
}

.actions__kicker {
  font-size: 17px;
  color: #001c60;
  color: var(--primary);
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .actions__kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .actions__kicker {
    font-size: 21px;
  }
}
.actions__kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.actions__kicker a:hover, .actions__kicker a:focus {
  color: #001c60;
}

.actions__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 20px), -50%);
  fill: #fff4f4;
  z-index: 1;
  width: 80px;
  height: 80px;
  transition: transform 0.4s, opacity 0.15s;
  opacity: 0;
}
@media (min-width: 960px) {
  .actions__arrow {
    width: 120px;
    height: 120px;
  }
}

.recirc {
  border-top: 1px solid #fed7d6;
  background-color: #fff4f4;
}
@media (min-width: 600px) {
  .recirc {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .recirc .post-tease:last-child {
    padding: 20px 20px 80px 20px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .recirc .post-tease {
    padding: 30px 30px 80px 30px;
    width: 50%;
  }
  .recirc .post-tease:nth-of-type(2) {
    border-right: 0;
  }
  .recirc .post-tease:nth-of-type(3), .recirc .post-tease:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .recirc .post-tease {
    padding: 20px 20px 80px 20px;
    width: 33.3%;
  }
  .recirc .post-tease:nth-of-type(3) {
    border-right: 0;
  }
  .recirc .post-tease:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: 960px) {
  .recirc .post-tease {
    padding: 30px 30px 80px 30px;
  }
}
@media (min-width: 1200px) {
  .recirc .post-tease {
    padding: 40px 40px 80px 40px;
    width: 25%;
  }
  .recirc .post-tease:nth-of-type(4) {
    border-right: 0;
  }
}
.recirc .post-tease:last-child {
  border-right: 0;
}

.recirc__header {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0 13px 0;
  border-top: 1px solid #fed7d6;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .recirc__header {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .recirc__header {
    font-size: 23px;
  }
}

.post-tease {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #fed7d6;
  transition: background-color 0.15s;
  display: block;
}
@media (min-width: 600px) {
  .post-tease {
    border-right: 1px solid #fed7d6;
  }
  .post-tease:hover, .post-tease:focus {
    background-color: #001c60;
  }
  .post-tease:hover .post-tease__title,
.post-tease:hover .post-tease__date,
.post-tease:hover .post-tease__preview, .post-tease:focus .post-tease__title,
.post-tease:focus .post-tease__date,
.post-tease:focus .post-tease__preview {
    color: #ffffff;
  }
  .post-tease:hover .post-tease__cat, .post-tease:focus .post-tease__cat {
    color: #ffffff;
    opacity: 0.5;
  }
  .post-tease:hover .post-tease__screen, .post-tease:focus .post-tease__screen {
    opacity: 0;
  }
  .post-tease:hover .post-tease__figure, .post-tease:focus .post-tease__figure {
    filter: grayscale(0);
    transform: scale(1.05);
  }
  .post-tease:hover .post-tease__default-img, .post-tease:focus .post-tease__default-img {
    transform: scale(1.05);
  }
}

.post-tease--quote {
  background-color: #fff4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .post-tease--quote:hover .post-tease__quote, .post-tease--quote:focus .post-tease__quote {
    color: #ffffff;
  }
  .post-tease--quote:hover .post-tease__quote svg, .post-tease--quote:focus .post-tease__quote svg {
    fill: #465a8d;
  }
  .post-tease--quote:hover .post-tease__quote-title, .post-tease--quote:focus .post-tease__quote-title {
    color: #ffffff;
    border-top: 1px solid #465a8d;
  }
}

.post-tease__img {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #fff4f4;
}
@media (min-width: 600px) {
  .post-tease__img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .post-tease__img {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .post-tease__img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .post-tease__img {
    margin: 0 0 40px 0;
  }
}

.post-tease__figure {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 100%;
  filter: grayscale(1);
  transition: filter 0.3s, transform 0.5s;
}
.post-tease__figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.post-tease__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0136c3;
  background-color: var(--secondary);
  display: block;
  z-index: 2;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .post-tease__screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .post-tease__screen {
    display: none !important;
  }
}

.post-tease__default-img {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 0 20px 0;
  transition: transform 0.5s;
}
@media (min-width: 600px) {
  .post-tease__default-img {
    padding-top: 0;
    padding-bottom: 100%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .post-tease__default-img {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .post-tease__default-img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .post-tease__default-img {
    margin: 0 0 40px 0;
  }
}

.post-tease__default-img img {
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
}
@media (min-width: 600px) {
  .post-tease__default-img img {
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.post-tease__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  transition: color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .post-tease__title {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .post-tease__title {
    font-size: 25px;
  }
}

.post-tease__cat {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
  display: block;
  transition: color 0.15s, opacity 0.15s;
}

.post-tease__date {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  display: block;
  transition: color 0.15s;
}

.post-tease__preview {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0 0 0;
  transition: color 0.15s;
}

.post-tease__quote {
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  transition: color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .post-tease__quote {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .post-tease__quote {
    font-size: 25px;
  }
}
@media (min-width: 0) and (max-width: 599px) {
  .post-tease__quote {
    padding: 20px 0 0 0;
  }
}
.post-tease__quote svg {
  width: 46px;
  height: 35px;
  fill: rgba(255, 53, 45, 0.2);
  display: block;
  margin: 0 0 20px 0;
  transition: fill 0.15s;
}

.post-tease__quote-title {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  border-top: 1px solid #fed7d6;
  padding: 15px 0 0 0;
  margin: 30px 0 0 0;
  transition: color 0.15s, border 0.15s;
}
@media (min-width: 0) and (max-width: 599px) {
  .post-tease__quote-title {
    padding: 15px 0 20px 0;
  }
}

.start-button {
  background-color: #0136c3;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 600px) {
  .start-button {
    width: 110px;
    height: 110px;
    bottom: 20px;
    left: 20px;
  }
}
.start-button:hover, .start-button:focus {
  transform: scale(1.15);
}
.start-button:hover .start-button__bg, .start-button:focus .start-button__bg {
  transform: scale(1);
}

.start-button.hidden {
  transform: translateX(calc(-100% - 25px));
}

.start-button__text {
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.8em;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding: 0 0 0 6px;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .start-button__text {
    line-height: 1em;
  }
}

.start-button__text-1 {
  font-size: 18px;
  display: block;
  margin: 0 0 2px -2px;
}
@media (min-width: 600px) {
  .start-button__text-1 {
    font-size: 22px;
    margin: 0 0 2px -4px;
  }
}

.start-button__text-2 {
  font-size: 18px;
  display: block;
}
@media (min-width: 600px) {
  .start-button__text-2 {
    font-size: 22px;
  }
}

.start-button__bg {
  background-color: #ff352e;
  background-color: var(--primary);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s;
  transform: scale(0);
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 600px) {
  .start-button__bg {
    width: 110px;
    height: 110px;
  }
}

.goals {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.goals__goal {
  border-top: 1px solid #fed7d6;
  border-right: 1px solid #fed7d6;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .goals__goal {
    padding: 20px;
    width: 50%;
  }
  .goals__goal:nth-of-type(2n+2) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .goals__goal {
    width: 100%;
    flex: 1;
    flex-shrink: 1;
    padding: 30px;
    min-height: 270px;
  }
  .goals__goal:last-child {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .goals__goal {
    padding: 40px;
  }
}

.goals__header {
  font-size: 17px;
  color: #001c60;
  color: var(--primary);
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .goals__header {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .goals__header {
    font-size: 21px;
  }
}
.goals__header a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.goals__header a:hover, .goals__header a:focus {
  color: #001c60;
}

.goals__text {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .goals__text {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .goals__text {
    font-size: 25px;
  }
}

.goals__number {
  font-size: 80px;
  color: #001c60;
  color: #fff4f4;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
@media (min-width: 400px) and (max-width: 1799px) {
  .goals__number {
    font-size: calc(80px + (250 - 80) * (100vw - 400px) / (1800 - 400));
  }
}
@media (min-width: 1800px) {
  .goals__number {
    font-size: 250px;
  }
}

.intro-header {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  padding: 40px 0 60px 0;
}
@media (min-width: 768px) {
  .intro-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .intro-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .intro-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .intro-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .intro-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .intro-header {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .intro-header {
    padding: 40px 0 80px 0;
  }
}
@media (min-width: 768px) {
  .intro-header {
    padding: 40px 0 100px 0;
  }
}
@media (min-width: 960px) {
  .intro-header {
    padding: 40px 0 140px 0;
  }
}

.intro-header__title {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  max-width: 750px;
  width: 80%;
  margin: 0 auto 40px auto;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .intro-header__title {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .intro-header__title {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .intro-header__title {
    max-width: 800px;
  }
}

.intro-header__text {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 20px auto 0 auto;
  max-width: 500px;
  width: 80%;
}
@media (min-width: 768px) {
  .intro-header__text {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .intro-header__text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .intro-header__text {
    font-size: 21px;
  }
}
@media (min-width: 600px) {
  .intro-header__text {
    width: 70%;
    margin: 40px auto 0 auto;
  }
}

.intro-header__img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto 40px auto;
  position: relative;
  mask-image: radial-gradient(#ffffff, #000000);
}
.intro-header__img img {
  filter: grayscale(1) contrast(1.2);
}

.intro-header__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ff352e;
  background-color: var(--primary);
  display: block;
  z-index: 2;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .intro-header__screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .intro-header__screen {
    display: none !important;
  }
}

.intro-header__shirt {
  display: none;
}
@media (min-width: 960px) {
  .intro-header__shirt {
    display: block;
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .intro-header__shirt {
    bottom: 80px;
    width: 180px;
  }
}

.about-grid {
  background-color: #fff4f4;
}

@media (min-width: 600px) {
  .about-grid__row {
    display: flex;
  }
  .about-grid__row:last-child {
    flex-direction: row-reverse;
  }
}

.about-grid__text {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .about-grid__text {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .about-grid__text {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .about-grid__text {
    padding: 80px;
  }
}
@media (min-width: 600px) {
  .about-grid__text {
    width: 50%;
  }
}

.about-grid__img {
  background-size: cover;
  background-position: top center;
}
@media (min-width: 600px) {
  .about-grid__img {
    width: 50%;
  }
}
.about-grid__img img {
  opacity: 0;
}

.about-grid__text--facts {
  background-color: #ffe5e4;
  background-color: var(--pink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.about-grid__kicker {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-grid__kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-grid__kicker {
    font-size: 21px;
  }
}
.about-grid__kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.about-grid__kicker a:hover, .about-grid__kicker a:focus {
  color: #001c60;
}

.about-grid__list {
  width: 100%;
}

.about-grid__list-item {
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid rgba(255, 53, 46, 0.3);
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-grid__list-item {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-grid__list-item {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .about-grid__list-item {
    font-size: 25px;
    color: #001c60;
    color: var(--primary);
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.15em;
    letter-spacing: -0.03em;
    font-weight: 800;
  }
}
@media (min-width: 960px) and (min-width: 600px) and (max-width: 2499px) {
  .about-grid__list-item {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 960px) and (min-width: 2500px) {
  .about-grid__list-item {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .about-grid__list-item {
    padding: 30px 0 5px 0;
  }
}

.about-grid__list-cta {
  border-color: #ff352e;
  border-color: var(--primary);
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  border-width: 3px;
  margin: 40px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-grid__list-cta {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-grid__list-cta {
    font-size: 20px;
  }
}
.about-grid__list-cta svg {
  width: 15px;
  height: 15px;
  fill: var(--primary);
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.about-grid__list-cta:hover, .about-grid__list-cta:focus {
  color: #0136c3;
  color: var(--secondary);
  border-color: #0136c3;
  border-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.about-grid__list-cta:hover svg, .about-grid__list-cta:focus svg {
  fill: var(--secondary);
}

.about-grid__text--question {
  background-color: #ff352e;
  background-color: var(--primary);
}

.about-grid__question-header {
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-grid__question-header {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-grid__question-header {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .about-grid__question-header {
    font-size: 25px;
    color: #001c60;
    color: #ffffff;
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.15em;
    letter-spacing: -0.03em;
    font-weight: 800;
  }
}
@media (min-width: 960px) and (min-width: 600px) and (max-width: 2499px) {
  .about-grid__question-header {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 960px) and (min-width: 2500px) {
  .about-grid__question-header {
    font-size: 50px;
  }
}

.about-grid__question-text {
  color: #001c60;
  color: #ffffff;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 20px 0 0 0;
  max-width: 500px;
}
@media (min-width: 768px) {
  .about-grid__question-text {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .about-grid__question-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .about-grid__question-text {
    font-size: 21px;
  }
}

.about-grid__question-cta {
  border-color: #ff352e;
  border-color: #ffffff;
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  border-width: 3px;
  margin: 40px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-grid__question-cta {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-grid__question-cta {
    font-size: 20px;
  }
}
.about-grid__question-cta svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.about-grid__question-cta:hover, .about-grid__question-cta:focus {
  color: #0136c3;
  color: var(--pink);
  border-color: #0136c3;
  border-color: var(--pink);
  cursor: pointer;
  transform: scale(1.05);
}
.about-grid__question-cta:hover svg, .about-grid__question-cta:focus svg {
  fill: var(--pink);
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fed7d6;
  background-color: #fff4f4;
  box-shadow: 0 -1px 0 rgba(255, 53, 45, 0.2) inset;
}

.post-grid .post-tease {
  border-bottom: 1px solid #fed7d6;
}
@media (min-width: 600px) {
  .post-grid .post-tease {
    border-right: 1px solid #fed7d6;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .post-grid .post-tease {
    padding: 30px;
    width: 50%;
  }
  .post-grid .post-tease:nth-of-type(2n+2) {
    border-right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1399px) {
  .post-grid .post-tease {
    padding: 20px;
    width: 33.3%;
  }
  .post-grid .post-tease:nth-of-type(3n+3) {
    border-right: 0;
  }
}
@media (min-width: 960px) {
  .post-grid .post-tease {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .post-grid .post-tease {
    padding: 40px;
    width: 25%;
  }
  .post-grid .post-tease:nth-of-type(4n+4) {
    border-right: 0;
  }
}

.everytown-relationship {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .everytown-relationship {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .everytown-relationship {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .everytown-relationship {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .everytown-relationship {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .everytown-relationship {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .everytown-relationship {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .everytown-relationship {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .everytown-relationship {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .everytown-relationship {
    margin-right: 80px;
  }
}

.everytown-relationship__header {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .everytown-relationship__header {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .everytown-relationship__header {
    font-size: 50px;
  }
}

.everytown-relationship__img {
  width: 80%;
  max-width: 500px;
  margin: 60px auto 0 auto;
}
@media (min-width: 960px) {
  .everytown-relationship__img {
    margin: 80px auto 0 auto;
  }
}

.everytown-relationship__text {
  max-width: 1000px;
  margin: 60px auto 0 auto;
}
.everytown-relationship__text p {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .everytown-relationship__text p {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .everytown-relationship__text p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .everytown-relationship__text p {
    font-size: 21px;
  }
}
.everytown-relationship__text p:last-child {
  margin-bottom: 0;
}
.everytown-relationship__text p a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.everytown-relationship__text p a:hover, .everytown-relationship__text p a:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 #ccd3e7;
}
@media (min-width: 600px) {
  .everytown-relationship__text {
    display: flex;
  }
}
@media (min-width: 960px) {
  .everytown-relationship__text {
    margin: 80px auto 0 auto;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .everytown-relationship__text-left {
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 53, 46, 0.3);
  }
}
@media (min-width: 600px) {
  .everytown-relationship__text-left {
    width: 50%;
    padding: 0 40px 0 0;
    border-right: 1px solid rgba(255, 53, 46, 0.3);
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .everytown-relationship__text-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 600px) {
  .everytown-relationship__text-right {
    width: 50%;
    padding: 0 0 0 40px;
  }
}

.app-tease {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001c60;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .app-tease {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .app-tease {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .app-tease {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.app-tease__cols {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .app-tease__cols {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.app-tease__demo {
  position: relative;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .app-tease__demo {
    max-width: 280px;
    margin: 0;
  }
}

.app-tease__figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.app-tease__video {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  padding-top: 26%;
  padding-bottom: 22%;
  line-height: 0;
}

.app-tease__text {
  text-align: center;
  max-width: 600px;
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .app-tease__text {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 960px) {
  .app-tease__text {
    padding: 0 0 0 80px;
  }
}

.app-tease__header {
  font-size: 25px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .app-tease__header {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .app-tease__header {
    font-size: 50px;
  }
}
@media (min-width: 0) and (max-width: 449px) {
  .app-tease__header {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 450px) {
  .app-tease__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.app-tease__button {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .app-tease__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .app-tease__button {
    font-size: 20px;
  }
}
.app-tease__button svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.app-tease__button:not(:disabled):hover, .app-tease__button:not(:disabled):focus {
  color: #ffffff;
  color: #001c60;
  background-color: #0136c3;
  background-color: #ffffff;
  cursor: pointer;
  transform: scale(1.05);
}
.app-tease__button:not(:disabled):hover svg, .app-tease__button:not(:disabled):focus svg {
  fill: var(--primary);
}
.app-tease__button:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}
@media (min-width: 450px) {
  .app-tease__button {
    margin: 20px 10px 0 10px;
  }
}
@media (min-width: 768px) {
  .app-tease__button {
    margin: 40px 10px 0 10px;
  }
}
.app-tease__button svg {
  width: 20px;
  height: 24px;
  margin: 0 10px 0 0;
}

.app-tease__bg {
  position: absolute;
  width: 95%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  max-width: 1800px;
  mix-blend-mode: screen;
  opacity: 0.07;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .app-tease__bg {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .app-tease__bg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .app-tease__bg {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .app-tease__bg {
    width: 80%;
  }
}

.news-recirc {
  border-top: 1px solid #fed7d6;
  background-color: #001c60;
  width: 100%;
  padding: 80px 40px 120px 40px;
}

.news-recirc__text {
  width: 100%;
  text-align: center;
}

.news-recirc__title {
  max-width: 750px;
  margin: 0 auto;
}

.news-recirc__link {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .news-recirc__link {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .news-recirc__link {
    font-size: 50px;
  }
}
.news-recirc__link:active {
  outline: 0;
}
.news-recirc__link:hover, .news-recirc__link:focus {
  color: #0136c3;
  color: #ff352e;
  cursor: pointer;
}

.news-recirc__date {
  color: #465a8d;
  color: var(--pink);
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 30px 0 0 0;
  display: block;
  transition: color 0.15s;
}

.news-recirc__next {
  font-size: 17px;
  color: #001c60;
  color: #ffffff;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .news-recirc__next {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .news-recirc__next {
    font-size: 21px;
  }
}
.news-recirc__next a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.news-recirc__next a:hover, .news-recirc__next a:focus {
  color: #001c60;
}
.news-recirc__next a {
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
}
.news-recirc__next a:active {
  outline: 0;
}
.news-recirc__next a:hover, .news-recirc__next a:focus {
  color: #0136c3;
  color: #ff352e;
  cursor: pointer;
}

.victory-grid__grid {
  display: flex;
  flex-wrap: wrap;
}

.victory-grid__header {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .victory-grid__header {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .victory-grid__header {
    font-size: 23px;
  }
}

.victory-grid__link {
  width: 100%;
  padding: 20px;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 450px) {
  .victory-grid__link {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .victory-grid__link {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .victory-grid__link {
    padding: 30px;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .victory-grid__link {
    padding: 40px;
  }
}
.victory-grid__link:nth-child(1) {
  background-color: #ffe5e4;
  background-color: var(--pink);
  color: #ff352e;
  color: var(--primary);
}
.victory-grid__link:nth-child(2) {
  background-color: #ff352e;
  background-color: var(--primary);
  color: #ffe5e4;
  color: var(--pink);
}
.victory-grid__link:nth-child(3) {
  background-color: #001c60;
  color: #ccd3e7;
}
.victory-grid__link:nth-child(4) {
  background-color: #ccd3e7;
  color: #001c60;
}
.victory-grid__link:hover, .victory-grid__link:focus {
  background-color: #0136c3;
  background-color: var(--secondary);
  color: #ffffff;
}

.victory-grid__text {
  font-size: 18px;
  color: #001c60;
  color: inherit;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .victory-grid__text {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .victory-grid__text {
    font-size: 25px;
  }
}

.victory-grid__text:before {
  content: url(../static/img/victories-check-mark.svg);
  display: block;
  margin: 0 0 40px 0;
}
@media (min-width: 450px) {
  .victory-grid__text:before {
    margin: 0 0 60px 0;
  }
}
@media (min-width: 768px) {
  .victory-grid__text:before {
    margin: 0 0 80px 0;
  }
}

.victory-grid__date {
  color: #465a8d;
  color: inherit;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  margin: 10px 0 0 0;
}

.campaign__victories + * {
  border-top: 0;
}

.resource-list {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001340;
}
@media (min-width: 600px) {
  .resource-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .resource-list {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .resource-list {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.resource-list__inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .resource-list__inner {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .resource-list__inner {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .resource-list__inner {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .resource-list__inner {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .resource-list__inner {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .resource-list__inner {
    margin-right: 80px;
  }
}

.resource-list__header {
  font-size: 18px;
  color: #001c60;
  color: #465a8d;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .resource-list__header {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .resource-list__header {
    font-size: 23px;
  }
}

.resource-list__list {
  max-width: 800px;
  border-bottom: 1px solid #465a8d;
  margin: 0 auto;
}

.resource-list__item {
  border-top: 1px solid #465a8d;
}

.resource-list__link {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
  padding: 20px 0;
  display: block;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .resource-list__link {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .resource-list__link {
    font-size: 25px;
  }
}
.resource-list__link:active {
  outline: 0;
}
.resource-list__link:hover, .resource-list__link:focus {
  color: #0136c3;
  color: var(--primary);
  cursor: pointer;
}
@media (min-width: 768px) {
  .resource-list__link {
    padding: 30px 0;
  }
}
.accessible-colors .resource-list__link {
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
}
.accessible-colors .resource-list__link:active {
  outline: 0;
}
.accessible-colors .resource-list__link:hover, .accessible-colors .resource-list__link:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}

.resource-list + * {
  border-top: 0;
}

.mini-header {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .mini-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .mini-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .mini-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .mini-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .mini-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .mini-header {
    margin-right: 80px;
  }
}
.mini-header--default {
  padding: 60px 0 40px 0;
}
@media (min-width: 600px) {
  .mini-header--default {
    padding: 80px 0 40px 0;
  }
}
@media (min-width: 768px) {
  .mini-header--default {
    padding: 100px 0 60px 0;
  }
}
@media (min-width: 960px) {
  .mini-header--default {
    padding: 140px 0 80px 0;
  }
}
.mini-header--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 600px) {
  .mini-header--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .mini-header--large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .mini-header--large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.mini-header__title {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .mini-header__title {
    font-size: 80px;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 2199px) {
  .mini-header__title {
    font-size: calc(80px + (120 - 80) * (100vw - 600px) / (2200 - 600));
  }
}
@media (min-width: 600px) and (min-width: 2200px) {
  .mini-header__title {
    font-size: 120px;
  }
}

.mini-header__breadcrumb {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .mini-header__breadcrumb {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .mini-header__breadcrumb {
    font-size: 21px;
  }
}
.mini-header__breadcrumb a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.mini-header__breadcrumb a:hover, .mini-header__breadcrumb a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .mini-header__breadcrumb {
    margin: 0 0 50px 0;
  }
}

.mini-header__intro {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  margin: 20px auto 0 auto;
  max-width: 700px;
  width: 90%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .mini-header__intro {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .mini-header__intro {
    font-size: 30px;
  }
}
@media (min-width: 450px) {
  .mini-header__intro {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .mini-header__intro {
    width: 70%;
    margin: 40px auto 0 auto;
  }
}

.mini-header__button {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
  margin: 40px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .mini-header__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .mini-header__button {
    font-size: 20px;
  }
}
.mini-header__button svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.mini-header__button:not(:disabled):hover, .mini-header__button:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.mini-header__button:not(:disabled):hover svg, .mini-header__button:not(:disabled):focus svg {
  fill: var(--primary);
}
.mini-header__button:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.about-facts {
  display: flex;
  flex-wrap: wrap;
}

.about-facts__block {
  width: 100%;
  padding: 40px;
  min-height: 300px;
}
@media (min-width: 600px) {
  .about-facts__block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .about-facts__block {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .about-facts__block {
    padding: 50px;
  }
}
@media (min-width: 1800px) {
  .about-facts__block {
    padding: 60px;
  }
}

.about-facts__locations {
  background-color: #ffe5e4;
  background-color: var(--pink);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .about-facts__locations {
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}

.about-facts__locations-title {
  font-size: 25px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 10px 0;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .about-facts__locations-title {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .about-facts__locations-title {
    font-size: 50px;
  }
}
@media (min-width: 600px) {
  .about-facts__locations-title {
    max-width: 350px;
    margin: 0 0 20px 0;
  }
}

.about-facts__locations-link {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 var(--primary);
  transition: color 0.15s, box-shadow 0.25s;
}
.about-facts__locations-link:hover, .about-facts__locations-link:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 var(--secondary);
}

.about-facts__locations-img {
  max-width: 150px;
  width: 50%;
  margin: 0 0 20px 0;
  display: inline-block;
}
@media (min-width: 600px) {
  .about-facts__locations-img {
    margin: 0 0 60px 0;
  }
}

.about-facts__size {
  background-color: #ff352e;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-facts__size-sm {
  font-size: 17px;
  color: #001c60;
  color: var(--pink);
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-facts__size-sm {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-facts__size-sm {
    font-size: 21px;
  }
}
.about-facts__size-sm a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.about-facts__size-sm a:hover, .about-facts__size-sm a:focus {
  color: #001c60;
}
@media (min-width: 600px) {
  .about-facts__size-sm {
    margin: 0 0 10px 0;
  }
}

.about-facts__size-lg {
  font-size: 80px;
  color: #001c60;
  color: var(--pink);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1em;
  display: block;
  margin: -15px 0 5px 0;
}
@media (min-width: 400px) and (max-width: 1799px) {
  .about-facts__size-lg {
    font-size: calc(80px + (250 - 80) * (100vw - 400px) / (1800 - 400));
  }
}
@media (min-width: 1800px) {
  .about-facts__size-lg {
    font-size: 250px;
  }
}

.about-facts__supporters {
  font-size: 18px;
  color: #001c60;
  color: var(--pink);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .about-facts__supporters {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .about-facts__supporters {
    font-size: 25px;
  }
}

.about-facts__founder {
  background-color: #ccd3e7;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .about-facts__founder {
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}

.about-facts__founder-title {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 10px 0;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .about-facts__founder-title {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .about-facts__founder-title {
    font-size: 50px;
  }
}
@media (min-width: 600px) {
  .about-facts__founder-title {
    max-width: 350px;
    margin: 0 0 20px 0;
  }
}

.about-facts__founder-link {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  color: #ff352e;
  color: #001c60;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #001c60;
  transition: color 0.15s, box-shadow 0.25s;
}
.about-facts__founder-link:hover, .about-facts__founder-link:focus {
  color: #0136c3;
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 0 var(--secondary);
}

.about-facts__founder-img {
  max-width: 120px;
  width: 50%;
  margin: 0 0 20px 0;
  display: inline-block;
}
@media (min-width: 600px) {
  .about-facts__founder-img {
    margin: 0 0 60px 0;
  }
}

.about-facts__everytown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #001c60;
  text-align: center;
}
@media (min-width: 0) and (max-width: 599px) {
  .about-facts__everytown {
    padding-bottom: 80px;
  }
}

.about-facts__everytown-title {
  color: #001c60;
  color: #ccd3e7;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.about-facts__everytown-link {
  max-width: 140px;
  width: 80%;
  margin: 0 auto;
  display: block;
  transition: transform 0.2s;
}
@media (min-width: 1200px) {
  .about-facts__everytown-link {
    max-width: 180px;
  }
}
.about-facts__everytown-link:hover, .about-facts__everytown-link:focus {
  transform: scale(1.05);
}

.about-body {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .about-body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .about-body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .about-body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .about-body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .about-body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .about-body {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .about-body {
    padding-bottom: 80px;
  }
}

.about-body__hero {
  margin-bottom: 80px;
}
@media (min-width: 960px) {
  .about-body__hero {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .about-body__hero {
    margin-bottom: 140px;
  }
}

.about-body .gutenberg-blocks {
  margin: 0 auto;
}

.next-page {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding: 100px 0 140px 0;
}
@media (min-width: 768px) {
  .next-page {
    padding: 120px 0 160px 0;
  }
}
@media (min-width: 960px) {
  .next-page {
    padding: 160px 0 200px 0;
  }
}

.next-page__kicker {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .next-page__kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .next-page__kicker {
    font-size: 21px;
  }
}
.next-page__kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.next-page__kicker a:hover, .next-page__kicker a:focus {
  color: #001c60;
}
@media (min-width: 600px) {
  .next-page__kicker {
    margin: 0 0 30px 0;
  }
}

.next-page__text {
  position: relative;
  z-index: 2;
}

.next-page__link {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .next-page__link {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .next-page__link {
    font-size: 90px;
  }
}
.next-page__link:active {
  outline: 0;
}
.next-page__link:hover, .next-page__link:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}

.next-page__bg {
  position: absolute;
  width: 50%;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 300px;
}
@media (min-width: 600px) {
  .next-page__bg {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .next-page__bg {
    width: 30%;
  }
}

.event-search {
  position: relative;
}

.event-search__form {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  padding: 40px;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 450px) {
  .event-search__form {
    width: 75%;
  }
}
.event-search__form input {
  text-align: center;
}

.event-search__bg {
  display: none;
}
@media (min-width: 768px) {
  .event-search__bg {
    width: 100%;
    position: absolute;
    bottom: 40px;
    top: 40px;
    left: 0;
    z-index: 1;
    background-size: cover;
    display: block;
  }
}

.event-results {
  background-color: #001c60;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  min-height: 200px;
}

.event-results__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 80px;
  background-color: #fff4f4;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .event-results__inner {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .event-results__inner {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .event-results__inner {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .event-results__inner {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .event-results__inner {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .event-results__inner {
    padding-right: 80px;
  }
}
@media (min-width: 960px) {
  .event-results__inner {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .event-results__inner {
    padding-bottom: 80px;
  }
}

.events-results__header {
  margin: 20px 0 0 0;
  text-align: center;
}
.events-results__header:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fed7d6;
  margin: 20px auto 0 auto;
}

.event-results__header-text {
  font-size: 17px;
  color: #001c60;
  color: var(--primary);
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .event-results__header-text {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .event-results__header-text {
    font-size: 21px;
  }
}
.event-results__header-text a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.event-results__header-text a:hover, .event-results__header-text a:focus {
  color: #001c60;
}

.event-results__list {
  margin-bottom: 40px;
  border: 1px solid #fed7d6;
}
@media (min-width: 960px) {
  .event-results__list {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .event-results__list {
    margin-bottom: 80px;
  }
}

.event-results__item:not(:last-child) {
  border-bottom: 1px solid #fed7d6;
}

.event-results__link {
  position: relative;
  background-color: #ffffff;
  display: flex;
  transition: background-color 0.2s;
}
.event-results__link:hover, .event-results__link:focus {
  background-color: #ff352e;
  background-color: var(--primary);
}
.event-results__link:hover .event-results__left, .event-results__link:focus .event-results__left {
  border-color: rgba(255, 206, 205, 0.5);
}
.event-results__link:hover .event-results__state, .event-results__link:focus .event-results__state {
  color: rgba(255, 206, 205, 0.5);
}
.event-results__link:hover .event-results__title,
.event-results__link:hover .event-results__date,
.event-results__link:hover .event-results__info, .event-results__link:focus .event-results__title,
.event-results__link:focus .event-results__date,
.event-results__link:focus .event-results__info {
  color: #ffffff;
}
.event-results__link:hover .event-results__bg-state, .event-results__link:focus .event-results__bg-state {
  color: rgba(255, 206, 205, 0.5);
}

.event-results__date-box {
  border: 1px solid #fed7d6;
  border-radius: 15px;
  background-color: #ffffff;
  text-align: center;
  flex-shrink: 0;
  margin: 0 0 0 25px;
  display: flex;
}
@media (min-width: 600px) {
  .event-results__date-box {
    display: block;
    margin: 0 25px 0 0;
    width: 70px;
  }
}
@media (min-width: 960px) {
  .event-results__date-box {
    width: 100px;
    margin: 0 30px 0 0;
  }
}

.event-results__date-box-month {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 8px 12px;
  display: block;
  border-right: 1px solid #fed7d6;
}
@media (min-width: 600px) {
  .event-results__date-box-month {
    border-bottom: 1px solid #fed7d6;
    border-right: 0;
    padding: 8px;
  }
}

.event-results__date-box-day {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 8px 12px;
  display: block;
}
@media (min-width: 600px) {
  .event-results__date-box-day {
    font-size: 25px;
    color: #001c60;
    color: var(--primary);
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.15em;
    letter-spacing: -0.03em;
    font-weight: 800;
    padding: 15px;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 2499px) {
  .event-results__date-box-day {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 600px) and (min-width: 2500px) {
  .event-results__date-box-day {
    font-size: 50px;
  }
}

.event-results__item-inner {
  width: 100%;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
  padding: 25px;
}
@media (min-width: 600px) {
  .event-results__item-inner {
    display: flex;
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .event-results__item-inner {
    padding: 40px;
  }
}

.event-results__left {
  width: 100%;
  transition: border 0.15s;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (min-width: 600px) {
  .event-results__left {
    width: 50%;
    border-right: 1px solid #fed7d6;
    padding: 0 40px 0 0;
    flex-direction: row;
  }
}

.event-results__right {
  width: 100%;
  padding: 20px 0 0 0;
}
@media (min-width: 600px) {
  .event-results__right {
    width: 50%;
    padding: 0 0 0 40px;
  }
}

.event-results__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  transition: color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .event-results__title {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .event-results__title {
    font-size: 25px;
  }
}

.event-results__date {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 5px 0;
  transition: color 0.15s;
}

.event-results__info {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  transition: color 0.15s;
}

.event-results__bg-state {
  display: none;
}
@media (min-width: 960px) {
  .event-results__bg-state {
    font-size: 25px;
    color: #001c60;
    color: var(--pink);
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.15em;
    letter-spacing: -0.03em;
    font-weight: 800;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
    transition: color 0.2s;
    display: block;
  }
}
@media (min-width: 960px) and (min-width: 600px) and (max-width: 2499px) {
  .event-results__bg-state {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 960px) and (min-width: 2500px) {
  .event-results__bg-state {
    font-size: 50px;
  }
}

.event-no-results {
  text-align: center;
  margin: 20px 0 80px 0;
}

.event-results__loader {
  width: 80px;
  height: 80px;
  margin: 100px auto;
}

.large-tease {
  overflow: hidden;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .large-tease {
    display: flex;
  }
}

.large-tease__left {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
}
@media (min-width: 768px) {
  .large-tease__left {
    width: 50%;
  }
}

.large-tease__right {
  padding: 40px 20px;
  background-color: #001c60;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .large-tease__right {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .large-tease__right {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .large-tease__right {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  .large-tease__right {
    width: 50%;
  }
}

.large-tease__text {
  max-width: 500px;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .large-tease__text {
    margin: 60px auto;
  }
}
@media (min-width: 960px) {
  .large-tease__text {
    margin: 80px auto;
  }
}

.large-tease__title {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 25px 0;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .large-tease__title {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .large-tease__title {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .large-tease__title {
    margin: 0 0 40px 0;
  }
}
.large-tease__title a {
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
}
.large-tease__title a:active {
  outline: 0;
}
.large-tease__title a:hover, .large-tease__title a:focus {
  color: #0136c3;
  color: #ff352e;
  cursor: pointer;
}

.large-tease__desc {
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .large-tease__desc {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .large-tease__desc {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .large-tease__desc {
    padding: 30px 0;
    margin: 0 0 40px 0;
    border-top: 1px solid #465a8d;
    border-bottom: 1px solid #465a8d;
  }
}

.large-tease__button {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .large-tease__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .large-tease__button {
    font-size: 20px;
  }
}
.large-tease__button svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.large-tease__button:not(:disabled):hover, .large-tease__button:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.large-tease__button:not(:disabled):hover svg, .large-tease__button:not(:disabled):focus svg {
  fill: var(--primary);
}
.large-tease__button:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.large-tease__angled-text {
  font-size: 17px;
  color: #001c60;
  color: #ffffff;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .large-tease__angled-text {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .large-tease__angled-text {
    font-size: 21px;
  }
}
.large-tease__angled-text a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.large-tease__angled-text a:hover, .large-tease__angled-text a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .large-tease__angled-text {
    margin: 0 0 50px 0;
  }
}

.large-tease__link:hover, .large-tease__link:focus {
  display: block;
  transform: translateZ(0);
  height: 100%;
}
.large-tease__link:hover .large-tease__image, .large-tease__link:focus .large-tease__image {
  filter: grayscale(1);
}
.large-tease__link:hover .large-tease__screen, .large-tease__link:focus .large-tease__screen {
  opacity: 1;
}

.large-tease__figure img {
  opacity: 0;
}

.large-tease__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  background-size: cover;
  background-position: top center;
  filter: grayscale(0);
  transition: filter 0.3s;
}

.large-tease__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ff352e;
  background-color: var(--primary);
  z-index: 2;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .large-tease__screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .large-tease__screen {
    display: none !important;
  }
}

.large-tease__brush {
  position: absolute;
  top: 10%;
  right: -20%;
  z-index: 1;
  width: 60%;
  max-width: 400px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .large-tease__brush {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .large-tease__brush {
    display: none !important;
  }
}
.large-tease__brush--pink {
  mix-blend-mode: multiply;
  opacity: 0.15;
}
.large-tease__brush--default {
  mix-blend-mode: screen;
  opacity: 0.1;
}

.large-tease--pink .large-tease__right {
  background-color: #ffe5e4;
  background-color: var(--pink);
}
.large-tease--pink .large-tease__title a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
}
.large-tease--pink .large-tease__title a:active {
  outline: 0;
}
.large-tease--pink .large-tease__title a:hover, .large-tease--pink .large-tease__title a:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}
.large-tease--pink .large-tease__desc {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .large-tease--pink .large-tease__desc {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .large-tease--pink .large-tease__desc {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .large-tease--pink .large-tease__desc {
    border-top: 1px solid rgba(255, 53, 46, 0.3);
    border-bottom: 1px solid rgba(255, 53, 46, 0.3);
  }
}
.large-tease--pink .large-tease__angled-text {
  color: #ff352e;
  color: var(--primary);
}

.large-tease--red .large-tease__right {
  background-color: #ff352e;
  background-color: var(--primary);
}
.large-tease--red .large-tease__title a {
  color: #ff352e;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s;
}
.large-tease--red .large-tease__title a:active {
  outline: 0;
}
.large-tease--red .large-tease__title a:hover, .large-tease--red .large-tease__title a:focus {
  color: #0136c3;
  color: var(--pink);
  cursor: pointer;
}
.large-tease--red .large-tease__angled-text {
  color: #ffe5e4;
  color: var(--pink);
}
.large-tease--red .large-tease__button {
  background-color: #ff352e;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 20px 30px;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .large-tease--red .large-tease__button {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .large-tease--red .large-tease__button {
    font-size: 20px;
  }
}
.large-tease--red .large-tease__button svg {
  fill: var(--primary);
  transition: fill 0.2s;
}
.large-tease--red .large-tease__button:not(:disabled):hover, .large-tease--red .large-tease__button:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: #001c60;
  cursor: pointer;
  transform: scale(1.05);
}
.large-tease--red .large-tease__button:not(:disabled):hover svg, .large-tease--red .large-tease__button:not(:disabled):focus svg {
  fill: #ffffff;
}
.large-tease--red .large-tease__button:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}
.large-tease--red .large-tease__desc {
  font-size: 18px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .large-tease--red .large-tease__desc {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .large-tease--red .large-tease__desc {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .large-tease--red .large-tease__desc {
    border-top: 1px solid rgba(255, 206, 205, 0.5);
    border-bottom: 1px solid rgba(255, 206, 205, 0.5);
  }
}

.tease-group {
  border-bottom: 1px solid #fed7d6;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .tease-group {
    flex-wrap: nowrap;
  }
}
.tease-group .tease {
  position: relative;
  z-index: 2;
}

.tease-group__left {
  padding: 40px 20px;
  border-bottom: 1px solid #fed7d6;
  order: 2;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .tease-group__left {
    width: 50%;
    padding: 40px;
    border-right: 1px solid #fed7d6;
    border-bottom: 0;
  }
}
@media (min-width: 960px) {
  .tease-group__left {
    order: 1;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .tease-group__left {
    padding: 80px;
  }
}

.tease-group__center {
  padding: 20px 20px 40px 20px;
  order: 1;
  border-bottom: 1px solid #fed7d6;
  width: 100%;
}
@media (min-width: 600px) {
  .tease-group__center {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .tease-group__center {
    order: 2;
    width: 50%;
    border-right: 1px solid #fed7d6;
    border-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .tease-group__center {
    padding: 80px;
  }
}

.tease-group__right {
  padding: 40px 20px;
  order: 3;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .tease-group__right {
    width: 50%;
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .tease-group__right {
    order: 3;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .tease-group__right {
    padding: 80px;
  }
}

.tease-group__left-bg {
  display: none;
}
@media (min-width: 960px) {
  .tease-group__left-bg {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 1;
    width: 60%;
    display: block;
    max-width: 300px;
  }
}

.tease-group__right-bg {
  display: none;
}
@media (min-width: 960px) {
  .tease-group__right-bg {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
    width: 60%;
    display: block;
    max-width: 300px;
  }
}

.tease {
  width: 100%;
  display: block;
}
.tease:hover .tease__title, .tease:focus .tease__title {
  color: #ff352e;
  color: var(--primary);
}
.tease:hover .tease__screen, .tease:focus .tease__screen {
  opacity: 1;
}
.tease:hover .tease__figure, .tease:focus .tease__figure {
  filter: grayscale(1);
  transform: scale(1.05);
}
.tease:hover .tease__default-img, .tease:focus .tease__default-img {
  transform: scale(1.05);
}

.tease__img {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #fff4f4;
}
@media (min-width: 600px) {
  .tease__img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .tease__img {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .tease__img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .tease__img {
    margin: 0 0 40px 0;
  }
}

.tease__figure {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 100%;
  filter: grayscale(0);
  transition: filter 0.3s, transform 0.5s;
}
.tease__figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.tease__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ff352e;
  background-color: var(--primary);
  display: block;
  z-index: 2;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tease__screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .tease__screen {
    display: none !important;
  }
}

.tease__default-img {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 0 20px 0;
  transition: transform 0.5s;
}
@media (min-width: 600px) {
  .tease__default-img {
    padding-top: 0;
    padding-bottom: 100%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .tease__default-img {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .tease__default-img {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .tease__default-img {
    margin: 0 0 40px 0;
  }
}

.tease__default-img img {
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
}
@media (min-width: 600px) {
  .tease__default-img img {
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tease__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  transition: color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .tease__title {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .tease__title {
    font-size: 25px;
  }
}

.tease__desc {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
  display: block;
  transition: color 0.15s;
  max-width: 350px;
}

@media (min-width: 600px) {
  .tease--large-campaign {
    text-align: center;
  }
  .tease--large-campaign .tease__desc {
    margin: 10px auto 0 auto;
  }
}

.campaign-list {
  max-width: 1000px;
  margin: 0 auto;
}

.campaign-list__header {
  margin: 20px 0 0 0;
  text-align: center;
}
.campaign-list__header:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fed7d6;
  margin: 20px auto 0 auto;
}

.campaign-list__header-text {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .campaign-list__header-text {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .campaign-list__header-text {
    font-size: 21px;
  }
}
.campaign-list__header-text a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.campaign-list__header-text a:hover, .campaign-list__header-text a:focus {
  color: #001c60;
}

.campaign-list__list {
  margin-bottom: 40px;
  border: 1px solid #fed7d6;
}
@media (min-width: 960px) {
  .campaign-list__list {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .campaign-list__list {
    margin-bottom: 80px;
  }
}

.campaign-list__item:not(:last-child) {
  border-bottom: 1px solid #fed7d6;
}

.campaign-list__link {
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  display: block;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .campaign-list__link {
    display: flex;
    padding: 40px;
  }
}
.campaign-list__link:hover, .campaign-list__link:focus {
  background-color: #ff352e;
  background-color: var(--primary);
}
.campaign-list__link:hover .campaign-list__right, .campaign-list__link:focus .campaign-list__right {
  border-color: rgba(255, 206, 205, 0.5);
}
.campaign-list__link:hover .campaign-list__state, .campaign-list__link:focus .campaign-list__state {
  color: rgba(255, 206, 205, 0.5);
}
.campaign-list__link:hover .campaign-list__title,
.campaign-list__link:hover .campaign-list__info, .campaign-list__link:focus .campaign-list__title,
.campaign-list__link:focus .campaign-list__info {
  color: #ffffff;
}

.campaign-list__left {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .campaign-list__left {
    padding: 0 40px 0 0;
  }
}

.campaign-list__right {
  width: 100%;
  transition: border 0.15s;
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .campaign-list__right {
    width: 50%;
    flex-shrink: 0;
    border-left: 1px solid #fed7d6;
    padding: 0 0 0 40px;
  }
}

.campaign-list__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  transition: color 0.15s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .campaign-list__title {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .campaign-list__title {
    font-size: 25px;
  }
}

.campaign-list__info {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  transition: color 0.15s;
}

.campaign-list__image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 30px 0 0;
}
@media (min-width: 960px) {
  .campaign-list__image {
    width: 100px;
    height: 100px;
  }
}

.campaign-list__image--default {
  width: 80px;
  height: 80px;
  margin: 0 30px 0 0;
}
@media (min-width: 960px) {
  .campaign-list__image--default {
    width: 100px;
    height: 100px;
  }
}

.site-banner {
  padding: 15px;
  background-color: #001c60;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-banner__text {
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}

.site-banner__link {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 12px 18px;
  margin: 0 0 0 20px;
}
.site-banner__link svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.site-banner__link:not(:disabled):hover, .site-banner__link:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.site-banner__link:not(:disabled):hover svg, .site-banner__link:not(:disabled):focus svg {
  fill: var(--primary);
}
.site-banner__link:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.map {
  display: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .map {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .map {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .map {
    display: block;
  }
}

@media (min-width: 600px) {
  .map__wrapper {
    width: 70%;
    max-width: 1800px;
    margin: 60px auto 100px auto;
  }
}
@media (min-width: 768px) {
  .map__wrapper {
    width: 80%;
  }
}

.map__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-bottom: 63.46%;
}

.map__svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map__state {
  fill: #ff352e;
  fill: var(--primary);
  display: block;
  position: relative;
  fill-opacity: 1;
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 1;
  transition: fill 0.2s;
}
.map__state.selected {
  fill: #001340;
}
.map__state:hover, .map__state:focus {
  fill: #001c60;
  cursor: pointer;
}

.map__info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 265px;
}
.map__info:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--pink);
  clear: both;
}
.map__info.active {
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.map__info-inner {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  background-color: #ffffff;
  border: 1px solid #fed7d6;
  border-radius: 15px;
  overflow: hidden;
}

.map__name {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 15px 50px 15px 15px;
  border-bottom: 1px solid #fed7d6;
  line-height: 1.1;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .map__name {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .map__name {
    font-size: 20px;
  }
}

.map__buttons {
  display: flex;
}

.map__buttons-label {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  margin: 5px 0 0 0;
  transition: color 0.2s;
}

.map__button {
  width: 50%;
  padding: 25px 15px;
  text-align: center;
  transition: background-color 0.2s;
}
.map__button:not(:first-child):not(:last-child) {
  border-right: 1px solid #fed7d6;
  border-left: 1px solid #fed7d6;
}
.map__button:hover, .map__button:focus {
  background-color: #ffe5e4;
  background-color: var(--pink);
  cursor: pointer;
}
.map__button:hover .map__buttons-label, .map__button:focus .map__buttons-label {
  color: #ff352e;
  color: var(--primary);
}

.map__events-icon {
  fill: #ff352e;
  fill: var(--primary);
  width: 34px;
  height: 50px;
}

.map__fb-icon {
  fill: #ff352e;
  fill: var(--primary);
  width: 50px;
  height: 50px;
}

.map__learn-icon {
  fill: #ff352e;
  fill: var(--primary);
  width: 50px;
  height: 50px;
}

.map__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
.map__close:hover, .map__close:focus {
  cursor: pointer;
  outline: 0;
}
.map__close:hover svg, .map__close:focus svg {
  fill: #001c60;
}
.map__close svg {
  fill: #ff352e;
  fill: var(--primary);
  width: 12px;
  height: 12px;
  transition: fill 0.2s;
}

.map__instructions {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .map__instructions {
    top: -20px;
  }
}
.map__instructions:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--pink);
  clear: both;
}

.map__instructions-inner {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #fed7d6;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 20px 20px 20px;
}
@media (min-width: 960px) {
  .map__instructions-inner {
    padding: 30px 25px 25px 25px;
  }
}

.map__instructions-choose {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .map__instructions-choose {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .map__instructions-choose {
    font-size: 21px;
  }
}
.map__instructions-choose a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.map__instructions-choose a:hover, .map__instructions-choose a:focus {
  color: #001c60;
}

.map__instructions-state {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  display: block;
  margin: 10px 0 0 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .map__instructions-state {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .map__instructions-state {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .map__instructions-state {
    margin: 15px 0 0 0;
  }
}

.chapter-list {
  margin: 20px 20px 0 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .chapter-list {
    margin: 0 20px;
  }
}
@media (min-width: 768px) {
  .chapter-list {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .chapter-list {
    padding-top: 40px;
  }
}
@supports (-ms-ime-align: auto) {
  .chapter-list {
    padding-top: 40px;
  }
}

.chapter-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chapter-list__header {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .chapter-list__header {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .chapter-list__header {
    font-size: 21px;
  }
}
.chapter-list__header a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.chapter-list__header a:hover, .chapter-list__header a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .chapter-list__header {
    margin: 0 0 50px 0;
  }
}

.chapter-list__list {
  text-align: left;
  border-top: 1px solid #fed7d6;
}

.chapter-list__list-item {
  border-bottom: 1px solid #fed7d6;
  padding: 15px;
}
@media (min-width: 600px) {
  .chapter-list__list-item {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .chapter-list__list-item {
    padding: 30px;
  }
}
.chapter-list__list-item:nth-child(even) {
  background-color: #fff4f4;
}
.chapter-list__list-item:nth-child(odd) {
  background-color: #ffffff;
}

.chapter-list__state {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .chapter-list__state {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .chapter-list__state {
    font-size: 30px;
  }
}

.chapter-list__links {
  display: flex;
}

.chapter-list__link {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.chapter-list__link:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #fed7d6;
}
@media (min-width: 600px) {
  .chapter-list__link:not(:last-child) {
    padding-right: 20px;
  }
}
.chapter-list__link:last-child {
  padding-left: 10px;
}
@media (min-width: 600px) {
  .chapter-list__link:last-child {
    padding-left: 20px;
  }
}
.chapter-list__link:first-child {
  padding-left: 0;
}
.chapter-list__link:hover .chapter-list__svg, .chapter-list__link:focus .chapter-list__svg {
  fill: #001c60;
}
.chapter-list__link:hover .chapter-list__link-label, .chapter-list__link:focus .chapter-list__link-label {
  color: #001c60;
}

.chapter-list__svg {
  fill: #ff352e;
  fill: var(--primary);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  transition: fill 0.2s;
}

.chapter-list__link-label {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  transition: color 0.2s;
}

@media (min-width: 0) and (max-width: 599px) {
  .chapter-list__link-label--desktop {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .chapter-list__link-label--desktop.focusable:active, .chapter-list__link-label--desktop.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

.chapter-list__loader {
  width: 80px;
  height: 80px;
  margin: 20px auto;
  display: none;
}

.chapter-list__events {
  margin: 10px 0 0 0;
}

.chapter-list__event-link {
  padding: 20px 0;
  border-top: 1px solid #fed7d6;
  display: flex;
  align-items: center;
}
.chapter-list__event-link:hover .chapter-list__event-name, .chapter-list__event-link:focus .chapter-list__event-name {
  color: #0136c3;
  color: var(--secondary);
}
.chapter-list__event-link:hover .chapter-list__event-month,
.chapter-list__event-link:hover .chapter-list__event-day, .chapter-list__event-link:focus .chapter-list__event-month,
.chapter-list__event-link:focus .chapter-list__event-day {
  color: #ffffff;
  border-color: rgba(255, 206, 205, 0.5);
}
.chapter-list__event-link:hover .chapter-list__event-date, .chapter-list__event-link:focus .chapter-list__event-date {
  background-color: #ff352e;
  background-color: var(--primary);
  border-color: #ff352e;
  border-color: var(--primary);
}

.chapter-list__event-name {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  transition: color 0.2s;
  display: block;
}
@media (min-width: 600px) {
  .chapter-list__event-name {
    font-size: 18px;
    color: #001c60;
    color: var(--primary);
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    font-weight: 800;
  }
}
@media (min-width: 600px) and (min-width: 400px) and (max-width: 1399px) {
  .chapter-list__event-name {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 600px) and (min-width: 1400px) {
  .chapter-list__event-name {
    font-size: 20px;
  }
}

.chapter-list__event-desc {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}
@media (min-width: 768px) {
  .chapter-list__event-desc {
    margin: 2px 0 0 0;
  }
}

.chapter-list__event-date {
  align-self: flex-start;
  border-radius: 15px;
  border: 1px solid #fed7d6;
  margin: 0 15px 0 0;
  display: flex;
  width: 90px;
  flex-shrink: 0;
  transition: background-color 0.2s, border 0.2s;
  background-color: #ffffff;
}
@media (min-width: 450px) {
  .chapter-list__event-date {
    width: 108px;
    margin: 0 20px 0 0;
  }
}

.chapter-list__event-month {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  border-right: 1px solid #fed7d6;
  padding: 10px;
  display: block;
  transition: color 0.2s, border 0.2s;
}
@media (min-width: 450px) {
  .chapter-list__event-month {
    padding: 15px;
  }
}

.chapter-list__event-day {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 10px;
  display: block;
  transition: color 0.2s;
}
@media (min-width: 450px) {
  .chapter-list__event-day {
    padding: 15px;
  }
}

.chapter-list__no-events {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 10px 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #fed7d6;
}

.tags {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 400px;
}
@media (min-width: 960px) {
  .tags {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .tags {
    margin-top: 80px;
  }
}

.tags__header {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fed7d6;
}

.tags__link {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s;
  padding: 20px 0;
  border-bottom: 1px solid #fed7d6;
  display: block;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .tags__link {
    font-size: calc(18px + (30 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .tags__link {
    font-size: 30px;
  }
}
.tags__link:active {
  outline: 0;
}
.tags__link:hover, .tags__link:focus {
  color: #0136c3;
  color: var(--secondary);
  cursor: pointer;
}

.timeline {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .timeline {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .timeline {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .timeline {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .timeline {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .timeline {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .timeline {
    margin-right: 80px;
  }
}
@media (min-width: 960px) {
  .timeline {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .timeline {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .timeline {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .timeline {
    margin-bottom: 80px;
  }
}

.timeline__year {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .timeline__year {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .timeline__year {
    margin-bottom: 80px;
  }
}

.timeline__year-title {
  font-size: 30px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 53, 46, 0.3);
  margin: 0 0 40px 0;
  padding: 20px 0 10px 0;
  background-color: #fff4f4;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .timeline__year-title {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .timeline__year-title {
    font-size: 90px;
  }
}
@media (min-width: 600px) {
  .timeline__year-title {
    margin: 0 0 80px 0;
  }
}

.timeline__cols {
  text-align: left;
}
@media (min-width: 600px) {
  .timeline__cols {
    display: flex;
    align-items: flex-start;
  }
}

.timeline__year-img {
  margin: 0 0 40px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .timeline__year-img {
    position: sticky;
    top: 100px;
    width: 50%;
    flex-shrink: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .timeline__year-img {
    top: 135px;
  }
}
@media (min-width: 1200px) {
  .timeline__year-img {
    top: 155px;
  }
}

@media (min-width: 600px) {
  .timeline__year-img img {
    padding: 0 80px 0 0;
  }
}
@media (min-width: 768px) {
  .timeline__year-img img {
    padding: 0 100px 0 0;
  }
}

.timeline__year-caption {
  color: #465a8d;
  color: #465a8d;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px 0;
}
@media (min-width: 600px) {
  .timeline__year-caption {
    padding: 0 80px 0 0;
  }
}
@media (min-width: 768px) {
  .timeline__year-caption {
    padding: 0 100px 0 0;
  }
}

.timeline__list {
  width: 100%;
}
@media (min-width: 600px) {
  .timeline__list {
    width: 50%;
  }
}

.timeline__item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 40px 0;
}

.timeline__date {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  border: 1px solid #fed7d6;
  border-radius: 15px;
  background-color: #ffffff;
  width: 60px;
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .timeline__date {
    margin: 0 0 0 -50px;
    width: 100px;
  }
}

.timeline__date-month {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 8px;
  border-bottom: 1px solid #fed7d6;
  display: block;
}

.timeline__date-day {
  font-size: 25px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  padding: 15px;
  display: block;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .timeline__date-day {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .timeline__date-day {
    font-size: 50px;
  }
}

.timeline__link {
  color: #001c60;
  color: #001c60;
  font-family: "national", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 0 20px;
  max-width: 500px;
}
@media (min-width: 768px) {
  .timeline__link {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .timeline__link {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .timeline__link {
    font-size: 21px;
  }
}
@media (min-width: 600px) {
  .timeline__link {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 768px) {
  .timeline__link {
    margin: 0 0 0 40px;
  }
}
.timeline__link a {
  color: #ff352e;
  color: #001c60;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #fed7d6;
  transition: color 0.15s, box-shadow 0.25s;
}
.timeline__link a:hover, .timeline__link a:focus {
  color: #0136c3;
  color: var(--primary);
  box-shadow: inset 0 -1px 0 0 #fed7d6;
}

.timeline__item--featured .timeline__link {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  padding: 30px 0;
  border-top: 1px solid #fed7d6;
  border-bottom: 1px solid #fed7d6;
  max-width: 750px;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .timeline__item--featured .timeline__link {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .timeline__item--featured .timeline__link {
    font-size: 50px;
  }
}
.timeline__item--featured .timeline__link a {
  box-shadow: none;
}

.timeline__line {
  display: none;
}
@media (min-width: 600px) {
  .timeline__line {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-right: 1px solid rgba(255, 53, 46, 0.3);
    z-index: 1;
  }
}

.victory-tease {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .victory-tease {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .victory-tease {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .victory-tease {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .victory-tease {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .victory-tease {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .victory-tease {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .victory-tease {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .victory-tease {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .victory-tease {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .victory-tease {
    display: flex;
    align-items: center;
  }
}

.victory-tease__figure {
  width: 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 600px) {
  .victory-tease__figure {
    width: 50%;
    align-self: flex-start;
  }
}

.victory-tease__image-wrapper {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 100%;
}
.victory-tease__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.victory-tease__text {
  width: 100%;
}
@media (min-width: 600px) {
  .victory-tease__text {
    width: 50%;
  }
}

.victory-tease__date {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .victory-tease__date {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .victory-tease__date {
    font-size: 21px;
  }
}
.victory-tease__date a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.victory-tease__date a:hover, .victory-tease__date a:focus {
  color: #001c60;
}
@media (min-width: 768px) {
  .victory-tease__date {
    margin: 0 0 50px 0;
  }
}

.victory-tease__header {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 800px;
  margin: 0 0 30px 0;
}
@media (min-width: 600px) and (max-width: 1999px) {
  .victory-tease__header {
    font-size: calc(25px + (60 - 25) * (100vw - 600px) / (2000 - 600));
  }
}
@media (min-width: 2000px) {
  .victory-tease__header {
    font-size: 60px;
  }
}
@media (min-width: 600px) {
  .victory-tease__header {
    margin: 0 0 40px 0;
  }
}

.victory-tease__more {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 10px 0 0 0;
  border-top: 1px solid #fed7d6;
}

.victory-tease--rtl {
  flex-direction: row;
}
@media (min-width: 600px) {
  .victory-tease--rtl .victory-tease__text {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 960px) {
  .victory-tease--rtl .victory-tease__text {
    padding: 0 0 0 60px;
  }
}

.victory-tease--ltr {
  flex-direction: row-reverse;
}
@media (min-width: 600px) {
  .victory-tease--ltr .victory-tease__text {
    padding: 0 40px 0 0;
  }
}
@media (min-width: 960px) {
  .victory-tease--ltr .victory-tease__text {
    padding: 0 60px 0 0;
  }
}

.resource-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.resource-grid__link {
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  border: 1px solid #fed7d6;
  border-radius: 15px;
  padding: 30px;
  transition: none;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 5px 0;
  min-height: 300px;
}
@media (min-width: 600px) {
  .resource-grid__link {
    width: 49%;
    margin: 0.5%;
  }
}
@media (min-width: 960px) {
  .resource-grid__link {
    width: 32%;
    margin: 0.66%;
  }
}
@media (min-width: 1400px) {
  .resource-grid__link {
    width: 24%;
    margin: 0.5%;
  }
}
@media (min-width: 1800px) {
  .resource-grid__link {
    width: 19%;
    margin: 0.5%;
  }
}

.resource-grid__title {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  margin: 0 0 40px 0;
  transition: color 0.2s;
  flex: 1 0 auto;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .resource-grid__title {
    font-size: calc(18px + (25 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .resource-grid__title {
    font-size: 25px;
  }
}

.resource-grid__figure {
  position: relative;
}

.resource-grid__img {
  transition: none;
}

.resource-grid__screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ff352e;
  background-color: var(--primary);
  display: block;
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .resource-grid__screen {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .resource-grid__screen {
    display: none !important;
  }
}

.resource-grid__link--default {
  background-color: #ffffff;
}
.resource-grid__link--default:hover, .resource-grid__link--default:focus {
  transform: translateY(-5px);
}
.resource-grid__link--default:hover .resource-grid__title, .resource-grid__link--default:focus .resource-grid__title {
  color: #ff352e;
  color: var(--primary);
}
.resource-grid__link--default:hover .resource-grid__screen, .resource-grid__link--default:focus .resource-grid__screen {
  opacity: 1;
}
.resource-grid__link--default:hover .resource-grid__img, .resource-grid__link--default:focus .resource-grid__img {
  filter: grayscale(1);
}

.resource-grid__link--engulf {
  background-color: #001c60;
}
.resource-grid__link--engulf .resource-grid__title {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.resource-grid__link--engulf .resource-grid__figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) contrast(1.5);
  mix-blend-mode: screen;
  opacity: 0.3;
}
.resource-grid__link--engulf .resource-grid__img {
  opacity: 0;
}
.resource-grid__link--engulf:hover, .resource-grid__link--engulf:focus {
  transform: translateY(-5px);
}

.resource-grid__link--stat {
  background-color: #ffffff;
  transition: background-color 0.2s, transform 0.3s;
}
.resource-grid__link--stat:hover, .resource-grid__link--stat:focus {
  transform: translateY(-5px);
  background-color: #fff4f4;
}
.resource-grid__link--stat:hover .resource-grid__title, .resource-grid__link--stat:focus .resource-grid__title {
  color: #ff352e;
  color: var(--primary);
}

@media (min-width: 0) and (max-width: 599px) {
  .resource-grid__stat-number {
    color: #001c60;
    color: var(--primary);
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 0) and (max-width: 599px) and (min-width: 600px) {
  .resource-grid__stat-number {
    font-size: 80px;
  }
}
@media (min-width: 0) and (max-width: 599px) and (min-width: 600px) and (min-width: 600px) and (max-width: 2199px) {
  .resource-grid__stat-number {
    font-size: calc(80px + (120 - 80) * (100vw - 600px) / (2200 - 600));
  }
}
@media (min-width: 0) and (max-width: 599px) and (min-width: 600px) and (min-width: 2200px) {
  .resource-grid__stat-number {
    font-size: 120px;
  }
}
@media (min-width: 600px) {
  .resource-grid__stat-number {
    font-size: 30px;
    color: #001c60;
    color: var(--primary);
    font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 800;
    line-height: 1.08em;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 600px) and (min-width: 380px) and (max-width: 2299px) {
  .resource-grid__stat-number {
    font-size: calc(30px + (80 - 30) * (100vw - 380px) / (2300 - 380));
  }
}
@media (min-width: 600px) and (min-width: 2300px) {
  .resource-grid__stat-number {
    font-size: 80px;
  }
}

.resource-grid__stat-desc {
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: block;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #fed7d6;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .resource-grid__stat-desc {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .resource-grid__stat-desc {
    font-size: 20px;
  }
}

.resource-grid__stat-bg {
  mix-blend-mode: multiply;
  opacity: 0.1;
  position: absolute;
  bottom: -10%;
  right: -20%;
  z-index: 1;
  width: 60%;
  max-width: 400px;
}

@media (min-width: 768px) {
  .app-features__row {
    display: flex;
  }
}

.app-features__pink {
  padding: 40px 20px;
  background-color: #ffe5e4;
  background-color: var(--pink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .app-features__pink {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .app-features__pink {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .app-features__pink {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  .app-features__pink {
    width: 50%;
  }
}
.app-features__pink .app-features__header {
  color: #ff352e;
  color: var(--primary);
}

.app-features__red {
  padding: 40px 20px;
  background-color: #ff352e;
  background-color: var(--primary);
  width: 100%;
}
@media (min-width: 768px) {
  .app-features__red {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .app-features__red {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .app-features__red {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  .app-features__red {
    width: 50%;
  }
}

.app-features__photo {
  background-size: cover;
  background-position: top center;
  width: 100%;
}
@media (min-width: 768px) {
  .app-features__photo {
    width: 50%;
  }
}
.app-features__photo img {
  opacity: 0;
}

.app-features__blue {
  padding: 40px 20px;
  background-color: #ccd3e7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .app-features__blue {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .app-features__blue {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .app-features__blue {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  .app-features__blue {
    width: 50%;
  }
}
.app-features__blue .app-features__header {
  color: #001340;
}
.app-features__blue .app-features__list li {
  border-color: rgba(70, 90, 141, 0.3);
}

.app-features__header {
  font-size: 25px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 500px;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .app-features__header {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .app-features__header {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .app-features__header {
    margin: 80px 0 0 0;
  }
}

.app-features__device {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 50%;
}
@media (min-width: 768px) {
  .app-features__device {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .app-features__device {
    margin: 0 auto -200px auto;
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .app-features__device {
    margin: 0 auto -300px auto;
  }
}

.app-features__list {
  margin: 20px 0 10px 0;
}
@media (min-width: 768px) {
  .app-features__list {
    margin: 40px 0 0 0;
  }
}

.app-features__list li {
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid rgba(255, 53, 46, 0.3);
}

.app-features__list-text {
  display: flex;
}
.app-features__list-text:before {
  content: url(../static/img/check-mark.svg);
  padding: 0 10px 0 0;
  flex-shrink: 0;
}

.carousel {
  border-top: 1px solid #fed7d6;
  background-color: #fff4f4;
  box-shadow: 0 -1px 0 rgba(255, 53, 45, 0.2) inset;
}

.carousel__inner {
  display: flex;
  border-top: 1px solid #fed7d6;
}

.carousel__cell {
  flex-shrink: 0;
  width: calc(100% - 50px);
  min-height: 100%;
  display: flex;
}
@media (min-width: 600px) and (max-width: 767px) {
  .carousel__cell {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .carousel__cell {
    width: 33.3%;
  }
}
@media (min-width: 960px) {
  .carousel__cell {
    width: 25%;
  }
}

.carousel__cell .post-tease {
  border-right: 0;
  border-left: 1px solid #fed7d6;
}
@media (min-width: 600px) and (max-width: 767px) {
  .carousel__cell .post-tease {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .carousel__cell .post-tease {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .carousel__cell .post-tease {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .carousel__cell .post-tease {
    padding: 40px;
  }
}

.carousel__cell .post-tease__preview {
  display: none;
}

.carousel__header {
  height: 90px;
  padding: 30px 0;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
}
.carousel__header:hover, .carousel__header:focus {
  background-color: #001c60;
}
.carousel__header:hover .carousel__header-category,
.carousel__header:hover .carousel__header-all, .carousel__header:focus .carousel__header-category,
.carousel__header:focus .carousel__header-all {
  color: #ffffff;
}
.carousel__header:hover .carousel__header-category:after, .carousel__header:focus .carousel__header-category:after {
  background-color: #465a8d;
}

.carousel__header-category {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: 2px;
  transition: color 0.2s;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .carousel__header-category {
    font-size: calc(18px + (23 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .carousel__header-category {
    font-size: 23px;
  }
}
.carousel__header-category:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fed7d6;
  margin: -2px 10px 0 10px;
  transition: background-color 0.2s;
}

.carousel__header-all {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: block;
  transition: color 0.2s;
}

.student-actions {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #001c60;
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .student-actions {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .student-actions {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .student-actions {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .student-actions {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .student-actions {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .student-actions {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .student-actions {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .student-actions {
    padding-right: 80px;
  }
}
.student-actions .actions__card {
  border-color: #001340;
}

.student-actions__actions {
  position: relative;
  z-index: 2;
}

.student-actions__bg {
  position: absolute;
  width: 95%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  max-width: 1800px;
  mix-blend-mode: screen;
  opacity: 0.07;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .student-actions__bg {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .student-actions__bg {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .student-actions__bg {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.student-actions__header {
  font-size: 30px;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.08em;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0 20px 20px 20px;
}
@media (min-width: 380px) and (max-width: 1799px) {
  .student-actions__header {
    font-size: calc(30px + (90 - 30) * (100vw - 380px) / (1800 - 380));
  }
}
@media (min-width: 1800px) {
  .student-actions__header {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .student-actions__header {
    margin: 0 20px 40px 20px;
  }
}

.student-header {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .student-header {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .student-header {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .student-header {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .student-header {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .student-header {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .student-header {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .student-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .student-header {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .student-header {
    margin-bottom: 80px;
  }
}

.student-header__overlay {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  max-width: 140px;
  width: 20%;
}
@media (min-width: 600px) {
  .student-header__overlay {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 960px) {
  .student-header__overlay {
    bottom: 40px;
    right: 40px;
  }
}

.student-header__image {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
}
.student-header__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.welcome-actions {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff4f4;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .welcome-actions {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .welcome-actions {
    padding-top: 80px;
  }
}
@media (min-width: 960px) {
  .welcome-actions {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .welcome-actions {
    padding-bottom: 80px;
  }
}
@media (min-width: 600px) {
  .welcome-actions {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .welcome-actions {
    margin-top: 100px;
  }
}
@media (min-width: 960px) {
  .welcome-actions {
    margin-top: 140px;
  }
}

.welcome-actions__wrapper {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .welcome-actions__wrapper {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .welcome-actions__wrapper {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .welcome-actions__wrapper {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .welcome-actions__wrapper {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .welcome-actions__wrapper {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .welcome-actions__wrapper {
    margin-right: 80px;
  }
}

.welcome-actions__bg {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .welcome-actions__bg {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .welcome-actions__bg {
    display: none !important;
  }
}

.three-col {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .three-col {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .three-col {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .three-col {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .three-col {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .three-col {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .three-col {
    margin-right: 80px;
  }
}
@media (min-width: 600px) {
  .three-col {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .three-col {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (min-width: 960px) {
  .three-col {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}

.three-col__cols {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .three-col__cols {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .three-col__cols {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .three-col__left {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .three-col__left {
    width: 20%;
  }
}

.three-col__right {
  display: none;
}
@media (min-width: 1200px) {
  .three-col__right {
    display: block;
    width: 20%;
  }
}

.three-col__middle {
  width: 70%;
  padding: 0 0 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .three-col__middle {
    padding-left: 20px;
    width: 65%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .three-col__middle {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .three-col__middle {
    padding-left: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .three-col__middle {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .three-col__middle {
    padding-right: 20px;
    width: 60%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .three-col__middle {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 960px) {
  .three-col__middle {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .three-col__middle {
    padding-right: 80px;
  }
}

.three-col__list-text {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  display: flex;
  padding: 10px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .three-col__list-text {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .three-col__list-text {
    font-size: 20px;
  }
}
.three-col__list-text:before {
  content: url(../static/img/check-mark.svg);
  padding: 0 10px 0 0;
  flex-shrink: 0;
}

.three-col__list-cta {
  margin: 20px 0 0 0;
}

.three-col__list-cta a {
  background-color: #ff352e;
  background-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, background-color 0.15s, transform 0.15s;
  white-space: nowrap;
  color: #001c60;
  color: #ffffff;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 15px 25px;
}
.three-col__list-cta a svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.three-col__list-cta a:not(:disabled):hover, .three-col__list-cta a:not(:disabled):focus {
  color: #ffffff;
  color: #ffffff;
  background-color: #0136c3;
  background-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.three-col__list-cta a:not(:disabled):hover svg, .three-col__list-cta a:not(:disabled):focus svg {
  fill: var(--primary);
}
.three-col__list-cta a:disabled {
  color: #001c60;
  color: #001c60;
  background-color: #ffe5e4;
  background-color: var(--pink);
}

.full-image {
  position: relative;
}

.full-image__card {
  background-color: #ffe5e4;
  background-color: var(--pink);
  padding: 40px;
  z-index: 2;
  text-align: center;
}
@media (min-width: 960px) {
  .full-image__card {
    position: absolute;
    width: 50%;
    max-width: 300px;
    top: 40px;
    right: 40px;
    text-align: left;
  }
}

.full-image__text {
  font-size: 18px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .full-image__text {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .full-image__text {
    font-size: 20px;
  }
}
@media (min-width: 0) and (max-width: 959px) {
  .full-image__text {
    max-width: 400px;
    margin: 0 auto;
  }
}

.full-image__button {
  border-color: #ff352e;
  border-color: var(--primary);
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  transition: color 0.15s, border 0.15s, transform 0.15s;
  white-space: nowrap;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 15px 25px;
  margin: 20px 0 0 0;
}
.full-image__button svg {
  width: 15px;
  height: 15px;
  fill: var(--primary);
  transition: fill 0.15s;
  margin: 0 0 0 5px;
}
.full-image__button:hover, .full-image__button:focus {
  color: #0136c3;
  color: var(--secondary);
  border-color: #0136c3;
  border-color: var(--secondary);
  cursor: pointer;
  transform: scale(1.05);
}
.full-image__button:hover svg, .full-image__button:focus svg {
  fill: var(--secondary);
}
@media (min-width: 960px) {
  .full-image__button {
    margin: 80px 0 0 0;
  }
}

.full-image__img-wrapper {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
  z-index: 1;
}
.full-image__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.photo-strip {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .photo-strip {
    flex-wrap: nowrap;
  }
}

.photo-strip__figure {
  width: 25%;
}
@media (min-width: 960px) {
  .photo-strip__figure {
    width: 12.5%;
  }
}

.photo-strip__img-wrapper {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 100%;
}
.photo-strip__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  color: #ff352e;
  color: var(--primary);
  position: absolute;
  background-color: #ffffff;
  transition: background-color 0.15s;
}
.flickity-button:hover, .flickity-button:focus {
  cursor: pointer;
  outline: none;
  background-color: #001c60;
}
.flickity-button:hover .flickity-button-icon, .flickity-button:focus .flickity-button-icon {
  fill: #ffffff;
}

.flickity-button:disabled {
  display: none;
}

.flickity-button-icon {
  fill: #ff352e;
  fill: var(--primary);
  width: 15px;
  height: 15px;
}

.flickity-prev-next-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 50px;
  top: -91px;
}

.flickity-prev-next-button.previous {
  left: 0;
  border-right: 1px solid #fed7d6;
}

.flickity-prev-next-button.next {
  right: 0;
  border-left: 1px solid #fed7d6;
}

.flickity-page-dots {
  display: flex;
  position: absolute;
  bottom: -25px;
  left: 50%;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  transform: translateX(-50%);
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.15s;
  background-color: #fed7d6;
}
.flickity-page-dots .dot.is-selected {
  background: var(--primary);
}
.flickity-page-dots .dot:hover, .flickity-page-dots .dot:focus {
  background-color: #001c60;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.page.inactive {
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}

.page__nav {
  flex-shrink: 0;
}

.page__footer {
  flex-shrink: 0;
  z-index: 9;
}

.page__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
}
.page__content:focus {
  outline: 0;
}

.join__form {
  position: relative;
}
@media (min-width: 600px) {
  .join__form {
    margin: 0 auto;
    width: 85%;
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .join__form {
    width: 80%;
  }
}

.join__form-inner {
  padding: 40px 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: rgba(255, 53, 45, 0.2) 2px 2px 10px;
  border: 1px solid #fed7d6;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .join__form-inner {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .join__form-inner {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .join__form-inner {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  .join__form-inner {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .join__form-inner {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .join__form-inner {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .join__form-inner {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .join__form-inner {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .join__form-inner {
    margin-right: 80px;
  }
}

.join__form-header {
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .join__form-header {
    margin: 0 0 40px 0;
  }
}

.join__form-header-kicker {
  font-size: 17px;
  color: #001c60;
  color: #001c60;
  font-family: "vinyl", Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: italic;
  transform: rotate(-10deg);
  display: inline-block;
  padding-bottom: 6px;
  background: url(../static/img/underline-pink.svg) repeat-x 100% 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .join__form-header-kicker {
    font-size: calc(17px + (21 - 17) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .join__form-header-kicker {
    font-size: 21px;
  }
}
.join__form-header-kicker a {
  color: #ff352e;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.join__form-header-kicker a:hover, .join__form-header-kicker a:focus {
  color: #001c60;
}

.join__form-header-text {
  font-size: 25px;
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: -0.03em;
  font-weight: 800;
}
@media (min-width: 600px) and (max-width: 2499px) {
  .join__form-header-text {
    font-size: calc(25px + (50 - 25) * (100vw - 600px) / (2500 - 600));
  }
}
@media (min-width: 2500px) {
  .join__form-header-text {
    font-size: 50px;
  }
}

.join__brush-strokes {
  display: none;
}
@media (min-width: 600px) {
  .join__brush-strokes {
    mix-blend-mode: multiply;
    opacity: 0.1;
    position: absolute;
    transform: translateX(-50%) rotate(270deg);
    top: -80px;
    left: 50%;
    z-index: 1;
    width: 60%;
    max-width: 400px;
    display: block;
  }
}

.join__perks {
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) {
  .join__perks {
    margin: 0 auto;
    width: 85%;
    max-width: 1000px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .join__perks {
    width: 80%;
  }
}

.join__perks-inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .join__perks-inner {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .join__perks-inner {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .join__perks-inner {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .join__perks-inner {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .join__perks-inner {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .join__perks-inner {
    margin-right: 80px;
  }
}

.join__perks-cols {
  margin: 20px 0;
}
@media (min-width: 600px) {
  .join__perks-cols {
    display: flex;
    position: relative;
    margin: 60px 0 0 0;
  }
  .join__perks-cols:before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: rgba(255, 53, 45, 0.2);
  }
}

.join__perk {
  padding: 20px;
}
@media (min-width: 600px) {
  .join__perk {
    border-top: 1px solid #fed7d6;
    display: block;
    width: 33.3%;
  }
  .join__perk:not(:last-child) {
    border-right: 1px solid #fed7d6;
  }
}

.join__perks-header {
  font-size: 18px;
  color: #001c60;
  color: #001c60;
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
  padding: 60px 0 5px 0;
  border-bottom: 1px solid #fed7d6;
  display: inline-block;
}
@media (min-width: 400px) and (max-width: 1399px) {
  .join__perks-header {
    font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1400 - 400));
  }
}
@media (min-width: 1400px) {
  .join__perks-header {
    font-size: 20px;
  }
}

.join__perk-text {
  color: #001c60;
  color: var(--primary);
  font-family: "circular", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 800;
}

.join__perk-image {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 600px) {
  .join__perk-image {
    max-width: 280px;
  }
}

.join__bg {
  position: absolute;
  width: 60%;
  max-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: #fff4f4;
  height: 100%;
  z-index: -1;
}
@media (min-width: 600px) {
  .join__bg {
    display: block;
    width: 85%;
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .join__bg {
    width: 80%;
  }
}

.join__promo-grid {
  background-color: #ffffff;
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .join__promo-grid {
    padding-top: 200px;
  }
}

.campaign__body {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .campaign__body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .campaign__body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .campaign__body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .campaign__body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .campaign__body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .campaign__body {
    margin-right: 80px;
  }
}

.campaign__column-text {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .campaign__column-text {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .campaign__column-text {
    margin-bottom: 80px;
  }
}

.campaign__featured-img {
  background-color: #ffe5e4;
  background-color: var(--pink);
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 60px 0;
}
.campaign__featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .campaign__featured-img {
    margin: 0 0 80px 0;
  }
}
@media (min-width: 1400px) {
  .campaign__featured-img {
    margin: 0 0 100px 0;
  }
}

.campaign__actions {
  margin: 60px 0;
}
@media (min-width: 960px) {
  .campaign__actions {
    margin: 80px 0;
  }
}
@media (min-width: 1400px) {
  .campaign__actions {
    margin: 100px 0;
  }
}

.campaign__blocks {
  margin: 60px 0;
}
@media (min-width: 960px) {
  .campaign__blocks {
    margin: 80px 0;
  }
}
@media (min-width: 1400px) {
  .campaign__blocks {
    margin: 100px 0;
  }
}
.campaign__blocks .gutenberg-blocks {
  margin: 0 auto;
}

.work__tease-group {
  margin-bottom: 40px;
  border-top: 1px solid #fed7d6;
}
@media (min-width: 960px) {
  .work__tease-group {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .work__tease-group {
    margin-bottom: 80px;
  }
}

.work__large-tease {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .work__large-tease {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .work__large-tease {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .work__large-tease {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .work__large-tease {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .work__large-tease {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .work__large-tease {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .work__large-tease {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .work__large-tease {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .work__large-tease {
    margin-bottom: 80px;
  }
}

.work__campaign-list {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .work__campaign-list {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .work__campaign-list {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .work__campaign-list {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .work__campaign-list {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .work__campaign-list {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .work__campaign-list {
    margin-right: 80px;
  }
}
@media (min-width: 960px) {
  .work__campaign-list {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .work__campaign-list {
    margin-bottom: 140px;
  }
}

.home__large-tease {
  margin: 0 20px 60px 20px;
}
@media (min-width: 768px) {
  .home__large-tease {
    margin: 0 40px 80px 40px;
  }
}
@media (min-width: 1200px) {
  .home__large-tease {
    margin: 40px 80px 80px 80px;
  }
}

.chapters__body {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .chapters__body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .chapters__body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .chapters__body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .chapters__body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .chapters__body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .chapters__body {
    margin-right: 80px;
  }
}

.chapters__body .gutenberg-blocks {
  margin: 0 auto;
}

.archive {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .archive {
    padding-bottom: 200px;
  }
}

.volunteer-stories__body {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .volunteer-stories__body {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .volunteer-stories__body {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .volunteer-stories__body {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .volunteer-stories__body {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  .volunteer-stories__body {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .volunteer-stories__body {
    margin-right: 80px;
  }
}
@media (min-width: 960px) {
  .volunteer-stories__body {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .volunteer-stories__body {
    margin-bottom: 80px;
  }
}

.volunteer-stories__body .gutenberg-blocks {
  margin: 0 auto;
}

@media print {
  @page {
    margin: 2cm;
  }
}
@media (min-width: 1200px) {
  .home__large-tease.no-image {
    margin: 20px 80px 80px;
  }
}
.home__large-tease.no-image .large-tease__right {
  width: 100%;
}
.home__large-tease.no-image .large-tease__right .large-tease__text {
  max-width: 800px;
  margin: 20px auto;
}
.home__large-tease.no-image .large-tease__right .large-tease__brush {
  right: -12%;
}