/* test */
.res_mobile-only {
  display: none;
}

#phMobileDonateButton {
  display: none;
}

/* **** ScRoLL BaR **** */
.resource_wrapper *::-webkit-scrollbar {
  display: none;
}

.resource_wrapper * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* **** TeXT STyLeS **** */
.resource_wrapper p {
  font-family: var(--resource_fonts--1);
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 95, "wght" 500;
}

.resource_wrapper p strong {
  font-variation-settings: "wdth" 95, "wght" 700;
}

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

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

.res_footer-content h3 {
  font-family: var(--resource_fonts--2);
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  text-transform: none;
}

.res_footer-content p {
  line-height: 1.5;
  font-size: 12px;
  font-variation-settings: "wdth" 100, "wght" 400;
}

.res_footer-content a {
  line-height: 1.35;
  font-size: 11.5px;
  font-variation-settings: "wdth" 100, "wght" 600;
}

.res_footer__link {
  width: 200px;
}

.res_body h1 {
  font-size: 40px;
  line-height: 1.1;
}

.res_body a {
  color: var(--resource_colors--primary);
  transition: .2s ease-in-out;
}

.res_body a:visited {
  color: var(--resource_colors--primary) ! important;
}

.res_body a:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
  -moz-filter: brightness(1.5);
  -ms-filter: brightness(1.5);
}

.res_starburst {
  position: absolute;
  bottom: 7%;
  left: 25%;
  width: 72.5px;
  height: 72.5px;
  background: #149fbd;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.res_starburst-title {
  color: white;
  font-size: 10.5px;
  max-width: 45px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

a.audioreader_link.listen-intro-circle-a {
  transition: .2s ease-in-out;
}

a.audioreader_link.listen-intro-circle-a:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
}

.resource_wrapper .res_overlay ul li {
  /* list-style: none; */
  line-height: 2.25;
  font-size: 15px;
}

.resource_wrapper .res_overlay .video-container h1,
.resource_wrapper .res_overlay .video-container h1 em {
  margin: 12px auto 2px auto;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
}

.resource_wrapper .res_overlay .video-container h2 {
  font-weight: 300;
  font-size: 18px;
}

/* **** BuTToN STyLeS **** */
.res_button-container {
  position: relative;
  text-align: center;
}

.res_button-container button {
  max-width: 600px;
  margin: 0 auto;
}

.res_btn__learn-more {
  text-decoration: underline;
  text-wrap: nowrap;
  cursor: pointer;
  transition: .2s ease-in-out;
  font-variation-settings: "wdth" 95, "wght" 600;
}

.res_btn__learn-more:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
  -moz-filter: brightness(1.5);
  -ms-filter: brightness(1.5);
}

.res_btn__product-cta,
.res_product-choice-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-variation-settings: "wdth" 100, "wght" 600;
  font-family: var(--resource_fonts--1);
  height: 60px;
  width: 100%;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: .2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 2;
  line-height: 1;
}

.res_mobile-only .res_btn__product-cta,
.res_mobile-only .res_product-choice-btn {
  height: 42px;
  max-width: 250px;
  margin: 0 auto 25px auto;
}

.res_mobile-only .res_btn-hover .res_btn__product-cta {
  height: 60px;
  max-width: unset;
  margin: 0 auto 25px auto;
}

.res_mobile-only .res_product-choice-btn {
  margin: 0 auto 25px auto;
}

.res_overlay__inner .res_product-choice-btn--split {
  width: 400px;
  position: relative;
  margin-top: 20px;
}

.res_btn__product-cta:hover,
.res_product-choice-btn:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  transform: translate(-1px, -1px);
  -webkit-transform: translate(-1px, -1px);
  -moz-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 6px;
}

.res_product-choice {
  width: 100vw;
  max-width: 500px;
  height: 400px;
  border-radius: 10px;
  background: white;
  padding: 50px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 2;

  position: relative;
  background: #fff;
  color: #fff;
  padding: 30px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(232, 232, 232, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(232, 232, 232, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(232, 232, 232, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1);
}

.res_product-choice .res_btn__product-cta {
  background: none;
  box-shadow: none;
  outline: none;
  color: #333;
}

.res_product-choice hr {
  background: #9e9e9e;
  width: 4px;
  height: 35px;
  border: none;
  transform: rotate(35deg);
}

.res_product-choice hr:last-child {
  display: none;
}

.res_product-choice__close {
  position: absolute;
  cursor: pointer;
  top: -14px;
  right: -14px;
  font-size: 20px;
  background: #333;
  color: #fff !important;
  padding: 7px 9px 8px 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.9);
}

.res_product-choice__overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #00000063;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -mos-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}

.res_btn-container {
  display: flex;
  flex-direction: row;
  width: 350px;
}

.res_btn-container .res_btn__product-cta {
  width: 175px;
}

.res_split-btn--left {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 2px solid rgba(255, 255, 255, 0.536);
}

.res_split-btn--right {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.res_product-choice-btn {
  max-width: 350px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}

.res_product-choice-btn--split {
  position: absolute;
  left: 0;
  right: 0;
}

.res_product-choice-btn--split.expanded {
  height: 120px;
  border-radius: 20px;
}

.res_product-choice-btn--split:hover,
.res_product-choice-btn--hover:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px ! important;
  transform: unset ! important;
  -webkit-transform: unset ! important;
  -moz-transform: unset ! important;
  -ms-transform: unset ! important;
}

.res_product-choice-btn--split.expanded:hover {
  filter: unset ! important;
  -webkit-filter: unset ! important;
  -moz-filter: unset ! important;
  -ms-filter: unset ! important;
}

.res_btn-initial {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.res_btn-hover {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}

.res_product-choice-btn--hover {
  font-size: 18px;
  font-variation-settings: "wdth" 100, "wght" 600;
  font-family: var(--resource_fonts--1);
  height: 60px;
  cursor: pointer;
  border: none;
  margin: 0 ! important;
  transition: all .3s ease-in-out;
}

.res_product-choice-btn--hover.rounded-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom: 1px solid white;
}

.res_product-choice-btn--hover.rounded-btm {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-top: 1px solid white;
}

.res_product-choice-btn--hover.no-rounding {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.res_product-choice-btn--hover:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
}

.res_btn-divider {
  width: 2px;
  height: 100%;
  background: #ffffff75;
}

.res_btn-container .res_btn__product-cta--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-clip-path: polygon(0 -165%, 0% 100%, 100% 100%);
  clip-path: polygon(0 -165%, 0% 100%, 100% 100%);
}

.res_btn-container .res_btn__product-cta--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-clip-path: polygon(0 0, 115% 300%, 100% 0);
  clip-path: polygon(0 0, 115% 300%, 100% 0);
  transform: translateX(-45px);
}

