/* global template */
.resource_wrapper h2 {
  line-height: 1;
}

/* DIGIDOWNLOAD IFRAME */
iframe[name="digi-download"] {
  height: 0px;
}

/* nav */
.rtw_nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background: #00000045;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between ! important;
  padding: 0 25px;
  transition: .3s all ease-in-out;
}

.rtw_nav-container.scroll {
  height: 55px;
  background: #052f2da6;
  backdrop-filter: blur(20px);
}

.rtw_nav-container.scroll .rtw_nav-logo {
  max-width: 60px;
  margin-top: 15px;
}

.rtw_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.rtw_nav-link {
  font-size: 15px;
  color: white ! important;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.rtw_logo-container {
  width: 100px;
}

.rtw_nav-logo {
  max-width: 100px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-top: 55px;
  transition: .3s all ease-in-out;
}

.rtw_btn.rtw_nav-btn {
  height: 30px;
  width: 120px;
  font-size: 13px;
}

/* MOBILE NAV */
.rtw_mobile-header {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  z-index: 7;
  transition: .2s all ease-in-out;
  background: #00000045;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.rtw_mobile-header.scroll {
  top: 0;
  margin-top: 0;
}

.rtw_mobile-header__nav {
  margin: 6px;
  contain: content;
  max-height: 0;
  transition: .3s all ease-in-out;
}

.rtw_mobile-header__nav.expanded {
  max-height: 100vh;
}

.rtw_mobile-header__nav--inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 17.5px;
}

.mobile-header__nav-item--submenu {
  display: none ! important;
}

.mobile-header__nav-item--submenu.active {
  display: flex ! important;
}

.rtw_mobile-nav__container {
  display: flex;
  /* gap: 17.5px; */
  justify-content: start;
  align-items: start;
}

.rtw_mobile-burger-btn {
  transition: all .2s ease-in-out;
  cursor: pointer;
  z-index: 10;
}

.rtw_mobile-burger-btn i.fa {
  font-size: 24px;
  color: white;
  margin-top: 4px;
}

.mobile-header__nav-item.mobile-header__nav-item--block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
}

