[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.7;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
[type=checkbox]:not(:checked) + label strong,
[type=checkbox]:checked + label strong {
  font-weight: bold;
  text-transform: uppercase;
}
[type=checkbox]:not(:checked) + label em,
[type=checkbox]:checked + label em {
  color: #308e71;
  margin: 0;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  transition: all 0.275s;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/icon_check_big.svg) center no-repeat;
  background-size: contain;
  top: -0.4em;
  left: 0.1em;
  width: 1.8em;
  height: 1.8em;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type=checkbox]:disabled:checked + label:after {
  color: #777;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(189, 186, 179, 0.5);
}

.lp {
  overflow: hidden;
  padding: 0 1.875rem 7.5rem;
}
@media (min-width: 60em) {
  .lp {
    background-size: 120% auto;
  }
}
@media (min-width: 90em) {
  .lp {
    background-size: 100rem auto;
  }
}

.lp-top {
  background-color: #f5b641;
  background-image: linear-gradient(to bottom, #f5b641 20rem, #f9d28a);
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem 6.25rem;
}
@media (min-width: 60em) {
  .lp-top {
    padding: 6.25rem 2.5rem 7.5rem;
  }
}

.lp-top__banner {
  position: relative;
  text-align: center;
  z-index: 1;
}

.lp-top__burst {
  position: absolute;
  top: -14.875rem;
  width: 50rem;
  aspect-ratio: 1;
  left: calc(50% - 27rem);
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/header_burst.svg?v=20251208a) center no-repeat;
  background-size: contain;
  animation: rotate-burst 50s linear infinite;
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
          mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
  opacity: 0.45;
}
@media (min-width: 60em) {
  .lp-top__burst {
    top: -36.5rem;
    width: 100rem;
    left: calc(50% - 52.75rem);
  }
}

@keyframes rotate-burst {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.lp-video {
  margin: -3.75rem auto 5rem;
}
@media (min-width: 48em) {
  .lp-video {
    margin-bottom: 5rem;
    max-width: 60rem;
  }
}
@media (min-width: 60em) {
  .lp-video {
    margin-bottom: 7.5rem;
  }
}
.lp-video p {
  color: #aed3ff;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
}
.lp-video p em {
  font-style: normal;
}

.lp-video-wrap {
  background-color: black;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.25rem;
  padding-top: 56.25%;
  position: relative;
}
.lp-video-wrap iframe {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.lp-logo {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/logo_lgg.webp?v=20251208a) center no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0.1rem 2rem rgba(255, 255, 255, 0.85));
  height: 4.375rem;
  margin: 0 0 2.5rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .lp-logo {
    height: 5.625rem;
  }
}

.lp-title {
  margin: 0 0 1.25rem;
  text-align: center;
  z-index: 1;
}
.lp-title span {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_main_mobile.webp?v=20251208a) center top no-repeat;
  background-size: auto 260%;
  height: 4.625rem;
  filter: drop-shadow(0 0.1rem 0.2rem rgba(0, 0, 0, 0.15));
  text-indent: -999rem;
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 60em) {
  .lp-title span {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_main.webp?v=20251208a);
    background-size: auto 300%;
    height: 3rem;
  }
}
.lp-title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_main_mobile.webp?v=20251208a) center bottom no-repeat;
  background-size: auto 170%;
  height: 7rem;
  text-indent: -999rem;
  display: block;
}
@media (min-width: 60em) {
  .lp-title strong {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_main.webp?v=20251208a);
    background-size: auto 155%;
    height: 4.75rem;
  }
}
@media (min-width: 60em) {
  .lp-title strong {
    height: 5.5rem;
  }
}