/* **** MaiN STyLeS **** */
#main_body.content {
  width: 100%;
  height: 100%;
}

.resource_wrapper * {
  box-sizing: border-box;
}

.resource_wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: var(--resource_background);
}

/* checkout cart */
.res_checkout-icon {
  font-size: 20px;
  color: grey;
  cursor: pointer;
  margin: 0 50px;
  z-index: 99;
  transition: all .2s ease-in-out;
}

.res_checkout-icon--mobile,
.res_checkout-icon--mn {
  display: none;
  margin-top: 6px;
}

.res_checkout-icon--min {
  color: white;
}

.res_checkout-icon--mobile,
.res_checkout-icon--min {
  position: unset;
  top: unset;
  bottom: unset;
  margin-left: 20px;
}

.res_checkout-icon.scroll {
  top: 15px;
  right: 25px;
}

.res_checkout-icon:hover {
  color: var(--resource_colors--secondary);
}

/* checkout overlay */

.checkout-overlay-wrapper .title {
  max-width: 500px;
}

.checkout-overlay-wrapper h1,
.checkout-overlay-wrapper h2,
.checkout-overlay-wrapper h3,
.checkout-overlay-wrapper strong,
.checkout-overlay-wrapper em,
.checkout-overlay-wrapper p {
  color: var(--resource_colors--text);
}

.checkout-overlay-wrapper .checkout-box .resource-options a {
  color: var(--resource_colors--text) ! important;
}

.checkout-overlay-wrapper .checkout-box .amount-boxes>div {
  background: var(--resource_colors--text);
  cursor: pointer;
  transition: all 0.25s ease;
}

.checkout-overlay-wrapper .checkout-box .amount-boxes>div:hover {
  background: var(--resource_colors--secondary_dark);
}

.checkout-overlay-wrapper .checkout-box .amount-boxes>div * {
  color: var(--resource_colors--alt_text);
}

.checkout-overlay-wrapper .checkout-box .btn-continue,
.checkout-box .btn-oneclick-checkout {
  background: var(--resource_colors--secondary);
}

.checkout-overlay-wrapper .checkout-box .btn-continue:hover,
.checkout-box .btn-oneclick-checkout:hover {
  background: var(--resource_colors--secondary);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
  filter: brightness(1.02);
}

.checkout-overlay-wrapper .checkout-overlay-fg .btn-close {
  background: var(--resource_colors--text);
  cursor: pointer;
  transition: all 0.25s ease;
}

.checkout-overlay-wrapper .checkout-overlay-fg .btn-close:hover {
  transform: scale(1.1);
}

.checkout-overlay-wrapper .checkout-box .amount-boxes>div.selected {
  background: var(--resource_colors--secondary);
}

/* video version */
.resource_wrapper--video .header__nav-item_title,
.resource_wrapper--video .res_checkout-icon {
  color: white;
}

.resource_wrapper--video .res_header.scroll .header__nav-item_title {
  color: #333;
}

.resource_wrapper--video .res_header.scroll .res_checkout-icon {
  color: grey;
}


/* social media version */

.resource_wrapper--social .res_body__nav,
.resource_wrapper--social .res_look-inside,
.resource_wrapper--social .res_prophecy-timeline,
.resource_wrapper--social .res_faqs--new {
  display: none ! important;
}



/* resource hero video */
.res_hero {
  display: none;
  position: relative;
}

.res_hero-container {
  aspect-ratio: 16/9;
  width: 100vw;
  height: auto;
  object-fit: contain;
  max-width: 2000px;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: start;
  transition: all .2s ease-in-out;
}

.res_hero-container--collapsed {
  aspect-ratio: 5/2;
}

.res_hero-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.res_hero-thumb {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 0;
}

.res_hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 50px;
  background: linear-gradient(180deg, #ffffff4f 0%, #ffffff24 25%, #ffffff26 75%, #ffffff4f 100%);
  background: linear-gradient(130deg, #fce7814c, #e787a945);
  background-color: #faa49953;
  background-image: linear-gradient(130deg, #faa49943 0%, #f7dc8543 37%, #ffc55c43 100%);
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.res_hero-overlay--blurred {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  -moz-backdrop-filter: blur(18px);
  -ms-backdrop-filter: blur(18px);
}

.res_hero-overlay:hover .res_hero-play-btn {
  opacity: 1;
}

.res_hero-play-btn {
  opacity: .65;
  transition: all .2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.res_hero-play-btn i {
  font-size: 8.5vw;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 5.6px;
}

.res_hero-play-text {
  color: white;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}



/* resource header */
.res_header__drj {
  width: 79px;
}

.res_header__drj--container {
  box-shadow: rgba(100, 100, 100, 0.35) 0px 7px 30px 0px;
  position: absolute;
  left: 35px;
  top: 20px;
  background-image: linear-gradient(to bottom, #070e10, #0c191a, #446e75);
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: end;
  border-radius: 50px;
  contain: content;
  overflow: hidden;
  z-index: 11;
}

.res_header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 50px;
  transition: all .2s ease-in-out;
  max-width: 2000px;
}

.res_header.scroll {
  height: 50px;
  background: #f8f8f5e6;
  backdrop-filter: blur(10px);
}

.res_header.scroll .header__nav-item_img {
  max-height: 27.5px;
}

.res_header.scroll .header__nav-item--btn {
  width: 150px;
  font-size: 14px;
  height: 30px;
}

.res_header .res_nav__item {
  width: auto;
}

/* header nav */
.res_header__nav {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 50px;
  padding-top: 22px;
}

.header__nav-item--block {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  transition: all .2s ease;
  cursor: pointer;
}

.header__nav-item--block:hover {
  transform: scale(1.05);
}

.header__nav-item--btn {
  font-variation-settings: "wdth" 100, "wght" 600;
  font-family: var(--resource_fonts--1);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: .2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 2;
  width: 175px;
  font-size: 16px;
  height: 35px;
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav-item--btn:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  transform: translate(-1px, -1px);
  -webkit-transform: translate(-1px, -1px);
  -moz-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 4.2px;
}

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

.header__nav-item_title,
.mobile-header__nav-item_title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

.mobile-header__nav-item_title {
  font-size: 12px;
  max-width: 50px;
  letter-spacing: 1px;
  color: white;
}

.res_mobile-header {
  position: fixed;
  width: 100%;
  padding: 20px 20px 10px 20px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  z-index: 7;
  background: #4fbbc5;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f909b+0,4fbbc5+100 */
  background: linear-gradient(45deg, #3f909b 0%, #4fbbc5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.res_mobile-header__nav {
  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;
}

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

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

.res_header .res_btn__product-cta,
.res_mobile-header .res_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;
}

/* mobile header */
.res_header--mobile-container {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: #ffffffba;
  margin: 0;
  z-index: 9;
  backdrop-filter: blur(15px);
}

.res_header--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.res_header__nav--mobile {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 20px;
}

.res_header__nav--mobile .res_nav__item {
  width: 100%;
  align-items: start;
}

.res_header__nav--mobile .res_nav__item-link {
  border-bottom-color: transparent ! important;
  gap: 20px;
}

.res_header__nav--mobile .res_nav__item-link:hover {
  transform: scale(1.1);
}

.res_header__nav--mobile .res_nav__item img {
  max-height: 50px;
  max-width: 50px;
  width: auto;
  height: auto;
}

.res_header__nav--mobile .res_nav__item-title {
  font-size: 20px;
  max-width: 175px;
}

.res_toggle-mobile-nav {
  display: none;
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 26px;
  color: #555;
  transition: all .2s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.res_toggle-mobile-nav i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* side nav */
.res_body__side-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all .2s ease-in-out;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 125px;
}

.res_body__side-nav .res_nav__item-link[data-product-code='GIFT'] {
  display: none;
}

.res_nav__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  width: 80px;
}

.res_nav__item-title {
  font-size: 11px;
  font-variation-settings: "wdth" 95, "wght" 700;
  min-width: 55px;
}

.res_nav__item-link {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  /* width: 115px; */
  transition: .2s ease-in-out;
  height: 50px;
  border-bottom: 4px solid transparent;
}

.res_nav__item img {
  max-height: 35px;
  width: auto;
}

.res_nav__item:hover .res_nav__item-link,
.res_nav__item-link.active,
.res_nav__item.selected .res_nav__item-link {
  border-bottom: 4px solid var(--resource_colors--secondary);
}

.res_nav-submenu {
  display: none;
  text-align: left;
  justify-content: start;
  align-items: start;
  transform: translateX(40px);
  flex-direction: column;
  width: 150px;
  margin: 15px 10px 0px 10px;
  background: #ffffff7a;
  padding: 10px;
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 14px #0000002b;
}

.res_nav-submenu__item {
  justify-content: start;
  border-bottom: none ! important;
}

.res_nav__item:hover .res_nav-submenu {
  display: flex;
}

.res_nav-submenu .res_nav__item img {
  max-height: 30px;
}

.res_nav-submenu .res_nav__item-title {
  font-size: 10px;
}

.res_nav-submenu .res_nav__item-link {
  width: auto;
}


/* resource body */
.res_section.res_resource {
  background-image: var(--resource_background);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 35px);
  position: relative;
  margin-top: 55px;
}

.res_body {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 75px 20px 20px 20px;
}

.res_body__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  width: calc(100% - 125px);
  max-width: 1400px;
  padding: 15px;
}

.res_product__left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50%;
  gap: 40px;
  position: relative;
}

