@charset "UTF-8";
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
button,
body,
input,
select,
textarea {
  color: #444;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}

main {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: 10em;
  width: 100%;
}

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #444;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #c2cacf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.2rem 0.625rem;
  min-height: 2.4em;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #48687d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

input[type=tel] {
  max-width: 8.5em;
}

textarea {
  max-width: 40em;
  padding: 0.375rem 0.625rem;
  width: 100%;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c2cacf;
  border-radius: 0.125rem;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 5px 19% 6px 0.625em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  margin: 0.2em;
}

@-moz-document url-prefix() {
  select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px);
  }
}
@media all and (-ms-high-contrast: none) {
  select {
    padding: 0.35em 19% 0 0.625em;
  }
}
/* This hides native custom-select button arrow in IE */
select::-ms-expand {
  display: none;
}

/* Custom arrow - could be an image, SVG, icon font, etc. */
.custom-select::before {
  background-color: white;
  border-left: 1px solid #d0d6da;
  content: "";
  height: 80%;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 10%;
  width: 1.75rem;
  z-index: 1;
}

.custom-select::after {
  background: none;
  color: #bbb;
  content: "";
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #48687d;
  width: 0;
  height: 0;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

/* Hover style - tricky because we're clipping the overflow */
.custom-select:hover {
  border: 1px solid #2f8b83;
}

/* Focus style */
select:focus {
  text-decoration: underline;
  outline: none;
}

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

a {
  color: #9c171e;
  font-weight: bold;
  transition: all 0.2s ease;
}
a:hover {
  color: #701015;
  text-decoration: none;
}

html {
  background-color: white;
  overflow-x: hidden;
}

[v-cloak] {
  visibility: hidden;
}

.no-js-info {
  background-color: #9c171e;
  padding: 1.25rem;
  animation: showNoJSWarning 1s ease;
  animation-fill-mode: both;
  animation-delay: 2s;
}
.js .no-js-info {
  display: none;
}

.no-js-info__inner {
  color: white;
  margin: 0 auto;
  max-width: 30rem;
  padding: 1.25rem;
}
.no-js-info__inner h2 {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.no-js-info__inner p:last-of-type {
  padding-bottom: 0;
}

@keyframes showNoJSWarning {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}
.skip-to-main:active, .skip-to-main:focus {
  background-color: #48687d;
  color: white;
  border-radius: 0 0 0.625rem 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  z-index: 9999;
}

.redirect-bar {
  background-color: black;
}

.redirect-bar__inner {
  text-align: center;
  padding: 1.25rem;
  color: white;
  max-width: 42.5rem;
  margin: 0 auto;
}
@media (min-width: 36em) {
  .redirect-bar__inner {
    padding-left: 5rem;
    position: relative;
    text-align: left;
  }
}
.redirect-bar__inner a {
  color: #f5eabe;
}
.redirect-bar__inner::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/site/icon_globe.svg) center no-repeat;
  background-size: 80%;
  margin: 0 auto 0.625rem;
  background-color: rgba(245, 234, 190, 0.5);
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 36em) {
  .redirect-bar__inner::before {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.site-wrapper-outer {
  position: relative;
}

.subpage {
  margin: 0 auto;
  max-width: 72rem;
}
@media (min-width: 48em) {
  .subpage {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .subpage {
    padding: 2.5rem 2.5rem 3.75rem;
  }
}
.subpage.subpage--no-sidebar {
  max-width: 54rem;
}
@media (min-width: 72em) {
  .subpage.subpage--no-sidebar {
    max-width: 60rem;
  }
}
.subpage.subpage--no-sidebar-narrow {
  max-width: 40rem;
}

@media (min-width: 48em) {
  .subpage--with-bg {
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .subpage--with-bg {
    padding-right: 25rem;
  }
}
@media (min-width: 66em) {
  .subpage--with-bg {
    padding-right: 28.5rem;
    padding-left: 0;
  }
}
@media (min-width: 72em) {
  .subpage--with-bg {
    padding-right: 35.625rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 84em) {
  .subpage--with-bg {
    padding-right: 40rem;
  }
}
@media (min-width: 92em) {
  .subpage--with-bg {
    padding-right: 47.5rem;
  }
}
.subpage--with-bg .subpage__content {
  margin: 0 auto;
  max-width: 46rem;
}

.subpage--journalisticintegrity {
  position: relative;
}

.subpage--maintenance {
  min-height: calc(100vh - 18.5rem);
  text-align: center;
}
@media (min-width: 48em) {
  .subpage--maintenance {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 48em) {
  .subpage__inner {
    display: flex;
  }
}
@media (min-width: 48em) {
  .subpage--no-sidebar .subpage__inner {
    display: block;
  }
}
.subpage--with-bg .subpage__inner {
  position: relative;
}
@media (min-width: 60em) {
  .subpage--with-bg .subpage__inner {
    display: block;
  }
}
@media (min-width: 48em) {
  .subpage--maintenance .subpage__inner {
    align-items: center;
    display: flex;
  }
}

.subpage__bg {
  background-size: cover;
  background-position: center;
  padding-bottom: 62.5%;
  width: 100%;
}
@media (min-width: 48em) {
  .subpage__bg {
    padding-bottom: 50%;
  }
}
@media (min-width: 60em) {
  .subpage__bg {
    background-position: 35% center;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    padding-bottom: 0;
    right: 0;
    top: 0;
    width: 25rem;
  }
}
@media (min-width: 72em) {
  .subpage__bg {
    width: 32.5rem;
  }
}
@media (min-width: 84em) {
  .subpage__bg {
    width: 37.5rem;
  }
}
@media (min-width: 92em) {
  .subpage__bg {
    background-position: center;
    width: 45rem;
  }
}
@media (min-width: 48em) {
  .subpage--journalisticintegrity .subpage__bg {
    background-position: center 80%;
  }
}
@media (min-width: 60em) {
  .subpage--journalisticintegrity .subpage__bg {
    background-position: 17.5% center;
    position: absolute;
  }
}
@media (min-width: 66em) {
  .subpage--journalisticintegrity .subpage__bg {
    background-position: 20% center;
  }
}
@media (min-width: 72em) {
  .subpage--journalisticintegrity .subpage__bg {
    background-position: 15% center;
  }
}

.subpage__content {
  line-height: 1.6;
  padding: 1.25rem;
}
@media (min-width: 36em) {
  .subpage__content {
    padding: 2.5rem;
  }
}
@media (min-width: 60em) {
  .subpage__content {
    padding: 3.25rem;
  }
}

.subpage__title {
  color: #9c171e;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .subpage__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.subpage__sidebar {
  flex: 1 0 16.875rem;
  margin: 3.25rem auto 1.25rem;
  max-width: 24rem;
}
@media (min-width: 48em) {
  .subpage__sidebar {
    margin-top: 3.75rem;
    padding: 1.25rem;
  }
}
@media (min-width: 60em) {
  .subpage__sidebar {
    flex-basis: 20rem;
    margin-top: 5.625rem;
    padding: 1.875rem;
  }
}
@media (min-width: 60em) {
  .subpage--with-bg .subpage__sidebar {
    position: absolute;
    top: 0;
    right: -11.25rem;
    padding-left: 0;
    padding-bottom: 1.25rem;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    width: 13.125rem;
  }
}
@media (min-width: 66em) {
  .subpage--with-bg .subpage__sidebar {
    right: -11.875rem;
  }
}
@media (min-width: 72em) {
  .subpage--with-bg .subpage__sidebar {
    right: -15rem;
    width: 15rem;
  }
}
@media (min-width: 100em) {
  .subpage--with-bg .subpage__sidebar {
    right: -10.625rem;
  }
}
@media (min-width: 108em) {
  .subpage--with-bg .subpage__sidebar {
    right: -6.25rem;
    box-shadow: none;
  }
}

.subpage-sidebar__list {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .subpage-sidebar__list {
    border-top: none;
    border-left: 1px solid #ccc;
    padding: 0;
  }
}

.subpage-sidebar__link {
  display: block;
  padding: 0.5rem;
  line-height: 1.15;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .subpage-sidebar__link {
    padding: 0.625rem 0.25rem 0.625rem 1.875rem;
  }
}
@media (min-width: 72em) {
  .subpage-sidebar__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.subpage-sidebar__link:hover {
  border-left: 0.3125rem solid #9c171e;
}
.subpage-sidebar__link.is-current {
  border-left: 0.3125rem solid #8c7f47;
  color: #8c7f47;
}

.subpage-fine-print {
  color: #888;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
}

.subpage-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.subpage-img--wide {
  margin: 0.625rem -1.25rem 1.875rem;
}

.subpage-img--inset-left,
.subpage-img--inset-right {
  float: left;
  margin-top: 0.3125rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}

@media (min-width: 25.875em) {
  .subpage-img--inset-left {
    margin-left: -1.5rem;
  }
}

.subpage-img--inset-right {
  float: right;
  margin-right: 0;
  margin-left: 1.5rem;
}
@media (min-width: 25.875em) {
  .subpage-img--inset-right {
    margin-right: -1.5rem;
  }
}

.subpage-img--bios-thumb {
  max-width: 8.9375rem;
}

.subpage-img-link {
  display: inline-block;
  text-decoration: none;
}

.subpage-blockquote {
  padding: 0.625rem 0 1.875rem;
}
.subpage-blockquote blockquote {
  border-left: 0.625rem solid #48687d;
  margin: 0;
  padding: 0 0 0 1.875rem;
}
.subpage-blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
.subpage-blockquote cite {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: right;
}

.subpage-inset-content {
  border: 1px solid #dee2e5;
  background-color: #f2f4f5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.25rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto 1.875rem;
  max-width: 21rem;
}
@media (min-width: 48em) {
  .subpage-inset-content {
    float: left;
    margin-top: 0.25rem;
    margin-right: 1.875rem;
    margin-bottom: 1.5rem;
    margin-left: -2.5rem;
    max-width: 50%;
  }
}
@media (min-width: 60em) {
  .subpage-inset-content {
    margin-left: -3.125rem;
  }
}
@media (min-width: 72em) {
  .subpage-inset-content {
    margin-left: -4.375rem;
  }
}
.subpage-inset-content .title {
  margin-top: 0;
}
.subpage-inset-content > *:last-child {
  padding-bottom: 0 !important;
}

.subpage-list li {
  padding-bottom: 0.625rem;
}

.subpage-list--nums {
  counter-reset: section;
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem;
}
.subpage-list--nums li {
  counter-increment: section;
  padding-bottom: 1.875rem;
}
@media (min-width: 36em) {
  .subpage-list--nums li {
    padding-left: 3.5rem;
    position: relative;
  }
}
.subpage-list--nums li:last-of-type {
  padding-bottom: 0;
}
.subpage-list--nums li::before {
  background-color: rgba(72, 104, 125, 0.2);
  color: #48687d;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 36em) {
  .subpage-list--nums li::before {
    left: 0.3125rem;
    position: absolute;
    top: 0.3rem;
  }
}

.subpage-list--bullets {
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem;
}
.subpage-list--bullets li {
  padding: 0 0 1.875rem 1.875rem;
  position: relative;
}
@media (min-width: 36em) {
  .subpage-list--bullets li {
    padding-left: 3.25rem;
  }
}
.subpage-list--bullets li:last-of-type {
  padding-bottom: 0;
}
.subpage-list--bullets li::before {
  border: 4px solid #48687d;
  border-radius: 1rem;
  content: "";
  height: 0.75rem;
  left: 0.375rem;
  opacity: 0.65;
  position: absolute;
  top: 0.375rem;
  width: 0.75rem;
}
@media (min-width: 36em) {
  .subpage-list--bullets li::before {
    left: 1.5rem;
  }
}

ol.subpage-list--minor li,
ul.subpage-list--minor li {
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
}
ol.subpage-list--minor li::before,
ul.subpage-list--minor li::before {
  border-width: 3px;
  height: 0.5rem;
  left: 0.125rem;
  width: 0.5rem;
}

.subpage-quote {
  background-color: #8c7f47;
  border-radius: 0.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  color: white;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin: 0 0 3.125rem;
  padding: 1.25rem 1.875rem 1.25rem 4.375rem;
  position: relative;
}
.subpage-quote::before {
  color: black;
  content: "“";
  display: block;
  font-size: 72px;
  font-size: 4.5rem;
  left: 1.25rem;
  opacity: 0.5;
  position: absolute;
  line-height: 1;
  top: 1.25rem;
}

@media (min-width: 84em) {
  .subpage-panels {
    display: flex;
  }
}
.subpage-panels .subpage-panel {
  flex: 1;
}
@media (min-width: 84em) {
  .subpage-panels .subpage-panel {
    margin-right: 0.625rem;
  }
}
@media (min-width: 84em) {
  .subpage-panels .subpage-panel:last-child {
    margin-right: 0;
  }
}

.subpage-panel {
  background-color: #dee2e5;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .subpage-panel {
    padding: 1.875rem 1.875rem 1.5rem;
  }
}
.subpage-panel .title {
  margin-top: 0;
}
.subpage-panel > *:last-child {
  padding-bottom: 0;
}

.subpage-panel--red {
  background-color: #6d1115;
  color: white;
}
.subpage-panel--red .title {
  color: #f5eabe;
}

.subpage-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.25rem;
}

.subpage-box {
  max-width: 16rem;
  padding: 0.625rem;
  position: relative;
}
@media (min-width: 60em) {
  .subpage-box {
    flex: 1 0 33.33%;
  }
}

.subpage-box__img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.subpage-box__caption {
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.625rem;
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
}
.subpage-box__caption strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

.subpage-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1.25rem;
}

.subpage-logo {
  display: block;
  padding: 0.625rem;
  text-decoration: none;
}

.subpage-ways-to-pray {
  background: #f4f1ea url(../jpg/home_2020_gpg_footer.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 5rem 0 30%;
  max-width: none;
  text-align: center;
}
.subpage-ways-to-pray .subpage__inner {
  display: block;
}
.subpage-ways-to-pray h1 {
  color: #038294;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}
@media (min-width: 25.875em) {
  .subpage-ways-to-pray h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 48em) {
  .subpage-ways-to-pray h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 66em) {
  .subpage-ways-to-pray h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 90em) {
  .subpage-ways-to-pray h1 {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.subpage-ways-to-pray .subpage__context-statement {
  max-width: 62.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto 6.25rem;
}

.subpage-ways-to-pray__list {
  counter-reset: section;
  display: grid;
  grid-gap: 7.5rem;
  list-style: none;
  margin: 0 auto 2.5rem;
  max-width: 70rem;
  padding: 0;
}
@media (min-width: 66em) {
  .subpage-ways-to-pray__list {
    grid-gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 90em) {
  .subpage-ways-to-pray__list {
    max-width: 84rem;
  }
}

.subpage-ways-to-pray__item {
  counter-increment: section;
  max-width: 22.5rem;
  margin: 0 auto;
}
.subpage-ways-to-pray__item h2 {
  font-weight: normal;
  margin: 0 auto;
}
.subpage-ways-to-pray__item p {
  text-align: left;
  padding-bottom: 1.25rem;
}
.subpage-ways-to-pray__item .button {
  background: #038294;
  padding: 0.625rem 3.75rem;
}
.subpage-ways-to-pray__item .button:hover {
  background: #025662;
}
.subpage-ways-to-pray__item::before {
  background-color: #726b58;
  color: white;
  content: counters(section, ".") " ";
  padding-top: 0.55rem;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
}
@media (min-width: 66em) {
  .subpage-ways-to-pray__item::before {
    margin-bottom: 1.875rem;
    border-radius: 2rem;
    padding-top: 1rem;
    font-size: 32px;
    font-size: 2rem;
    height: 4rem;
    width: 4rem;
  }
}

.subpage-ways-to-pray__img {
  padding-top: 100%;
  margin-bottom: 0.625rem;
  position: relative;
}
.subpage-ways-to-pray__img img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.subpage-ways-to-pray__item--gpg h2 {
  background: url(../png/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  margin-top: 2rem;
  margin-bottom: 1.7rem;
  display: block;
  width: 18.25rem;
  height: 2.5rem;
  text-indent: -999rem;
}

.subpage-ways-to-pray__item--frontline h2 {
  margin-bottom: 1rem;
}
.subpage-ways-to-pray__item--frontline h2 strong {
  color: #038294;
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.subpage-ways-to-pray__item--frontline h2 em {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.subpage-ways-to-pray__item--icommit h2 {
  background: url(../png/home_2020_gpg_icommit_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 2.425rem;
  margin-bottom: 2.25rem;
  width: 15.5rem;
  height: 1.5rem;
  text-indent: -999rem;
}
.subpage-ways-to-pray__item--icommit .subpage-ways-to-pray__img img {
  height: auto;
  width: 115%;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.subpage-more-about {
  margin: 0 auto 5rem;
  max-width: 22.5rem;
}
@media (min-width: 72em) {
  .subpage-more-about {
    max-width: none;
  }
}
.subpage-more-about .title {
  text-align: center;
  margin-bottom: 1.25rem;
}
.subpage-more-about ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.25rem;
}
@media (min-width: 72em) {
  .subpage-more-about ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subpage-more-about a {
  background-color: #24323b;
  border-radius: 0.375rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
}
.subpage-more-about a:hover {
  background-color: #0d1215;
}
.subpage-more-about a:hover img {
  opacity: 0.7;
}
.subpage-more-about a:hover div {
  transform: translateY(-0.25rem);
}
.subpage-more-about a div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  padding: 1.25rem 1.25rem 1.875rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.2s all ease;
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 72em) {
  .subpage-more-about a div {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}
.subpage-more-about a img {
  transition: 0.2s all ease;
}

.subpage--es-resources {
  max-width: 60rem;
}
.subpage--es-resources .subpage__inner {
  display: block;
}
.subpage--es-resources .subpage__intro {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .subpage--es-resources .subpage__intro {
    padding-bottom: 3.75rem;
  }
}

.subpage-carrousel-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.subpage-carrousel {
  position: relative;
}

.subpage-carrousel__container {
  white-space: nowrap;
  margin: 1.25rem 0 2.5rem;
}

.subpage-carrousel__control__list {
  position: absolute;
  list-style-type: none;
  top: 100%;
  right: 0;
  left: 0;
  padding-left: 0;
  text-align: center;
}

.subpage-carrousel__control__list__item {
  display: inline-block;
  margin: 0 0.5em;
}

.subpage-carrousel__control__list__link {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: white;
  border: 1px solid #038294;
  border-radius: 1em;
  cursor: pointer;
}
.subpage-carrousel__control__list__link:focus, .subpage-carrousel__control__list__link:hover, .subpage-carrousel__control__list__link:active, .subpage-carrousel__control__list__link[aria-selected=true] {
  background-color: #038294;
}
.subpage-carrousel__control__list__link:focus, .subpage-carrousel__control__list__link:hover, .subpage-carrousel__control__list__link:active {
  outline: 2px dotted #038294;
}

.subpage-carrousel__button-container {
  position: absolute;
  top: 1.25rem;
  z-index: 9;
}
@media (min-width: 48em) {
  .subpage-carrousel__button-container {
    top: 50%;
  }
}

.subpage-carrousel__button__previous {
  left: -1.25rem;
}
@media (min-width: 48em) {
  .subpage-carrousel__button__previous {
    left: -0.625rem;
  }
}

.subpage-carrousel__button__next {
  right: -1.25rem;
}
@media (min-width: 48em) {
  .subpage-carrousel__button__next {
    right: -0.625rem;
  }
}

.subpage-carrousel__button__button {
  margin: 0;
  padding: 0.375rem;
  background: #038294;
  border: 0;
  cursor: pointer;
}
@media (min-width: 48em) {
  .subpage-carrousel__button__button {
    padding: 1rem;
  }
}
.subpage-carrousel__button__button:hover {
  background: #025662;
}

.fade .subpage-carrousel__content {
  animation: subpage-carrousel-fadein 1s;
  white-space: normal;
}

.fade .subpage-carrousel__content[aria-hidden=true] {
  animation: subpage-carrousel-fadeout 1s;
}

.fade .subpage-carrousel__content[aria-hidden=true] {
  display: none;
}

@keyframes subpage-carrousel-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes subpage-carrousel-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contactus-form {
  max-width: 35rem;
}

.contactus-form__fields {
  display: grid;
}
@media (min-width: 48em) {
  .contactus-form__fields {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.25rem;
  }
}

.field.contactus-form__field-turnstile,
.contactus-form__field-message,
.contactus-form__field-submit {
  grid-column: 1/-1;
}

.fine-print {
  padding-left: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.fine-print-sub-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.break-long-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.basic-table th {
  font-weight: bold;
  padding: 0.625rem 0;
}
.basic-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.basic-table td {
  vertical-align: top;
  padding: 0.625rem 0.625rem 1.25rem;
}
.basic-table td:first-child {
  padding-left: 0;
}
.basic-table td:last-child {
  padding-right: 0;
}

.modal-video-thumb {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
  margin: 0.625rem -1.25rem 1.875rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.modal-video-thumb:hover {
  opacity: 0.8;
}
.modal-video-thumb::before {
  content: "";
  background-image: url(../png/icon_play.png);
  background-size: 80px 80px;
  height: 80px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  bottom: 3.5rem;
  background-size: cover;
  position: absolute;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .modal-video-thumb::before {
    background-image: url(../png/icon_play%402x.png);
  }
}

.modal-video-thumb__title {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 70%);
  color: white;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 1.1;
  padding: 2.5rem 1rem 1.25rem;
}
@media (min-width: 60em) {
  .modal-video-thumb__title {
    padding-bottom: 1.75rem;
  }
}

.video-modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none;
}
.video-modal.is-showing {
  display: block;
  animation-name: showVideoModal;
  animation-duration: 0.5s;
}

@keyframes showVideoModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-modal__content {
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  top: 50%;
}
@media (min-width: 48em) {
  .video-modal__content {
    width: calc(100% - 5rem);
    max-width: 66rem;
  }
}

.video-modal__close {
  position: absolute;
  right: 0.625rem;
  top: -3rem;
  text-indent: -9999px;
  background-color: transparent;
  background-image: none;
  border: 2px solid white;
  border-radius: 30px;
  box-shadow: none;
  width: 30px;
  height: 30px;
  padding: 0;
}
.video-modal__close:hover {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  opacity: 1;
}
.video-modal__close::before {
  content: "×";
  text-indent: 0;
  position: absolute;
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  top: -4px;
  left: 0;
  width: 100%;
  color: white;
}

.video-modal__iframe-wrapper {
  padding-bottom: 56.5%;
  position: relative;
}
.video-modal__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.basic-video-page {
  background-color: #2a2a2a;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 48em) {
  .basic-video-page {
    padding: 3.75rem;
  }
}
@media (min-width: 72em) {
  .basic-video-page {
    padding: 6.25rem 5rem;
  }
}
.basic-video-page .video-embed {
  max-width: 90rem;
  margin: 0 auto;
}

.video-embed-iframe-wrap {
  padding-top: 56.25%;
  position: relative;
}
.video-embed-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.magazine-sub-info {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1.25rem 0 1.875rem;
}

.button,
[type=submit],
button {
  border: none;
  border-radius: 0.375rem;
  background-color: #9c171e;
  background-image: linear-gradient(to bottom, #a91921, #86141a);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: all 0.2s ease;
}
.button:hover,
[type=submit]:hover,
button:hover {
  background-image: linear-gradient(to bottom, #8f151b, #6b1015);
  color: white;
  text-decoration: none;
}
.button:focus,
[type=submit]:focus,
button:focus {
  outline: 1px dotted #9c171e;
  outline-offset: 0.125rem;
}
.button:active,
[type=submit]:active,
button:active {
  transform: translateY(2px);
}

.button--gold {
  background-color: #867842;
  background-image: linear-gradient(to bottom, #b2a468, #897c45);
}
.button--gold:hover {
  background-image: linear-gradient(to bottom, #8c7f47, #675d34);
}
.button--gold:focus {
  outline: 1px dotted #9c171e;
}

.button--teal {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.button--teal:hover {
  background: #025662;
}
.button--teal:focus {
  outline: 1px dotted #038294;
}

.button--line {
  background-color: transparent;
  border: 2px solid rgba(156, 23, 30, 0.35);
  background-image: none;
  color: #9c171e;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.button--line:hover {
  background-color: rgba(156, 23, 30, 0.1);
  border: 2px solid #9c171e;
  color: #9c171e;
}

.title {
  color: #9c171e;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.title--large {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}

.title--med {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.title--small {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.title--sub {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  color: #444;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.title__sub {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
  padding-top: 0.3125rem;
  font-weight: normal;
  color: #444;
}

.hello-bar {
  background-color: black;
}

.hello-bar__inner {
  background-color: #9c171e;
  color: white;
  padding: 1rem 1.25rem;
  text-align: center;
}
.hello-bar__inner a {
  color: #f5eabe;
}

.hello-bar__close {
  overflow: hidden;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 60em) {
  .hello-bar__close {
    height: 3.125rem;
    width: 3.125rem;
  }
}
.hello-bar__close:hover {
  background: none;
  opacity: 0.5;
}
.hello-bar__close span {
  position: absolute;
  top: -999rem;
  left: -999rem;
}
.hello-bar__close::before {
  content: "×";
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  display: block;
  color: white;
  top: 0;
  padding-top: 0.25rem;
  line-height: 1;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 60em) {
  .hello-bar__close::before {
    padding-top: 0.5rem;
  }
}

.js .modal,
.modal__shadow {
  visibility: hidden;
}

.modal {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  width: 90%;
  z-index: 1000;
}
.no-js .modal {
  display: none;
}
.js .modal {
  margin: 0 0 0 -45%;
  position: absolute;
  left: 50%;
  top: 2.5em;
  opacity: 0;
  transition: opacity 0.35s;
}
@media (min-width: 46em) {
  .js .modal {
    margin: 0 0 0 -22em;
    max-width: 44em;
  }
}
.modal video {
  width: 100% !important;
  height: auto !important;
}

.js .modal--show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.modal__shadow {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 998;
  transition: all ease-out 0.5s;
}

.modal__shadow--show {
  visibility: visible;
  opacity: 0.8;
}

.modal__close {
  color: white;
  background-color: #170304;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 0.5em;
  border-radius: 30em;
  text-decoration: none;
  padding: 0.3em 0 0;
  line-height: 1;
  height: 1.75em;
  text-align: center;
  width: 1.75em;
  top: -0.75em;
}
.no-js .modal__close {
  display: none;
}
.modal__close:hover {
  color: white;
}

.modal__title {
  background-color: #9c171e;
  color: white;
  font-size: 1.5em;
  margin: 0;
  padding: 0.75em 2.5em 0.75em 1.25em;
}

.modal__content {
  padding: 1.5em 2em;
}
.modal__content iframe,
.modal__content img {
  max-width: 100%;
}
.modal__content h1,
.modal__content h2,
.modal__content h3,
.modal__content h4,
.modal__content h5,
.modal__content h6 {
  margin-top: 1em 0 0.5em;
  color: #48687d;
}

.modal__img {
  text-align: center;
}

.modal__controls {
  background-color: #dee2e5;
  margin: 0 0 -2em;
  padding: 1.5em 0;
  text-align: center;
}

.modal__cancel {
  background-color: transparent;
}

.modal__confirm {
  margin: 0 0.25em;
}

.ica-modal {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ica-modal__modal {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 36em) {
  .ica-modal__modal {
    max-width: 32.5rem;
  }
}

.ica-modal__close {
  color: red;
  position: absolute;
  background: url(https://assets.persecution.com/public/graphics/site/icon_close_dark.svg) center no-repeat;
  background-size: 80% auto;
  text-indent: -999rem;
  box-shadow: none;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  right: 0;
}
.ica-modal__close:hover {
  background: rgba(0, 0, 0, 0.2) url(https://assets.persecution.com/public/graphics/site/icon_close_dark.svg) center no-repeat;
  background-size: 80% auto;
  opacity: 0.65;
}

.ica-modal__flag {
  height: 3rem;
  width: 4rem;
  margin-bottom: 1.25rem;
  margin-top: -2.5rem;
  background: left top no-repeat;
  background-size: contain;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.ica-modal__flag--AU {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/au.svg);
}

.ica-modal__flag--BE {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/be.svg);
}

.ica-modal__flag--BR {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/br.svg);
}

.ica-modal__flag--CA {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/ca.svg);
}

.ica-modal__flag--CZ {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/cz.svg);
}

.ica-modal__flag--FJ {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/fj.svg);
}

.ica-modal__flag--FI {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/fi.svg);
}

.ica-modal__flag--DE {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/de.svg);
}

.ica-modal__flag--KR {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/kr.svg);
}

.ica-modal__flag--NL {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/nl.svg);
}

.ica-modal__flag--NZ {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/nz.svg);
}

.ica-modal__flag--PL {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/pl.svg);
}

.ica-modal__flag--PT {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/pt.svg);
}

.ica-modal__flag--SG {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/sg.svg);
}

.ica-modal__flag--ZA {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/za.svg);
}

.ica-modal__flag--GB {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/gb.svg);
}

.ica-modal__title {
  color: #038294;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 0.625rem;
}

.ica-modal__desc {
  margin-bottom: 1.25rem;
}

.ica-modal__buttons .button {
  background: #038294;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.ica-modal__buttons .button:hover {
  background: #025662;
}

label {
  color: #48687d;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding-bottom: 0.125rem;
}
label a {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  position: relative;
  top: 0.15em;
}
label em {
  font-weight: normal;
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 0.25em;
}
label .label__note {
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

.field {
  padding-bottom: 1em;
}

.field--check {
  position: relative;
  padding-left: 1.5em;
}
.field--check input[type=checkbox] {
  left: 0;
  top: 0.25em;
  position: absolute;
}
.field--check label {
  color: #444;
  font-weight: normal;
}
.field--check label strong {
  color: #48687d;
}

.field--num-short input {
  width: 5em;
}
.field--num-short .field__note {
  margin-left: 0.5em;
  display: inline-block;
}

@media (min-width: 36em) {
  .field--commit {
    margin-top: 0.5em;
  }
}

.field--commit label {
  font-size: 18px;
  font-size: 1.125rem;
}

.field--radios {
  list-style: none;
  margin: 0;
  padding: 0 0 1em;
}
.field--radios li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.625em;
}
.field--radios label {
  color: #444;
  line-height: 1.2;
}
.field--radios input[type=radio] {
  left: 0;
  top: -0.05em;
  position: absolute;
}

.field--newsletter label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #48687d;
}
.field--newsletter input[type=radio] {
  top: 0.05em;
}

.field--qty .field__input-wrapper [type=text] {
  display: inline-block;
  width: 4em;
}
.field--qty .field__input-wrapper ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}
.field--qty .field__input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}
.field--qty .field__input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}
.field--qty .field__input-wrapper :-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}

.field__price {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  opacity: 0.85;
  margin-left: 0.25em;
}

.field__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #888;
}

.field__warning {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.75em 0.75em 0.75em 3em;
  position: relative;
  color: white;
  background-color: #a9a61e;
  margin-top: -2px;
}
.field__warning::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../png/sprites5604.png);
  background-size: 300px 220px;
  background-position: -24px -92px;
  margin-right: 0.25em;
  border-radius: 0.5em;
  top: 0.5em;
  left: 0.5em;
  width: 28px;
  height: 28px;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .field__warning::before {
    background-image: url(../png/sprites%402x5604.png);
  }
}

.field--stepper {
  padding-bottom: 0.625em;
}
.no-js .field--stepper .stepper {
  display: inline-block;
  width: auto;
}
.no-js .field--stepper .custom-select {
  padding-right: 2.5em;
}

.stepper .dropdown {
  float: left;
  width: 40%;
  margin-right: 1em;
}

.stepper.is-enhanced {
  display: inline-block;
  margin-right: 1em;
}
.stepper.is-enhanced button {
  display: block;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  height: 2.35em;
  background-color: #48687d;
  background-image: none;
  font-family: courier, monospace;
  box-shadow: none;
}
.stepper.is-enhanced button:first-of-type {
  border-radius: 0.375em 0 0 0.375em;
}
.stepper.is-enhanced button:last-of-type {
  border-radius: 0 0.375em 0.375em 0;
}
.stepper.is-enhanced div {
  float: left;
  font-family: courier, monospace;
  padding: 0.4em 0.75em 0;
  border-top: 1px solid #48687d;
  border-bottom: 1px solid #48687d;
  height: 2.35em;
}

@media screen and (min-width: 0) {
  .segmented {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
  }
  .segmented li {
    border: 1px solid #48687d;
    border-right: none;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
  }
  .segmented li:first-child {
    border-radius: 0.375em 0 0 0.375em;
  }
  .segmented li:last-child {
    border-radius: 0 0.375em 0.375em 0;
    border-right: 1px solid #48687d;
  }
  .segmented label {
    cursor: pointer;
    display: block;
    padding: 0.925em 0.75em;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    color: #444;
  }
  .segmented label:hover {
    background-color: rgba(72, 104, 125, 0.2);
    cursor: pointer;
  }
  .segmented input:checked + label {
    background-color: #48687d;
    color: white;
  }
  .segmented input {
    position: absolute;
    left: -999em;
  }
  .segmented__desc {
    color: #48687d;
    font-weight: bold;
  }
}
.fieldgroup:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 36em) {
  .fieldgroup--duo .field {
    float: left;
    width: 50%;
  }
}
@media (min-width: 36em) {
  .fieldgroup--duo .field:first-child {
    padding-right: 0.5em;
  }
}
@media (min-width: 36em) {
  .fieldgroup--duo .field:last-child {
    padding-left: 0.5em;
  }
}

