.lp {
  padding: 0 1.25rem 5rem;
  background: url(../jpg/bg-9.jpg) center top no-repeat;
  background-size: 250% auto;
}
@media (min-width: 23.25em) {
  .lp {
    padding: 0 1.875rem 5rem;
  }
}
@media (min-width: 48em) {
  .lp {
    background-size: 175% auto;
  }
}
@media (min-width: 60em) {
  .lp {
    background-size: auto;
  }
}

.lp-top {
  margin: 0 -1.25rem;
  overflow: hidden;
}
@media (min-width: 23.25em) {
  .lp-top {
    margin: 0 -1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    margin: 0 auto 3.75rem;
    max-width: 68.75rem;
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
}

.lp-top__inner {
  position: relative;
}

.lp-top__photos {
  margin: 0 -5rem 2.5rem;
  position: relative;
}
@media (min-width: 40em) {
  .lp-top__photos {
    margin: 0 -7.5rem 3.75rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photos {
    margin: 0 -5rem 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-top__photos {
    margin: 0 -1.875rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top__photos {
    margin: 0;
  }
}

@media (min-width: 60em) {
  .lp-top__banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

.lp-top__title {
  border-top: none;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18rem;
  padding: 0.625rem 1.25rem;
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  background-color: rgba(200, 66, 50, 0.9);
}
@media (min-width: 23.25em) {
  .lp-top__title {
    font-size: 32px;
    font-size: 2rem;
    width: 20rem;
    padding: 1rem;
  }
}
@media (min-width: 32em) {
  .lp-top__title {
    width: 30rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title {
    bottom: 1rem;
    border-top: none;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 42px;
    font-size: 2.625rem;
    padding: 1.375rem;
    width: 45rem;
    color: white;
    background-color: rgba(200, 66, 50, 0.9);
  }
}
@media (min-width: 60em) {
  .lp-top__title {
    font-size: 48px;
    font-size: 3rem;
    padding: 1.625rem;
    width: 52rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title {
    font-size: 52px;
    font-size: 3.25rem;
    padding: 1.875rem;
    width: 56rem;
  }
}
.lp-top__title::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202002_LP4_communism/hammer-and-sickle.svg) center center no-repeat;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
  margin: 0;
  top: 50%;
}
@media (min-width: 23.25em) {
  .lp-top__title::before {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 32em) {
  .lp-top__title::before {
    width: 6rem;
    height: 6rem;
    opacity: 0.7;
  }
}
@media (min-width: 48em) {
  .lp-top__title::before {
    width: 9rem;
    height: 9rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title::before {
    height: 12rem;
    width: 12rem;
  }
}

.lp-top__title-part--1,
.lp-top__title-part--2 {
  animation: lpTopShow 0.75s ease;
  animation-fill-mode: both;
}

.lp-top__title-part--1 {
  animation-delay: 0.5s;
}

.lp-top__title-part--2 {
  animation-delay: 1.5s;
}

@keyframes lpTopShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp-content {
  max-width: 65rem;
  margin: 0 auto;
}

.lp-content__photo {
  margin-right: -1.25rem;
  float: right;
  padding: 0.25rem 0 1rem 1rem;
  width: 55%;
}
@media (min-width: 40em) {
  .lp-content__photo {
    display: none;
  }
}

.lp-content__text {
  padding-bottom: 1.25rem;
}
@media (min-width: 54em) {
  .lp-content__text {
    padding-top: 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-content__text {
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 66em) {
  .lp-content__text {
    padding-left: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-content__text {
    padding-left: 7.5rem;
  }
}
.lp--ty .lp-content__text {
  margin: 0 auto;
  max-width: 43rem;
  padding: 0 0 3.75rem;
}
.lp-content__text ul {
  margin: 0.625rem 0 0;
}
.lp-content__text li {
  margin-bottom: 0.625rem;
  font-style: italic;
}
@media (min-width: 48em) {
  .lp-content__text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-content__sidebar {
  background-color: #f7f1e4;
  border-radius: 0.5rem;
  margin: 0 auto 5rem;
  max-width: 25rem;
  padding: 1.25rem;
}
@media (min-width: 48em) {
  .lp-content__sidebar {
    float: right;
    border-radius: 0.5rem 0 0 0.5rem;
    margin-right: -1.875rem;
    margin-left: 1.875rem;
    margin-bottom: 2.5rem;
    right: 0;
    width: 25rem;
  }
}
@media (min-width: 60em) {
  .lp-content__sidebar {
    border-radius: 0.5rem;
    margin-right: 1.25rem;
    margin-left: 3.75rem;
    width: 28.75rem;
    max-width: none;
    padding: 1.875rem;
    box-shadow: 0 18px 24px rgba(0, 0, 0, 0.075);
  }
}
@media (min-width: 66em) {
  .lp-content__sidebar {
    margin-right: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-content__sidebar {
    margin-right: 5rem;
  }
}

@media (min-width: 48em) {
  .lp-content__sidebar-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 1.25rem;
    position: relative;
  }
}
.lp-content__sidebar-top h2 {
  padding: 0;
  margin: 0 0 1.875rem;
  color: #c84232;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .lp-content__sidebar-top h2 {
    padding-left: 8.75rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  .lp-content__sidebar-top h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-content__sidebar-top img {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: block;
  margin: -2.5rem auto 1.875rem;
  max-width: 12.5rem;
}
@media (min-width: 48em) {
  .lp-content__sidebar-top img {
    display: block;
    position: absolute;
    max-width: 7.5rem;
    top: -2.5rem;
    left: 1.875rem;
    margin: 0 1.5rem 1rem -2.5rem;
  }
}
@media (min-width: 60em) {
  .lp-content__sidebar-top img {
    max-width: 10rem;
    top: -3.125rem;
    left: -0.3125rem;
  }
}

.lp label {
  color: #555;
  font-weight: normal;
}
.lp a,
.lp .field--text .field__address2-link {
  color: #c84232;
}
.lp .title--minor {
  color: #c84232;
}
.lp .button,
.lp [type=submit] {
  background-image: none;
  background-color: #c84232;
  box-shadow: none;
}
.lp .button:hover,
.lp [type=submit]:hover {
  background-color: #9f3528;
}
.lp [type=submit] {
  line-height: 1.2;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.lp .cart__summary-link {
  background: none;
}
.lp .cart__summary-link:hover {
  background: none;
}
.lp .ordersummary .ordersummary__total td span {
  color: #c84232;
}

.field--free-check {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.field__warning::before {
  background-image: url(../png/sprites.png);
  background-size: 300px 220px;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .field__warning::before {
    background-image: url(../png/sprites%402x-2.png);
  }
}

@media (min-width: 48em) {
  .donations {
    clear: both;
  }
}
@media (min-width: 48em) {
  .donations .title--minor {
    padding-left: 0;
  }
}
.donations .field--donation label {
  color: #555;
}
.donations .field--donation label strong {
  color: #c84232;
}

.donations__desc {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.5rem;
}
.donations__desc h3 {
  color: #446694;
  font-size: 16px;
  font-size: 1rem;
  margin: 1.25rem 0 0.625rem;
}
.donations__desc ul {
  margin: 0 0 1.875rem;
}
@media (min-width: 60em) {
  .donations__desc ul {
    columns: 2;
  }
}
.donations__desc li {
  margin-bottom: 0.3125rem;
}

.product {
  clear: both;
}
@media (min-width: 48em) {
  .product {
    display: grid;
    grid-template-columns: 10rem auto;
    align-items: center;
    grid-gap: 1.25rem;
    max-width: 40rem;
  }
}
@media (min-width: 48em) {
  .product .product__image {
    padding-bottom: 0;
  }
}
.product .product__desc,
.product .product__name {
  display: none;
}
@media (min-width: 48em) {
  .product .product__qtys {
    border-top: none;
  }
}
.product .qty__name {
  color: #c84232;
}

.field--donation {
  padding-bottom: 1.875rem;
}

.lp-share-band {
  margin: 0 auto;
  max-width: 40rem;
  padding: 7.5rem 0 1.25rem;
}

.lp-download {
  display: flex;
  justify-content: center;
}

.lp-download__inner {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1.875rem;
  color: #c84232;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-download__inner {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    margin: 2.5rem 0 5rem;
    grid-gap: 1.875rem;
  }
}
.lp-download__inner h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  margin: 0 0 0.625rem;
}
@media (min-width: 48em) {
  .lp-download__inner h2 {
    margin-bottom: 0;
  }
}
.lp-download__inner .button {
  border: 2px solid #c84232;
  color: #c84232;
  background: none;
}
.lp-download__inner .button:hover {
  background: none;
  background-color: rgba(200, 66, 50, 0.35);
}

.lp-learn {
  border-top: 1px solid #ddd;
  margin-top: 7.5rem;
  padding-top: 2.5rem;
  text-align: center;
}
.lp-learn p {
  font-style: italic;
  opacity: 0.8;
}
.lp-learn .button {
  background: none;
  border: 2px solid #c84232;
}