#PROD-GIFT .res_product__left {
  max-width: 375px;
}

.res_product--hover {
  color: #215c4f;
  font-weight: 400;
  position: absolute;
  bottom: -30px;
}

.res_product__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
}

.resource_wrapper .res_product__right h2 {
  font-size: 16px;
}

.resource_wrapper .res_product__right p,
.resource_wrapper .res_product__right li,
.resource_wrapper .res_product__right a {
  font-size: 16px;
  line-height: 1.6;
}

.res_product__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.res_body__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  height: 40px;
  background: #eee9eb;
  background: #a896a42e;
  border-radius: 40px;
}

.res_body__nav-item,
.res_body__nav-scrollTo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.res_body__nav-item:hover,
.res_body__nav-scrollTo:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.res_body__nav-icon {
  font-size: 20px;
}

.res_body__nav-title {
  font-size: 12.5px;
  font-variation-settings: "wdth" 90, "wght" 700;
}

.res_overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  /* background-image: radial-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.6)); */
  background: var(--resource_overlay-bkg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  -moz-backdrop-filter: blur(45px);
  -ms-backdrop-filter: blur(45px);
  z-index: 15;
}

.res_overlay__inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100vh;
  width: 100vw;
  padding: 35px 50px;
  border-radius: 15px;
}

.res_overlay__inner h1,
.res_overlay__inner h1 em {
  font-size: 40px;
  max-width: 800px;
}

.res_overlay__scroll-container {
  overflow-y: scroll;
}

.res_overlay__scroll-container::-webkit-scrollbar {
  display: none;
}

.res_overlay__scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.res_overlay__close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 35px;
  cursor: pointer;
  z-index: 3;
  transition: all .2s ease-in-out;
  color: var(--resource_colors--text);
}

.res_overlay__close:hover {
  color: var(--resource_colors--primary_dark);
}

.res_overlay__nav {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: start;
  width: 100%;
}

.res_overlay__nav-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
  color: var(--resource_colors--text);
  border-bottom: 4px solid transparent;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.res_overlay__nav-item:hover,
.res_overlay__nav-item.active {
  border-bottom: 4px solid var(--resource_colors--primary);
}

.res_overlay__nav-icon {
  font-size: 25px;
}

.res_overlay__nav-title {
  font-size: 12px;
}

.res_overlay__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
  position: relative;
  max-width: 900px;
}

.res_overlay__content p,
.res_overlay__content li,
.res_overlay__content em,
.res_overlay__content strong {
  font-size: 16px;
}

.res_overlay__content-item {
  display: none;
  width: 100%;
  height: 500px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.res_overlay__content-item[data-key='chapters'] {
  overflow-Y: scroll;
  justify-content: start;
}

.res_overlay__content-item .res_btn__product-cta {
  max-width: 250px;
  margin-bottom: 20px;
  margin-left: 5px;
  height: 50px;
  width: auto;
}

.res_overlay--subProduct .res_product__desc p {
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
}

.res_overlay--subProduct .res_product__desc {
  gap: 0;
}

.res_overlay--subProduct .res_btn__product-cta {
  max-width: 400px;
  width: auto;
  padding: 0 50px;
}

.res_product__custom {
  max-height: 100%;
}

.res_product__desc ul {
  margin: 0;
  text-align: left;
  padding: 0;
  padding-left: 5px;
}

.res_product__desc ul li {
  margin: 10px;
  line-height: 1.75 ! important;
}

.res_product__img-container--single .res_product__img {
  width: auto;
  opacity: .15;
  position: absolute;
  z-index: 0;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-self: center;
  justify-self: center;
  cursor: unset;
}

.res_product__img-container--selector {
  height: 300px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  contain: content;
}

/* look inside section */
.lookinside {
  display: flex;
  gap: 50px;
}

.lookinside_title {
  margin-bottom: 20px;
}

img.lookinside_img:nth-child(2) {
  /* transform: translate(25%, -30%); */
  margin-top: -15%;
  margin-left: 17.5%;
}

img.lookinside_img:nth-child(3) {
  /* transform: translate(-5%, -70%); */
  margin-top: -20%;
  margin-left: -5%;
}

/* img.lookinside_img:nth-child(2):hover {
  transform: translate(25%, -30%) scale(1.2);
  -webkit-transform: translate(25%, -30%) scale(1.2);
  -moz-transform: translate(25%, -30%) scale(1.2);
  -ms-transform: translate(25%, -30%) scale(1.2);
}

img.lookinside_img:nth-child(3):hover {
  transform: translate(-5%, -70%) scale(1.2);
  -webkit-transform: translate(-5%, -70%) scale(1.2);
  -moz-transform: translate(-5%, -70%) scale(1.2);
  -ms-transform: translate(-5%, -70%) scale(1.2);
} */

.lookinside_img {
  position: relative;
  filter: brightness(.975);
  -webkit-filter: brightness(.975);
  -moz-filter: brightness(.975);
  -ms-filter: brightness(.975);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.lookinside_img.hover:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  filter: brightness(1.025);
  -webkit-filter: brightness(1.025);
  -moz-filter: brightness(1.025);
  -ms-filter: brightness(1.025);
  z-index: 2;
}

.lookinside_img.open-image-gallery {
  max-width: 375px;
}

/* about the author */
.res_overlay__content-item[data-key='the_author'] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  max-width: 700px;
  margin: 0 auto;
}