@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field {
    float: left;
    width: 50%;
  }
}
@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field:first-child {
    padding-right: 0.5em;
  }
}
@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field:last-child {
    padding-left: 0.5em;
  }
}

.fieldgroup--trio {
  zoom: 1;
}
@media (min-width: 54em) {
  .fieldgroup--trio fieldset {
    float: left;
    width: 31%;
  }
}
@media (min-width: 54em) {
  .fieldgroup--trio fieldset:first-child {
    margin-right: 3.5%;
  }
}
@media (min-width: 54em) {
  .fieldgroup--trio fieldset:last-child {
    margin-left: 3.5%;
  }
}

@media (min-width: 36em) {
  .fieldgroup--citystuff {
    position: relative;
    padding-right: 6.25em;
  }
}
@media (min-width: 36em) {
  .fieldgroup--citystuff .field--city {
    float: left;
    width: 71%;
    padding-right: 1em;
  }
}
@media (min-width: 36em) {
  .fieldgroup--citystuff .field--state {
    float: left;
    width: 29%;
  }
}
@media (min-width: 36em) {
  .fieldgroup--citystuff .field--zip {
    position: absolute;
    width: 5.25em;
    right: 0;
  }
}

.field--phone input {
  display: inline-block;
  width: 3.5em;
  margin: 0 0.25em;
}
.field--phone input[size="4"] {
  width: 4.25em;
}

.field-group-phone-callingcode {
  display: grid;
  grid-template-columns: 6.25rem auto;
  grid-gap: 0.625rem;
  padding-top: 1.625rem;
  position: relative;
}
@media (min-width: 24em) {
  .field-group-phone-callingcode {
    grid-template-columns: 10rem auto;
  }
}
@media (min-width: 32em) {
  .field-group-phone-callingcode {
    grid-template-columns: 15rem auto;
  }
}
.field-group-phone-callingcode label {
  position: absolute;
  top: 0;
  left: 0;
}

.field--callingcode label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field--ccv input {
  max-width: 6em;
}

.field--freemag-companyname {
  display: none;
}

.lp-yourinfo-phone-disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem;
}
.lp-yourinfo-phone-disclaimer a {
  color: inherit;
}