.rtw_header .rtw_btn__product-cta,
.rtw_mobile-header .rtw_btn__product-cta {
  width: 140px;
  font-size: 14px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.mobile-header__nav-item_img {
  max-height: 40px;
}

/* Header Countdown */
.rtw_header-desc .rtw_countdown-num {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  width: 25px;
  line-height: 0;
}

.rtw_header-desc .rtw_countdown-days {
  font-size: 16px;
}

.rtw_calendar-icon {
  display: none;
  position: absolute;
  left: 50px;
  top: 50px;
  border-radius: 10px;
  box-shadow: var(--btn-shadow-1--hover);
  width: 150px;
  height: 155px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  contain: content;
  overflow: hidden;
}

.rtw_calendar-icon__top {
  height: 70px;
  background: rgb(176, 9, 9);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rtw_calendar-icon__btm {
  height: 85px;
  background: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rtw_calendar-icon h4 {
  line-height: 1;
  color: gold;
  text-transform: uppercase;
  font-family: var(--rtw-font--header);
  font-size: 32px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.rtw_calendar-icon h5 {
  padding: 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

.rtw_calendar-num {
  font-size: 85px;
  font-family: var(--rtw-font--header);
  font-weight: 800;
  color: var(--rtw-color--1);
}

/* BODY */
.rtw_body {
  display: flex;
}

/* OVERLAY */
.rtw_overlay {
  max-width: 2500px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: none;
  justify-content: center;
  align-items: center;
}

.rtw_overlay--countdown {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.rtw_overlay--trivia {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.rtw_overlay__inner {
  position: relative;
  border-radius: 10px;
  height: 80%;
  width: 90%;
  background: linear-gradient(45deg, rgba(2, 96, 82, 0.95) 0%, rgba(3, 65, 97, 0.95) 100%);
}

.rtw_overlay--countdown .rtw_overlay__inner,
.rtw_overlay--trivia .rtw_overlay__inner {
  background: none;
}

.rtw_overlay__inner--video {
  background: none;
}

.rtw_overlay--countdown .rtwd_video-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c1f37a3;
}

.rtw_overlay--countdown .rtwd_video-play-btn {
  opacity: .5;
}

.rtwd-overlay-title,
.rtwd-overlay-title em {
  font-family: 'Jost', sans-serif;
  font-size: 38px;
  letter-spacing: 1px;
  color: white;
  text-shadow: var(--btn-shadow-1);
  line-height: 1.2;
  font-weight: 600;
  text-transform: unset;
  text-align: center;
}

.rtw_overlay--montage .rtw_overlay__inner {
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, rgb(2 96 82 / 62%) 0%, rgb(3 65 97 / 66%) 100%);
  backdrop-filter: blur(5px);
}

.rtwd-overlay-title.rtwd-overlay-title--montage {
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width:700px) {
  .rtwd-overlay-title.rtwd-overlay-title--montage {
    font-size: 28px;
  }
}


.rtw_btn--getinvolved {
  margin: 0 auto;
}

.rtw_overlay__inner-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 650px;
}

.rtw_overlay__inner-content--video {
  max-width: none;
}

.rtw_overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 32px;
  cursor: pointer;
  opacity: 0.9;
  transition: all .2s ease-in-out;
  z-index: 10;
}

.rtw_overlay__close:hover {
  opacity: 1;
  transform: scale(1.05);
}

.rtwd-prayercall-content * {
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
}

.rtwd-prayercall-content p {
  font-variation-settings: 'wdth' 100, 'wght' 300 ! important;
  margin-bottom: 25px;
}

.rtwd-prayercall-content strong {
  font-variation-settings: 'wdth' 100, 'wght' 700;
}

.rtwd-prayercall-subtitle {
  font-size: 22px;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.1em;
  color: #fde5b3;
  margin: 0 0 7px 0;
  text-align: center;
}

.rtwd-prayercall-title {
  font-size: 62px;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1em;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
}

.rtwd_trivia {
  max-width: 650px;
  max-height: 500px;
  width: 100vw;
  height: 100vh;
  contain: content;
  overflow: hidden;
  border-radius: 20px;
  /* background: #fefefe; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.rtwd_trivia .blank {
  display: inline-block;
  width: 100px;
  border-bottom: 3px solid white;
  margin: 0 10px;
}

.rtwd_trivia-text-container {
  text-align: center;
  padding: 25px;
  height: 450px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: start;
  position: absolute;
  z-index: -1;
  width: 100%;
}

/* .rtwd_trivia-text-container.visible {
  height: 300px;
} */

.rtwd_trivia-text,
.rtwd_trivia-text span,
.rtwd_trivia-text em,
.rtwd_trivia-text u {
  font-size: 40px;
  line-height: 1.2;
  color: white;
  text-align: left;
}

.rtwd_trivia-answer,
.rtwd_trivia-shortAnswer {
  display: none;
}

.rtwd_trivia-shortAnswer {
  width: 100%;
  text-align: center;
}

.rtwd_trivia-answer .answer {
  color: var(--rtw-color--3);
  border-bottom: 3px solid var(--rtw-color--3);
  padding-right: 10px;
}

/* .rtw_reveal-question {
  display: none;
} */

.rtwd_video-container.rtwd_video-container--trivia {
  display: none;
  contain: unset;
  overflow: visible;
  position: relative;
}

.close-trivia-video {
  display: none;
  color: #ffffff7a;
  font-size: 24px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.close-trivia-video:hover {
  transform: scale(1.1);
  color: #ffffffa5;
}

.rtwd_trivia-play-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.rtwd_trivia-play-cta {
  color: white;
  max-width: 200px;
  font-size: 32px;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  /* font-family: var(--rtw-font--header); */
  color: var(--rtw-color--3);
}

.rtwd_trivia-play-video {
  color: #ffffffcc;
  font-size: 100px;
  text-shadow: var(--btn-shadow-1--hover);
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.rtwd_trivia-play-video:hover {
  text-shadow: var(--btn-shadow-1--hover);
  color: white;
}

.rtw_btn.rtw_reveal-answer {
  /* display: none; */
  opacity: 0;
  text-align: center;
  margin: 0 auto;
}

.rtwd_trivia-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.rtwd_trivia-image {
  max-width: 600px;
  box-shadow: var(--btn-shadow-1--hover);
  border-radius: 20px;
}

.rtwd-social-links {
  display: flex;
  gap: 25px;
}

.rtwd-social-links i {
  font-size: 40px;
  color: white;
  transition: all .2s ease-in-out;
}

.rtwd-social-links i:hover {
  transform: scale(1.1);
}

.rtwd_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

input.rtwd_form-input {
  background: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  padding: 8px;
  border-radius: 6px;
  border: none;
  outline: none;
  width: calc(100% - 16px);
  transition: all 0.25s ease;
  box-shadow: var(--btn-shadow-1);
}

h4.rtwd_form-title {
  font-size: 17px;
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
}

#rtwd_form-submit {
  display: block;
  width: 100%;
  padding: 15px 0;
  background: white;
  font-family: 'Jost', sans-serif;
  border: none;
  font-size: 24px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #044660 !important;
  letter-spacing: 0.06em;
  line-height: 1em;
  border-radius: 60px;
  text-align: center;
  margin: 0 0 20px 0;
  transition: all 0.25s ease;
  cursor: pointer;
  transition: all .2s ease-in-out;
  box-shadow: var(--btn-shadow-1);
}

#rtwd_form-submit:hover {
  box-shadow: var(--btn-shadow-1--hover);
  transform: translate(-0.5px, -0.5px);
  -webkit-transform: translate(-0.5px, -0.5px);
  -moz-transform: translate(-0.5px, -0.5px);
  -ms-transform: translate(-0.5px, -0.5px);
}


/* PRAYER CALL SECTION */
body .rtw_section.row-prayer-call {
  padding: 60px 0;
  background: #1d3051;
  border-bottom: 4px solid #fff;
}

.rtw_section.row-prayer-call>.col {
  max-width: 600px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.rtw_section.row-prayer-call h2 {
  font-size: 25px;
  font-family: var(--rtw-font--header);
  text-align: center;
  color: var(--rtw-color--3);
  margin-bottom: -8px;
  text-shadow: var(--btn-shadow-1);
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1.2em;
  margin: 0 0 15px 0;
}

.rtw_section.row-prayer-call p {
  color: #fff;
  margin: 0 0 15px 0;
}

.rtw_section.row-prayer-call p strong {
  color: var(--rtw-color--3);
}

.rtw_section.row-prayer-call .rtw_card-btn {
  width: auto;
  height: auto;
  line-height: 1em;
  padding: 12px 40px 14px;
  margin: 20px auto 0 auto;
  display: inline-block;
  border-radius: 60px;
  text-transform: uppercase;
}

@media (max-width:1000px) {
  body .rtw_section.row-prayer-call {
    padding-bottom: 100px;
  }
}


/* FOOTER */
.rtw_footer {
  display: flex;
  padding: 20px;
  height: 300px;
  background: var(--tmw-color--bkg);
}

.rtw_footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.rtw_footer-logo {
  max-width: 150px;
}

.rtw_footer-nav {
  gap: 20px;
}

.rtw_footer-nav-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  color: white;
}

.rtw_footer-nav-content h4 {
  margin-bottom: 10px;
}

.rtw_footer-nav-content h4,
.rtw_footer-nav-content h4 em,
.rtw_footer-nav-content h4 a {
  font-size: 18px;
  color: white;
}

.rtw_footer-nav-content h4 a,
.rtw_footer-terms a {
  color: var(--rtw-color--3) ! important;
}

.rtw_footer-nav-content a {
  font-size: 16px;
  color: white;
  font-weight: 600;
}

.rtw_footer-terms {
  margin-top: 10px;
}

.rtw_footer-nav-content p {
  font-size: 14px;
  color: white;
  font-weight: 200;
}


/* AniMaTIoNs */

/******************************************************************************
  exploding kittens animation
  please note: no kittens were harmed in the creation of this css animation
*******************************************************************************/

.exploding-kittens {
  transform: scale(0.94);
  animation: grow-a-kitten 2s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.exploding-kittens .kitten {
  /* display: inline-block; */
  opacity: 0;
  filter: blur(4px);
}

.exploding-kittens .kitten:nth-child(1) {
  animation: blow-up-kitten 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(2) {
  animation: blow-up-kitten 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(3) {
  animation: blow-up-kitten 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(4) {
  animation: blow-up-kitten 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(5) {
  animation: blow-up-kitten 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(6) {
  animation: blow-up-kitten 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(7) {
  animation: blow-up-kitten 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(8) {
  animation: blow-up-kitten 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(9) {
  animation: blow-up-kitten 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.exploding-kittens .kitten:nth-child(10) {
  animation: blow-up-kitten 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.scale-up {
  animation: grow-a-penguin 2s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes grow-a-penguin {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes grow-a-kitten {
  100% {
    transform: scale(1);
  }
}

@keyframes blow-up-kitten {
  100% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
}

/* stop blowing up kittens */


@keyframes echo {
  0% {
    opacity: 0.75;
    transform: scale(1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  5% {
    opacity: 0.65;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
  }

  10% {
    opacity: 0.5;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  40% {
    opacity: 0;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
  }

  100% {
    opacity: 0;
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-3px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(3px);
  }
}

.shake-element {
  animation: shake 0.3s ease-in-out;
}

.invalid {
  border: 2px solid #d12d30 ! important;
}

/* ReSPONSIVeNESS */

.screen-920,
.screen-750,
.screen-500,
.screen-420,
.screen-300 {
  display: none;
}

/* widscreen */
.rtw_section,
.rtw_footer,
.rtw_nav-container {
  max-width: 2500px;
  margin: 0 auto;
}

@media only screen and (min-width: 2000px) {
  .rtw_section {
    padding: 300px;
  }
}

@media only screen and (max-width: 1800px) {
  .rtw_section {
    padding: 50px;
  }
}

@media only screen and (max-width: 920px) {
  .desktop {
    display: none;
  }

  .screen-920 {
    display: initial;
  }

  .rtw_nav-container {
    display: none ! important;
  }

  .rtw_mobile-header {
    display: flex;
    padding: 0px;
  }

  .rtw_nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .rtw_wtn-inner {
    justify-content: center ! important;
  }

  .screen-750 {
    display: initial;
  }

  .rtw_overlay__inner {
    height: 100%;
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .rtw_overlay__inner-content {
    gap: unset;
  }

  .rtwd-overlay-title,
  .rtwd-overlay-title em {
    font-size: 27px;
  }

  .rtw_calendar-icon {
    left: 0;
    top: 0;
    transform: scale(0.5);
  }

  .rtwd_trivia {
    max-height: unset;
  }

  .rtwd_trivia-text,
  .rtwd_trivia-text span,
  .rtwd_trivia-text em,
  .rtwd_trivia-text u {
    font-size: 28px;
    line-height: 1.3;
  }

  .rtwd_trivia-text-container {
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .screen-500 {
    display: initial;
  }
}

@media only screen and (max-width: 420px) {
  .screen-420 {
    display: initial;
  }

  #phMobileDonateButton {
    display: none;
  }

  .rtw_mobile-header {
    margin-top: 0;
    padding: 30px;
  }

  .rtw_mobile-header.expanded {
    flex-direction: column;
    height: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(45deg, rgba(2, 96, 82, 0.95) 0%, rgba(3, 65, 97, 0.95) 100%);
  }

  .rtw_mobile-nav__container {
    height: 100%;
  }

  .rtw_mobile-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: -20px;
  }

  .rtw_mobile-header__nav--inner {
    justify-content: space-evenly;
    min-height: 50vh;
  }

  .rtw_nav-link {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
  }
}

@media only screen and (max-width: 300px) {
  .screen-300 {
    display: initial;
  }
}

/* overrides */
.resource_wrapper {
  background: #1b1d1b;
}

body {
  overflow-x: hidden;
}

.ov-content {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mobile-donate-button {
  display: none !important;
}

/* temporarily hidden */
.open-venue-select-overlay {
  display: none
}

/* additional fonts */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* default overrides */
.grid {
  max-width: unset;
  width: 100%;
}

.grid .col.has-children {
  width: 100%;
}

.grid .row.has-children {
  width: 100%;
}

/* **** TeXT STyLeS **** */
:root {
  --rtw-color--1: #016e54;
  --rtw-color--2: #e2232a;
  --rtw-color--3: #fde5b3;
  --rtw-gradient--1: linear-gradient(45deg, #006d67, #006e54);
  --rtw-gradient--2: linear-gradient(45deg, #7b3967, #cc3232);
  --rtw-font--1: 'Open Sans', sans-serif;
  --rtw-font--2: 'Lato', sans-serif;
  --rtw-font--header: Jost, sans-serif;
  --btn-shadow-1: 0 1px 1px hsl(0deg 0% 0% / 0.04), 0 2px 2px hsl(0deg 0% 0% / 0.04), 0 4px 4px hsl(0deg 0% 0% / 0.04), 0 8px 8px hsl(0deg 0% 0% / 0.04), 0 16px 16px hsl(0deg 0% 0% / 0.04);
  --btn-shadow-1--hover: 0 1px 1px hsl(0deg 0% 0% / 0.065), 0 2px 4px hsl(0deg 0% 0% / 0.065), 0 4px 8px hsl(0deg 0% 0% / 0.065), 0 8px 16px hsl(0deg 0% 0% / 0.065), 0 16px 28px hsl(0deg 0% 0% / 0.065);
}

* {
  font-size: 16px;
  box-sizing: border-box;
}

p,
a,
li,
em,
strong {
  font-size: 16px;
  font-family: var(--tmw-font--1);
}

a {
  cursor: pointer;
  transition: .2s all ease-in-out;
  text-decoration: none;
}

.resource_wrapper .rtw_font-1 {
  font-family: var(--rtw-font--1);
}

.resource_wrapper .rtw_font-header {
  font-family: var(--rtw-font--header);
}

.resource_wrapper .rtw_color-1 {
  color: var(--rtw-color--1);
}

.resource_wrapper .rtw_color-2 {
  color: var(--rtw-color--2);
}

.resource_wrapper .rtw_color-3 {
  color: var(--rtw-color--3);
}

.resource_wrapper .rtw_bkg-1 {
  background: var(--rtw-color--1);
}

.resource_wrapper .rtw_bkg-2 {
  background: var(--rtw-color--2);
}

.resource_wrapper .rtw_bkg-3 {
  background: var(--rtw-color--3);
}

.resource_wrapper .rtw_gradient-1 {
  background: var(--rtw-gradient--1);
}

.resource_wrapper .rtw_gradient-2 {
  background: var(--rtw-gradient--2);
}

.resource_wrapper h1 {
  font-family: var(--rtw-font--1);
  font-optical-sizing: auto;
  font-style: normal;
}

.resource_wrapper h2 {
  font-family: var(--rtw-font--1);
  font-optical-sizing: auto;
  font-style: normal;
}

.resource_wrapper p {
  font-family: var(--rtw-font--1);
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: 'wdth' 95, 'wght' 500;
}

.resource_wrapper .rtw_title {
  color: white;
  font-family: var(--rtw-font--header);
  font-size: 40px;
  text-shadow: var(--btn-shadow-1);
  text-transform: uppercase;
  text-align: center;
}

/* **** BuTToN STyLeS **** */
.rtw_btn,
.rtw_btn:visited {
  color: var(--rtw-color--1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 235px;
  height: 45px;
  box-shadow: var(--btn-shadow-1);
  border: none;
  outline: none;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.rtw_btn:hover {
  box-shadow: var(--btn-shadow-1--hover);
  transform: translate(-0.5px, -0.5px);
  -webkit-transform: translate(-0.5px, -0.5px);
  -moz-transform: translate(-0.5px, -0.5px);
  -ms-transform: translate(-0.5px, -0.5px);
}

.rtw_btn--1,
.rtw_btn--1:visited {
  background: var(--rtw-color--1) ! important;
  color: white ! important;
}

.rtw_btn--white,
.rtw_btn--white:visited {
  background: #ffffffdb ! important;
  color: var(--rtw-color--1) ! important;
}

.rtw_btn--white:hover {
  background: white ! important;
  color: var(--rtw-color--1) ! important;
}

.rtw_btn--trans,
.rtw_btn--trans:visited {
  background: transparent ! important;
  color: white ! important;
  border: 2px solid white;
}

.rtw_btn--trans:hover {
  background: #ffffff63 ! important;
  color: white ! important;
  border: 2px solid white;
}


/* **** MaiN STyLeS **** */
.rtw_section {
  position: relative;
  height: auto;
  width: 100vw ! important;
  padding: 200px 50px;
}

.rtw_center-content,
.grid .row.has-children.rtw_center-content,
.grid .col.has-children.rtw_center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid img.rtw_logo {
  aspect-ratio: 1/1;
  object-fit: contain;
}

/* HEADER */
.rtw_header {
  flex-direction: column;
  border-bottom: 4px solid white;
  padding: 150px 50px;
}

.rtw_header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1024/reach-the-world-day/rtwd-city-overlay.png') no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.rtw_header-inner {
  flex-direction: column;
  height: 100% ! important;
  position: unset ! important;
  z-index: 2;
}

.rtw_header-top {
  flex-direction: row;
}

.rtw_header-btm {
  flex-direction: column;
}

.grid img.rtw_header-logo {
  max-width: 300px;
}

.rtw_header__title-container {
  flex-direction: column;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.rtw_header__date {
  letter-spacing: 2px;
  font-size: 15px;
  text-shadow: var(--btn-shadow-1);
}

.rtw_header__title {
  text-transform: uppercase;
  color: white;
  font-size: 55px;
  text-shadow: var(--btn-shadow-1);
}

.rtw_header__title span {
  display: block;
  font-family: var(--rtw-font--header);
  line-height: 1;
}

.rtw_header-desc,
.rtw_header-desc span {
  color: white;
  max-width: 550px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.rtw_header-subtitle {
  font-size: 40px;
  text-shadow: var(--btn-shadow-1);
  text-align: center;
}

.title-line-1 {
  font-size: 42px;
}

.title-line-2 {
  font-size: 60px;
}

.title-line-3 {
  font-size: 115px;
  margin-top: -10px;
}

.rtw_header__btns-container {
  margin-top: 20px;
  display: flex;
  gap: 25px;
}

.rtw_down-arrow {
  position: absolute;
  bottom: 35px;
  text-align: center;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.rtw_down-arrow:hover {
  transform: scale(1.05);
}

.rtw_down-arrow i.fa {
  font-size: 45px;
  color: white;
}

/* HoW IT WoRKs SecTIoN */
.rtw_how-row {
  flex-wrap: wrap;
  align-items: start;
}

.rtw_how::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1024/reach-the-world-day/rtwd-crowd-bkg.png') no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.rtw_how-inner {
  flex-direction: column;
  color: white;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.rtw_how-top {
  flex-direction: column;
}

.rtw_how-header-desc {
  font-size: 22px;
  font-weight: bold;
  font-variation-settings: 'wdth' 95, 'wght' 300 ! important;
  line-height: 1.5;
  max-width: 550px;
  text-align: center;
}

.rtw_how-header-desc em {
  font-size: 22px;
  font-weight: bold;
}

.rtw_how-col {
  flex-direction: column;
  padding: 15px;
  text-align: center;
  max-width: 250px;
}

.rtw_how-num {
  color: var(--rtw-color--3);
  font-size: 55px;
  font-family: var(--rtw-font--2);
  font-weight: 800;
  text-shadow: var(--btn-shadow-1);
}

.rtw_how-num .smaller {
  font-size: 35px;
}

.rtw_how-subtitle {
  color: var(--rtw-color--3);
  font-size: 22.5px;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 100, 'wght' 300 ! important;
  text-shadow: var(--btn-shadow-1);
}

.rtw_how-desc {
  font-size: 16px;
  margin-top: 25px;
  font-variation-settings: 'wdth' 95, 'wght' 300 ! important;
  line-height: 1.5;
  max-width: 550px;
  text-align: center;
}

.rtw_how-cta {
  color: var(--rtw-color--3) ! important;
  font-size: 15px;
  margin-top: 25px;
  font-weight: 600;
  text-decoration: none;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

/* About WTN Section */
.rtw_about-wtn {
  background: url('https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1024/reach-the-world-day/rtwd-wtn-bkg.jpg') no-repeat bottom center;
  background-size: cover;
}

.rtw_about-wtn:after {
  content: '';
  background: linear-gradient(270deg, #0d0411cf, transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.rtw_wtn-inner {
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 1;
}

.rtw_wtn-container {
  max-width: 650px;
  color: white;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 50px;
  border-radius: 10px;
  background: #ffffff12;
}

.rtw_wtn-video-btn {
  font-weight: 700;
  font-size: 16px;
  width: 300px;
}

.rtw_wtn-btn {
  color: #222;
}

.rtw_wtn-title {
  text-align: left ! important;
}

.rtw_wtn-btns-container {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.rtw_suptitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: var(--rtw-font--header);
  font-weight: 500;
  color: var(--rtw-color--3);
  line-height: 2.2;
}

.rtw_wtn-desc,
.rtw_wtn-desc em {
  margin: 20px auto;
  line-height: 1.2;
  font-family: var(--rtw-font--header) ! important;
  font-weight: 400;
  font-size: 18px ! important;
}

.rtw_wtn-desc--strong {
  font-size: 18px ! important;
}

.rtw_wtn-content-container {
  display: flex;
}

img.rtw_wtn-drj {
  max-width: 120px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/* GeT iNVoLVeD SeCTioN */
.rtw_get-involved {
  background: url(https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1024/reach-the-world-day/get-involved-bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -50px;
  justify-content: start ! important;
  flex-direction: column ! important;
  align-items: center ! important;
}

.rtw_involved-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.rtw_involved-header {
  text-align: center;
  color: white;
  max-width: 675px;
  margin: 0 auto;
}

.rtw_involved-desc {
  font-size: 22px;
  font-weight: bold;
}

.rtw_involved-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.rtw_card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.rtw_card-title {
  font-size: 28px;
  text-align: center;
  color: var(--rtw-color--3);
  margin-bottom: -8px;
  text-shadow: var(--btn-shadow-1);
}

.rtw_card {
  background: white;
  max-width: 200px;
  height: 250px;
  border-radius: 10px;
  box-shadow: var(--btn-shadow-1);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 20px 18px 50px 18px;
}

.rtw_card h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  color: #0b0f5b;
}

p.rtw_card-content,
.rtw_card-content em,
.rtw_card-content strong {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

button.rtw_card-btn,
a.rtw_card-btn {
  width: 165px;
  border-radius: 20px;
  height: 35px;
  border: none;
  background: #e2232a;
  color: white;
  font-weight: 700;
  margin-top: -17px;
  letter-spacing: 0.5px;
  transition: all .2s ease-in-out;
  box-shadow: var(--btn-shadow-1);
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.rtw_card-btn:hover,
a.rtw_card-btn:hover {
  box-shadow: var(--btn-shadow-1--hover);
}

.rtwd_video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 35px auto;
  box-shadow: -3px 2px 16px 5px #00000063;
  border-radius: 6px;
  contain: content;
}

.rtwd_video-wrapper {
  z-index: 2;
  position: relative;
  max-width: 750px;
}

.rtwd_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.rtwd_video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1f378f;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  contain: content;
}

.rtwd_video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}

@media (max-width:600px) {
  .video-overlay_watch-now {
    width: 100%;
    left: 0 !important;
    text-align: center;
  }

  .video-overlay_watch-now span {
    display: none;
  }
}

.video-overlay_watch-now {
  position: absolute;
  bottom: 20px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  opacity: .85;
  cursor: pointer;
  z-index: 2;
  transition: all .2s ease-in-out;
}

.video-overlay_watch-now--centered {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.video-overlay_watch-now span {
  text-shadow: rgba(0, 0, 0, 0.25) 1.95px 1.95px 2.6px;
}

.video-overlay_watch-now:hover {
  opacity: 1;
}

.rtwd_video-play-btn {
  color: white;
  font-size: 90px;
}

.rtwd_video-play-btn i {
  box-shadow: rgba(0, 0, 0, 0.25) 1.95px 1.95px
}

@media only screen and (max-width: 1280px) {
  .rtw_section {
    height: auto ! important;
    min-height: none;
    padding: 200px 50px;
  }

  .rtw_how-row {
    gap: 20px;
  }

  .rtw_how-col {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1000px) {

  .rtw_how-header-desc,
  .rtw_how-header-desc em,
  .rtw_how-header-desc strong {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 15px;
  }

  .rtw_how-row {
    flex-direction: column;
    gap: 50px;
  }

  .rtw_how-col {
    padding: 0px;
  }

  .rtw_how-desc,
  .rtw_how-desc em,
  .rtw_how-desc strong {
    font-size: 19px;
    line-height: 1.3;
  }

  .rtw_how-desc {
    margin-top: 15px;
  }

  .rtw_how-num {
    font-size: 70px;
    margin-bottom: -8px;
  }

  .rtw_how-num .smaller {
    font-size: 45px;
  }

  .rtw_how-subtitle {
    font-size: 27.5px;
  }

  .rtw_how-cta {
    font-size: 25px;
    margin-top: 15px;
  }

  .rtw_footer-inner {
    flex-direction: column;
  }

  .rtw_footer {
    height: auto;
    padding: 0 50px 50px 50px;
  }

  .rtw_footer-logo {
    max-width: 175px;
    margin-top: -55px;
    z-index: 10;
  }

  .rtw_btn.rtw_nav-btn {
    height: 40px;
    width: 170px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
  }

  .rtw_get-involved {
    background-position: center center;
    padding-bottom: 100px ! important;
  }

  .rtw_mobile-header {
    padding: 15px;
  }

  .rtw_mobile-burger-btn i.fa {
    font-size: 30px;
    margin-top: 5px;
    margin-left: 7px;
  }

  .rtw_involved-desc {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 800px) {

  .rtw_about-wtn,
  .rtw_how {
    padding-top: 100px;
  }

  .rtw_about-wtn:after {
    background: #0000007d;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  .rtw_involved-cards {
    flex-direction: column;
  }

  .rtw_get-involved {
    background-image: linear-gradient(to bottom right, #00000057, #0000008c), url(https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1024/reach-the-world-day/get-involved-bkg.jpg);
  }

  .rtw_card {
    max-width: 400px;
    min-height: 200px;
    height: auto;
  }

  .rtw_card-title {
    font-size: 38px;
    margin-bottom: -12px;
  }

  .rtw_card h4 {
    font-size: 26px;
  }

  p.rtw_card-content,
  .rtw_card-content em,
  .rtw_card-content strong {
    font-size: 16px;
  }

  .rtw_wtn-container {
    padding: 25px;
  }

  .rtw_wtn-btns-container {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 650px) {

  .rtw_footer-nav {
    display: none;
  }

  .rtw_wtn-title {
    text-align: center ! important;
  }

  .rtw_suptitle {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .rtw_header {
    padding: 100px 50px 150px 50px;
  }

  .rtw_header-top {
    flex-direction: column;
    gap: 10px;
  }

  .grid img.rtw_header-logo {
    max-width: 150px;
  }

  .rtw_header__btns-container {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .rtw_header__btns-container .rtw_btn {
    width: 100%;
  }

  .rtw_header-desc,
  .rtw_header-desc span {
    margin-top: 10px;
    font-size: 15px;
  }

  .rtw_header-subtitle {
    font-size: 28px;
  }

  .rtw_down-arrow {
    bottom: 50px;
  }
}