.the-author_profile {
  width: 190px;
  height: 195px;
}

.the-author_content h2 {
  color: var(--resource_colors--secondary);
  font-size: 22px;
  text-transform: none;
}

.the-author_content p {
  line-height: 1.5;
  font-size: 16px;
  margin: 5px auto 15px auto;
}

.the-author_read-more {
  text-decoration: none;
  font-size: 14px;
  color: var(--resource_colors--secondary);
  font-variation-settings: "wdth" 100, "wght" 700;
}

/* image selector */
.res_overlay .res_overlay__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.res_overlay__img-selector {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* overlay image selector */
.res_overlay__img-selector .res_product__thumb-container {
  flex-direction: row;
}

.res_sub-product__img-container .res_overlay .res_product__img {
  max-height: 300px;
  max-width: 100%;
  width: auto ! important;
}



/* ADDiTIoNAL CoNTEnT */
.res_overlay--addContent .res_overlay__content-item {
  /* padding-left: 250px; */
  gap: 15px;
}

.res_overlay--addContent .res_product__desc p {
  line-height: 1.35;
  font-size: 16px;
}

/* LeARN MoRe */
.res_overlay--learnMore .res_overlay__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.res_overlay--learnMore .res_btn__product-cta {
  max-width: 350px;
  margin: 30px auto 10px auto;
  display: block;
}

/* excerpt */
.res_overlay__content-item[data-key='excerpt'] .res_product__desc {
  overflow-y: scroll;
}

.res_overlay__content-item[data-key='excerpt'] h1 {
  font-size: 40px;
}

.res_overlay__content-item[data-key='excerpt'] h2 {
  font-size: 16px;
}

/* custom */
.res_overlay__content-item[data-key^='custom'] .res_product__desc {
  overflow-y: scroll;
}

.res_overlay__content-item[data-key^='custom'] h1 {
  font-size: 40px;
}

.res_overlay__content-item[data-key^='custom'] h2 {
  font-size: 16px;
}

/* look inside */
.res_overlay__content-item[data-key^='look_inside'] h1 {
  font-size: 40px;
}

.res_overlay__content-item[data-key^='look_inside'] h2 {
  font-size: 16px;
}

/* video */
.res_overlay__content-item[data-key='video'] {
  height: auto;
  padding: 20px;
}

.res_overlay__content-item[data-key='video'] .video-container {
  height: 100%;
  width: 100%;
}

.res_overlay__content-item[data-key='video'] video {
  height: 100%;
  width: 100%;
}

.res_video-overlay {
  background: linear-gradient(to right, rgba(69, 95, 77, 0.7) 0%, rgba(69, 95, 77, 0.7) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 175px;
}

.res_video-overlay-btn {
  padding: 10px 35px;
  border-radius: 6px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  background: var(--resource_colors--secondary);
  color: white;
  cursor: pointer;
  box-shadow: 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);
}

.res_video-overlay-btn:hover {
  transform: translate(-0.5px, -0.5px);
  box-shadow: 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);
}

.video_title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.res_video-btn {
  border: none;
  color: var(--resource_colors--primary);
  font-weight: 800;
  background: none;
  height: 40px;
  cursor: pointer;
}

.res_video-btn {
  display: none;
}

/* testimonies */
.res_overlay__content-item[data-key='testimonies'] {
  flex-direction: column;
  gap: 25px;
  overflow-y: scroll;
}

/* testimony */
.res_overlay__content-item[data-key="testimony"] {
  background: #ffffff99;
  padding: 50px;
  height: auto;
  margin-top: 100px;
}

.res_product__testimony {
  display: flex;
  gap: 20px;
  flex-direction: row;
  width: 100%;
  max-width: 600px;
}

.res_testimony__initial {
  text-transform: uppercase;
  font-variation-settings: "wdth" 100, "wght" 800;
  font-size: 21px;
  color: white;
  background: #eee9eb;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.res_product__testimony h3 {
  margin-top: 12px;
  font-size: 10px;
}

.res_product__testimony p {
  margin: 5px 0;
}

@media only screen and (max-width: 700px) {
  .res_overlay__content-item[data-key="testimony"] {
    margin-top: 0;
  }
}

/* chapters */
.res_product__chapter h2 {
  text-transform: none;
  font-size: 20px;
}

.res_product__chapter h2 strong {
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 7px;
}

/* look inside */
.res_product__lookinside {
  max-height: 100%;
}


/* product */
.res_product {
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 50px;
}

.res_product__top {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

#PROD-GIFT .res_product__top {
  flex-direction: column;
}

.res_product__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}

.res_product__img-container {
  position: relative;
  display: block;
  text-align: center;
  object-fit: contain;
  width: 100vw;
  padding: 10px;
  max-height: 750px;
}

.res_product__img {
  justify-content: center;
}

.res_product__img img {
  max-width: 100%;
  max-height: 750px;
  object-fit: contain;
  cursor: pointer;
}

.res_product__img--var .res_product__img-src {
  max-width: 70%;
  object-fit: contain;
}

.res_product__variants {
  padding: 0px 5px;
}