.lp-yourinfo-turnstile-container {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.field--submit {
  border-top: 1px solid #d0d6da;
  margin-top: 1.25rem;
  padding: 1.5em 0 1em;
  text-align: center;
}

.confirm {
  width: 100%;
}
.confirm td {
  border-top: 1px solid #9c171e;
  padding: 0.75em 0.5em 0.5em 0;
}

.confirm__amount {
  text-align: right;
}

.confirm__total {
  background-color: #9c171e;
  text-align: right;
}
.confirm__total strong {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: 0.375em;
  text-transform: uppercase;
}

.errors {
  background-color: #701015;
  border-radius: 0.5rem;
  color: white;
  margin: 0 auto 1.875rem;
  padding: 1rem 1rem 0.5rem;
  max-width: 42rem;
}
.page .errors {
  margin-top: 1em;
}
.errors h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.errors ul {
  padding-left: 2em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.errors li {
  padding-bottom: 0.875em;
}
.errors a {
  color: white;
}

.errors--no-decimal {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding: 0.625rem;
  margin: 1.25rem 0 0;
}

.feedback {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: white;
  max-width: 52.5rem;
  margin: 0 auto;
  margin-bottom: 1.25em;
  border-radius: 0.375em;
  position: relative;
}
@media (min-width: 72em) {
  .feedback {
    margin-bottom: 2.5em;
  }
}
.feedback a {
  color: white;
  text-decoration: underline;
}
.feedback a:hover {
  text-decoration: none;
}
.feedback:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 3em;
  width: 1px;
  background-color: black;
  opacity: 0.25;
}
@media (min-width: 48em) {
  .feedback:after {
    left: 4em;
  }
}
.feedback:before {
  content: "";
  background-image: url(../png/sprites_feedback.png);
  background-size: 24px 324px;
  background-position: -59px -58px;
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  position: absolute;
  left: 0.75em;
  top: 50%;
  margin-top: -0.75em;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .feedback:before {
    background-image: url(../png/sprites_feedback%402x.png);
  }
}
@media (min-width: 48em) {
  .feedback:before {
    left: 1.25em;
  }
}
.feedback.is-showing {
  animation-name: showFeedback;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@keyframes showFeedback {
  0% {
    transform: translateY(-2.5rem) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.feedback--skinny {
  max-width: 32em;
}

.feedback--error {
  background-color: #9c171e;
}

.feedback--error:before {
  background-position: 0 0;
}

.feedback--warning {
  background-color: #8c7f47;
}

.feedback--warning:before {
  background-position: 0 -100px;
}

.feedback--success {
  background-color: #2f8b83;
}

.feedback--success:before {
  background-position: 0 -300px;
}

.feedback--info {
  background-color: #48687d;
}

.feedback--info:before {
  background-position: 0 -200px;
}

.feedback__title {
  color: white;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 1rem 1rem 0.25em 5.25rem;
}

.feedback__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0 1rem 1rem 5.25rem;
}
.feedback__desc p {
  padding-bottom: 0.625rem;
}
.feedback__desc ul {
  margin: 0;
}
.feedback__desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.feedback__links .button {
  background-color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.325rem;
}
.feedback__links .button:hover {
  background-color: black;
}
.feedback--warning .feedback__links .button {
  color: white;
  border-color: transparent;
}

.old-browser-warning {
  background-color: black;
  padding: 1.25rem;
}
.old-browser-warning .feedback {
  margin-bottom: 0;
}
@media only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none), only all and (min--moz-device-pixel-ratio: 0) and (display-mode: browser), (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
  .old-browser-warning {
    display: none;
  }
}

.general-errors {
  position: relative;
  z-index: 1;
  background-color: #9c171e;
}
.general-errors a {
  color: #faf0d8;
  font-weight: bold;
}
.general-errors a:hover {
  color: white;
}
.general-errors ul {
  margin: 0;
}
.general-errors p:last-child {
  padding-bottom: 0;
}

.general-errors__inner {
  color: white;
  padding: 1.25em;
  max-width: 67.75em;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 36em) {
  .general-errors__inner {
    padding: 1em 2.5em;
  }
}

.general-errors__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}
@media (min-width: 60em) {
  .general-errors__title {
    float: left;
    width: 30%;
    margin: -0.15em 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 60em) {
  .general-errors__content {
    padding-top: 0.125em;
    float: right;
    width: 65%;
  }
}

.ty-message {
  background-color: #083641;
  border-bottom: 4px solid black;
  padding: 1.25em;
  position: relative;
  z-index: 1;
}
@media (min-width: 24em) {
  .ty-message {
    padding: 1.875em 2.5em;
  }
}

.ty-message__inner {
  background-color: white;
  color: #444;
  max-width: 46em;
  margin: 0 auto;
  padding: 1.875em 1.875em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.375em;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: tyMessageShow;
}
@media (min-width: 48em) {
  .ty-message__inner {
    padding: 2.5em 2.75em 1.875em;
  }
}
.ty-message__inner .share-band {
  margin-bottom: 0;
  margin-top: 1em;
}
.ty-message__inner p {
  padding-bottom: 0.625em;
}
.ty-message__inner a {
  color: #038294;
}

@keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__icon {
  background-color: #49a936;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -1.5em;
  top: 1.25em;
  border-radius: 10em;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: tyMessageIconShow;
}
@media (min-width: 48em) {
  .ty-message__icon {
    top: 1.75em;
  }
}

@keyframes tyMessageIconShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ty-message__icon-inner {
  background-image: url(../png/sprites5e3f.png);
  background-size: 300px 220px;
  background-position: -211px 0;
  width: 48px;
  height: 48px;
  animation-delay: 1.75s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: tyMessageIconInnerShow;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .ty-message__icon-inner {
    background-image: url(../png/sprites%402x5e3f.png);
  }
}

@keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__title {
  color: #038294;
  margin: 0 0 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.test-mode-notice {
  padding-top: 5rem;
}
@media (min-width: 48em) {
  .test-mode-notice {
    padding-top: 2.5rem;
  }
}

.test-mode-notice__inner {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e5cc62;
  padding: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  height: 5rem;
}
@media (min-width: 48em) {
  .test-mode-notice__inner {
    height: 2.5rem;
    gap: 0.25rem;
    flex-direction: row;
  }
}

.lp .title {
  color: #9c171e;
  font-weight: 600;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  margin: 0 0 0.5em;
}
.lp .title--section {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 36em) {
  .lp .title--section {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp .title--form {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 36em) {
  .lp .title--form {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp .title--medium {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #48687d;
  font-size: 21px;
  font-size: 1.3125rem;
}
.lp .title--minor {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}
.lp .title__check {
  display: block;
  padding-top: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 36em) {
  .lp .title__check {
    display: inline;
    padding-top: 0;
    padding-left: 0.625rem;
  }
}
.lp .title__check label {
  display: inline;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
  font-weight: normal;
  color: #444;
  margin-left: 0.3125rem;
}

.site-header {
  background-color: #11171b;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 0.625rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 36em) {
  .site-header {
    padding: 0 0.625rem;
  }
}
@media (min-width: 48em) {
  .site-header.site-header--home {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    box-shadow: none;
    margin-bottom: -4.3rem;
  }
}
@media (min-width: 60em) {
  .site-header.site-header--home {
    margin-bottom: -4.475rem;
  }
}
@media (min-width: 84em) {
  .site-header.site-header--home {
    margin-bottom: -5.25rem;
  }
}
.site-wrapper-inner--has-ty .site-header.site-header--home {
  margin-bottom: 0;
  background-color: #083641;
}
.site-header.site-header--minimal {
  padding: 0.5rem 0.625rem 0.3125rem;
}
@media (max-width: 83.999em) {
  .site-header.is-open.is-open {
    background-color: #11171b;
  }
}

.site-header__inner {
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 36em) {
  .site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0.625rem;
  }
}
@media (min-width: 84em) {
  .site-header__inner {
    padding: 1rem;
  }
}
@media (min-width: 48em) {
  .site-header--home .site-header__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site-header--minimal .site-header__inner {
  display: block;
  padding: 0;
}

.logo-main-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 0.25rem;
}
@media (min-width: 36em) {
  .logo-main-wrap {
    margin-bottom: 0;
  }
}
.site-header--minimal .logo-main-wrap {
  margin-bottom: 0;
}

.logo-main {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: 12rem;
}
@media (min-width: 60em) {
  .logo-main {
    width: 15rem;
  }
}
.site-header--minimal .logo-main {
  margin: 0 auto;
}

.logo-main__link-en {
  display: block;
  padding: 0.275rem 0 0.2375rem;
  border-radius: 0.25rem;
}
@media (min-width: 36em) {
  .logo-main__link-en {
    padding-top: 0.3125rem;
    padding-bottom: 0;
  }
}
@media (min-width: 36em) {
  .site-header--minimal .logo-main__link-en {
    padding: 0.275rem 0 0.2375rem;
  }
}
.logo-main__link-en:focus {
  outline: none;
}
.logo-main__link-en:focus-visible {
  outline: 1px solid rgba(199, 187, 101, 0.5);
  outline-offset: 0.25rem;
}
.logo-main__link-en span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.logo-main__link-en path,
.logo-main__link-en ellipse,
.logo-main__link-en polygon {
  fill: white;
}

.back-to-en {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 0.5rem;
}
@media (min-width: 24em) {
  .back-to-en {
    border-left: none;
    margin-left: 0.5rem;
  }
}
@media (min-width: 60em) {
  .back-to-en {
    margin-left: 0.25rem;
  }
}
.back-to-en a {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.375rem;
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
  border-radius: 0.375rem;
}

.site-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media (min-width: 36em) {
  .site-nav {
    border-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 3.875rem 0 1.875rem;
  }
}
@media (min-width: 84em) {
  .site-nav {
    padding-right: 0;
  }
}

.site-nav__list {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  margin: 0;
  padding: 2.5rem 0;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 36em) {
  .site-nav__list {
    background-color: #11171b;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.925rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    border-bottom: none;
  }
}
@media (min-width: 48em) {
  .site-nav__list {
    grid-template-columns: repeat(4, 1fr);
    padding: 2.5rem 1.25rem;
    gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .site-nav__list {
    gap: 1.875rem;
    padding: 2.5rem;
    top: 4.45rem;
  }
}
@media (min-width: 84em) {
  .site-nav__list {
    position: static;
    background: none;
    border-top: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 0.3125rem;
  }
}
.site-nav__list.is-open {
  display: flex;
}
@media (min-width: 48em) {
  .site-nav__list.is-open {
    display: grid;
  }
}
@media (min-width: 84em) {
  .site-nav__list.is-open {
    display: flex;
  }
}
.site-nav__list button {
  background: none;
  box-shadow: none;
  position: relative;
  padding-right: 1.5rem;
}
.site-nav__list button::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 1.1rem;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.3rem solid rgba(255, 255, 255, 0.5);
}

.site-nav__links {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding-top: 0.625rem;
}
@media (min-width: 36em) {
  .site-nav__links {
    padding-top: 0;
  }
}
@media (min-width: 84em) {
  .site-nav__links {
    margin-left: auto;
  }
}

.site-nav__list-item {
  position: relative;
}
.site-nav__list-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 84em) {
  .site-nav__list-item ul {
    display: none;
    position: absolute;
    top: 2.5rem;
    background-color: white;
    padding: 1.25rem 0;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
    left: -0.625rem;
    width: max-content;
    text-align: left;
    border-radius: 0.25rem;
  }
}
@media (min-width: 84em) {
  .site-nav__list-item.is-active ul {
    display: block;
  }
}
.site-nav__list-item button {
  display: none;
}
@media (min-width: 84em) {
  .site-nav__list-item button {
    display: block;
  }
}
.site-nav__list-item button:focus {
  outline: none;
}
.site-nav__list-item button:focus-visible {
  outline: 1px solid rgba(199, 187, 101, 0.5);
}
.site-nav__list-item.is-active button {
  color: #f5eabe;
}
.site-nav__list-item a {
  color: white;
  display: block;
  font-weight: normal;
  padding: 0.3125rem 1.625rem;
  text-decoration: none;
}
@media (min-width: 84em) {
  .site-nav__list-item a {
    color: #444;
  }
}
.site-nav__list-item a:hover {
  color: #f5eabe;
}
@media (min-width: 84em) {
  .site-nav__list-item a:hover {
    color: #038294;
  }
}
.site-nav__list-item a span {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  display: block;
  margin-top: -0.25em;
  font-weight: normal;
  letter-spacing: 0.15em;
  opacity: 0.65;
}

.site-nav__list-title {
  color: #f5eabe;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
@media (min-width: 84em) {
  .site-nav__list-title {
    display: none;
  }
}

.site-nav__link {
  background-color: #eee2c5;
  border-radius: 0.375rem;
  color: black;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
@media (min-width: 36em) {
  .site-nav__link {
    padding: 0.625rem 0.875rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 60em) {
  .site-nav__link {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
}
.site-nav__link:hover {
  background-color: #ddc48a;
  color: black;
}
.site-nav__link:focus {
  outline-color: #f5eabe;
  outline-offset: 0.125rem;
}

.site-nav__link--magazine {
  background: #038294;
  color: white;
}
.site-nav__link--magazine:hover {
  background: #025662;
  color: white;
}

.site-nav__more {
  background: none;
  border: none;
  box-shadow: none;
  height: 2.75rem;
  text-indent: -9999px;
  width: 2.75rem;
  position: absolute;
  top: 0.625rem;
  overflow: hidden;
  right: 0.625rem;
  transition: none;
}
@media (min-width: 36em) {
  .site-nav__more {
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    margin-left: 1.25rem;
    width: 3.75rem;
    margin-right: -1.25rem;
    position: absolute;
    right: 1.625rem;
    top: 0.625rem;
  }
}
@media (min-width: 60em) {
  .site-nav__more {
    top: 0.9rem;
  }
}
@media (min-width: 84em) {
  .site-nav__more {
    display: none;
  }
}
.site-nav__more:hover {
  background: none;
}
.site-nav__more:focus {
  border-radius: 0.25rem;
  outline-color: #f5eabe;
}
@media (min-width: 60em) {
  .site-nav__more.is-closed {
    padding-left: 2.625rem;
  }
}

.site-nav__more-button {
  left: 50%;
  margin-left: -13px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

.site-nav__more-part-1,
.site-nav__more-part-2,
.site-nav__more-part-3 {
  fill: white;
  transition: all 0.2s ease;
}
.site-nav__more:hover .site-nav__more-part-1,
.site-nav__more:hover .site-nav__more-part-2,
.site-nav__more:hover .site-nav__more-part-3 {
  fill: #bdb17c;
}

.is-closed .site-nav__more-part-1 {
  transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
}
@media (min-width: 60em) {
  .is-closed .site-nav__more-part-1 {
    transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
  }
}
.is-closed .site-nav__more-part-2 {
  transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
}
@media (min-width: 60em) {
  .is-closed .site-nav__more-part-2 {
    transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
  }
}
.is-closed .site-nav__more-part-3 {
  opacity: 0;
}

.site-menu {
  background: #24323b center top no-repeat;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 60em) {
  .site-menu {
    padding: 3.25rem 3.25rem 2.5rem;
  }
}
.no-webp .site-menu {
  background-image: url(../jpg/bg_footer.jpg);
}
.webp .site-menu {
  background-image: url(https://assets.persecution.com/public/graphics/site/bg_footer.webp);
}
.site-menu.is-open {
  display: block;
  animation-name: showHeaderMenu;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@keyframes showHeaderMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header-es {
  background-color: #11171b;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 0.625rem 0 0 0.625rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 48em) {
  .site-header-es {
    padding: 0.625rem;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.site-header-es.site-header--minimal {
  padding: 0.375rem;
}
@media (min-width: 36em) {
  .site-header-es.site-header--minimal {
    display: flex;
    justify-content: center;
  }
}

.site-header-es__inner {
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 84em) {
  .site-header-es__inner {
    padding: 1rem;
  }
}
.site-header--home .site-header-es__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-main-wrap-es {
  display: flex;
  align-items: center;
  margin: 0 0 0.25rem;
}
@media (min-width: 48em) {
  .logo-main-wrap-es {
    margin-bottom: 0;
  }
}
.site-header--minimal .logo-main-wrap-es {
  margin-bottom: 0;
}
[lang=es] .site-header--minimal .logo-main-wrap-es {
  justify-content: center;
}

.logo-main-es {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: 12.75rem;
}
@media (min-width: 60em) {
  .logo-main-es {
    width: 15rem;
  }
}
.site-header--minimal .logo-main-es {
  margin: 0 auto;
}
.site-header--minimal .logo-main-es {
  margin-left: 0;
  margin-right: 0;
}

.logo-main-es__link {
  display: block;
  background-image: url(../png/logo_es.png);
  background-size: 208px 48px;
  background-repeat: no-repeat;
  height: 2.75rem;
  background-position: -2px -1px;
  text-indent: -9999px;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .logo-main-es__link {
    background-image: url(../png/logo_es%402x.png);
  }
}
@media (min-width: 36em) {
  .logo-main-es__link {
    background-position: -2px -2px;
  }
}
@media (min-width: 60em) {
  .logo-main-es__link {
    background-size: 240px auto;
    background-repeat: no-repeat;
    height: 3.125rem;
  }
}
.logo-main-es__link:hover {
  opacity: 0.7;
}

.back-to-en {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 0.5rem;
}
@media (min-width: 24em) {
  .back-to-en {
    border-left: none;
    margin-left: 0.5rem;
  }
}
@media (min-width: 60em) {
  .back-to-en {
    margin-left: 0.25rem;
  }
}
.back-to-en a {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.375rem;
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
  border-radius: 0.375rem;
}

.site-nav-es {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.375rem;
  text-align: center;
}
@media (min-width: 48em) {
  .site-nav-es {
    border-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 1.875rem;
  }
}

.site-nav-es__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 84em) {
  .site-nav-es__list {
    display: flex;
  }
}
.site-nav-es__list ul {
  display: none;
}
.site-nav-es__list button {
  background: none;
  box-shadow: none;
}

.site-nav-es__links {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
@media (min-width: 84em) {
  .site-nav-es__links {
    margin-left: auto;
  }
}

.site-nav-es__link {
  background-color: #eee2c5;
  border-radius: 0.375rem;
  color: black;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .site-nav-es__link {
    padding: 0.625rem 0.875rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 60em) {
  .site-nav-es__link {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
}
.site-nav-es__link:hover {
  background-color: #ddc48a;
  color: black;
}

.site-nav-es__link--magazine {
  background: #038294;
  color: white;
}
.site-nav-es__link--magazine:hover {
  background: #025662;
  color: white;
}

.site-nav-es__more {
  background: none;
  border: none;
  box-shadow: none;
  height: 2.75rem;
  text-indent: -9999px;
  width: 2.75rem;
  position: absolute;
  top: 0.625rem;
  overflow: hidden;
  right: 0.625rem;
  transition: none;
}
@media (min-width: 48em) {
  .site-nav-es__more {
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    margin-left: 1.25rem;
    width: 3.75rem;
    position: relative;
    right: 0;
    top: 0;
  }
}
.site-nav-es__more:hover {
  background: none;
}
.site-nav-es__more:focus {
  outline-color: #c7bb65;
}
@media (min-width: 60em) {
  .site-nav-es__more.is-closed {
    padding-left: 2.625rem;
  }
}
@media (min-width: 36em) {
  .site-nav-es__more.site-nav-es__more--mobile {
    display: none;
  }
}
.site-nav-es__more.site-nav-es__more--wide {
  display: none;
}
@media (min-width: 36em) {
  .site-nav-es__more.site-nav-es__more--wide {
    display: block;
  }
}
@media (min-width: 84em) {
  .site-nav-es__more.site-nav-es__more--wide {
    display: none;
  }
}

.site-nav-es__more-button {
  left: 50%;
  margin-left: -13px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
@media (min-width: 60em) {
  .site-nav-es__more-button {
    left: 1.25rem;
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  .is-closed .site-nav-es__more-button {
    left: 1.25rem;
  }
}

.site-nav-es__more-part-1,
.site-nav-es__more-part-2,
.site-nav-es__more-part-3 {
  fill: white;
  transition: all 0.2s ease;
}
.site-nav-es__more:hover .site-nav-es__more-part-1,
.site-nav-es__more:hover .site-nav-es__more-part-2,
.site-nav-es__more:hover .site-nav-es__more-part-3 {
  fill: #bdb17c;
}

.is-closed .site-nav-es__more-part-1 {
  transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
}
@media (min-width: 60em) {
  .is-closed .site-nav-es__more-part-1 {
    transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
  }
}
.is-closed .site-nav-es__more-part-2 {
  transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
}
@media (min-width: 60em) {
  .is-closed .site-nav-es__more-part-2 {
    transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
  }
}
.is-closed .site-nav-es__more-part-3 {
  opacity: 0;
}

.site-menu-es {
  background-color: #2a2e2f;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 60em) {
  .site-menu-es {
    padding: 3.25rem 3.25rem 2.5rem;
  }
}
.site-menu-es.is-open {
  display: block;
  animation-name: showHeaderMenuES;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

@keyframes showHeaderMenuES {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-menu-es__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 7.5rem;
}
@media (min-width: 48em) {
  .site-menu-es__inner {
    padding-top: 5rem;
    display: flex;
  }
}

.site-menu-es__inner {
  max-width: 47.5rem;
}
@media (min-width: 48em) {
  .site-menu-es__inner {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 48em) {
  .site-menu-es__inner .get-involved-es__main-links {
    padding-top: 0.275rem;
  }
}
@media (min-width: 48em) {
  .site-menu-es__inner .get-involved-es__sub-links {
    columns: 1;
    padding: 0.875rem 0 0;
  }
}
.site-menu-es__inner .get-involved-es__sub-links-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48em) {
  .site-menu-es__inner .get-involved-es__sub-links-group ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5rem;
  }
}
.site-menu-es__inner .get-involved-es__account-link {
  display: block;
  padding-top: 1.35rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 48em) {
  .get-involved-es {
    flex: 1 0 53%;
  }
}
@media (min-width: 60em) {
  .get-involved-es {
    flex-basis: 65%;
  }
}

.get-involved-es__title {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.get-involved-es__title span {
  background-color: #2a2e2f;
  display: inline-block;
  letter-spacing: 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.get-involved-es__title::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  display: block;
  height: 2px;
  top: 0.625rem;
  width: 100%;
  position: absolute;
}

.get-involved-es__main-links {
  padding: 0 0 2.5rem;
}
@media (min-width: 48em) {
  .get-involved-es__main-links {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .get-involved-es__main-links {
    flex: 1 0 16rem;
    padding-right: 1.25rem;
  }
}

.get-involved-es__main-link {
  color: white;
  border-radius: 0.3125rem;
  display: block;
  padding: 1.25rem 0.625rem 1.25rem 4.375rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
@media (min-width: 60em) {
  .get-involved-es__main-link {
    margin-bottom: 1rem;
  }
}
.get-involved-es__main-link:hover {
  background-color: rgba(72, 104, 125, 0.5);
  color: #f5eabe;
}
.get-involved-es__main-link strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
}
.get-involved-es__main-link span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  opacity: 0.6;
}
.get-involved-es__main-link::before {
  background-image: url(../png/sprites5604.png);
  background-size: 300px 220px;
  content: "";
  display: block;
  height: 3.25rem;
  left: 0.5rem;
  position: absolute;
  top: 0.625rem;
  width: 3.25rem;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .get-involved-es__main-link::before {
    background-image: url(../png/sprites%402x5604.png);
  }
}

.get-involved-es__main-link--subscribe::before {
  background-position: 0 -60px;
}

.get-involved-es__main-link--donate::before {
  background-position: -61px -58px;
}

.get-involved-es__main-link--about::before {
  background-position: -117px -58px;
}

.get-involved-es__main-link--stories::before {
  background-position: -182px -60px;
}

.get-involved-es__sub-links {
  columns: 1;
  list-style: none;
  margin: 0;
}
@media (min-width: 60em) {
  .get-involved-es__sub-links {
    padding-top: 0.875rem;
  }
}
.get-involved-es__sub-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.get-involved-es__sub-links li {
  padding-bottom: 1rem;
  width: 100%;
}
@media (min-width: 72em) {
  .get-involved-es__sub-links li {
    padding-bottom: 1.5rem;
  }
}
.get-involved-es__sub-links a {
  color: white;
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .get-involved-es__sub-links a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.get-involved-es__sub-links a:hover {
  text-decoration: underline;
}

.get-involved-es__lang-link {
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  margin-top: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .get-involved-es__lang-link {
    margin-top: 0;
    padding-bottom: 0;
    border-top: none;
    text-align: left;
    padding-top: 1.25rem;
  }
}
.get-involved-es__lang-link a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-decoration: none;
  color: white;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.get-involved-es__lang-link a::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/site/icon_globe.svg) center no-repeat;
  background-size: 80%;
  margin: 0 auto 0.625rem;
  background-color: rgba(245, 234, 190, 0.5);
  border-radius: 50%;
  height: 2.25rem;
  width: 2.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.site-home {
  background-color: #f7f2ea;
  overflow: hidden;
}
.site-home .button {
  background: #038294;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.site-home .button:hover {
  background: #025662;
}
.site-home .button:focus {
  outline-offset: 0.25rem;
  outline-color: #038294;
}

.site-home-subtitle {
  color: #863c1d;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.625rem;
}
@media (min-width: 84em) {
  .site-home-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.site-home-section {
  margin: 0 auto 6.25rem;
  max-width: 25rem;
  padding: 0 1.875rem;
}
@media (min-width: 48em) {
  .site-home-section {
    padding: 0 2.5rem;
    max-width: 75rem;
  }
}
@media (min-width: 60em) {
  .site-home-section {
    padding: 0 3.75rem;
  }
}
@media (min-width: 72em) {
  .site-home-section {
    padding: 0 6.25rem;
  }
}

.site-home__secondary-area {
  padding: 2.5rem 1.25rem;
  align-items: center;
  display: grid;
  gap: 2.5rem;
  max-width: 23.75rem;
  margin: 0 auto 3.75rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 48em) {
  .site-home__secondary-area {
    max-width: 40rem;
  }
}
@media (min-width: 60em) {
  .site-home__secondary-area {
    grid-template-columns: 1.65fr 1fr;
    margin: -6.25rem auto 5rem;
    align-items: start;
    padding: 0;
    max-width: 75rem;
  }
}

@media (min-width: 60em) {
  .site-home-magazine {
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
  }
}

.site-home-thismonth {
  background-color: #275b62;
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
  color: white;
}
@media (min-width: 60em) {
  .site-home-thismonth {
    border-radius: 0 0.375rem 0 0;
  }
}
@media (min-width: 75em) {
  .site-home-thismonth {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}

.site-home-thismonth__inner {
  display: grid;
}
@media (min-width: 48em) {
  .site-home-thismonth__inner {
    grid-template-columns: 1fr 15.625rem;
  }
}

.site-home-thismonth__img {
  display: flex;
}
.site-home-thismonth__img a {
  display: flex;
}
.site-home-thismonth__img img {
  object-fit: cover;
  width: 100%;
}

.site-home-thismonth__content {
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .site-home-thismonth__content {
    padding: 3.125rem;
  }
}
@media (min-width: 84em) {
  .site-home-thismonth__content {
    padding-right: 3rem;
  }
}
.site-home-thismonth__content h2 {
  color: #f5eabe;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.site-home-thismonth__content h2 span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
}
@media (min-width: 84em) {
  .site-home-thismonth__content h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-home-thismonth__content h2 strong {
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  letter-spacing: 0.125em;
}
@media (min-width: 84em) {
  .site-home-thismonth__content h2 strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.site-home-thismonth__content .button {
  background-color: #ece5d8;
  color: #444;
}
.site-home-thismonth__content .button:hover {
  background-color: #dbceb6;
}
.site-home-thismonth__content .button:focus {
  outline-offset: 0.25rem;
  outline-color: #ece5d8;
}

.site-home-subscribe {
  background-color: #ece5d8;
  border-radius: 0 0 0.375rem 0.375rem;
}
@media (min-width: 60em) {
  .site-home-subscribe {
    border-radius: 0 0 0.375rem 0;
  }
}
@media (min-width: 75em) {
  .site-home-subscribe {
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

.site-home-subscribe__inner {
  display: grid;
}
@media (min-width: 48em) {
  .site-home-subscribe__inner {
    grid-template-columns: 15.625rem 1fr;
  }
}

.site-home-subscribe__img {
  padding: 1.875rem 1.875rem 0;
}
@media (min-width: 48em) {
  .site-home-subscribe__img {
    margin: -1rem;
    padding: 0;
  }
}

.site-home-subscribe__content {
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .site-home-subscribe__content {
    padding: 3.125rem;
  }
}
.site-home-subscribe__content h2 {
  color: #863c1d;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.15;
  margin: 0 0 0.625rem;
}
@media (min-width: 84em) {
  .site-home-subscribe__content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.site-home-gpg {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 5rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

.site-home-gpg__inner {
  display: grid;
}
@media (min-width: 48em) {
  .site-home-gpg__inner {
    align-items: center;
    grid-template-columns: 15.875rem 1fr;
  }
}

.site-home-gpg__content {
  padding: 2.5rem 0;
}
.site-home-gpg__content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.875rem;
}
@media (min-width: 84em) {
  .site-home-gpg__content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.site-home-gpg__sub {
  border-bottom: none;
  padding-bottom: 0;
}

.site-home-gpgmap {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
@media (min-width: 48em) {
  .site-home-gpgmap {
    margin-left: -3.125rem;
    margin-right: -6.25rem;
  }
}

.site-home-gpgmap__wrap {
  overflow: hidden;
}

.site-home-gpgmap__figure {
  position: relative;
}
@media (min-width: 48em) {
  .site-home-gpgmap__figure {
    overflow: hidden;
  }
}

.site-home-gpgmap__embed {
  padding-top: 62.0220588%;
  position: relative;
}
.site-home-gpgmap__embed svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-home-gpgmap__embed svg .st1,
.site-home-gpgmap__embed svg .st2,
.site-home-gpgmap__embed svg .st6 {
  transition: all 0.4s ease;
}
.site-home-gpgmap__embed svg .st1.is-hovered,
.site-home-gpgmap__embed svg .st2.is-hovered,
.site-home-gpgmap__embed svg .st6.is-hovered {
  fill: #9c171e;
}

.site-home-gpgmap__legend {
  background-color: rgba(233, 229, 221, 0.75);
  border-radius: 0.375rem;
  margin-top: -1.875rem;
  position: relative;
  padding: 1.25rem 0.625rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 25.875em) {
  .site-home-gpgmap__legend {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48em) {
  .site-home-gpgmap__legend {
    margin-top: 0;
    bottom: 1.25rem;
    right: 3.75rem;
    position: absolute;
  }
}
@media (min-width: 60em) {
  .site-home-gpgmap__legend {
    right: 2.5rem;
    transform: none;
  }
}

.site-home-gpgmap__legend-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  margin: 0 0.3125rem;
  padding-left: 1.875rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .site-home-gpgmap__legend-box {
    padding-left: 1.875rem;
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 0.625rem;
  }
}
.site-home-gpgmap__legend-box::before {
  content: "";
  align-self: stretch;
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 50%;
  height: 1rem;
  margin-top: -0.5rem;
}

.site-home-gpgmap__legend-box--restricted::before {
  background-color: #3b6a7f;
}
[lang=es] .site-home-gpgmap__legend-box--restricted::before {
  background-color: #38281c;
}

.site-home-gpgmap__legend-box--hostile::before {
  background-color: #568680;
}
[lang=es] .site-home-gpgmap__legend-box--hostile::before {
  background-color: #726b58;
}

.site-home-gpgmap__legend-box--concern::before {
  background-color: #949a9a;
}

.site-home-gpgmap-hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
}

.site-home-gpgmap-hover__country {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #9c171e;
}
.is-restricted .site-home-gpgmap-hover__country {
  color: #3b6a7f;
}
.is-hostile .site-home-gpgmap-hover__country {
  color: #568680;
}
.is-concern .site-home-gpgmap-hover__country {
  color: #949a9a;
}

.site-home-gpgmap-hover__level {
  font-style: italic;
}

.site-home-gpgmap__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #9c171e;
  font-style: italic;
  padding: 2.5rem 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .site-home-gpgmap__title {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 48em) {
  .site-home-gpgmap__title {
    padding: 3.875rem 3.125rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .site-home-gpgmap__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 84em) {
  .site-home-gpgmap__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.site-home-ways__list {
  display: grid;
  gap: 5rem;
  list-style: none;
  margin: 0;
  padding: 0.625rem 0 0;
}
@media (min-width: 48em) {
  .site-home-ways__list {
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.site-home-ways__way {
  position: relative;
  display: flex;
  flex-direction: column;
}

.site-home-ways__way-num {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.375rem;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  top: -0.625rem;
  left: 0.625rem;
  height: 3.625rem;
  width: 3.625rem;
}

.site-home-ways__way-img {
  border-radius: 0.375rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.site-home-ways__way-name {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.625rem;
}
@media (min-width: 84em) {
  .site-home-ways__way-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.site-home-ways__way-desc {
  margin-bottom: 1.25rem;
}

.site-home-ways__way-cta {
  margin-top: auto;
  text-align: center;
}

.site-home-give__layout {
  align-items: center;
  display: grid;
  gap: 0.625rem;
  max-width: 30rem;
  margin: 0 auto;
  padding-top: 1rem;
}
@media (min-width: 60em) {
  .site-home-give__layout {
    max-width: none;
    padding-top: 2rem;
    grid-template-columns: 1.35fr 1fr;
    gap: 2.5rem;
  }
}

.site-home-give__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  text-align: center;
}
@media (min-width: 60em) {
  .site-home-give__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 84em) {
  .site-home-give__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.site-home-give__give {
  margin: 0 auto;
  max-width: max-content;
  padding-top: 0.625rem;
}

.site-home-give__cta-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.125rem;
  margin-bottom: 0.875rem;
}
.site-home-give__cta-options .button {
  display: block;
  border-radius: 0;
  width: 100%;
}
.site-home-give__cta-options form:first-child .button {
  border-radius: 0.25rem 0 0 0.25rem;
}
.site-home-give__cta-options form:last-child .button {
  border-radius: 0 0.25rem 0.25rem 0;
}

.site-home-give__form {
  position: relative;
  margin-bottom: 0.625rem;
  display: flex;
  gap: 0.5rem;
  width: 16.25rem;
}
.site-home-give__form .field {
  padding-bottom: 0;
  position: relative;
}
.site-home-give__form .field::before, .site-home-give__form .field::after {
  font-family: courier, monospace;
  content: "$";
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.site-home-give__form .field::after {
  content: ".00";
  left: auto;
  right: 0.5rem;
}
.site-home-give__form .field.is-focused::before, .site-home-give__form .field.is-focused::after {
  opacity: 0.5;
}
.site-home-give__form label {
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  left: 0;
  top: 0.6rem;
  padding-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.site-home-give__form label.is-floating {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-home-give__form input {
  padding-left: 3.75rem;
  height: 2.5rem;
  padding-right: 3.75rem;
  text-align: center;
}

.site-home-give__more {
  text-align: center;
}
.site-home-give__more a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #038294;
}

.site-home-impact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 48em) {
  .site-home-impact__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.site-home-impact__item {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
}

.site-home-impact__text {
  background: linear-gradient(to bottom, rgba(36, 47, 50, 0), rgba(36, 47, 50, 0.75), rgba(36, 47, 50, 0.8));
  bottom: 0;
  color: white;
  position: absolute;
  padding: 2.5rem 1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 1.1;
}
.site-home-impact__text strong {
  display: block;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media (min-width: 84em) {
  .site-home-impact__text strong {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.site-home-impact__text span {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 48em) {
  .site-home-impact__text span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 84em) {
  .site-home-impact__text span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.site-home-impact__text em {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.2em;
  opacity: 0.8;
  text-transform: uppercase;
}

.site-home-impact__img img {
  object-fit: cover;
  height: 20rem;
}

.site-home-impact__sentences {
  display: grid;
  gap: 1.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .site-home-impact__sentences {
    grid-template-columns: repeat(2, 1fr);
  }
}

.site-home-impact__sentence strong {
  color: #038294;
}
.site-home-impact__sentence a {
  color: #038294;
}

.site-home-impact__sentence-photo {
  margin-bottom: 1rem;
}
.site-home-impact__sentence-photo img {
  aspect-ratio: 2.5;
  border-radius: 0.375rem;
  object-fit: cover;
}

.site-home-impact__sentence-desc {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.site-home-impact__sentence-desc::before {
  content: "";
  display: block;
  background-color: #038294;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  margin-top: 0.25rem;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
}
.site-home-impact__sentence--1 .site-home-impact__sentence-desc::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/home_impact_sentence_icon_heart.webp);
  background-size: 1.375rem auto;
  background-position: center 55%;
}
.site-home-impact__sentence--2 .site-home-impact__sentence-desc::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/home_impact_sentence_icon_bible.webp);
  background-position: center 45%;
}
.site-home-impact__sentence--3 .site-home-impact__sentence-desc::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/home_impact_sentence_icon_people.webp);
  background-size: 2rem auto;
  background-position: center 40%;
}
.site-home-impact__sentence--4 .site-home-impact__sentence-desc::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/home_impact_sentence_icon_pray.webp);
  background-position: center 37.5%;
}

.site-home-resources {
  background-color: white;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 75em) {
  .site-home-resources {
    border-radius: 0.375rem;
  }
}

.site-home-resources__list {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  gap: 3.125rem;
}
@media (min-width: 48em) {
  .site-home-resources__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 60em) {
  .site-home-resources__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 48em) {
  .site-home-resources__list.site-home-resources__list--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.site-home-resources__link {
  border-radius: 0.125rem;
  color: #444;
  display: block;
  font-weight: normal;
  padding-bottom: 1rem;
  text-decoration: none;
}
@media (min-width: 60em) {
  .site-home-resources__link {
    padding-bottom: 0;
  }
}
.site-home-resources__link:hover {
  color: #444;
}
.site-home-resources__link:hover em {
  color: #038294;
}
.site-home-resources__link:focus {
  outline-color: #038294;
  outline-offset: 0.3125rem;
}

.site-home-resources__img {
  background-color: #f4f3f1;
  border-radius: 0.375rem;
  margin-bottom: 1.25rem;
  transition: background-color 0.3s ease;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}
@media (min-width: 60em) {
  .site-home-resources__img {
    padding: 0.75rem;
  }
}
.site-home-resources__link:hover .site-home-resources__img {
  background-color: rgba(18, 119, 133, 0.15);
}

.site-home-resources__cover {
  background-color: rgba(3, 130, 148, 0.9);
  color: white;
  padding: 1.25rem;
  position: absolute;
  letter-spacing: 0.05em;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  transform: translateY(33%);
  transition: all 0.2s ease;
  opacity: 0;
}
.site-home-resources__link:hover .site-home-resources__cover {
  transform: translateY(0);
  opacity: 1;
}

.site-home-resources__text {
  text-align: center;
  line-height: 1.25;
}
.site-home-resources__text em {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: normal;
  margin-bottom: 0.3125rem;
  transition: color 0.3s ease;
}
@media (min-width: 48em) {
  .site-home-resources__text em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-home-resources__text span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.2em;
  opacity: 0.8;
  text-transform: uppercase;
}

.site-home-resources__more {
  text-align: center;
}

.site-home-about-vom {
  background-color: #354143;
  color: white;
  margin-top: -20rem;
  padding-top: 15rem;
}

.site-home-about-vom__inner {
  padding: 10rem 0 8.75rem;
}

.site-home-about-vom__img-grids {
  position: relative;
  margin: 0 -15rem;
}
@media (min-width: 48em) {
  .site-home-about-vom__img-grids {
    margin: 0;
  }
}
@media (min-width: 96em) {
  .site-home-about-vom__img-grids {
    margin: 0 auto;
    max-width: 96rem;
    overflow: hidden;
  }
}
@media (min-width: 96em) {
  .site-home-about-vom__img-grids::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #354143 0%, rgba(53, 65, 67, 0) 20%, rgba(53, 65, 67, 0) 80%, #354143 100%);
    pointer-events: none;
    z-index: 1;
  }
}

.site-home-about-vom__img-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  gap: 0.625rem;
  padding: 0 0.3125rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .site-home-about-vom__img-grid {
    grid-template-columns: 1.065fr 1fr 1.065fr 1fr;
    gap: 1.25rem;
    padding: 0 0.625rem;
  }
}
@media (min-width: 72em) {
  .site-home-about-vom__img-grid {
    gap: 2.5rem;
    padding: 0 1.25rem;
  }
}
.site-home-about-vom__img-grid:last-child {
  position: absolute;
  top: 0;
}

.site-home-about-vom__img-grid {
  animation: homeAboutSlide 30s linear infinite;
  animation-fill-mode: both;
  animation-delay: -15s;
}
@media (min-width: 72em) {
  .site-home-about-vom__img-grid {
    animation-duration: 46s;
    animation-delay: -23s;
  }
}
.site-home-about-vom__img-grid:last-child {
  animation-delay: 0s;
}

@keyframes homeAboutSlide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.site-home-about-vom__img-col {
  display: grid;
  gap: 0.625rem;
}
@media (min-width: 48em) {
  .site-home-about-vom__img-col {
    gap: 1.25rem;
  }
}
@media (min-width: 72em) {
  .site-home-about-vom__img-col {
    gap: 2.5rem;
  }
}
.site-home-about-vom__img-col img {
  display: block;
  border-radius: 0.375rem;
  align-self: stretch;
  object-fit: cover;
}

.site-home-about-vom__content {
  margin: 0 auto;
  max-width: 38.75rem;
  padding: 0 1.875rem;
}
@media (min-width: 84em) {
  .site-home-about-vom__content {
    max-width: 45rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-home-about-vom__content h2 {
  color: #f5eabe;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 0 0 1.25rem;
}
@media (min-width: 84em) {
  .site-home-about-vom__content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.site-home-about-vom__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 84em) {
  .site-home-about-vom__buttons {
    padding-top: 0.625rem;
  }
}

.site-home-emailsignup {
  background-color: #643a28;
  color: white;
}

.site-home-emailsignup__inner {
  display: grid;
  margin: 0 auto;
  max-width: 26.25rem;
  gap: 2.5rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 48em) {
  .site-home-emailsignup__inner {
    padding: 3.75rem 2.5rem;
    align-items: center;
    grid-template-columns: 17.5rem 2fr;
    max-width: 46.25rem;
    gap: 2.5rem;
  }
}

.site-home-emailsignup__title {
  color: #f5eabe;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 0 0 1rem;
}

.site-home-emailsignup__desc {
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .site-home-emailsignup__form {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 2.5rem;
  }
}
.site-home-emailsignup__form .field {
  padding-bottom: 0;
  margin-bottom: 1.25rem;
}
.site-home-emailsignup__form .field--turnstile {
  margin-bottom: 0;
}
.site-home-emailsignup__form .field--turnstile > div {
  height: 0;
}
.site-home-emailsignup__form .field--turnstile > [data-turnstile-showing=Y] {
  height: auto;
  margin-bottom: 1.25rem;
}
.site-home-emailsignup__form .field--companyname {
  display: none;
}
.site-home-emailsignup__form label {
  color: white;
}
.site-home-emailsignup__form .feedback {
  margin-bottom: 0;
}
.site-home-emailsignup__form .feedback--success {
  background-color: rgba(0, 0, 0, 0.5);
}

.site-home-emailsignup__form-response:empty {
  display: none;
}

.site-home-emailsignup__submit.button {
  align-self: end;
  background: rgba(0, 0, 0, 0.7);
}
.site-home-emailsignup__submit.button:focus {
  outline-color: rgba(255, 255, 255, 0.65);
}

.home-es {
  background-color: #f4f1ea;
  overflow: hidden;
}
.home-es .button {
  background: #038294;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 48em) {
  .home-es .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-es .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-es .button:hover {
  background: #025662;
}

.home-es-magazine__inner {
  margin: 0 auto;
  max-width: 70rem;
  padding: 3.75rem 1.875rem;
}
@supports (display: grid) {
  .home-es-magazine__inner {
    align-items: center;
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 25.875em) {
    .home-es-magazine__inner {
      padding: 3.75rem;
    }
  }
  @media (min-width: 48em) {
    .home-es-magazine__inner {
      grid-gap: 3.75rem;
      grid-template-columns: 17.5rem 1fr;
    }
  }
  @media (min-width: 60em) {
    .home-es-magazine__inner {
      grid-template-columns: 19.375rem 1fr;
    }
  }
  @media (min-width: 72em) {
    .home-es-magazine__inner {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
    }
  }
}

.home-es-magazine__img {
  margin: 0 auto;
  max-width: 25rem;
  text-align: center;
}
.home-es-magazine__img img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.2));
}

.home-es-magazine__content {
  margin: 0 auto;
  max-width: 19.375rem;
}
@media (min-width: 48em) {
  .home-es-magazine__content {
    max-width: none;
  }
}
.home-es-magazine__content h2 {
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
.home-es-magazine__content h2 span {
  color: #888;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 25.875em) {
  .home-es-magazine__content h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  .home-es-magazine__content h2 span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 72em) {
  .home-es-magazine__content h2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-es-magazine__content h2 strong {
  color: #038294;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 25.875em) {
  .home-es-magazine__content h2 strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 72em) {
  .home-es-magazine__content h2 strong {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}
@media (min-width: 84em) {
  .home-es-magazine__content h2 strong {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.home-es-magazine__content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .home-es-magazine__content p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.home-es-b-campaign {
  background-color: #224044;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.15);
  color: white;
  margin: 0 auto;
  max-width: 81.25rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 84em) {
  .home-es-b-campaign {
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15);
  }
}

.home-es-gpg {
  position: relative;
}
@media (min-width: 60em) {
  .home-es-gpg {
    padding-top: 2.5rem;
  }
}
@media (min-width: 60em) {
  [lang=es] .home-es-gpg {
    padding-top: 0;
  }
}
.home-es-gpg::before {
  content: "";
  display: block;
  height: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, #f4f1ea, rgba(244, 241, 234, 0));
}
@media (min-width: 60em) {
  .home-es-gpg::before {
    top: 2.5rem;
    height: 10rem;
  }
}
@media (min-width: 60em) {
  [lang=es] .home-es-gpg::before {
    top: 0;
    height: 4.375rem;
    opacity: 0.5;
  }
}

.home-es-gpg__inner {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 58.75% 1.875rem 0;
  position: relative;
}
@media (min-width: 32em) {
  .home-es-gpg__inner {
    padding-top: 18.75rem;
  }
}
@media (min-width: 60em) {
  .home-es-gpg__inner {
    padding: 3.75rem 3.75rem 0;
  }
}

.home-es-gpg__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-mask-image: linear-gradient(to top, transparent, black 30%, black, black, black 90%, rgba(0, 0, 0, 0.5));
          mask-image: linear-gradient(to top, transparent, black 30%, black, black, black 90%, rgba(0, 0, 0, 0.5));
}
@media (min-width: 32em) {
  .home-es-gpg__map {
    width: 32rem;
    left: calc(50% - 16rem);
  }
}
@media (min-width: 60em) {
  .home-es-gpg__map {
    left: 27.5%;
    width: 61.25%;
    transform: translateX(-50%);
  }
}
@media (min-width: 72em) {
  .home-es-gpg__map {
    left: 30%;
    width: 68.75%;
  }
}
@media (min-width: 84em) {
  .home-es-gpg__map {
    width: 62.5%;
    left: 27.5%;
  }
}

.home-es-gpg__content {
  text-align: center;
  padding-bottom: 3.75rem;
}
@media (min-width: 25.875em) {
  .home-es-gpg__content {
    max-width: 26.25rem;
    margin: 0 auto;
  }
}
@media (min-width: 60em) {
  .home-es-gpg__content {
    margin-left: auto;
    margin-right: 1.25rem;
    max-width: 25rem;
    padding: 5rem 0;
  }
}
@media (min-width: 72em) {
  .home-es-gpg__content {
    max-width: 26.25rem;
    padding: 7.5rem 0;
  }
}
@media (min-width: 84em) {
  .home-es-gpg__content {
    max-width: 35rem;
    padding: 6.25rem 0 8.75rem;
  }
}
.home-es-gpg__content h2 {
  background: url(../png/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  width: 16rem;
  height: 2.5rem;
  margin: 0 auto 1.875rem;
  text-indent: -999rem;
}
@media (min-width: 25.875em) {
  .home-es-gpg__content h2 {
    width: 21rem;
    height: 3.5rem;
  }
}
@media (min-width: 60em) {
  .home-es-gpg__content h2 {
    width: 25.625rem;
    height: 3.75rem;
    margin-bottom: 1.25rem;
  }
}
[lang=es] .home-es-gpg__content h2 {
  background: none;
  text-indent: 0;
  height: auto;
  width: auto;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #038294;
  margin: 0 0 0.625rem;
}
@media (min-width: 60em) {
  [lang=es] .home-es-gpg__content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 84em) {
  [lang=es] .home-es-gpg__content h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.home-es-gpg__content p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .home-es-gpg__content p {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .home-es-gpg__content p {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.home-es-gpg__ways {
  margin: 0 -3.75rem;
  padding: 3.75rem 0 7.5rem;
  text-align: center;
}
@media (min-width: 90em) {
  .home-es-gpg__ways {
    padding-top: 5rem;
  }
}
.home-es-gpg__ways h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .home-es-gpg__ways h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.home-es-gpg__list {
  list-style: none;
  margin: 0 auto 2.5rem;
  max-width: 62.5rem;
  padding: 0;
  counter-reset: section;
}
@supports (display: grid) {
  .home-es-gpg__list {
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 60em) {
    .home-es-gpg__list {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0;
      padding: 0 1.25rem;
    }
  }
  @media (min-width: 66em) {
    .home-es-gpg__list {
      grid-gap: 2.5rem;
      padding: 0;
    }
  }
}

.home-es-gpg__way {
  counter-increment: section;
  margin: 0 auto;
  max-width: 25rem;
  width: 100%;
  display: flex;
}
.home-es-gpg__way .home-es-gpg__way-logo {
  margin: 0 auto 0.625rem;
}

.home-es-gpg__way-link {
  display: block;
  text-decoration: none;
  border-radius: 0.625rem;
  padding: 1.25rem 0;
}
@supports (display: grid) {
  .home-es-gpg__way-link {
    display: flex;
    flex-direction: column;
  }
}
.home-es-gpg__way-link::before {
  background-color: #726b58;
  color: white;
  content: counters(section, ".") " ";
  padding-top: 0.55rem;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
  transition: background-color 0.2s ease;
}
.home-es-gpg__way-link:hover {
  background-color: rgba(3, 130, 148, 0.15);
}
.home-es-gpg__way-link:hover::before {
  background-color: #038294;
}
.home-es-gpg__way-link:hover .home-es-gpg__way-cta-inner {
  background-color: #025662;
}

.home-es-gpg__way-img {
  padding-top: 50%;
  margin-bottom: 0.625rem;
  position: relative;
}
@media (min-width: 60em) {
  .home-es-gpg__way-img {
    padding-top: 65%;
  }
}
.home-es-gpg__way-img img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.home-es-gpg__way-desc {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  padding: 0 5rem;
  text-align: left;
}
@media (min-width: 60em) {
  .home-es-gpg__way-desc {
    padding: 0 1.25rem;
  }
}

.home-es-gpg__way-cta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto auto 0;
  max-width: 16.75rem;
  padding-top: 1.25rem;
  width: 100%;
}

.home-es-gpg__way-cta-inner {
  background-color: #038294;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  border-radius: 0.375rem;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  display: inline-block;
  align-self: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.home-es-gpg__way--gpg .home-es-gpg__way-logo {
  background: url(../png/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  margin-top: 1.75rem;
  display: block;
  width: 18.25rem;
  height: 2.5rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .home-es-gpg__way--gpg .home-es-gpg__way-logo {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 60em) {
  .home-es-gpg__way--gpg .home-es-gpg__way-img {
    margin-bottom: 0.8rem;
  }
}

.home-es-gpg__way--frontline .home-es-gpg__way-logo {
  margin-top: 1.225rem;
}
@media (min-width: 60em) {
  .home-es-gpg__way--frontline .home-es-gpg__way-logo {
    margin-bottom: 1.5rem;
  }
}
.home-es-gpg__way--frontline .home-es-gpg__way-logo strong {
  color: #038294;
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.home-es-gpg__way--frontline .home-es-gpg__way-logo em {
  color: #444;
  display: block;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.home-es-gpg__way--icommit .home-es-gpg__way-logo {
  background: url(../png/home_2020_gpg_icommit_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 2rem;
  width: 15.5rem;
  height: 1.5rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .home-es-gpg__way--icommit .home-es-gpg__way-logo {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  .home-es-gpg__way--icommit .home-es-gpg__way-img {
    margin-bottom: 0.55rem;
  }
}
.home-es-gpg__way--icommit img {
  height: 80%;
  top: 10%;
}

.home-es-give {
  background-color: #038294;
  padding: 5rem 1.875rem;
}
@media (min-width: 25.875em) {
  .home-es-give {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 84em) {
  .home-es-give {
    margin: 0 auto;
    max-width: 81.25rem;
    border-radius: 0.375rem 0.375rem 0 0;
  }
}

.home-es-give__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 48em) {
  .home-es-give__inner {
    max-width: 62.5rem;
  }
}
.home-es-give__inner h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 3.125rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 72em) {
  .home-es-give__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-es-give__inner h2::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px;
  margin-left: 1.25rem;
}

.home-es-give__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@supports (display: grid) {
  .home-es-give__list {
    display: grid;
    grid-gap: 3.75rem;
  }
  @media (min-width: 48em) {
    .home-es-give__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.home-es-give__item {
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  max-width: 18.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.home-es-give__link:hover .home-es-give__img {
  transform: scale(1.15);
}

.home-es-give__text {
  color: white;
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1rem;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (min-width: 48em) {
  .home-es-give__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 54em) {
  .home-es-give__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .home-es-give__text {
    min-height: 5.625rem;
  }
}
.home-es-give__text strong {
  color: #f5eabe;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-es-give__text strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 54em) {
  .home-es-give__text strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 66em) {
  .home-es-give__text strong {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.home-es-give__img {
  transition: all 0.3s ease;
}
.home-es-give__img::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  position: absolute;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 48em) {
  .home-es-give__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65));
    height: 70%;
  }
}
@media (min-width: 72em) {
  .home-es-give__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55));
    height: 60%;
  }
}

.home-es-inspired {
  background-color: #224044;
  padding: 5rem 1.875rem;
}
@media (min-width: 25.875em) {
  .home-es-inspired {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 84em) {
  .home-es-inspired {
    margin: 0 auto;
    max-width: 81.25rem;
  }
}

.home-es-inspired__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 48em) {
  .home-es-inspired__inner {
    max-width: 62.5rem;
  }
}
.home-es-inspired__inner h2 {
  color: #f4f1ea;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 3.125rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 72em) {
  .home-es-inspired__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-es-inspired__inner h2::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(244, 241, 234, 0.35);
  height: 2px;
  margin-left: 1.25rem;
}

.home-es-inspired__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@supports (display: grid) {
  .home-es-inspired__list {
    display: grid;
    grid-gap: 3.75rem;
  }
  @media (min-width: 48em) {
    .home-es-inspired__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.home-es-inspired__item {
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  max-width: 18.75rem;
}
.home-es-inspired__item::before {
  content: "";
  display: block;
  background: #038294 url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_advance.svg) center center no-repeat;
  background-size: 90% auto;
  border-radius: 0.625rem;
  height: 3.75rem;
  width: 3.75rem;
  position: absolute;
  left: 1.25rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  top: -1.25rem;
  z-index: 3;
}
@media (min-width: 48em) {
  .home-es-inspired__item::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 60em) {
  .home-es-inspired__item::before {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.home-es-inspired__item--conference::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_advance.svg);
}

.home-es-inspired__item--magazine::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_magazine.svg);
}

.home-es-inspired__item--stories::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_stories.svg);
}

.home-es-inspired__item--radio::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_radio.svg);
}

.home-es-inspired__link:hover .home-es-inspired__img img {
  transform: scale(1.15);
}

.home-es-inspired__text {
  color: white;
  position: absolute;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1rem;
  line-height: 1.2;
  z-index: 1;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
@media (min-width: 48em) {
  .home-es-inspired__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .home-es-inspired__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-es-inspired__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-es-inspired__text strong {
  color: #f5eabe;
  font-weight: bold;
}

.home-es-inspired__img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.home-es-inspired__img img {
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
}
.home-es-inspired__img::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  position: absolute;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-es-inspired__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65));
    height: 70%;
  }
}
@media (min-width: 72em) {
  .home-es-inspired__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55));
    height: 60%;
  }
}

.home-es-resources {
  background-color: white;
  padding: 5rem 1.875rem;
}
@media (min-width: 25.875em) {
  .home-es-resources {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 84em) {
  .home-es-resources {
    margin: 0 auto;
    max-width: 81.25rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

.home-es-resources__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 48em) {
  .home-es-resources__inner {
    max-width: 62.5rem;
  }
}
.home-es-resources__inner h2 {
  color: #038294;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 3.125rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 72em) {
  .home-es-resources__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-es-resources__inner h2::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(3, 130, 148, 0.15);
  height: 2px;
  margin-left: 1.25rem;
}

.home-es-resources__list {
  list-style: none;
  margin: 0 0 3.125rem;
  padding: 0;
}
@supports (display: grid) {
  .home-es-resources__list {
    display: grid;
    grid-gap: 3.75rem;
  }
  @media (min-width: 48em) {
    .home-es-resources__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.home-es-resources__item {
  margin: 0 auto;
  max-width: 18.75rem;
}

.home-es-resources__link {
  color: #444;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.home-es-resources__link:hover {
  color: #038294;
}
.home-es-resources__link:hover .home-es-resources__img {
  transform: scale(1.07);
}

.home-es-resources__text {
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.home-es-resources__text em {
  color: #038294;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}
.home-es-resources__text span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  opacity: 0.8;
  text-transform: uppercase;
}
[lang=es] .home-es-resources__text {
  font-size: 21px;
  font-size: 1.3125rem;
}

.home-es-resources__img {
  margin-bottom: 0.375rem;
  transition: all 0.2s ease;
}
[lang=es] .home-es-resources__img img {
  border-radius: 0.625rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.625rem;
}

.home-es-resources__more {
  border-top: 0.125rem solid rgba(3, 130, 148, 0.15);
  text-align: center;
  padding-top: 2.5rem;
}

.home-es-resources__cln {
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .home-es-resources__cln {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 6.25rem;
    grid-gap: 5rem;
  }
}
.home-es-resources__cln h2 {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .home-es-resources__cln h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-es-resources__cln h2::after {
  display: none;
}
@media (min-width: 48em) {
  .home-es-resources__cln p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.home-es-resources__cln-img {
  margin: 0 0 1.875rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media (min-width: 48em) {
  .home-es-resources__cln-img {
    width: 100%;
    position: static;
    margin: 0;
    display: flex;
  }
}
@media (min-width: 48em) {
  .home-es-resources__cln-img img {
    object-fit: cover;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
  }
}

.home-es-about-vom__inner {
  max-width: 45rem;
  margin: 0 auto;
  padding: 5rem 1.875rem;
}
@supports (display: grid) {
  .home-es-about-vom__inner {
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 25.875em) {
    .home-es-about-vom__inner {
      padding: 6.25rem 3.75rem;
    }
  }
  @media (min-width: 48em) {
    .home-es-about-vom__inner {
      grid-gap: 3.75rem;
    }
  }
  @media (min-width: 60em) {
    .home-es-about-vom__inner {
      max-width: 80rem;
      grid-template-columns: 1fr 16.25rem;
    }
  }
  @media (min-width: 66em) {
    .home-es-about-vom__inner {
      align-items: center;
      grid-template-columns: 1fr 20rem;
    }
  }
  @media (min-width: 72em) {
    .home-es-about-vom__inner {
      grid-gap: 5.625rem;
      grid-template-columns: 1fr auto;
    }
  }
}

.home-es-about-vom__img {
  text-align: center;
}
@media (min-width: 60em) {
  .home-es-about-vom__img {
    grid-column: 2;
    grid-row: 1;
  }
}
.home-es-about-vom__img img {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
}

@media (min-width: 60em) {
  .home-es-about-vom__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.home-es-about-vom__content h2 {
  color: #038294;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
  font-weight: normal;
}
@media (min-width: 72em) {
  .home-es-about-vom__content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 1.875rem;
  }
}
.home-es-about-vom__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.65;
}
@media (min-width: 84em) {
  .home-es-about-vom__content p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.home-es-about-vom__buttons {
  padding-top: 1.25rem;
  text-align: center;
}
@media (min-width: 66em) {
  .home-es-about-vom__buttons {
    text-align: left;
  }
}
.home-es-about-vom__buttons .button {
  padding: 1rem 2rem;
  margin: 0 0.5rem 1rem;
}
@media (min-width: 66em) {
  .home-es-about-vom__buttons .button {
    margin-right: 1.5rem;
    margin-left: 0;
  }
}
.home-es-about-vom__buttons .button:last-child {
  margin-bottom: 0;
}
.home-es-about-vom__buttons strong {
  display: block;
  background: url(../png/home_2020_about_text_what.png) center center no-repeat;
  background-size: auto 2.1rem;
  height: 2.5rem;
  display: block;
  text-indent: -999rem;
}
@media (min-width: 84em) {
  .home-es-about-vom__buttons strong {
    background-size: auto 2.75rem;
    height: 3.5rem;
  }
}
.home-es-about-vom__buttons span {
  font-weight: normal;
  letter-spacing: 0.25em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 84em) {
  .home-es-about-vom__buttons span {
    letter-spacing: 0.35em;
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-es-about-vom__button--who strong {
  background-image: url(../png/home_2020_about_text_who.png);
}

.home-es-about-vom__button--how strong {
  background-size: auto 2.75rem;
  background-image: url(../png/home_2020_about_text_how.png);
}
@media (min-width: 84em) {
  .home-es-about-vom__button--how strong {
    background-size: auto 3.5rem;
  }
}

.es-home-pray {
  position: relative;
  overflow: hidden;
  max-width: 25rem;
  margin: 0 auto;
  padding: 3.125rem 1.875rem;
}
@media (min-width: 32em) {
  .es-home-pray {
    max-width: 30rem;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .es-home-pray {
      border-radius: 0;
      max-width: 81.25rem;
      display: grid;
      grid-gap: 3.75rem;
      padding: 3.75rem;
      grid-template-columns: 1fr 0.75fr;
      align-items: center;
    }
  }
  @media (min-width: 72em) {
    .es-home-pray {
      grid-template-columns: 1fr 0.65fr;
      grid-gap: 5rem;
    }
  }
  @media (min-width: 84em) {
    .es-home-pray {
      padding: 6.25rem 5rem;
      border-radius: 0.375rem;
    }
  }
}

.es-home-pray__photo {
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15);
}
.no-webp .es-home-pray__photo {
  background-image: url(../jpg/home_pray.jpg);
}
.webp .es-home-pray__photo {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/es/home_pray.webp);
}

.es-home-pray__inner {
  max-width: 25rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .es-home-pray__inner {
      max-width: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: center;
      margin-bottom: 0;
    }
  }
  @media (min-width: 72em) {
    .es-home-pray__inner {
      max-width: 63.75rem;
    }
  }
}
.es-home-pray__inner h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 1.25rem;
}
@media (min-width: 60em) {
  .es-home-pray__inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 72em) {
  .es-home-pray__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35;
  }
}

.es-home-hero-stories {
  background: #d5cac3 url(https://assets.persecution.com/public/graphics/site/home_hero/es/hero_202510_bg.webp?v=20251027) calc(50% - 5rem) center no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 36em) {
  .es-home-hero-stories {
    background-position: center;
    overflow: hidden;
  }
}
@media (min-width: 90em) {
  .es-home-hero-stories {
    background-size: 85rem auto;
  }
}

.es-home-hero-stories__inner {
  max-width: 96rem;
  margin: 0 auto;
  background-image: linear-gradient(to top, rgba(213, 202, 195, 0.75), rgba(213, 202, 195, 0.6), rgba(213, 202, 195, 0) 20rem, rgba(213, 202, 195, 0));
  padding-top: 55%;
}
@media (min-width: 32em) {
  .es-home-hero-stories__inner {
    padding-top: 40%;
  }
}
@media (min-width: 36em) {
  .es-home-hero-stories__inner {
    background: none;
    padding-top: 65%;
  }
}
@media (min-width: 90em) {
  .es-home-hero-stories__inner {
    max-width: 85rem;
    position: relative;
    padding-top: 50rem;
  }
}
@media (min-width: 90em) {
  .es-home-hero-stories__inner::before, .es-home-hero-stories__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 15rem;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #d5cac3, rgba(213, 202, 195, 0));
  }
}
@media (min-width: 90em) {
  .es-home-hero-stories__inner::after {
    width: 15rem;
    right: 0;
    left: auto;
    background-image: linear-gradient(to left, #d5cac3, rgba(213, 202, 195, 0));
  }
}

.es-home-hero-stories__content {
  color: white;
  margin: 0 auto;
  max-width: 25rem;
  padding: 0 1.875rem 2.5rem;
}
@media (min-width: 36em) {
  .es-home-hero-stories__content {
    max-width: none;
    position: absolute;
    left: 3.5%;
    top: 0;
    padding-top: 9%;
    bottom: 0;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .es-home-hero-stories__content {
    padding-top: 15%;
  }
}
@media (min-width: 60em) {
  .es-home-hero-stories__content {
    padding-top: 12.5%;
  }
}
@media (min-width: 72em) {
  .es-home-hero-stories__content {
    padding-top: 14.5%;
  }
}
@media (min-width: 90em) {
  .es-home-hero-stories__content {
    padding-top: 13.5%;
    left: 4.75%;
  }
}
.es-home-hero-stories__content h1 {
  line-height: 1.25;
  margin: 0 0 1.25rem;
  text-align: center;
  background: center no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/es/hero_202510_text.webp?v=20251031);
  background-size: contain;
  display: block;
  height: 6rem;
  text-indent: -999rem;
  animation: home-hero-stories-es-text-show 0.3s ease 0.3s;
  animation-fill-mode: both;
  filter: drop-shadow(0 3px 10px rgba(213, 202, 195, 0.4));
}
@media (min-width: 24em) {
  .es-home-hero-stories__content h1 {
    height: 7rem;
  }
}
@media (min-width: 36em) {
  .es-home-hero-stories__content h1 {
    height: 6.25rem;
  }
}
@media (min-width: 48em) {
  .es-home-hero-stories__content h1 {
    height: 7.5rem;
  }
}
@media (min-width: 60em) {
  .es-home-hero-stories__content h1 {
    height: 9rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero-stories__content h1 {
    height: 11rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 84em) {
  .es-home-hero-stories__content h1 {
    height: 12.5rem;
  }
}
@media (min-width: 102em) {
  .es-home-hero-stories__content h1 {
    height: 12rem;
  }
}

@keyframes home-hero-stories-es-text-show {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.es-home-hero-stories__buttons {
  text-align: center;
  animation: home-hero-stories-es-text-show 0.3s ease 0.5s;
  animation-fill-mode: both;
}
.es-home-hero-stories__buttons a {
  background: #038294;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 24em) {
  .es-home-hero-stories__buttons a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 60em) {
  .es-home-hero-stories__buttons a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero-stories__buttons a {
    letter-spacing: 0.075em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 84em) {
  .es-home-hero-stories__buttons a {
    letter-spacing: 0.125em;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.es-home-hero-stories__buttons a:hover {
  background: #025662;
}

.es-home-hero-stories__photos {
  display: none;
}
@media (min-width: 36em) {
  .es-home-hero-stories__photos {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.es-home-hero-stories__photos img {
  position: absolute;
  width: 30%;
  bottom: 0;
  border: 0.3rem solid white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.7);
  translate: -50% 10%;
  animation: home-hero-stories-es-photo-show 0.4s ease 0.7s;
  animation-fill-mode: both;
}
@media (min-width: 84em) {
  .es-home-hero-stories__photos img {
    border-width: 0.625rem;
    translate: -50% 12.5%;
  }
}
.es-home-hero-stories__photos img:nth-child(1) {
  left: 25%;
  rotate: -2.5deg;
}
.es-home-hero-stories__photos img:nth-child(2) {
  left: 50%;
  rotate: -0.5deg;
  translate: -50% 2.5%;
  z-index: 1;
  animation-delay: 1s;
}
@media (min-width: 84em) {
  .es-home-hero-stories__photos img:nth-child(2) {
    translate: -50% 5%;
  }
}
.es-home-hero-stories__photos img:nth-child(3) {
  left: 75%;
  rotate: 1.5deg;
  animation-delay: 1.3s;
}

@keyframes home-hero-stories-es-photo-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.home-es-app {
  color: #444;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  background: white url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_202407_app_bg.svg) center -5rem no-repeat;
  background-size: auto 15rem;
  position: relative;
  overflow: visible;
}
@media (min-width: 24em) {
  .home-es-app {
    background-size: auto 17.5rem;
  }
}
@media (min-width: 48em) {
  .home-es-app {
    background-position: center top;
    background-size: 72rem auto;
    color: white;
  }
}
@media (min-width: 72em) {
  .home-es-app {
    background-size: 100rem auto;
  }
}
@media (min-width: 84em) {
  .home-es-app {
    background-position: center -6.25rem;
    border-radius: 0.375rem;
    max-width: 81.25rem;
    margin: 0 auto 3.75rem;
  }
}
.home-es-app .home-es-app__header {
  padding: 0 1.875rem 3.75rem;
  display: grid;
  grid-gap: 1.25rem;
}
@media (min-width: 48em) {
  .home-es-app .home-es-app__header {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 2.5rem;
    max-width: 90rem;
    padding: 2.5rem 3.75rem;
  }
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__header {
    grid-gap: 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-es-app .home-es-app__header {
    grid-gap: 5rem;
  }
}
@media (min-width: 84em) {
  .home-es-app .home-es-app__header {
    padding: 0 5rem 1.25rem;
  }
}
.home-es-app .home-es-app__devices {
  max-width: 20rem;
  margin: -0.625rem auto 0;
}
@media (min-width: 48em) {
  .home-es-app .home-es-app__devices {
    margin-top: 0;
    max-width: 100%;
    order: 2;
  }
}
@media (min-width: 84em) {
  .home-es-app .home-es-app__devices {
    margin-top: -1.25rem;
  }
}
.home-es-app .home-es-app__devices-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.3fr 1fr 0.3fr 1.05fr;
}
.home-es-app .home-es-app__device--1 {
  grid-row: 1;
  grid-column: 1/3;
}
.home-es-app .home-es-app__device--2 {
  grid-row: 1;
  grid-column: 2/5;
  z-index: 1;
}
.home-es-app .home-es-app__device--3 {
  grid-row: 1;
  grid-column: 4/7;
}
.home-es-app .home-es-app__header-content {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__header-content {
    max-width: 100%;
  }
}
@media (min-width: 84em) {
  .home-es-app .home-es-app__header-content {
    margin-top: 1.375rem;
  }
}
.home-es-app .home-es-app__title {
  line-height: 1.35;
  margin: 0 0 1.875rem;
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__title {
    margin-bottom: 2.5rem;
  }
}
.home-es-app .home-es-app__title strong {
  background: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_202407_app_header_title_mobile.svg) left top no-repeat;
  display: block;
  height: 0;
  background-size: contain;
  padding-top: 21.75%;
  text-indent: -999rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 48em) {
  .home-es-app .home-es-app__title strong {
    background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_202407_app_header_title.svg);
  }
}
@media (min-width: 78em) {
  .home-es-app .home-es-app__title strong {
    padding-top: 6.75rem;
    margin-bottom: 0.5rem;
  }
}
.home-es-app .home-es-app__title span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: -0.01em;
}
@media (min-width: 48em) {
  .home-es-app .home-es-app__title span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__title span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 78em) {
  .home-es-app .home-es-app__title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-es-app .home-es-app__download-title {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 24em) {
  .home-es-app .home-es-app__download-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__download-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home-es-app .home-es-app__download-links {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}
@media (min-width: 24em) {
  .home-es-app .home-es-app__download-links {
    flex-direction: row;
    gap: 0.375rem;
  }
}
.home-es-app .home-es-app__download-links--coming-soon {
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  display: inline-block;
  border-radius: 0.375rem;
  letter-spacing: 0.2em;
  padding: 1.25rem 1.875rem;
  text-transform: uppercase;
}
.home-es-app .home-es-app__download-link {
  display: block;
  background: left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 2.5rem;
  width: 7.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__download-link {
    height: 3rem;
    width: 9rem;
  }
}
.home-es-app .home-es-app__download-link--ios {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_202407_app_download_ios.svg);
}
.home-es-app .home-es-app__download-link--android {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_202407_app_download_android.webp);
  background-position: center;
  width: 8.5rem;
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__download-link--android {
    width: 10.5rem;
  }
}
.home-es-app .home-es-app__download-link--vm1tv {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_202407_app_vm1tv.webp);
  background-position: center;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 60em) {
  .home-es-app .home-es-app__download-link--vm1tv {
    height: 3rem;
    width: 3rem;
  }
}

.es-home-bcampaign {
  background: #24323b;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 32em) {
  .es-home-bcampaign {
    background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_es_bibles.webp?v=20220222);
    background-size: cover;
    background-position: center;
    position: relative;
  }
}
@media (min-width: 84em) {
  .es-home-bcampaign {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    max-width: 81.25rem;
    margin: 0 auto 3.75rem;
  }
}

.es-home-bcampaign__photo {
  background-size: cover;
  background-position: center;
  padding-top: 70%;
}
@media (min-width: 32em) {
  .es-home-bcampaign__photo {
    display: none;
  }
}
.no-webp .es-home-bcampaign__photo {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_es_bibles.webp?v=20220222);
}
@media (min-width: 32em) {
  .no-webp .es-home-bcampaign__photo {
    background-image: none;
  }
}
.webp .es-home-bcampaign__photo {
  background-image: url(../jpg/b_campaign_es_biblesdb78.jpg);
}
@media (min-width: 32em) {
  .webp .es-home-bcampaign__photo {
    background-image: none;
  }
}

.es-home-bcampaign__inner {
  color: white;
  padding: 2.25rem 1.875rem 2.5rem;
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 32em) {
  .es-home-bcampaign__inner {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
    padding-left: 10%;
    padding-right: calc(12.5% + 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0;
    max-width: 70%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  }
}
@media (min-width: 72em) {
  .es-home-bcampaign__inner {
    padding-left: 9.75%;
  }
}
@media (min-width: 84em) {
  .es-home-bcampaign__inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.es-home-bcampaign__inner h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  margin: 0 0 1.25rem;
  font-weight: normal;
}
@media (min-width: 60em) {
  .es-home-bcampaign__inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 72em) {
  .es-home-bcampaign__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35;
  }
}
.es-home-bcampaign__inner h2 strong {
  display: block;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f5eabe;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
}
@media (min-width: 60em) {
  .es-home-bcampaign__inner h2 strong {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 72em) {
  .es-home-bcampaign__inner h2 strong {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
@media (min-width: 84em) {
  .es-home-bcampaign__inner h2 strong {
    font-size: 112px;
    font-size: 7rem;
    position: relative;
    right: -1%;
  }
}

.site-home-hero-secondary--202512-christmas {
  border-radius: 0.375rem;
  overflow: hidden;
  max-width: 25rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 60em) {
  .site-home-hero-secondary--202512-christmas {
    margin-top: 3.75rem;
    max-width: 100%;
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__inner {
  padding-top: 125%;
  position: relative;
}
@media (min-width: 48em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__inner {
    padding-top: 100%;
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide {
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--2 {
  animation: home-campaign-202512-christmas-secondary-fade 12s ease infinite;
  z-index: 1;
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--1 h2 {
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--1 h2 strong {
  display: block;
  background: center no-repeat;
  background-size: contain;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_christmas_secondary_1_title.webp);
  text-indent: -999rem;
  height: 4.375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 84em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--1 h2 strong {
    height: 5.5rem;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--1 h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 18.75rem;
  line-height: 1.25;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  color: #8a7c57;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.75), 0 2px 4px rgba(255, 255, 255, 0.75);
}
@media (min-width: 84em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--1 h2 span {
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 21.25rem;
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--2 h2 {
  left: 0;
  right: 0;
  top: 2.5rem;
  margin: 0;
  position: absolute;
  display: block;
  background: center no-repeat;
  background-size: contain;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_christmas_secondary_2_title.webp);
  height: 4.25rem;
  text-indent: -999rem;
  z-index: 1;
}
@media (min-width: 60em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--2 h2 {
    height: 3.75rem;
  }
}
@media (min-width: 72em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--2 h2 {
    top: 3rem;
    height: 4.75rem;
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__img {
  background: white center 1.875rem no-repeat;
  background-size: cover;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_christmas_secondary_1_photo.webp);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 48em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__img {
    background-position: center 1rem;
  }
}
@media (min-width: 60em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__img {
    background-position: center 2rem;
  }
}
@media (min-width: 72em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__img {
    background-position: center 0.75rem;
  }
}
@media (min-width: 84em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__img {
    background-position: center 2rem;
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--2 .site-home-hero-secondary__img {
  background-position: center top;
  background-size: 115% auto;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_christmas_secondary_2_photo.webp);
}
@media (min-width: 48em) {
  .site-home-hero-secondary--202512-christmas .site-home-hero-secondary__slide--2 .site-home-hero-secondary__img {
    background-size: cover;
  }
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__content {
  background: linear-gradient(to bottom, rgba(36, 47, 50, 0), rgba(36, 47, 50, 0.2), rgba(36, 47, 50, 0.5), rgba(36, 47, 50, 0.5));
  bottom: 0;
  color: white;
  position: absolute;
  padding: 5rem 1.5rem 2.5rem;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__content .button {
  background-color: #ece5d8;
  color: #444;
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__content .button:hover {
  background-color: #dbceb6;
}
.site-home-hero-secondary--202512-christmas .site-home-hero-secondary__content .button:focus {
  outline-offset: 0.25rem;
  outline-color: #ece5d8;
}

@keyframes home-campaign-202512-christmas-secondary-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-home-hero-secondary--202601-gpg-gift {
  border-radius: 0.375rem;
  overflow: hidden;
  max-width: 25rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 60em) {
  .site-home-hero-secondary--202601-gpg-gift {
    margin-top: 3.75rem;
    max-width: 100%;
    border-radius: 0.375rem 0 0 0.375rem;
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 75em) {
  .site-home-hero-secondary--202601-gpg-gift {
    border-radius: 0.375rem;
  }
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__inner {
  position: relative;
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__img {
  background-color: white;
  padding-top: 125%;
}
@media (min-width: 48em) {
  .site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__img {
    padding-top: 100%;
  }
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__img div {
  background: center no-repeat;
  background-size: cover;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202601_gpg_gift_secondary_1.webp);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content {
  background: linear-gradient(to bottom, rgba(39, 91, 98, 0), rgba(39, 91, 98, 0.62), rgba(39, 91, 98, 0.7), rgba(39, 91, 98, 0.7));
  bottom: 0;
  color: white;
  position: absolute;
  padding: 5rem 1.5rem 2.5rem;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content h2 {
  font-weight: normal;
  color: #f5eabe;
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content h2 span {
  display: block;
  margin: 0 0 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-wrap: balance;
  line-height: 1.2;
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content h2 strong {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  line-height: 0.85;
  margin: 0 0 1.25rem;
  font-size: 60px;
  font-size: 3.75rem;
}
@media (min-width: 84em) {
  .site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content h2 strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content p {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202601_gpg_gift_secondary_desc.webp);
  background-size: contain;
  height: 4.75rem;
  line-height: 1.35;
  text-indent: -999rem;
  margin-bottom: 1rem;
}
@media (min-width: 84em) {
  .site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content p {
    height: 6.875rem;
  }
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content .button {
  background-color: #ece5d8;
  color: #444;
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content .button:hover {
  background-color: #dbceb6;
}
.site-home-hero-secondary--202601-gpg-gift .site-home-hero-secondary__content .button:focus {
  outline-offset: 0.25rem;
  outline-color: #ece5d8;
}

@keyframes home-campaign-202510-idop-secondary-fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.site-header.site-header--home-202512 {
  background-color: #11171b;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
}

.home-campaign-202512-yearend__decor-star {
  position: absolute;
  width: 10rem;
  height: 11.75rem;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_yearend_star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  transform-origin: center;
  animation: home-campaign-202512-yearend-shine 2.5s infinite;
}

.home-campaign-202512-yearend__decor-star--whitesheen {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_yearend_star_white.svg);
  -webkit-mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
          mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
}

@keyframes home-campaign-202512-yearend-shine {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.home-campaign-202512-yearend {
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_yearend_bg.webp) left top repeat;
  background-size: 60rem auto;
  position: relative;
}
@media (min-width: 48em) {
  .home-campaign-202512-yearend {
    padding: 7.5rem 5rem 3.75rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202512-yearend {
    padding-bottom: 10rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend {
    padding: 11.25rem 2.5rem;
  }
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend {
    padding: 12.5rem 3.75rem 12.5rem;
  }
}
.home-campaign-202512-yearend::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_yearend_border_diamonds.webp) left center repeat-x;
  background-size: contain;
  height: 0.7rem;
  left: 0;
  width: 100%;
  bottom: -0.35rem;
  position: absolute;
}

.home-campaign-202512-yearend__inner {
  padding: 1.25rem 1.25rem 3.75rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media (min-width: 32em) {
  .home-campaign-202512-yearend__inner {
    padding: 2.5rem 2.5rem 3.75rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202512-yearend__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding: 0;
  }
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__inner {
    gap: 0;
    grid-template-columns: 1fr 27.5rem 1fr;
    max-width: 90rem;
  }
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend__inner {
    grid-template-columns: 1fr 32.5rem 1fr;
  }
}

.home-campaign-202512-yearend__photo {
  display: flex;
}
.home-campaign-202512-yearend__photo img {
  object-fit: cover;
  border-radius: 1.25rem;
}

.home-campaign-202512-yearend__photo--end {
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__photo--end {
    grid-column: auto;
    grid-row: auto;
  }
}

.home-campaign-202512-yearend__content {
  grid-column: 1/3;
  padding-top: 1.875rem;
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__content {
    align-self: center;
    grid-column: auto;
  }
}

.home-campaign-202512-yearend__title {
  margin: 0 0 1.25rem;
  position: relative;
}
.home-campaign-202512-yearend__title strong {
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202512_yearend_title.webp?v=20251104a) center top no-repeat;
  background-size: contain;
  display: block;
  height: 12.5rem;
  text-indent: -999rem;
  position: relative;
  margin-bottom: -0.625rem;
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend__title strong {
    height: 13.75rem;
    margin-bottom: -0.875rem;
  }
}
.home-campaign-202512-yearend__title span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 15.25rem;
  letter-spacing: -0.025em;
  margin: -0.5rem auto 0;
  position: relative;
  text-align: center;
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend__title span {
    font-size: 31px;
    font-size: 1.9375rem;
    width: 18.5rem;
    left: 0.875rem;
  }
}

.home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(1), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(5) {
  top: -37%;
  left: calc(50% - 7rem);
  scale: 0.2;
  animation-delay: 0s;
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(1), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(5) {
    scale: 0.3;
    top: -25%;
    left: -5%;
  }
}
.home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(2), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(6) {
  top: 65%;
  left: calc(50% - 13rem);
  animation-delay: 0.9s;
  scale: 0.4;
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(2), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(6) {
    top: 20%;
    left: -10%;
    scale: 0.5;
  }
}
.home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(3), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(7) {
  top: -7rem;
  right: calc(50% - 7rem);
  animation-delay: 0.6s;
  scale: 0.5;
}
@media (min-width: 60em) {
  .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(3), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(7) {
    top: -7.25rem;
    right: calc(50% - 12.5rem);
  }
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(3), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(7) {
    top: -8%;
    right: -22.5%;
  }
}
@media (min-width: 90em) {
  .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(3), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(7) {
    top: 5%;
    right: -10%;
    scale: 0.65;
  }
}
.home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(4), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(8) {
  top: 50%;
  right: calc(50% - 13.75rem);
  animation-delay: 0.3s;
  scale: 0.25;
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(4), .home-campaign-202512-yearend__decor-stars .home-campaign-202512-yearend__decor-star:nth-child(8) {
    top: 50%;
    right: -5%;
  }
}

.home-campaign-202512-yearend__cta {
  animation: home-campaign-202512-yearend-show 0.35s ease-in-out 0.8s both;
  text-align: center;
}
.home-campaign-202512-yearend__cta .button {
  background: #c03e3d;
  color: white;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__cta .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home-campaign-202512-yearend__cta .button:hover {
  background-color: #993231;
}

.home-campaign-202512-yearend__cta-subtext {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  letter-spacing: -0.01em;
  margin: 0 auto;
  max-width: 28.75rem;
}
@media (min-width: 72em) {
  .home-campaign-202512-yearend__cta-subtext {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.home-campaign-202601-global {
  background: #554e45 calc(50% - 1.5rem) -1.875rem no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202601_global_bg.webp);
  background-size: 36rem auto;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 36em) {
  .home-campaign-202601-global {
    background-size: 50rem auto;
    background-position: calc(50% - 1rem) -3.75rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202601-global {
    background-position: calc(50% + 13.75rem) top;
    background-size: 70rem auto;
  }
}
@media (min-width: 60em) {
  .home-campaign-202601-global {
    background-size: 78rem auto;
  }
}
@media (min-width: 72em) {
  .home-campaign-202601-global {
    background-position-x: calc(50% + 10rem);
    background-size: 100rem auto;
  }
}
@media (min-width: 90em) {
  .home-campaign-202601-global {
    background-position-x: calc(50% + 13.75rem);
  }
}

.home-campaign-202601-global__wrap {
  padding-top: 1.875rem;
}
@media (min-width: 36em) {
  .home-campaign-202601-global__wrap {
    padding-top: 5rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202601-global__wrap {
    padding: 7.5rem 2.5rem 0;
  }
}
@media (min-width: 60em) {
  .home-campaign-202601-global__wrap {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202601-global__wrap {
    padding-top: 10rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202601-global__wrap {
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
    height: 50rem;
  }
}

.home-campaign-202601-global__shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(85, 78, 69, 0), #554e45);
  height: 7rem;
  position: absolute;
  top: 9.875rem;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 36em) {
  .home-campaign-202601-global__shadow-bottom {
    height: 9rem;
    top: 13.25rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202601-global__shadow-bottom {
    display: none;
  }
}
@media (min-width: 60em) {
  .home-campaign-202601-global__shadow-bottom {
    display: block;
    top: auto;
    bottom: 0;
    height: 15rem;
    background-image: linear-gradient(to bottom, rgba(79, 70, 59, 0), #4f463b);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-campaign-202601-global__inner {
  padding: 11.25rem 0 3.125rem;
}
@media (min-width: 48em) {
  .home-campaign-202601-global__inner {
    max-width: 60%;
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202601-global__inner {
    max-width: 57.5%;
    padding-bottom: 10rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202601-global__inner {
    padding-top: 4.375rem;
    padding-bottom: 14.375rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202601-global__inner {
    padding: 3.75rem 0 0;
  }
}
@media (min-width: 90em) {
  .home-campaign-202601-global__inner {
    max-width: 52.5rem;
    padding: 3.75rem 0 0 2.5rem;
  }
}

.home-campaign-202601-global__content {
  padding: 0 1.875rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 48em) {
  .home-campaign-202601-global__content {
    padding: 0;
  }
}

.home-campaign-202601-global__title {
  color: #555149;
  line-height: 1.25;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .home-campaign-202601-global__title {
    margin-bottom: 0;
  }
}
.home-campaign-202601-global__title strong {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #f1dec4;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: home-campaign-202601-global-show 0.35s ease 0.625s;
  animation-fill-mode: both;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 32em) {
  .home-campaign-202601-global__title strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202601-global__title strong {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202601-global__title strong {
    font-size: 96px;
    font-size: 6rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202601-global__title strong {
    font-size: 116px;
    font-size: 7.25rem;
  }
}
.home-campaign-202601-global__title span {
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202506_global_title_2_mobile.webp) center no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  text-indent: -999rem;
  height: 5rem;
  animation: home-campaign-202601-global-show 0.35s ease 0.75s;
  animation-fill-mode: both;
}
@media (min-width: 60em) {
  .home-campaign-202601-global__title span {
    background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202506_global_title_2.webp);
    height: 3.5rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202601-global__title span {
    height: 4.125rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202601-global__title span {
    height: 4.125rem;
  }
}

.home-campaign-202601-global__desc {
  margin: 0 auto 1.25rem;
  max-width: 25rem;
  animation: home-campaign-202601-global-show 0.35s ease 0.9s;
  animation-fill-mode: both;
}
@media (min-width: 60em) {
  .home-campaign-202601-global__desc {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 30rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202601-global__desc {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 35rem;
  }
}

.home-campaign-202601-global__buttons .button {
  animation: home-campaign-202601-global-show 0.35s ease 1s;
  animation-fill-mode: both;
  background: #038294;
  background-color: #f1dec4;
  color: #444;
}
@media (min-width: 60em) {
  .home-campaign-202601-global__buttons .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-campaign-202601-global__buttons .button:hover {
  background-color: white;
}
.home-campaign-202601-global__buttons .button:focus {
  outline-offset: 0.25rem;
  outline-color: #f1dec4;
}

@keyframes home-campaign-202601-global-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes home-campaign-202601-global-show-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202512-yearend {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  animation: hover-202512-yearend-bg 0.35s ease 0.75s;
  animation-fill-mode: both;
  padding: 0 0 1.875rem 0;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.home-hover-202512-yearend.home-hover-202512-yearend--hidden {
  display: none;
}

@keyframes hover-202512-yearend-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202512-yearend__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  background: #446346;
  position: absolute;
  top: 1.25rem;
  margin-bottom: 2.5rem;
  animation: hover-202512-yearend-show 0.5s ease 1.15s;
  animation-fill-mode: both;
  width: 90%;
  border-radius: 0.5rem;
}
@media (min-width: 25.875em) {
  .home-hover-202512-yearend__inner {
    max-width: 22.5rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__inner {
    top: 3.125rem;
    margin-bottom: 0;
    max-width: 45rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__inner {
    max-width: 57.5rem;
    top: auto;
  }
}

@keyframes hover-202512-yearend-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hover-202512-yearend__decor-star {
  position: absolute;
  width: 10rem;
  height: 11.75rem;
  background-image: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202512_yearend_star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  transform-origin: center;
  animation: home-hover-202512-yearend-shine 2.5s infinite;
}
.home-hover-202512-yearend__decor-star:nth-child(1), .home-hover-202512-yearend__decor-star:nth-child(4) {
  top: -6.25rem;
  left: calc(50% - 15rem);
  transform: scale(0.35);
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__decor-star:nth-child(1), .home-hover-202512-yearend__decor-star:nth-child(4) {
    top: calc(50% + 2.75rem);
    left: 14.25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__decor-star:nth-child(1), .home-hover-202512-yearend__decor-star:nth-child(4) {
    top: calc(50% + 3.75rem);
    left: 18rem;
  }
}
.home-hover-202512-yearend__decor-star:nth-child(2), .home-hover-202512-yearend__decor-star:nth-child(5) {
  top: -10rem;
  left: calc(50% - 12.5rem);
  transform: scale(0.2);
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__decor-star:nth-child(2), .home-hover-202512-yearend__decor-star:nth-child(5) {
    top: calc(50% + 0.5rem);
    left: 11.25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__decor-star:nth-child(2), .home-hover-202512-yearend__decor-star:nth-child(5) {
    top: calc(50% + 1.5rem);
    left: 15rem;
  }
}
.home-hover-202512-yearend__decor-star:nth-child(3), .home-hover-202512-yearend__decor-star:nth-child(6) {
  top: -7.5rem;
  left: calc(50% + 2rem);
  transform: scale(0.275);
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__decor-star:nth-child(3), .home-hover-202512-yearend__decor-star:nth-child(6) {
    top: -4.375rem;
    left: 2.5rem;
    transform: scale(0.4);
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__decor-star:nth-child(3), .home-hover-202512-yearend__decor-star:nth-child(6) {
    left: 5rem;
    top: -4rem;
    transform: scale(0.45);
  }
}

.home-hover-202512-yearend__decor-star--whitesheen {
  background-image: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202512_yearend_star_white.svg);
  -webkit-mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
          mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
}

@keyframes home-hover-202512-yearend-shine {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.home-hover-202512-yearend__close {
  position: absolute;
  right: 0.625rem;
  top: -1.75rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: none;
  border-radius: 0 0 0.375rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  top: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__close {
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 0.375rem 0.375rem 0 0;
    top: -2.5rem;
    border-radius: 0.375rem;
  }
}
.home-hover-202512-yearend__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.home-hover-202512-yearend__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202512-yearend__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.625rem;
  color: white;
  top: 0.125rem;
  opacity: 0.5;
}

.home-hover-202512-yearend__photo {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.25rem 0;
  margin-bottom: -0.5rem;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__photo {
    position: absolute;
    left: -4.5rem;
    top: 50%;
    transform: translateY(calc(-50% - 0.5rem));
    width: 25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__photo {
    left: -3.125rem;
    width: 28.75rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202512-yearend__photo {
    left: -12.5rem;
    width: 38.75rem;
  }
}

.home-hover-202512-yearend__content {
  display: grid;
  border-radius: 0.5rem;
  position: relative;
  padding: 2.5rem 1.875rem;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__content {
    display: block;
    padding-left: 20rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 25rem;
  }
}

.home-hover-202512-yearend__title {
  animation: hover-202512-yearend-show 0.5s ease 1.55s;
  animation-fill-mode: both;
  color: white;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__title {
    margin-bottom: 2rem;
  }
}
.home-hover-202512-yearend__title span,
.home-hover-202512-yearend__title em {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: -0.0125em;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  text-wrap: balance;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__title span,
  .home-hover-202512-yearend__title em {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__title span,
  .home-hover-202512-yearend__title em {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }
}
.home-hover-202512-yearend__title strong {
  display: block;
  line-height: 1;
  height: 2.5rem;
  margin-bottom: 0.625rem;
  text-indent: -999rem;
  background: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202512_yearend_title.webp) center no-repeat;
  background-size: contain;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__title strong {
    height: 3rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__title strong {
    height: 3.375rem;
    margin-bottom: 0.875rem;
  }
}

.home-hover-202512-yearend__desc {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  animation: hover-202512-yearend-show 0.5s ease 1.7s;
  animation-fill-mode: both;
  padding-top: 1.875rem;
  text-align: center;
  position: relative;
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__desc {
    font-size: 21px;
    font-size: 1.3125rem;
    text-wrap: balance;
    padding-top: 2.25rem;
  }
}
.home-hover-202512-yearend__desc::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202512_yearend_diamond.webp) left center repeat-x;
  background-size: contain;
  opacity: 0.5;
  height: 0.5rem;
  left: -1.875rem;
  right: -1.875rem;
  top: 0;
  position: absolute;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__desc::before {
    left: -20rem;
    right: -3.125rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202512-yearend__desc::before {
    left: -25rem;
  }
}
.home-hover-202512-yearend__desc p {
  padding-bottom: 0.625rem;
}

.home-hover-202512-yearend__cta {
  animation: hover-202512-yearend-show 0.5s ease 1.85s;
  animation-fill-mode: both;
  text-align: center;
  margin-top: 0.625rem;
}
.home-hover-202512-yearend__cta .button {
  background: #cf362c;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-hover-202512-yearend__cta .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.home-hover-202512-yearend__cta .button:hover {
  background: #a52b23;
}
.home-hover-202512-yearend__cta .button:focus {
  outline-color: white;
}

.home-hover-202601-gpg-gift {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  animation: hover-202601-gpg-gift-bg 0.35s ease 0.75s;
  animation-fill-mode: both;
  padding: 0 0 1.875rem 0;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.home-hover-202601-gpg-gift.home-hover-202601-gpg-gift--hidden {
  display: none;
}

@keyframes hover-202601-gpg-gift-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202601-gpg-gift__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  background: #7ba290 url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202601_gpg_gift_bg.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.25rem;
  margin-bottom: 2.5rem;
  animation: hover-202601-gpg-gift-show 0.5s ease 1.15s;
  animation-fill-mode: both;
  width: 90%;
  border-radius: 0.5rem;
}
@media (min-width: 25.875em) {
  .home-hover-202601-gpg-gift__inner {
    max-width: 22.5rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__inner {
    top: 3.125rem;
    margin-bottom: 0;
    max-width: 45rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202601-gpg-gift__inner {
    max-width: 55rem;
    top: auto;
  }
}

@keyframes hover-202601-gpg-gift-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hover-202601-gpg-gift__close {
  position: absolute;
  right: 0.625rem;
  top: -1.75rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: none;
  border-radius: 0 0 0.375rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  top: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__close {
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 0.375rem 0.375rem 0 0;
    top: -2.5rem;
    border-radius: 0.375rem;
  }
}
.home-hover-202601-gpg-gift__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.home-hover-202601-gpg-gift__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202601-gpg-gift__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.625rem;
  color: white;
  top: 0.125rem;
  opacity: 0.5;
}

.home-hover-202601-gpg-gift__photo {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.25rem 0;
  max-width: 15rem;
  position: relative;
  left: -1.375rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__photo {
    position: absolute;
    left: -4rem;
    top: 50%;
    transform: translateY(calc(-50% - 0.875rem));
    width: 20rem;
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .home-hover-202601-gpg-gift__photo {
    left: -3.125rem;
    width: 22.5rem;
  }
}

.home-hover-202601-gpg-gift__content {
  display: grid;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.5rem 1.875rem 2.5rem;
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__content {
    display: block;
    padding: 5rem 3.125rem 5rem 17.5rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202601-gpg-gift__content {
    padding: 6.25rem 3.75rem 6.25rem 21.25rem;
  }
}

.home-hover-202601-gpg-gift__title {
  animation: hover-202601-gpg-gift-show 0.5s ease 1.55s;
  animation-fill-mode: both;
  color: white;
  margin-top: 0;
  text-align: center;
  line-height: 1;
  height: 3.75rem;
  margin-bottom: 0.875rem;
  text-indent: -999rem;
  background: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202601_gpg_gift_title.webp) center no-repeat;
  background-size: contain;
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__title {
    height: 5rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202601-gpg-gift__title {
    height: 5.5rem;
    margin-bottom: 1.875rem;
  }
}

.home-hover-202601-gpg-gift__desc {
  color: white;
  line-height: 1.35;
  animation: hover-202601-gpg-gift-show 0.5s ease 1.7s;
  animation-fill-mode: both;
  text-align: center;
  position: relative;
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.home-hover-202601-gpg-gift__desc p {
  padding-bottom: 0.625rem;
}

.home-hover-202601-gpg-gift__cta {
  animation: hover-202601-gpg-gift-show 0.5s ease 1.85s;
  animation-fill-mode: both;
  text-align: center;
  margin-top: 0.625rem;
}
.home-hover-202601-gpg-gift__cta .button {
  background: #ffd881;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-hover-202601-gpg-gift__cta .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.home-hover-202601-gpg-gift__cta .button:hover {
  background: #ffc84e;
}
.home-hover-202601-gpg-gift__cta .button:focus {
  outline-color: white;
}

.site-footer {
  background-color: #2a2e2f;
  padding: 5rem 0 3.75rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 84em) {
  .site-footer {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1.875rem;
}
@media (min-width: 48em) {
  .site-footer__inner {
    padding: 0 2.5rem;
  }
}
@media (min-width: 60em) {
  .site-footer__inner {
    padding: 0 3.75rem;
  }
}
@media (min-width: 72em) {
  .site-footer__inner {
    padding: 0 6.25rem;
  }
}

.site-footer__top {
  display: grid;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 36em) {
  .site-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer--minimal .site-footer__top {
  justify-content: center;
}
@media (min-width: 36em) {
  .site-footer--minimal .site-footer__top {
    display: grid;
  }
}
@media (min-width: 48em) {
  .site-footer--minimal .site-footer__top {
    display: flex;
    justify-content: space-between;
  }
}

.site-footer--minimal .social-icons {
  justify-content: center;
}
@media (min-width: 48em) {
  .site-footer--minimal .social-icons {
    justify-content: flex-start;
  }
}

.site-footer__main {
  display: grid;
  gap: 2.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .site-footer__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 72em) {
  .site-footer__main {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.site-footer__links {
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}
.site-footer__links strong {
  color: #f5eabe;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.site-footer__links a {
  color: white;
  text-decoration: none;
}
.site-footer__links a:hover {
  text-decoration: underline;
}
.site-footer__links a span {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: block;
  margin-top: -0.25em;
  opacity: 0.65;
  font-weight: normal;
  letter-spacing: 0.15em;
}

.site-footer__end {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  color: white;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .site-footer__end {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer--minimal .site-footer__end {
  border-top: none;
  padding-top: 0;
}

.site-footer__copyright {
  text-align: center;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .site-footer__copyright {
    padding: 0;
    text-align: left;
  }
}

.site-footer__copyright-main,
.site-footer__copyright-address {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-footer__copyright-main a,
.site-footer__copyright-address a {
  color: #f5eabe;
}

.site-footer__copyright-address {
  margin-bottom: 0.3125rem;
}

@media (min-width: 48em) {
  .site-footer__copyright-br {
    display: none;
  }
}

.site-footer__copyright-bull {
  display: block;
  height: 0;
  text-indent: -9999px;
}
@media (min-width: 48em) {
  .site-footer__copyright-bull {
    display: inline-block;
    height: auto;
    margin: 0 0.25rem;
    text-indent: 0;
  }
}

.site-footer__copyright-sub {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 48em) {
  .site-footer__copyright-sub {
    margin-bottom: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.site-footer__copyright-sub a {
  color: white;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.site-footer__copyright-sub a:hover {
  border-bottom: none;
}

.site-footer__organizations {
  list-style: none;
  padding: 0 0 1.25rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 15rem;
  margin: 0 auto;
}
@media (min-width: 24em) {
  .site-footer__organizations {
    max-width: none;
    padding-bottom: 0;
    margin: 0;
  }
}
.site-footer__organizations li {
  margin-bottom: 0.625rem;
}
@media (min-width: 24em) {
  .site-footer__organizations li {
    margin-bottom: 0;
  }
}
@media (min-width: 24em) {
  .site-footer__organizations li:last-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.375);
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

.site-footer__organization {
  background-image: url(../png/sprites5604.png);
  background-size: 300px 220px;
  display: block;
  height: 3rem;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .site-footer__organization {
    background-image: url(../png/sprites%402x5604.png);
  }
}
.site-footer__organization:hover {
  opacity: 0.7;
}
.site-footer__organization:focus {
  outline: 1px dotted #c7bb65;
  outline-offset: 0.25rem;
  border-radius: 50%;
}

.site-footer__organization--efca {
  background-position: 0 -172px;
}

.site-footer__organization--ica {
  background-position: -59px -172px;
}

.site-footer__organization--cfc {
  background-position: -116px -172px;
  width: 4.25rem;
}
.site-footer__organization--cfc:focus {
  border-radius: 0.25rem;
}

.site-footer__organization--ncol {
  background: url(https://assets.persecution.com/public/graphics/site/icon_poweredbyncol.svg) center no-repeat;
  background-size: contain;
  width: 66px;
}
.site-footer__organization--ncol:focus {
  border-radius: 0.25rem;
}

.site-footer__desc {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.85);
  font-size: 9px;
  font-size: 0.5625rem;
  margin: 0 0 0.5rem;
  text-align: center;
  line-height: 1.5;
}
.site-footer__desc span {
  opacity: 0.4;
  position: relative;
  margin: 0 0.375rem;
}
@media (min-width: 84em) {
  .site-footer__desc span {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0.3125rem;
    top: 0.1rem;
  }
}
.site-footer__desc a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: normal;
  text-underline-offset: 2px;
}
.site-footer__desc a:hover {
  text-decoration: none;
}

.site-footer__tax {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 0.875rem;
}

.social-icon {
  background-image: url(../png/sprites5604.png);
  background-size: 300px 220px;
  display: block;
  height: 2rem;
  text-indent: -9999px;
  width: 2rem;
  overflow: hidden;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .social-icon {
    background-image: url(../png/sprites%402x5604.png);
  }
}
.social-icon:hover {
  opacity: 0.7;
}
.social-icon:focus {
  outline: 1px dotted #c7bb65;
  outline-offset: 0.25rem;
  border-radius: 50%;
}

.social-icon--facebook {
  background-position: 0 -125px;
}

.social-icon--twitter {
  background-position: -47px -125px;
}

.social-icon--pinterest {
  background-position: -94px -125px;
}

.social-icon--youtube {
  background-position: -142px -125px;
}

.social-icon--instagram {
  background-position: -189px -125px;
}

.site-contact-form-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 25rem;
  padding-top: 1.25rem;
  grid-column: 1/3;
}
@media (min-width: 48em) {
  .site-contact-form-wrap {
    grid-column: 1/5;
  }
}
@media (min-width: 72em) {
  .site-contact-form-wrap {
    margin: 0;
    padding-top: 0;
    max-width: 16.25rem;
  }
}

.site-contact-form-wrap--button {
  padding: 0 1rem 2.5rem;
  text-align: center;
}

.site-contact-form.is-highlighting {
  animation-name: highlightContactForm;
  animation-duration: 0.5s;
  animation-delay: 0.75s;
}
.site-contact-form .field {
  position: relative;
}
.site-contact-form label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
}
.site-contact-form label.is-floating {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-contact-form textarea,
.site-contact-form [type=text],
.site-contact-form [type=email] {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  transition: border-color 0.25s;
}
.site-contact-form textarea:hover,
.site-contact-form [type=text]:hover,
.site-contact-form [type=email]:hover {
  border-color: rgba(255, 255, 255, 0.375);
}
.site-contact-form textarea:focus,
.site-contact-form [type=text]:focus,
.site-contact-form [type=email]:focus {
  border-color: #c7bb65;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.site-contact-form [type=submit] {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
.site-contact-form [type=submit]:hover {
  background-image: linear-gradient(to bottom, #aa9a57, #6a6036);
  color: white;
}
.site-contact-form [type=submit]:focus {
  outline: 1px dotted #c7bb65;
}

@keyframes highlightContactForm {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: none;
  }
}
.site-contact-form__title {
  color: #f5eabe;
  display: block;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.site-contact-form__field-companyname {
  display: none;
}

.site-contact-form__field-submit input[type=submit]:hover {
  background: #025662;
}

.site-footer-es {
  background-color: #2a2e2f;
  padding: 3.25rem 2.5rem 2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .site-footer-es {
    padding: 5rem 3.25rem 2.5rem;
  }
}
@media (min-width: 84em) {
  .site-footer-es {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}

.site-footer-es__inner {
  margin: 0 auto;
  max-width: 60rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .site-footer-es__inner {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: 1fr 25rem;
  }
}
@media (min-width: 60em) {
  .site-footer-es__inner .get-involved-es__sub-links li {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 60em) {
  .site-footer-es__inner .get-involved-es__sub-links a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  .site-footer-es__inner.site-footer-es__inner--contact-button {
    grid-template-columns: 1fr auto;
  }
}
@media (min-width: 48em) {
  .site-footer-es__inner .site-contact-form-wrap {
    grid-column: 2;
    padding-top: 0;
  }
}
@media (min-width: 72em) {
  .site-footer-es__inner .site-contact-form-wrap {
    max-width: 100%;
  }
}
.site-footer-es__inner .site-contact-form__title {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  line-height: 1;
  font-weight: 500;
}
.site-footer-es__inner .site-contact-form__title span {
  background-color: #2a2e2f;
  display: inline-block;
  letter-spacing: 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.site-footer-es__inner .site-contact-form__title::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  display: block;
  height: 2px;
  top: 0.625rem;
  width: 100%;
  position: absolute;
}

.site-footer-es__end {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  color: white;
  margin: 0 auto;
  max-width: 60rem;
  padding-top: 2.5rem;
}
@media (min-width: 72em) {
  .site-footer-es__end {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.site-footer-es--minimal .site-footer-es__end {
  border-top: none;
  padding-top: 0;
}
.site-footer-es__end .social-icons {
  justify-content: center;
}
@media (min-width: 72em) {
  .site-footer-es__end .social-icons {
    padding-top: 0.25rem;
  }
}

.site-footer-es__copyright {
  padding-top: 2.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .site-footer-es__copyright {
    padding: 1.875rem 0;
  }
}
@media (min-width: 72em) {
  .site-footer-es__copyright {
    padding: 0;
  }
}

.site-footer-es__copyright-main {
  color: #f5eabe;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .site-footer-es__copyright-main {
    margin-bottom: 0;
  }
}
.site-footer-es__copyright-main a {
  color: #f5eabe;
}

.site-footer-es__copyright-sub {
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.15rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .site-footer-es__copyright-sub {
    margin-bottom: 0;
  }
}
.site-footer-es__copyright-sub a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.site-footer-es__organizations {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 15rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .site-footer-es__organizations {
    max-width: none;
  }
}
@media (min-width: 72em) {
  .site-footer-es__organizations {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.375);
    margin: 0 0 0 1rem;
    padding-left: 1rem;
  }
}

.site-footer-es__organization-ncol {
  display: block;
  height: 3rem;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  background: url(https://assets.persecution.com/public/graphics/site/icon_poweredbyncol_es.svg) center no-repeat;
  background-size: contain;
  width: 66px;
}
.site-footer-es__organization-ncol:hover {
  opacity: 0.7;
}

.subpage--delete-app-account {
  padding-bottom: 3.75rem;
}

.delete-app-account-form {
  padding-top: 1.25rem;
  max-width: 20rem;
}

.subscribe-banner {
  border-radius: 0.5rem;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 60em) {
  .subscribe-banner {
    margin: 0 -5rem 1.875rem;
  }
}
@media (min-width: 72em) {
  .subscribe-banner {
    margin-top: -1.25rem;
  }
}

.subscribe-top {
  position: relative;
}
@media (min-width: 72em) {
  .subscribe-top {
    padding-bottom: 0.125rem;
    margin-bottom: 2rem;
  }
}

.subscribe-title {
  background-color: #9c171e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.15rem;
  line-height: 1.05;
  margin: -5rem auto 1.875rem;
  max-width: 16rem;
  padding: 0.625em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 48em) {
  .subscribe-title {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.2rem;
    margin: -9.325rem auto 15.625rem;
    max-width: 28rem;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 60em) {
  .subscribe-title {
    margin: 0;
    position: absolute;
    bottom: 3rem;
    padding: 1.5rem 2rem;
    left: -3.75rem;
  }
}
@media (min-width: 72em) {
  .subscribe-title {
    left: -6.25rem;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}
.subscribe-title strong {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}
@media (min-width: 48em) {
  .subscribe-title strong {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.subscribe-pdfs {
  padding-bottom: 67%;
  position: relative;
  margin: 0 -1.875rem 0.625rem;
}
@media (min-width: 24em) {
  .subscribe-pdfs {
    padding-bottom: 64%;
  }
}
@media (min-width: 36em) {
  .subscribe-pdfs {
    margin: 0 auto;
    padding-bottom: 16rem;
    width: 28rem;
  }
}
@media (min-width: 48em) {
  .subscribe-pdfs {
    position: absolute;
    padding-bottom: 0;
    margin: 0;
    width: 32rem;
    margin-left: -15.5rem;
    bottom: 1rem;
    left: 50%;
  }
}
@media (min-width: 60em) {
  .subscribe-pdfs {
    bottom: 15.625rem;
    left: 37.5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-pdfs {
    width: 35rem;
    left: 36rem;
  }
}

.subscribe-pdfs__pdf-1,
.subscribe-pdfs__pdf-2,
.subscribe-pdfs__pdf-3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 36%;
}
@media (min-width: 48em) {
  .subscribe-pdfs__pdf-1,
  .subscribe-pdfs__pdf-2,
  .subscribe-pdfs__pdf-3 {
    width: 11.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 72em) {
  .subscribe-pdfs__pdf-1,
  .subscribe-pdfs__pdf-2,
  .subscribe-pdfs__pdf-3 {
    width: 12.25rem;
  }
}

.subscribe-pdfs__pdf-3 {
  left: 0;
  top: 0;
  transform: rotate(-4deg);
  z-index: 1;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFShow3--small;
}

@keyframes subscribePDFShow3--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}
@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
.subscribe-pdfs__pdf-2 {
  left: 33%;
  top: 1%;
  transform: rotate(-1deg);
  z-index: 2;
  animation-delay: 0.6s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFShow2;
}

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
  }
}
.subscribe-pdfs__pdf-1 {
  left: 66%;
  top: 6%;
  transform: rotate(3deg);
  z-index: 3;
  animation-delay: 0.9s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFShow1--small;
}

@keyframes subscribePDFShow1--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}
@media (min-width: 48em) {
  .subscribe-body {
    padding: 1.25rem;
  }
}

.subscribe-body__main {
  position: relative;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-body__main {
    padding-right: 22.5rem;
    padding-bottom: 2.5rem;
  }
}

.subscribe-subtitle {
  color: #9c171e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .subscribe-subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    text-align: left;
  }
}

.subscribe-note {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-note {
    position: absolute;
    right: 0;
    top: 0;
    width: 20rem;
    background-color: rgba(208, 214, 218, 0.5);
    padding: 1.25rem;
  }
}
.subscribe-note > *:last-child {
  padding-bottom: 0;
}
.subscribe-note a {
  color: #888;
}

.subscribe-body__form {
  margin: 0 auto;
  max-width: 36rem;
}
@media (min-width: 36em) {
  .subscribe-body__form {
    border-top: 1px solid #d0d6da;
    padding: 1.25rem;
  }
}
@media (min-width: 48em) {
  .subscribe-body__form {
    max-width: 100%;
    padding: 2.5rem 2.5rem 0;
  }
}
@media (min-width: 60em) {
  .subscribe-body__form {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.subpage.subpage--subscribe-alt {
  background: #f2e1c5 url(../jpg/bg.jpg) left top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  max-width: none;
  overflow: hidden;
}

.subscribe-alt {
  margin: 0 auto;
  max-width: 60rem;
  padding: 3.125rem 1.875rem;
}
@media (min-width: 48em) {
  .subscribe-alt {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 54em) {
  .subscribe-alt {
    padding: 5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt {
    padding: 5rem 2.5rem;
  }
}

.subscribe-alt-main {
  position: relative;
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .subscribe-alt-main {
    padding-right: 20rem;
    max-width: none;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-main {
    padding-right: 25rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-main {
    padding-right: 27.5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt--ty .subscribe-alt-main {
    padding-right: 23.75rem;
  }
}

.subscribe-alt-top h1 {
  color: #9c171e;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 2.5rem;
  text-align: center;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 25.875em) {
  .subscribe-alt-top h1 {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top h1 {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-top h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.subscribe-alt--ty .subscribe-alt-top h1 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 2.625rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 78px;
    font-size: 4.875rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@keyframes subscribeH2ShowSmall {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.4) rotate(10deg);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(0.8) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.65) rotate(14deg);
  }
}
@keyframes subscribeH2Show {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.7) rotate(10deg);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(1.2) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(14deg);
  }
}
.subscribe-alt-top__special-pdf {
  position: relative;
  margin: 0 auto 2.5rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top__special-pdf {
    width: 18.75rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top__special-pdf {
    position: absolute;
    right: 0;
    top: 0;
    width: 16.25rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-top__special-pdf {
    width: 23.25rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__special-pdf {
    right: -2.5rem;
    top: 0.5rem;
    width: 27.5rem;
  }
}
.subscribe-alt-top__special-pdf h2 {
  border-bottom: 0.625rem solid rgba(58, 55, 44, 0.25);
  margin: 0;
  padding: 1.875rem 0 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .subscribe-alt-top__special-pdf h2 {
    margin: 0 auto;
    max-width: 17.5rem;
  }
}
.subscribe-alt-top__special-pdf h2 blockquote {
  padding: 0;
  margin: 0 auto;
  max-width: 17.5rem;
}
.subscribe-alt-top__special-pdf h2 p {
  font-style: italic;
  color: #9c171e;
  font-weight: normal;
}
.subscribe-alt-top__special-pdf h2 cite {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
.subscribe-alt-top__special-pdf img {
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.25);
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFSpecial;
}

@keyframes subscribePDFSpecial {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}
.subscribe-alt-top__pdfs {
  padding-bottom: 85%;
  position: relative;
  margin: 0 -1.875rem 0.625rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top__pdfs {
    padding-bottom: 85%;
  }
}
@media (min-width: 32em) {
  .subscribe-alt-top__pdfs {
    margin: 0 auto;
    padding-bottom: 20rem;
    width: 25rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdfs {
    padding-bottom: 0;
    margin: 0 auto;
    width: 20rem;
    left: auto;
    position: absolute;
    right: -2.5rem;
    top: 1.25rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-top__pdfs {
    width: 23.75rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdfs {
    margin-left: -15.5rem;
    width: 27.5rem;
  }
}

.subscribe-alt-top__pdf-1,
.subscribe-alt-top__pdf-2,
.subscribe-alt-top__pdf-3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 36%;
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-1,
  .subscribe-alt-top__pdf-2,
  .subscribe-alt-top__pdf-3 {
    width: 11.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-1,
  .subscribe-alt-top__pdf-2,
  .subscribe-alt-top__pdf-3 {
    width: 60%;
  }
}

.subscribe-alt-top__pdf-3 {
  left: 0;
  top: 2.5rem;
  transform: rotate(-14deg);
  z-index: 1;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFShow3;
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-3 {
    top: 7.5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-3 {
    width: 56%;
    left: 20%;
    top: 8rem;
  }
}

@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-14deg);
  }
}
.subscribe-alt-top__pdf-2 {
  left: 30%;
  top: 1%;
  transform: rotate(-1deg);
  z-index: 3;
  animation-delay: 0.6s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFShow2;
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-2 {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-2 {
    left: 55%;
  }
}

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
.subscribe-alt-top__pdf-1 {
  left: 60%;
  top: 1.5rem;
  transform: rotate(12deg);
  z-index: 2;
  animation-delay: 0.9s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: subscribePDFShow1;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top__pdf-1 {
    top: 5rem;
    left: 57%;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-1 {
    top: 17.5rem;
    left: 30%;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-1 {
    left: 43%;
    top: 25rem;
    width: 58%;
  }
}

@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-5deg);
  }
}
.subscribe-alt-body {
  padding-bottom: 2.5rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt-body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.subscribe-alt-body ol {
  counter-reset: section;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  margin: 0.625rem 0 1.875rem;
}
@media (min-width: 60em) {
  .subscribe-alt-body ol {
    margin-left: -1.25rem;
    max-width: 23.75rem;
  }
}
.subscribe-alt-body ol li {
  counter-increment: section;
  font-style: italic;
  padding-bottom: 1.25rem;
  padding-left: 4.25rem;
  position: relative;
}
.subscribe-alt-body ol li:last-of-type {
  padding-bottom: 0;
}
.subscribe-alt-body ol li::before {
  background-color: rgba(156, 23, 30, 0.15);
  color: #9c171e;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.subscribe-alt-body ul {
  padding: 0 0 0 1.875rem;
  margin: 0 0 1.25rem;
}
.subscribe-alt-body ul li {
  padding-bottom: 1rem;
}

.subscribe-alt-body__main {
  position: relative;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-alt-body__main {
    padding-bottom: 2.5rem;
  }
}

.subscribe-alt-body__photo {
  margin: 0.625rem -1.875rem 1.5rem;
}
@media (min-width: 48em) {
  .subscribe-alt-body__photo {
    margin-left: 0;
    margin-right: 0;
  }
}
.subscribe-alt-body__photo img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.subscribe-alt-note {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-alt-note {
    position: absolute;
    right: 0;
    top: 0;
    width: 20rem;
    background-color: rgba(208, 214, 218, 0.5);
    padding: 1.25rem;
  }
}
.subscribe-alt-note > *:last-child {
  padding-bottom: 0;
}
.subscribe-alt-note a {
  color: #888;
}

.subscribe-alt-form {
  margin: 0 auto;
  max-width: 36rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.875rem;
  margin: 0 -1.875rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 25.875em) {
  .subscribe-alt-form {
    border-radius: 0.375rem;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-form {
    max-width: 100%;
    padding: 3.125rem 2.5rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-form {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-form {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.subscribe-alt-form form {
  max-width: 35rem;
  margin: 0 auto;
}
.subscribe-alt-form h2 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.125;
  margin: 0 0 1.5rem;
  color: #9c171e;
  font-weight: 500;
}
@media (min-width: 48em) {
  .subscribe-alt-form h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.subscribe-alt-form .field--submit {
  border-color: rgba(0, 0, 0, 0.15);
}

.subpage--whoweserve.subpage {
  max-width: 100%;
}
.subpage--whoweserve .subpage__content {
  max-width: 36rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .subpage--whoweserve .subpage__content {
    display: flex;
    max-width: 82rem;
    margin: 0;
  }
}

.subpage--whoweserve2020.subpage {
  max-width: 100%;
}

.whoweserve__intro {
  margin: 0 auto 5rem;
  max-width: 50rem;
}
@media (min-width: 72em) {
  .whoweserve__intro {
    margin-bottom: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 57.5rem;
  }
}

.whoweserve__context-statement {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .whoweserve__context-statement {
    margin-bottom: 2.5rem;
  }
}

.whoweserve__nav-list {
  list-style: none;
  margin: 0 auto;
  max-width: 30rem;
  padding: 0;
  display: grid;
  grid-gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 25.875em) {
  .whoweserve__nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 60em) {
  .whoweserve__nav-list {
    max-width: none;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 72em) {
  .whoweserve__nav-list {
    grid-gap: 1rem;
  }
}

.whoweserve__nav-link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 0 0.625rem 0.625rem;
  line-height: 1.25;
  border-radius: 0.375rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 72em) {
  .whoweserve__nav-link {
    padding: 0 1rem 0.8rem;
  }
}

.whoweserve__nav-item--more {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  display: flex;
}
.whoweserve__nav-item--more .whoweserve__nav-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  flex: 1;
}
.whoweserve__nav-item--more .whoweserve__nav-link strong {
  font-size: 16px;
  font-size: 1rem;
}

.whoweserve__nav-img {
  display: block;
  margin: 0 -0.625rem 0.375rem;
}
@media (min-width: 72em) {
  .whoweserve__nav-img {
    margin: 0 -1rem 0.5rem;
  }
}

.whoweserve__nav-name {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 72em) {
  .whoweserve__nav-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.whoweserve__nav-country {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  color: #444;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .whoweserve__nav-country {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.whoweserve-person {
  border-top: 1px solid #d0d6da;
  max-width: 36rem;
  margin: 0 auto 6.25rem;
  padding-top: 3.75rem;
}
@media (min-width: 48em) {
  .whoweserve-person {
    display: flex;
    max-width: 82rem;
  }
}

.whoweserve-banner {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .whoweserve-banner {
    padding-top: 1.25rem;
    flex: 1 0 20rem;
    position: relative;
    left: -2.5rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .whoweserve-banner {
    flex: 1 0 25rem;
    left: -3.25rem;
  }
}
@media (min-width: 84em) {
  .whoweserve-banner {
    flex: 1 0 30rem;
    left: -5.75rem;
  }
}
@media (min-width: 92em) {
  .whoweserve-banner {
    flex: 1 0 35rem;
  }
}

.whoweserve-banner__figure {
  display: block;
}
@media (min-width: 48em) {
  .whoweserve-banner__figure {
    bottom: 0;
    position: sticky;
    top: 1.25rem;
  }
}
@media (min-width: 72em) {
  .whoweserve-banner__figure {
    top: 2.5rem;
  }
}

.whoweserve-banner__img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.whoweserve-banner__caption {
  padding: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.whoweserve-title {
  line-height: 1;
}
.whoweserve-title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .whoweserve-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.whoweserve-title strong {
  color: #9c171e;
  display: block;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 72em) {
  .whoweserve-title strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

@media (min-width: 72em) {
  .whoweserve-body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.praytoday {
  position: relative;
}

.praytoday__mockup {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
@media (min-width: 36em) {
  .praytoday__mockup {
    float: right;
    padding: 0 0 1.25rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .praytoday__mockup {
    margin-right: -2.5rem;
  }
}
@media (min-width: 72em) {
  .praytoday__mockup {
    margin-right: -7.5rem;
    padding-left: 2.5rem;
  }
}
.praytoday__mockup img {
  display: block;
  margin: 0 auto;
  width: 12.5rem;
}
@media (min-width: 48em) {
  .praytoday__mockup img {
    width: 16.25rem;
  }
}
@media (min-width: 72em) {
  .praytoday__mockup img {
    width: 20rem;
  }
}

.praytoday__title {
  position: relative;
  line-height: 1;
  padding-left: 4.25rem;
}
.praytoday__title img {
  border-radius: 0.35rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.praytoday__title h4 {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin: 0;
}
.praytoday__title h1 {
  margin: 0 0 2.5rem;
  font-size: 60px;
  font-size: 3.75rem;
  color: #9c171e;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
}
.praytoday__title h2 {
  margin: 0;
}

.praytoday__features li {
  margin-bottom: 0.3125rem;
}

.praytoday__screenshots {
  list-style: none;
  margin: 0 -0.5rem 1.25rem;
  padding: 0.625rem 0 0;
}
@media (min-width: 48em) {
  .praytoday__screenshots {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .praytoday__screenshots {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 72em) {
  .praytoday__screenshots {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 84em) {
  .praytoday__screenshots {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
.praytoday__screenshots li {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0 0.5rem;
  width: 45%;
}
@media (min-width: 24em) {
  .praytoday__screenshots li {
    width: 32%;
  }
}
@media (min-width: 48em) {
  .praytoday__screenshots li {
    width: 19.25%;
  }
}
.praytoday__screenshots li:last-child {
  margin-right: 0;
}
.praytoday__screenshots li img {
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.praytoday__releases {
  list-style: none;
  margin: 0;
  padding: 0;
}
.praytoday__releases li {
  margin-bottom: 1.5rem;
}
.praytoday__releases li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 36em) {
  .praytoday__releases li {
    margin-bottom: 1rem;
  }
}
.praytoday__releases img {
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 36em) {
  .praytoday__releases img {
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 1rem;
  }
}

.praytoday__also {
  margin-top: 1.875rem;
}
.praytoday__also img {
  border-radius: 0.35rem;
  float: left;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  margin-right: 1rem;
}

.special-statement-header {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 50rem;
}

.special-statement-logo {
  background: url(https://assets.persecution.com/public/graphics/site/logo_vom_black.svg) center no-repeat;
  background-size: contain;
  height: 3rem;
  margin: 0 auto;
  text-indent: -999rem;
  width: 15rem;
  opacity: 0.7;
}

.special-statement {
  margin: 0 auto;
  max-width: 50rem;
  padding: 3.75rem 2.5rem;
}
@media (min-width: 48em) {
  .special-statement {
    padding: 5rem;
  }
}

.special-statement__postedon {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.special-statement__title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #9c171e;
  line-height: 1.2;
  margin: 0 0 1.25rem;
}

@media (min-width: 48em) {
  .special-statement__body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#cannellamedia {
  position: absolute;
}