.lp-top__cta {
  text-align: center;
}
.lp-top__cta .button {
  background: #2f71c0;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.25rem;
}
@media (min-width: 72em) {
  .lp-top__cta .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-top__cta .button:hover {
  background-color: #255997;
}

@media (min-width: 48em) {
  .lp-top__what {
    margin-bottom: -1.25rem;
  }
}
.lp-top__what button {
  background: none;
  font-size: 13px;
  font-size: 0.8125rem;
  box-shadow: none;
  font-weight: normal;
  text-decoration: underline;
}
.lp-top__what button:hover {
  text-decoration: none;
}
.lp-top__what button:focus {
  outline-color: white;
}

.lp-content {
  border-top: 1rem solid #2f71c0;
  border-bottom: 1rem solid #2f71c0;
  background-color: #234b7a;
  color: white;
  margin: 0 -1.875rem;
  padding: 0 1.875rem 5rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-content {
    padding: 0 3.125rem 6.25rem;
  }
}
@media (min-width: 72em) {
  .lp-content {
    padding-bottom: 7.5rem;
  }
}
.lp-content .title {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {
  .lp-content .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .lp-content .title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-content .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.lp-content h4 {
  color: #fcb01d;
  margin: 2.5rem 0 0.875rem;
}
.lp-content p {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.lp-content ul {
  display: grid;
  gap: 0.625rem;
  list-style: none;
  margin: 0 0 1.875rem;
  padding: 0;
}
.lp-content ul strong {
  color: #fcb01d;
}
.lp-content ul li {
  padding-left: 1.875rem;
  position: relative;
}
.lp-content ul li::before {
  content: "";
  display: block;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.625rem solid #fcb01d;
  position: absolute;
  left: 0.625rem;
  top: 0.45rem;
}

.lp-content__cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  max-width: fit-content;
  border-radius: 0.25rem;
  margin: 0 auto 2.5rem;
  padding: 1.875rem;
}
@media (min-width: 60em) {
  .lp-content__cta {
    border-radius: 0;
    border-top: 0.375rem solid rgba(0, 0, 0, 0.25);
    background-color: transparent;
    max-width: 100%;
    margin-top: 2.5rem;
    padding: 1.875rem 0 0;
  }
}
.lp-content__cta .button {
  background: #2f71c0;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
}
.lp-content__cta .button:hover {
  background-color: #255997;
}

.lp-inspired {
  display: grid;
  gap: 3.75rem;
}
@media (min-width: 60em) {
  .lp-inspired {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-bottom: 6.25rem;
  }
}

.lp-inspired__photo img {
  border-radius: 1rem;
}

.lp-kit {
  display: grid;
  gap: 3.75rem;
}
@media (min-width: 60em) {
  .lp-kit {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.lp-kit__photo {
  display: grid;
  gap: 3.75rem;
}
@media (min-width: 60em) {
  .lp-kit__photo {
    grid-row: 1;
    grid-column: 2;
    display: block;
  }
}
.lp-kit__photo img {
  border-radius: 1rem;
}
@media (min-width: 60em) {
  .lp-kit__photo img {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 60em) {
  .lp-kit__content {
    grid-row: 1;
    grid-column: 1;
  }
}

.lp-free-available {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.lp-content-inner {
  position: relative;
  margin: 0 auto;
  max-width: 25.875rem;
}
@media (min-width: 48em) {
  .lp-content-inner {
    max-width: 87.5rem;
  }
}

.lp-content__title {
  background: left top no-repeat;
  background-size: contain;
  height: 2.35rem;
  margin: 0 0 1.25rem;
  text-indent: -999rem;
}

.lp-content__title-1 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_inspired_mobile.webp?v=20251208a);
  height: 3.75rem;
}
@media (min-width: 48em) {
  .lp-content__title-1 {
    height: 4.375rem;
  }
}
@media (min-width: 72em) {
  .lp-content__title-1 {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_inspire.webp?v=20251208a);
    height: 2.35rem;
  }
}

.lp-content__title-2 {
  height: 1.625rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/title_inside.webp?v=20251208a);
}
@media (min-width: 48em) {
  .lp-content__title-2 {
    height: 2rem;
  }
}

.lp-video-preview {
  background-color: #234b7a;
  margin: 3.75rem -1.875rem -7.5rem;
  color: white;
  padding: 3.125rem 1.875rem 2.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-video-preview {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
}
.lp-video-preview h2 {
  color: #fcb01d;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 1.25rem;
  text-align: center;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-wrap: balance;
}
@media (min-width: 48em) {
  .lp-video-preview h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lp-video-preview__inner {
  max-width: 42.5rem;
  margin: 0 auto;
}

.lp-video-preview__title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.lp-resources {
  padding: 7.5rem 0 0;
}
@media (min-width: 72em) {
  .lp-resources {
    padding: 8.75rem 0 0;
  }
}
.lp-resources.lp-resources--resources-page {
  padding-top: 0;
}
.lp-resources h2 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/text_products.webp?v=20251223) center top no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  padding-top: 5.375rem;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-resources h2 {
    margin-bottom: 2.5rem;
    padding-top: 7.5rem;
  }
}
@media (min-width: 72em) {
  .lp-resources h2 {
    padding-top: 10rem;
  }
}

.lp .products {
  margin: 0 auto;
  max-width: 22.5rem;
  padding: 1.25rem 0 0;
}
@media (min-width: 48em) {
  .lp .products {
    max-width: 30rem;
    padding: 1.25rem 1.25rem 3.75rem;
  }
}
@media (min-width: 48em) {
  .lp .products {
    display: grid;
    column-gap: 5rem;
    row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    max-width: 70rem;
  }
}
@media (min-width: 72em) {
  .lp .products {
    column-gap: 7.5rem;
  }
}
.lp .product {
  position: relative;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto 5rem;
}
@media (min-width: 48em) {
  .lp .product {
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp .product {
    max-width: 30rem;
  }
}
@media (min-width: 48em) {
  .lp .product.product--magazine {
    grid-column: 1/-1;
    max-width: 100%;
    display: grid;
    padding-top: 3.75rem;
    align-items: center;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp .product .product__fields .product {
  padding: 0;
  margin: 0;
}
.lp .product .product__fields .product__image,
.lp .product .product__fields .product__name,
.lp .product .product__fields .product__desc {
  display: none;
}
.lp .product__image {
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 1.25rem;
  margin: 0 -1.25rem;
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__image {
    margin: 0 -2.5rem;
  }
}
@media (min-width: 84em) {
  .lp .product__image {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.lp .product__image img {
  display: block;
  margin: 0 auto;
  height: 16.75rem;
}
@media (min-width: 60em) {
  .lp .product__image img {
    height: 18.75rem;
  }
}
@media (min-width: 72em) {
  .lp .product__image img {
    height: 22.5rem;
  }
}
@media (min-width: 90em) {
  .lp .product__image img {
    height: 25rem;
  }
}
@media (min-width: 72em) {
  .lp .product--magazine .product__image {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 72em) {
  .lp .product--magazine .product__image img {
    height: 30rem;
  }
}
.lp .product__fields {
  border-top: 0.125rem solid rgba(0, 0, 0, 0.1);
}
.lp .product__fields .field--free-check {
  margin-top: 1.25rem;
  margin-bottom: -1rem;
}
.lp .product__qtys {
  border-top: none;
}
.lp .product__name {
  margin-bottom: 0.625rem;
}
.lp .product__name-main {
  color: #308e71;
  letter-spacing: -0.015em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__name-main {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 72em) {
  .lp .product--magazine .product__name-main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 90em) {
  .lp .product--magazine .product__name-main {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 0.875rem;
  }
}
.lp .product__price-desc {
  display: none;
}
.lp .product__desc {
  min-height: 0;
}
@media (min-width: 48em) {
  .lp .product__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp .product__content {
  position: relative;
}
.lp .product__content ul {
  margin: 0;
  padding: 0 0 0 1.875rem;
}
.lp .qty__name,
.lp .qty__name em {
  color: #308e71;
}
.lp .qty__price {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.lp .lp-continue-submit input,
.lp .button--processing {
  background: none;
  background-color: #308e71;
}
.lp .lp-continue-submit input:hover,
.lp .button--processing:hover {
  background-color: #236853;
}

.field--free-check [type=checkbox]:not(:checked) + label:before,
.field--free-check [type=checkbox]:checked + label:before {
  top: 0.375rem;
}
.field--free-check [type=checkbox]:not(:checked) + label:after,
.field--free-check [type=checkbox]:checked + label:after {
  top: 0rem;
}
.field--free-check label {
  text-align: left;
  padding-left: 7.75em;
  padding-bottom: 0.875em;
  position: relative;
}
.field--free-check .field__price {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: center;
  color: #444;
  left: 1.875rem;
  height: 2rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  font-weight: normal;
  font-style: normal;
  border-right: 1px solid #d0d6da;
}
.field--free-check .field__name {
  padding-left: 4.375rem;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.field--free-check .field__desc {
  color: #444;
  padding-left: 4.375rem;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
}

.lp-resources .title--minor {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #308e71;
}
.lp-resources label {
  color: #308e71;
}
.lp-resources .ordersummary__total .ordersummary__price,
.lp-resources .ordersummary .ordersummary__total td,
.lp-resources .product__info,
.lp-resources .product__info .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp-resources .cc-supported {
  background-color: #ffedcd;
}

.lp-preorder-ship {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: rgba(48, 142, 113, 0.1);
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  max-width: 27.5rem;
  margin: 0 auto 5rem;
}
@media (min-width: 48em) {
  .lp-preorder-ship {
    max-width: 70rem;
  }
}
.lp-preorder-ship::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/icon_date.svg) left top no-repeat;
  background-size: cover;
  height: 2.5rem;
  opacity: 0.5;
  position: relative;
  top: -0.125rem;
  margin-right: 0.625rem;
  width: 2.5rem;
  flex-shrink: 0;
}

.donations {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .donations {
    margin-bottom: 2.5rem;
  }
}
.donations p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .donations p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.donations label {
  color: #5b5e63;
}
.donations label strong {
  color: #308e71;
}

.ordersummary .ordersummary__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ordersummary .ordersummary__total td span {
  color: #308e71;
}

.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #308e71;
}

.order-fields label,
.field--text .field__address2-link {
  color: #308e71;
}

.lp .products__content .cc-supported {
  background-color: rgba(255, 237, 205, 0.35);
}

.lp-for-my-church {
  margin: 0 auto 2.5rem;
  max-width: 24rem;
}
.lp-for-my-church [type=checkbox] {
  top: 0.3rem;
}

.lp-for-my-church__info {
  display: none;
  margin-bottom: 1.875rem;
}
.lp-for-my-church__info.is-showing {
  display: block;
}

.lp .field-recurring {
  padding-left: 10.25rem;
}
.lp .field-recurring [type=checkbox] + label:before {
  top: 0.05rem;
}
.lp .field-recurring [type=checkbox] + label:after {
  top: -0.3em;
}
.lp .field-recurring label {
  font-size: 11px;
  font-size: 0.6875rem;
}

.lp-resources [type=checkbox]:checked:focus + label:before,
.lp-resources [type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(48, 142, 113, 0.5);
}

.site-main--idop2021com .title--minor {
  margin-bottom: 1.25rem;
}
.site-main--idop2021com .lp-yourinfo-fields {
  border-top: none;
}
@media (min-width: 48em) {
  .site-main--idop2021com .lp-yourinfo-fields {
    padding-top: 2.5rem;
  }
}
.site-main--idop2021com .lp-yourinfo-submit {
  margin: 0 auto;
  max-width: 32rem;
  padding-top: 0;
}
.site-main--idop2021com .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.lp--download-resources {
  background: none;
  padding-bottom: 5rem;
}

.lp-download-resources {
  margin: 0 -1.25rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 23.25em) {
  .lp-download-resources {
    margin: 0 -1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-download-resources {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.lp-download-resources__top {
  border-bottom: 0.1rem solid #2f71c0;
  margin-bottom: 2.5rem;
  max-width: 85rem;
  text-align: center;
}
@media (min-width: 72em) {
  .lp-download-resources__top {
    align-items: center;
    border-bottom: 0.25rem solid #2f71c0;
    display: grid;
    gap: 5rem;
    grid-template-columns: 30rem 1fr;
    margin: -1.25rem auto 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-download-resources__top {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.lp-download-resources__promo {
  margin: -3.125rem auto 2.5rem;
  max-width: 40rem;
}
@media (min-width: 72em) {
  .lp-download-resources__promo {
    order: 2;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.lp-download-resources__promo .lp-video-wrap {
  margin-bottom: 0;
}

@media (min-width: 72em) {
  .lp-download-resources__top-title {
    order: 1;
  }
}
.lp-download-resources__top-title h1 {
  margin: 0 0 1.875rem;
}
@media (min-width: 72em) {
  .lp-download-resources__top-title h1 {
    margin-bottom: 2.5rem;
  }
}
.lp-download-resources__top-title h1 strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/logo_lgg.webp) center no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  margin-bottom: 1rem;
  padding-top: 5rem;
  text-indent: -999rem;
}
@media (min-width: 72em) {
  .lp-download-resources__top-title h1 strong {
    padding-top: 7.5rem;
  }
}
.lp-download-resources__top-title h1 span {
  display: block;
  color: #2f71c0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .lp-download-resources__top-title h1 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-download-resources__top-title p {
  display: none;
}
@media (min-width: 72em) {
  .lp-download-resources__top-title p {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0;
  }
}

.resource-list {
  list-style: none;
  padding: 0.625em 0 3.75rem;
  max-width: 85rem;
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  border-bottom: 0.1rem solid #2f71c0;
}
@media (min-width: 48em) {
  .resource-list {
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .resource-list {
    gap: 5rem;
  }
}
@media (min-width: 72em) {
  .resource-list {
    border-bottom-width: 0.25rem;
  }
}
@media (min-width: 78em) {
  .resource-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
}
.resource.resource--video {
  max-width: 25rem;
}
.resource.resource--app {
  max-width: 100%;
  width: 100%;
  display: flex;
}
@media (min-width: 48em) {
  .resource.resource--app {
    grid-column: 2/4;
  }
}

.resource__img {
  margin: 0 auto 1.25rem;
}

.resource__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.resource__button {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 5px 18px rgba(0, 0, 0, 0.1);
  background: #2f71c0;
}
.resource__button span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.resource__button:hover {
  background: #255997;
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/icon_download.svg) center center no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -12px;
}
.resource__button::after {
  background-color: black;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  position: absolute;
  left: 2.625rem;
  top: 10%;
  opacity: 0.5;
}

.lp-app {
  background-image: linear-gradient(to bottom, #f3d9a1, #eabd5d);
  border-radius: 0.25rem;
  margin: 0 auto;
  max-width: 30rem;
  padding: 2.5rem 1.875rem 0;
  position: relative;
}
@media (min-width: 78em) {
  .lp-app {
    display: grid;
    gap: 2.5rem;
    padding: 0;
    grid-template-columns: 1fr 20rem;
    max-width: 100%;
  }
}

@media (min-width: 78em) {
  .lp-app__content {
    padding: 2.5rem 0 2.5rem 2.5rem;
    display: grid;
    align-items: center;
  }
}

.lp-app__title {
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
}
@media (min-width: 48em) {
  .lp-app__title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
  }
}

.lp-app__desc {
  text-align: left;
  padding-bottom: 1.25rem;
}
.lp-app__desc p {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.lp-app__desc ul {
  display: grid;
  gap: 0.3125rem;
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1.25rem;
}

.lp-app__links {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.875rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 24em) {
  .lp-app__links {
    gap: 0.375rem;
  }
}
@media (min-width: 78em) {
  .lp-app__links {
    margin-bottom: 0;
  }
}

.lp-app__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: 78em) {
  .lp-app__link {
    height: 3rem;
    margin-bottom: 0;
    width: 9rem;
  }
}

.lp-app__link--ios {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/button_appstore.svg);
}

.lp-app__link--android {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202511_LP12_learngrowgo/button_googleplay.svg);
  background-position: center;
  width: 8.5rem;
}
@media (min-width: 78em) {
  .lp-app__link--android {
    width: 10.5rem;
  }
}

.lp-app__devices {
  max-width: 20rem;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}

.lp-app__devices-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.3fr 1fr 0.3fr 1.05fr;
  margin-bottom: -7.5rem;
}
@media (min-width: 78em) {
  .lp-app__devices-inner {
    margin: 1rem -10.625rem -6.25rem 0;
  }
}

.lp-app__device--1 {
  grid-row: 1;
  grid-column: 1/3;
}

.lp-app__device--2 {
  grid-row: 1;
  grid-column: 2/5;
  z-index: 1;
}

.lp-app__device--3 {
  grid-row: 1;
  grid-column: 4/7;
}