.res_variant__img {
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.res_variant__img:hover {
  transform: scale(1.05);
}

.listen-intro-circle-a {
  position: absolute;
  display: block;
  top: 141px;
  left: -34px;
  transition: none;
  z-index: 2;

  top: 22%;
  left: -8%;
  width: 29%;
}

.listen-intro-circle-a:hover {
  transition: none;
}

.listen-intro-circle {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width:1000px) {
  .listen-intro-circle-a {
    border-radius: 100%;
    top: 18%;
    left: auto;
    right: -5%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width:500px) {
  .listen-intro-circle-a {
    top: 19%;
    right: -5%;
  }

  .res_product__right {
    margin-top: -20px;
  }

  .res_body h1 {
    font-size: 35px !important;
  }

  .res_overlay__inner .res_product-choice-btn--split {
    max-width: 300px;
  }

  .res_overlay__content-item .res_btn__product-cta,
  .res_overlay--learnMore .res_btn__product-cta {
    max-width: 300px ! important;
  }
}

.res_sub-product__img-container .res_product__img {
  object-fit: contain;
}

.res_product__img {
  display: none;
  max-width: 100%;
}

.res_product__img[data-prod-id='GIFT'] {
  padding: 30px;
}

.res_sub-product__img {
  max-width: 300px;
  position: absolute;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.res_sub-product__img[data-product-code='STATIC']:hover {
  transform: none;
  filter: none;
}

.res_sub-product__img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  z-index: 10 ! important;
}

.res_product__desc,
.res_product__desc .expandable-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.res_product__desc a {
  color: var(--resource_colors--primary);
  font-variation-settings: "wdth" 95, "wght" 600;
}

.res_product__thumb-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.res_product__thumbnail {
  overflow: hidden;
  width: 35px;
  height: 35px;
  contain: content;
  border-radius: 5px;
  border: 2px solid white;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.res_product__thumbnail.active {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.res_product__thumbnail:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.res_product__thumbnail img {
  max-height: 45px;
}

.res_product__gift-amt {
  text-align: center;
}

.res_product__gift-amt p {
  font-variation-settings: "wdth" 95, "wght" 700;
  letter-spacing: -0.5px;
}

.res_product__gift-amt h3 {
  font-variation-settings: "wdth" 85, "wght" 700;
  letter-spacing: 1px;
  font-size: 14px;
}

.res_product__tagline {
  text-align: center;
  font-variation-settings: "wdth" 95, "wght" 700;
  font-family: var(--resource_fonts--1);
  letter-spacing: -0.5px;
}

.res_product__tagline a {
  font-variation-settings: "wdth" 95, "wght" 700;
  color: var(--resource_colors--primary);
}


.res_product__tagline a:visited {
  font-variation-settings: "wdth" 95, "wght" 700 ! important;
  color: var(--resource_colors--primary) ! important;
}


/* product hint */
.hint {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.hint:hover {
  transform: scale(1.1);
}

.hint-plus {
  color: var(--resource_hint_btns--circle) ! important;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
  border-radius: 25px;
  line-height: .8;
  box-shadow: rgb(75 75 75) 0px 0px 5px;
}

.hint-plus .hint-line {
  stroke: var(--resource_hint_btns--cross) ! important;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.hint-echo {
  background: var(--resource_hint_btns--echo) ! important;
  position: absolute;
  z-index: 5;
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  animation: echo 3s linear infinite;
}


@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;
  }
}

.res_subproduct__overlay {
  display: none;
}

.res_chevron {
  background: white;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  align-items: center;
  position: absolute;
  bottom: -20px;
  z-index: 5;
  cursor: pointer;
  transition: all .2s ease-in-out;
  box-shadow: 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);
}

i.fa.fa-angle-double-down {
  font-size: 37px;
  transform: translateY(2px);
  color: var(--resource_colors--secondary);
}

.res_chevron:hover {
  transform: scale(1.1);
}

/* faqs section */
.res_faqs--new {
  display: flex ! important;
}

.res_faqs-inner {
  display: flex;
  flex-direction: row ! important;
  gap: 20px;
  width: 100%;
  max-width: unset ! important;
  align-items: center;
}


/* resource footer */
.res_footer {
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  background: url(https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/0824/the-coming-golden-age/presale/cga-presale-bonus-bkg.jpg);
  background-size: cover ! important;
  background-position: center ! important;
  gap: 20px;
  padding: 20px;
}

.res_footer-logo {
  height: 50px;
  width: auto;
}

.res_footer-content {
  max-width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (max-width: 1100px) {
  .res_footer {
    height: 150px;
  }

  .res_footer-content {
    max-width: 60%;
  }
}


/* resource gallery */
.res_gallery {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--resource_overlay-bkg);
  backdrop-filter: blur(15px);
}

.res_gallery__close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 35px;
  cursor: pointer;
  z-index: 99;
  transition: all .2s ease-in-out;
  color: var(--resource_colors--text);
}

.slyder_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slyder {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slyde {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.slyde img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slyder_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: .2s ease-in-out;
}

.slyder_btn.prev {
  left: 25px;
}

.slyder_btn.next {
  right: 25px;
}

.slyder_btn i {
  pointer-events: none;
  color: var(--resource_colors--secondary);
  transition: .2s ease-in-out;
}

.slyder_btn:hover i {
  color: var(--resource_colors--primary);
}


/* PRoDUcTs SeCTioN */
.res_products-container {
  /* display: flex; */
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-height: 100vh;
  max-width: 100vw;
  padding: 50px;
  gap: 30px;
  justify-content: center ! important;
  align-items: center ! important;
  z-index: 99;
  background: var(--resource_product_overlay--background);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  -moz-backdrop-filter: blur(7px);
  -ms-backdrop-filter: blur(7px);
  overflow: scroll;
}

.res_products-overlay__close {
  color: white;
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 35px;
  cursor: pointer;
}

.res_products-container.res_products-overlay .res_products-overlay__close {
  transition: all .2s ease-in-out;
}

.res_products-container.res_products-overlay .res_products-overlay__close:hover {
  color: #fff2c2;
  color: var(--resource_product_overlay--subtitle_color);
  transform: scale(1.1);
}

.res_product__tagline {
  display: none;
}

.col.res_product-col {
  position: relative;
}

.res_product-col {
  background: #ffffff47;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -mos-backdrop-filter: blur(8px);
  -ms-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 650px;
  width: 275px;
  padding: 0 20px;
  text-align: center;
  background-position: 100% 0%;
  background-size: cover;
  background-size: 200%;
  border-radius: 8px;
  box-shadow: 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);
}

.res_product-col .res_btn-container {
  min-width: unset ! important;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -20px;
  max-width: 200px;
}

.res_product-btn {
  margin: 0 auto;
}

.res_btn-container .res_btn__product-cta,
.res_btn-container .res_product-choice-btn {
  position: relative;
  width: 200px;
  height: 44px;
  font-size: 17px;
  font-variation-settings: "wdth" 100, "wght" 500;
  box-shadow: 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);
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.res_btn-container .res_product-choice-btn--split.expanded {
  height: 88px! important;
}

.res_btn-container .res_product-choice-btn--hover.rounded-btm {
  border-top: 0;
}

/* .res_products-container {
  margin: 0 auto;
  align-items: stretch ! important;
  justify-content: space-between ! important;
  gap: 10px;
} */

.res_product-col .content-block {
  text-align: center;
}

.res_product-thumb {
  max-height: 150px;
  max-width: 175px;
  position: absolute;
  top: -55px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.res_product-thumb:hover {
  transform: scale(1.05);
}

.res_product-thumb[data-prod-id="GIFT"] {
  top: 20px;
  max-height: 90px;
}

.res_product-content {
  margin-top: 110px;
  max-width: 250px;
}

.res_product-title {
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 1.15;
  text-transform: none;
  margin: 20px auto;
  font-variation-settings: "wdth" 100, "wght" 600;
}

.res_product-subtitle {
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-variation-settings: "wdth" 90, "wght" 600;
  color: #fff2c2;
  color: var(--resource_product_overlay--subtitle_color);
  margin-bottom: 18px;
}

.res_product-desc {
  text-align: left;
  font-size: 15px;
  color: white;
  color: var(--resource_product_overlay--text_color);
  line-height: 1.25;
}

.res_product-desc ul {
  padding-left: 20px;
  list-style: circle;
}

.res_product-desc li,
.res_product-desc ol,
.res_product-desc p {
  line-height: 1.15;
  margin-bottom: 8px;
}



/* ReSPONSIVeNESS */
@media only screen and (max-width: 1728px) {
  .res_product__img-container,
  .res_product__img img {
    max-height: 650px! important;
  }
  .res_product__left {
    width: 45%;
  }
  .res_product__right {
    width: 55%;
  }
  .res_body__inner {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1512px) {
  .res_body__inner {
    max-width: 1200px;
  }
  
}

@media only screen and (max-width: 1280px) {
  .res_body__inner {
    max-width: 1000px;
  }

  .res_header {
    padding-right: 75px;
    justify-content: end;
  }

  .res_header__nav {
    width: auto;
    gap: 30px;
    margin: 0;
  }

  .res_product__bottom {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .res_body {
    height: 100%;
    padding-bottom: 50px;
    align-items: start;
    width: 100%;
    /* padding-top: 175px; */
  }

  .res_product__img {
    position: relative;
    width: auto;
    object-fit: contain;
  }

  .res_product__right,
  .res_product__left {
    width: 100%;
    max-width: 650px;
  }

  .res_product__top {
    flex-direction: column;
  }

  .header__nav-item_title,
  .mobile-header__nav-item_title {
    font-size: 10px;
  }

  .res_body__side-nav {
    align-items: center;
    position: absolute;
    top: 70px;
    left: 20px;
    height: 500px;
  }

  .res_product__img-container {
    width: 100%;
    max-height: 500px;
    min-height: 300px;
    max-width: 350px;
    width: 100%;
    object-fit: contain;
  }

  .res_product__img {
    height: 100% ! important;
  }

  .res_product__thumb-container {
    margin-bottom: 30px;
  }
}

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

  .res_checkout-icon--desktop {
    display: none;
  }

  .res_checkout-icon--mobile {
    display: initial;
  }

  .res_footer {
    height: auto;
    flex-direction: column;
  }

  .res_footer__link {
    width: auto;
  }

  .res_footer-content {
    max-width: 600px;
  }

  .look-inside_right {
    max-width: 70px;
  }

  .reader_nav__item .reader_nav__item-img {
    max-width: 50px ! important;
  }

  .reader_content {
    margin-right: 20px;
  }

  .res_body__nav {
    padding: 0 20px;
  }

  .res_footer {
    align-items: center;
  }

  .res_footer-logo {
    height: 44px;
    width: auto;
  }

  .res_footer-content h3 {
    font-weight: 700;
    font-size: 24px;
  }

  .res_footer-content p {
    font-size: 12.5px;
    text-align: justify;
    font-variation-settings: "wdth" 95, "wght" 500;
    letter-spacing: .02;
  }

  .res_overlay__content-item {
    height: 100%;
  }

  /* .res_product__lookinside {
    display: flex;
    flex-direction: column-reverse;
  } */

  .lookinside {
    flex-direction: column-reverse;
  }

  .lookinside_right.lookinside_img-container {
    text-align: center;
  }

  img.lookinside_img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
    max-height: 300px;
  }

  img.lookinside_img:nth-child(2) {
    margin-top: -10% ! important;
    margin-left: 45% ! important;
  }

  img.lookinside_img:nth-child(3) {
    margin-top: -25% ! important;
    margin-left: 12.5% ! important;
  }
}

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

  hr.res_expanded-divider {
    display: none;
  }

  .res_overlay--learnMore {
    padding: 0;
  }

  .res_section.res_resource {
    margin-top: 65px;
  }

  .resource_wrapper--video .res_section.res_resource {
    margin-top: 0px;
  }

  .res_hero {
    margin-top: 72px;
  }

  .res_hero-container {
    width: 100%;
    margin: 10px;
  }

  .res_hero-overlay {
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .res_hero-container--collapsed {
    aspect-ratio: 16/9;
  }

  .res_hero-play-btn i {
    font-size: 65px;
  }

  .res_products-container {
    flex-direction: column ! important;
    margin: 40px auto;
    justify-content: center ! important;
    align-items: center ! important;
    gap: 80px;
    padding: 0 25px;
  }

  .res_product-col {
    height: auto;
    padding-bottom: 40px;
    width: 100%;
    max-width: 300px;
  }

  .res_products-container.res_products-overlay {
    margin: 0;
    justify-content: start ! important;
  }

  .res_products-container.res_products-overlay .res_product-col {
    width: 100%;
    max-width: unset;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .res_products-container.res_products-overlay .res_product-content {
    max-width: unset;
    width: 100%;
  }

  .res_products-container.res_products-overlay .res_product-title {
    margin: 10px auto;
    max-width: 100%;
  }

  .res_products-container.res_products-overlay .res_product-btn,
  .res_products-container.res_products-overlay .res_product-col .res_product-choice-btn--split {
    position: unset;
    margin: 20px auto 0 auto;
  }

  .res_products-container.res_products-overlay .res_product-desc {
    display: none;
  }

  .res_products-container.res_products-overlay .res_products-overlay__close {
    right: 25px;
    top: 25px;
  }

  .res_product__content {
    overflow-y: scroll ! important;
  }
}

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

  /* .res_body__nav {
    background-color: #d6c8ce;
  } */

  .res_overlay {
    background-image: unset;
    background: transparent;
    overflow-y: scroll;
    min-height: 100vh;
    height: 100%;
  }

  .res_overlay--addContent .res_overlay__inner {
    padding-bottom: 100px;
  }

  .res_overlay__nav {
    flex-flow: wrap;
    justify-content: space-evenly;
    background: #ffffff87;
    padding: 12.5px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 3.5%) 1.5px 1.5px 3.5px;
  }

  .res_overlay__nav-item {
    border-bottom-color: rgb(255 255 255 / 65%);
  }

  .res_overlay__inner {
    border-radius: unset;
    padding: 70px 20px;
    max-height: unset;
    max-width: unset;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    height: 100% ! important;
    overflow-y: scroll;
  }

  .res_overlay__close {
    top: 20px;
    right: 35px;
    font-size: 35px;
  }

  .res_overlay__content-item {
    background: none ! important;
    height: auto;
  }

  .res_overlay .res_overlay__content-item {
    padding: 35px;
  }

  .res_overlay .res_product__desc p {
    line-height: 1.8;
    font-size: 18px;
  }

  .res_starburst {
    width: 65px;
    height: 65px;
  }

  .lookinside_img-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  img.lookinside_img:nth-child(2) {
    margin-top: 0 ! important;
    margin-left: auto ! important;
  }

  img.lookinside_img:nth-child(3) {
    margin-top: 0 ! important;
    margin-left: auto ! important;
  }

  .res_overlay__content-item[data-key='the_author'] {
    flex-direction: column;
  }
}

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

  .res_video--desktop {
    display: none;
  }

  .res_video--mobile {
    display: block ! important;
  }

  .res_overlay__inner h1,
  .res_overlay__inner h1 em,
  .res_overlay__inner h2,
  .res_overlay__inner h2 em {
    text-align: center;
    margin: 0 auto;
  }

  .resource_wrapper .res_overlay .video-container h1,
  .resource_wrapper .res_overlay .video-container h1 em,
  .resource_wrapper .res_overlay .video-container h2,
  .resource_wrapper .res_overlay .video-container h2 em {
    text-align: center;
    margin: 0 auto;
  }

  .res_overlay .res_overlay__content-item {
    padding: 0;
  }

  .video_title-container {
    text-align: center;
  }

  .video_title-container div {
    margin: 15px auto;
  }

  .left-nav .res_header {
    display: none;
  }

  .res_nav__item {
    width: 50px;
  }

  .res_body__side-nav {
    left: 5px;
    top: 125px;
    height: auto;
  }

  .res_product__left {
    width: calc(100vw - 150px);
    padding-left: 50px;
  }

  .res_body__inner {
    width: calc(100%);
  }
}

@media only screen and (max-width: 500px) {
  .res_mobile-only {
    display: block;
    height: 60px;
  }

  .res_header {
    padding-right: 0;
    padding: 0 35px;
  }

  .res_header__nav .res_nav__item-link {
    display: flex;
  }

  .res_checkout-icon {
    margin: 0;
  }

  .res_body {
    padding: 0;
    margin-top: 90px;
  }

  .res_product__left {
    min-height: 350px;
    justify-content: center! important;
  }

  .res_product__top {
    align-items: end;
  }

  .res_checkout-icon--mobile {
    display: none;
  }

  .res_checkout-icon--mn {
    display: initial;
  }

  .res_section.res_resource {
    margin-top: 65px;
  }

  .resource_wrapper--video .res_section.res_resource {
    margin-top: 0px;
  }

  /* .res_mobile-header {
    display: flex;
  } */

  .res_body h1 {
    margin-top: 10px;
    font-size: 34px ! important;
  }

  .res_body #support-turning-point-with-confidence h1 {
    margin-top: 10px;
    font-size: 28px ! important;
  }

  .lookinside ul {
    column-count: 1 ! important;
  }

  /* .res_body__side-nav {
    align-items: start;
    width: 100%;
    flex-direction: row;
    position: absolute;
    padding: 35px 10px;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 9;
    background: linear-gradient(to bottom, #ffffffcf, transparent);
    backdrop-filter: blur(10px);
  } */

  .res_product__img-container {
    min-height: unset;
    /* margin-top: 50px; */
    margin-left: unset;
    max-width: 100%;
  }

  /* .res_product__img {
    position: unset;
    justify-content: start;
    align-items: start;
  } */

  .res_product__left {
    width: calc(100vw - 100px);
  }

  .res_product__left {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .res_product__thumb-container {
    gap: 15px;
    margin-top: 10px;
    margin-bottom: unset ! important;
    flex-direction: row;
    align-self: unset ! important;
  }

  .res_sub-product__img-container .res_product__img {
    height: 100%;
  }

  /* .has-alt-images .res_product__img-container {
    display: flex;
    width: auto;
    overflow: hidden;
    contain: content;
    justify-content: center;
    align-items: center;
    padding: 15px;
  } */

  .res_body__inner,
  .res_product,
  .res_product__right {
    width: 100%;
  }

  .res_body__inner {
    padding: 5px 30px 45px 30px;
  }

  .res_body__nav {
    transform: unset ! important;
    -webkit-transform: unset ! important;
    -moz-transform: unset ! important;
    -ms-transform: unset ! important;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 10px;
    border-radius: 11px;
    width: 100%;
    gap: 20px 30px;
    justify-content: space-evenly;
  }

  .res_sub-product__img-container .res_product__img .res_product__img {
    height: 250px;
    width: 400px ! important;
  }

  .res_product__img-container--selector {
    height: 200px;
  }

  .res_nav__item-link {
    width: auto;
    display: block;
    height: auto;
  }

  .res_product__chapter h2 strong {
    display: block;
  }

  .checkout-overlay-fg .checkout-box {
    padding: 20px;
    margin: 15px;
  }

  .res_product--hover {
    bottom: -15px;
  }

  .res_product__top {
    gap: 55px;
  }

  .res_body__side-nav {
    text-align: center;
    top: 105px;
    gap: 5px;
  }

  .res_header {
    justify-content: space-between;
  }

  .res_header__drj--container {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .res_header {
    justify-content: space-between;
  }

  .res_btn__product-cta,
  .res_product-choice-btn {
    font-size: 21px;
  }

  .res_toggle-mobile-nav {
    display: block;
  }

  .res_mobile__nav {
    flex-direction: column;
    gap: 0;
    align-items: start;
    margin: 70px 40px 20px 40px;
  }

  .res_mobile {
    padding: 0;
    justify-content: start;
    background: #ffffff;
    backdrop-filter: blur(10px);
    height: 70px;
  }

  .res_mobile.active {
    height: auto;
    background: #ffffff85;
    backdrop-filter: blur(10px);
  }

  .res_body {
    padding: 0;
  }

  .res_product-choice-btn--hover {
    font-size: 16px;
  }

  .res_body__inner,
  .res_product,
  .res_product__right {
    width: 100%;
  }

  .res_body__nav {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    flex-direction: column;
    gap: 0;
    padding: 5px;
  }

  .res_body__nav-item {
    line-height: 3;
    width: calc(100% - 35px);
    padding: 5px;
  }

  .res_body__nav-item:not(:last-child) {
    border-bottom: 1px solid var(--resource_colors--text);
  }

  .res_header__drj--container {
    display: none;
  }

  .res_overlay .res_overlay__content-item {
    padding: 10px;
  }

  .res_overlay__nav {
    max-width: unset;
  }

  .res_product__left {
    width: calc(100vw - 80px);
  }

  .res_body__side-nav {
    width: 95px;
  }


}

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

  .res_overlay__inner h1,
  .res_overlay__inner h1 em {
    font-size: 36px ! important;
  }
}


/* **** FoNT CLaSSES **** */
.res_font-1 {
  font-family: var(--resource_fonts--1);
  font-size: 12px;
}

.res_font-2 {
  font-family: var(--resource_fonts--2);
}

.res_font-3 {
  font-family: var(--resource_fonts--3);
}



/* **** ELeM CoLOUR CLaSSES **** */


/* default colours */
.res_color-alt_text {
  color: var(--resource_colors--alt_text);
}

.res_color-text {
  color: var(--resource_colors--text);
}

a.res_color-alt_text:visited {
  color: var(--resource_colors--alt_text) ! important;
}

a.res_color-text:visited {
  color: var(--resource_colors--text) ! important;
}

.res_imp {
  color: var(--resource_colors--strong);
}

.res_bkg-alt_text {
  background: var(--resource_background-color--alt_text);
}

.res_bkg-text {
  background: var(--resource_background-color--text);
}


/* **** CoLOUR CLaSSES **** */

/* additional background colours */
.res_bkg-1 {
  background: var(--resource_colors--primary);
}

.res_bkg-2 {
  background: var(--resource_colors--secondary);
}

.res_bkg-1L {
  background: var(--resource_colors--primary_light);
}

.res_bkg-2L {
  background: var(--resource_colors--secondary_light);
}

.res_bkg-1D {
  background: var(--resource_colors--primary_dark);
}

.res_bkg-2D {
  background: var(--resource_colors--secondary_dark);
}

/* additional text colours */
.res_color-1 {
  color: var(--resource_colors--primary);
}

.res_color-2 {
  color: var(--resource_colors--secondary);
}

.res_color-1L {
  color: var(--resource_colors--primary_light);
}

.res_color-2L {
  color: var(--resource_colors--secondary_light);
}

.res_color-1D {
  color: var(--resource_colors--primary_dark);
}

.res_color-2D {
  color: var(--resource_colors--secondary_dark);
}

.res_color-1D {
  color: var(--resource_colors--primary_dark)
}

.res_faqs--new {
  padding: 50px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/0624/keep-the-faith/KTF_background_excerpt.jpg);
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.7), rgb(255 222 150 / 33%)), url(https://d2urhn0mmik6is.cloudfront.net/site/_images/monthly/0824/the-coming-golden-age/presale/cga-the-author-bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.nobreak {
  white-space: nowrap;
}



/* ReSPONSIVeNESS */
@media only screen and (max-width: 850px) {
  .slyde {
    width: 445px;
  }
}

@media only screen and (max-width: 650px) {
  .slyde {
    width: 445px;
    max-width: 80%;
    height: auto;
    object-fit: contain;
  }

  .slyde h3 {
    width: 300px;
    margin-top: 0;
  }

  .res_faqs--new .res_faq-question {
    font-size: 20px ! important;
  }

  .slyder__btn {
    width: 50px;
  }

  .slyder__btn i {
    font-size: 25px;
  }

  .res_faq-wrapper {
    gap: 15px ! important;
  }

  .res_faq-circle-btn {
    height: 80px ! important;
    width: 80px ! important;
  }

  .res_faq-chapter {
    font-size: 13px ! important;
  }

  .res_faq-chapters {
    font-size: 9.5px ! important;
  }

  .res_faq-answered-in {
    font-size: 8px ! important;
  }
}

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

  .slyde {
    max-width: 60%;
    height: auto;
    object-fit: contain;
  }

  .slyder_btn {
    font-size: 30px;
  }

  .slyder_btn.prev {
    left: 15px;
  }

  .slyder_btn.next {
    right: 15px;
  }

  .res_faq-circle-btn {
    height: 100px ! important;
    width: 100px ! important;
  }

  .res_faq-chapter {
    font-size: 16px ! important;
  }

  .res_faq-chapters {
    font-size: 12.5px ! important;
  }

  .res_faq-answered-in {
    font-size: 10px ! important;
  }

  .res_faq-wrapper {
    width: 100vw;
    max-width: 100%;
    padding: 15px;
    justify-content: center;
    flex-direction: column-reverse ! important;
  }

  .res_faqs--new h1 {
    font-size: 30px ! important;
    padding: 0 35px;
    max-width: 300px;
    margin: 0 auto;
  }

  .slyde {
    width: calc(100% - 50px) ! important;
  }

  .slyde h3 {
    width: 100%;
  }

  .slyder__btn {
    background: none ! important;
  }

  .res_faqs--new .res_faq-question {
    font-size: 22px ! important;
    text-align: center ! important;
  }

  .res_faqs--new .res_faq-question-wrapper {
    justify-content: center;
    align-items: center ! important;
    gap: 20px ! important;
  }

  .res_faq-excerpt-link {
    font-weight: 700;
    font-size: 16px;
  }
}

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

  .res_faq-wrapper {
    width: 100vw;
    padding: 15px;
    justify-content: center;
    flex-direction: column-reverse ! important;
  }

  .res_faqs--new .res_faq-question-wrapper {
    justify-content: center;
    align-items: center ! important;
  }

  .res_faqs--new .res_faq-question {
    font-size: 18px ! important;
    text-align: center ! important;
  }

  .slyder__btn i {
    margin-top: 50px ! important;
  }

  .slyde h3 {
    width: 100% ! important;
    max-width: 300px ! important;
    padding: 0 15px 2px 15px ! important;
    margin-top: 0 ! important;
  }
}

/******* expandable text blocks *******/
.expandable-text .hidden-text {
  display: none;
}

.expandable-text .hidden-text p:not(:last-child) {
  margin-bottom: 20px;
}

.toggle-hidden-text {
  display: block;
  margin: 20px 0;
  border-radius: 6px;
  padding: 0 14px;
  min-width: unset;
  height: 36px;
  font-size: 18px;
}

.show-hidden-text,
.hide-hidden-text {
  font-size: 16px;
  white-space: nowrap;
  text-decoration: underline;
  text-wrap: nowrap;
  cursor: pointer;
  transition: .2s ease-in-out;
  font-variation-settings: "wdth" 95, "wght" 600;
}