@font-face {
  font-family: Fontsfree net clashdisplay variable;
  src: url('../fonts/FontsFree-Net-ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree net clashdisplay variable;
  src: url('../fonts/FontsFree-Net-ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --floral-white: #fffef5;
  --dark-slate-grey: #3c4a53;
  --medium-aquamarine: #84c0a4;
  --bronzy: #a37e49;
  --ivory: #f3f2e5;
  --book: #a5874c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--floral-white);
  color: var(--dark-slate-grey);
  font-family: Fontsfree net clashdisplay variable, Arial, sans-serif;
  font-weight: 300;
}

.nav-section {
  z-index: 1000;
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-top: 2.5vh;
  display: none;
  position: fixed;
  inset: 0 0% auto;
}

.nav-container {
  border: 1px #3c4a5333;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  height: 8vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-wrapper {
  border: 2.5px none var(--medium-aquamarine);
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 0%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.contact-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 10vh;
  margin-top: 2px;
  text-decoration: none;
  display: flex;
}

.title {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-top: 11vh;
  padding-bottom: 30vh;
  display: block;
  position: static;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.menu__link {
  text-align: center;
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-style: italic;
  font-weight: 400;
  line-height: .8;
}

.menu__link._03 {
  align-self: flex-end;
  margin: 0 0;
  padding-right: 31vw;
  font-style: italic;
  font-weight: 400;
}

.menu__link._02 {
  border: 1px none var(--dark-slate-grey);
  outline-offset: 0px;
  color: #3c4a53;
  white-space: normal;
  outline: 3px #3c4a53;
  font-style: normal;
  font-weight: 400;
}

.menu__link._1 {
  line-height: .75;
}

.menu {
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15vw;
  margin-right: 2.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu._2 {
  height: auto;
  margin-left: 10vw;
}

.menu._3 {
  height: auto;
  margin-left: 5vw;
}

.hero-footer-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 20vh;
  margin-top: 10vh;
  display: flex;
  position: fixed;
  inset: auto 0% 5vh;
}

.hero-background-shapes {
  z-index: -1;
  mix-blend-mode: normal;
  background-color: #f3f2e500;
  border-radius: 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: 30% auto 0% 35%;
}

.div-block-2 {
  position: absolute;
  inset: 15% auto auto 10%;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 120px 50px 10vh;
  display: flex;
  position: relative;
}

.track {
  height: 160vh;
}

.sticky {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container {
  flex-direction: column;
  flex: 1;
  max-width: 1200px;
  display: flex;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-30 {
  margin-top: 30px;
}

.wrapper {
  width: 100%;
}

.collection-list {
  display: flex;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 60%;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  height: auto;
}

.portfolio-wrapper {
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.view-projects-wrapper {
  background-color: #84c0a4b3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.view-projects-wrapper.coming {
  z-index: 5;
}

.project-details-wrapper {
  z-index: 2;
  padding-bottom: 30px;
  padding-left: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-9 {
  color: var(--floral-white);
  text-align: center;
  width: 60%;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
}

.heading-3 {
  color: var(--floral-white);
}

.overlay {
  background-image: linear-gradient(#fff0 70%, #000000b3);
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-10, .text-block-11 {
  color: var(--floral-white);
}

.portfolio-image-wrapper {
  object-fit: cover;
  height: 60vh;
}

.project-image-wrapper {
  width: auto;
  height: 60vh;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  margin-bottom: 2.5vw;
  display: grid;
}

.contact-heading {
  color: var(--dark-slate-grey);
  font-size: 150px;
  font-style: italic;
  font-weight: 400;
  line-height: .8;
}

.contact-section-under {
  z-index: 1;
  color: var(--floral-white);
  background-color: #f3f2e500;
  height: auto;
  margin-top: -100vh;
  padding: 15vh 0 0;
  display: none;
  position: relative;
  top: 0;
  bottom: auto;
}

.faq-section {
  z-index: 10;
  background-color: var(--floral-white);
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.contact-link-block {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.circular-border {
  border: 1px solid var(--medium-aquamarine);
  background-color: var(--medium-aquamarine);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circular-border.larger {
  background-color: #84c0a400;
  transform: scale(1.3);
}

.circular-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  display: flex;
  position: relative;
}

.circular-text {
  color: var(--floral-white);
  height: 90%;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  position: absolute;
  transform: rotate(0);
}

.circular-text._02 {
  transform: rotate(22.5deg);
}

.circular-text._03 {
  transform: rotate(45deg);
}

.circular-text._04 {
  transform: rotate(67.5deg);
}

.circular-text._05 {
  transform: rotate(90deg);
}

.circular-text._06 {
  transform: rotate(112.5deg);
}

.circular-text._07 {
  transform: rotate(135deg);
}

.circular-text._08 {
  transform: rotate(157.5deg);
}

.circular-text._09 {
  transform: rotate(180deg);
}

.circular-text._10 {
  transform: rotate(202.5deg);
}

.circular-text._11 {
  transform: rotate(225deg);
}

.circular-text._12 {
  transform: rotate(247.5deg);
}

.circular-text._13 {
  transform: rotate(270deg);
}

.circular-text._14 {
  transform: rotate(292.5deg);
}

.circular-text._15 {
  transform: rotate(315deg);
}

.circular-text._16 {
  transform: rotate(337.5deg);
}

.lottie-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.contact-min-height {
  min-height: 200vh;
}

.sticky-top {
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.full-screen {
  z-index: 10;
  background-color: var(--floral-white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 10em 3em 5em;
  display: flex;
  position: relative;
}

.toggle-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 80%;
  max-width: 920px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  border-bottom: 1px solid var(--medium-aquamarine);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.text-block-13 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.1;
}

.dropdown-lottie-wrapper {
  border: 2px none var(--dark-slate-grey);
  border-radius: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 20px;
  display: flex;
}

.dropdown-toggle {
  letter-spacing: .1em;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
  padding: 0 20px;
  display: block;
  position: relative;
}

.paragraph {
  text-align: left;
  background-color: #0000;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
}

.heading-4 {
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.lottie-animation-2 {
  align-self: auto;
}

.skills-section {
  z-index: 3;
  background-color: var(--floral-white);
  cursor: none;
  flex-direction: column;
  align-items: center;
  height: 60vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.skills-section-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.text-rotator-first {
  z-index: 5;
  background-color: var(--medium-aquamarine);
  align-items: center;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(-6deg);
  box-shadow: 1px 10px 15px #0000001a;
}

.text-rotator-first._2 {
  z-index: 1;
  opacity: .6;
  width: auto;
  position: absolute;
  transform: rotate(6deg);
  box-shadow: 1px 10px 15px #0003;
}

.text-rotator-content {
  color: var(--floral-white);
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.text-rotator {
  color: var(--dark-slate-grey);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.text-rotator._1 {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.start-icon {
  background-color: var(--dark-slate-grey);
  border-radius: 100%;
  flex: none;
  width: 4px;
  height: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-wrapper {
  background-color: var(--floral-white);
  color: var(--dark-slate-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.socials-wrapper {
  width: 40%;
  margin-left: 50px;
}

.footer-right-wrapper {
  width: 40%;
}

.social-content {
  color: var(--dark-slate-grey);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
}

.social-content:hover {
  color: var(--medium-aquamarine);
}

.heading-5, .heading-6 {
  font-weight: 400;
}

.page-loader {
  z-index: 10000;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-content {
  display: inline-block;
  position: relative;
}

.overflow-hidden {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.text-block-15 {
  color: var(--dark-slate-grey);
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.div-block-9 {
  background-color: var(--dark-slate-grey);
  width: 20px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 5px;
  padding-top: 0;
}

.logo-tolu {
  color: var(--dark-slate-grey);
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.logo-tolu._2nd {
  margin-left: 38px;
  line-height: 1;
}

.hero-footer-left {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  transform: rotate(-90deg);
}

.hero-footer-divider {
  background-color: #3c4a534d;
  align-self: center;
  width: 30px;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.hero-footer-icon {
  color: var(--floral-white);
  flex: 0 auto;
  align-self: auto;
  position: static;
  inset: 0%;
  transform: rotate(90deg);
}

.hero-footer-icon._2 {
  inset: 0%;
}

.hero-footer-text {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.hero-footer-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.hero-heading-overlay {
  background-color: var(--dark-slate-grey);
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.hero-heading-overlay._2 {
  background-color: #3c4a53;
  display: block;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
  position: relative;
}

.about-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: static;
  top: 120px;
}

.about-content-wrapper.about-sticky {
  padding-left: 30px;
  position: relative;
  top: auto;
}

.about-image {
  object-fit: fill;
  min-height: 720px;
}

.heading-7 {
  text-transform: capitalize;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.info-title {
  color: var(--dark-slate-grey);
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.about-points-wrapper {
  border-bottom: 1px solid #3c4a5333;
  flex-direction: row;
  display: flex;
}

.about-points-wrapper.last {
  border-bottom-style: none;
}

.about-point {
  flex-direction: column;
  align-items: flex-start;
  min-height: 60px;
  padding: 20px 30px;
  display: flex;
}

.about-point.left {
  border-right: 1px solid #3c4a534d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 60px;
  padding: 20px 30px;
  display: flex;
}

.point-info {
  margin-top: 10px;
  font-size: 18px;
}

.about-content-block {
  margin-top: 30px;
  position: sticky;
  top: 120px;
}

.div-block-10 {
  z-index: 100;
  position: absolute;
  inset: 5% 0% auto 43%;
}

.hero-icon-wrapper {
  background-color: #3c4a5300;
  border: .5px solid #3c4a5380;
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
  transform: rotate(90deg);
}

.hero-icon-wrapper:hover {
  background-color: #3c4a5300;
}

.paragraph-2 {
  width: 90%;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.1;
}

.hero-icon-slide-up {
  background-color: #84c0a400;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.hero-footer-text-wrapper {
  height: 20px;
  overflow: hidden;
}

.image-5 {
  border-radius: 0;
}

.image-6 {
  object-fit: cover;
  min-height: 720px;
}

.lottie-animation-3 {
  border: 1px solid var(--dark-slate-grey);
}

.nav_divider-under {
  background-color: #3c4a5300;
  border: .3px solid #3c4a5380;
  width: 90%;
  height: 1px;
}

.div-block-11 {
  background-color: #84c0a400;
}

.section-2.is-list {
  z-index: 2;
  background-color: #1f1f1f;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.list_line {
  background-color: #b8a5ff33;
  width: 100%;
  height: 1.5px;
  overflow: hidden;
}

.list_line-fill {
  background-color: #b8a5ff;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(-101%);
}

.collection-item-2 {
  object-fit: cover;
}

.html-embed {
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-left: 0;
}

.hero-icon-wrapper-right {
  background-color: #3c4a5300;
  border: .5px #3c4a5380;
  border-radius: 0%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  height: 100px;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: visible;
  transform: rotate(90deg);
}

.hero-icon-wrapper-right:hover {
  background-color: #3c4a5300;
}

.lottie-animation-5 {
  height: 100px;
}

.heading-8 {
  font-weight: 400;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery21_lightbox-link {
  width: 100%;
}

.section-gallery21 {
  overflow: hidden;
}

.gallery21_slide {
  padding-right: 2rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery21_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.left {
  right: 4rem;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.cursor {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.text-block-16 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 838px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.text-block-17 {
  text-align: center;
  letter-spacing: 0;
  min-width: 838px;
  font-family: PT Serif, serif;
  font-size: 50px;
  line-height: 57px;
}

.subtitle {
  color: #3d4ae2;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.143em;
}

.subtitle.centre {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-18 {
  color: #4a3aff;
  font-size: 32px;
  font-weight: 600;
}

.text-block-18.white {
  color: #fff;
}

.support-header-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.home-sponsors-wrapper {
  text-align: center;
  max-width: 1103px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.home-scripture-highlight {
  color: #6e7191;
  width: 85%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-style: italic;
  display: none;
}

.diagram-desktop {
  margin-top: 100px;
}

.home-diagram-card-wrapper-mobile {
  background-color: #16cabc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.home-diagram-card-wrapper-mobile._2 {
  background-image: linear-gradient(97deg, #0459d2, #0000);
}

.home-diagram-card-wrapper-mobile._1 {
  background-color: #003dd8;
  background-image: linear-gradient(300deg, #0000, #0e9ac6);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-16 {
  background-image: url('../images/diagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  margin-top: 40px;
}

._2-buttons {
  margin-top: 36px;
  display: flex;
}

._2-buttons.centre {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.diagram-mobile {
  margin-top: 100px;
  display: none;
}

.home-diagram-card-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-diagram-card-wrapper._3 {
  background-color: #bcfa96;
  background-image: linear-gradient(267deg, #0000, #13bdbe);
  justify-content: flex-start;
}

.section-3 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-3.home-invitesection {
  background-color: #efefef;
  padding-top: 150px;
  padding-bottom: 100px;
  display: none;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin-top: 0;
}

.bold-text-45 {
  color: #4e4b66;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3d4ae2;
  border: 2px solid #181830;
  padding: 24px 40px;
  line-height: 1.111em;
  transition: background-color .25s, transform .25s, color .25s;
}

.button-primary:hover {
  color: #fff;
  background-color: #333354;
  transform: translate3d(0, -2px, .01px);
}

.button-primary.button-2-buttons {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #3d4ae2;
  border-radius: 220px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 120%;
}

.bodytext {
  color: #4e4b66;
}

.bodytext.home {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.bodytext.home.bold {
  margin-bottom: 20px;
  margin-left: 0;
  font-weight: 700;
}

.bodytext.home.center {
  text-align: center;
}

.bodytext.home.center.italics {
  text-align: center;
  margin: 5vh 40px;
  padding-bottom: 0;
  font-style: italic;
}

.bodytext.home.bullet-point {
  margin: 30px 15px;
}

.bodytext.home.footnote {
  font-size: 15px;
  font-weight: 700;
}

.bodytext.home.footnote.regular {
  font-weight: 400;
  line-height: 23px;
}

.button-secondary {
  color: #181830;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 2px solid #181830;
  padding: 24px 40px;
  line-height: 1.111em;
  transition: transform .25s, color .25s, background-color .25s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  transform: translate3d(0, -2px, .01px);
}

.button-secondary.button-2-buttons {
  color: #3d4ae2;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border-color: #4a3aff;
  border-radius: 220px;
  margin-right: 20px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.button-secondary.button-2-buttons:hover {
  color: #fff;
  background-color: #3d4ae2;
  border-color: #3d4ae2;
}

.home-diagram-desc-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.title-2.home-about-gp {
  color: #155e5e;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 140%;
}

.diagram-card-header {
  color: #4a3aff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  inset: auto 0% 0%;
}

.diagram-card-header.white {
  color: #fff;
}

.diagram-desc {
  color: #4e4b66;
}

.diagram-desc.white {
  color: #fff;
}

.container-838px {
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-17 {
  display: none;
}

.div-block-18 {
  height: 50px;
  line-height: 10px;
}

.container-medium-838px-2 {
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 23px;
}

.text-block-30 {
  color: #fffef5;
  letter-spacing: .4px;
  background-color: #3c4a53;
  border-radius: 5px;
  padding: 30px 35px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-31 {
  color: var(--bronzy);
  text-align: center;
  letter-spacing: .8px;
  margin: 50px auto 10px;
  font-family: Noto Serif, sans-serif;
  font-style: italic;
}

.book-title {
  margin-top: 20px;
}

.container-2 {
  background-image: url('../images/juan-pablo-daniel-91CRJ0B7TUU-unsplash_1.jpg');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.section-5 {
  opacity: 1;
  background-image: linear-gradient(#00000040, #00000040), url('../images/juan-pablo-daniel-91CRJ0B7TUU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  line-height: 20px;
  display: flex;
}

.text-block-32 {
  color: var(--ivory);
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  display: block;
}

.column {
  background-image: url('../images/priscilla-du-preez-tQagUWpAx5k-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  height: 80vh;
  margin-top: 60px;
  padding-right: 10px;
  display: flex;
}

.small-title {
  color: #155e5e;
  margin-top: 25px;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-34 {
  margin-left: 15px;
}

.div-block-20 {
  background-color: var(--dark-slate-grey);
  text-align: center;
  width: 45px;
  height: 3px;
  margin: 40px auto;
}

.text-block-35 {
  color: var(--floral-white);
  text-align: center;
  margin: 0 75px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.section-6 {
  padding-top: 11vh;
  padding-bottom: 7vh;
}

.heading-9 {
  color: #155e5e;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  line-height: 140%;
}

.section-7 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tanya-trofymchuk-gzXhH-RiydU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 20px 0 auto;
  padding-bottom: 20px;
}

.accordion-header.js-accordion-header.salvation {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-cont-2pcs {
  text-align: left;
  width: 48%;
  margin-bottom: 34px;
}

.flex-2img {
  justify-content: space-between;
  display: block;
}

.padding-left-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.paragraph-7 {
  color: #6e7191;
  font-size: 18px;
  line-height: 170%;
  display: none;
}

.section-9 {
  padding-top: 216px;
  padding-bottom: 216px;
  overflow: hidden;
}

.section-9.agenda {
  padding-top: 40px;
  padding-bottom: 200px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  background-color: #0000;
  padding: 0;
  display: block;
}

.accordion_item-image-2 {
  width: 40px;
  display: none;
}

.caption {
  text-align: center;
  margin-top: 5px;
  font-family: depot-new-web, sans-serif;
  display: block;
}

.img-cont-1pc {
  text-align: left;
  width: 90%;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  background-color: #0000;
  border-bottom: 1px #917d6b;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.accordion__item.js-accordion-item.salvation {
  border-bottom-style: solid;
  border-bottom-color: var(--bronzy);
  align-items: stretch;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-txt {
  color: #353535;
  letter-spacing: 0;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: depot-new-web, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  position: static;
}

.container-medium-838px {
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body-text {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.section-8 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/alexis-brown-omeaHbEFlN4-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.text-block-36 {
  text-align: center;
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Noto Serif, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.section-10 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/mitchell-orr-GZaycFvq-HU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/priscilla-du-preez-XkKCui44iM0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.section-12 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/oc-gonzalez-xg8z_KhSorQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.block-text {
  color: #4e4b66;
}

.block-text.home {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Noto Serif, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.block-text.home.bold {
  margin-bottom: 20px;
  font-weight: 700;
}

.block-text.home.center {
  text-align: center;
}

.block-text.home.center.italics {
  text-align: center;
  margin: 5vh 40px;
  padding-bottom: 0;
  font-style: italic;
}

.block-text.home.center.bold-text-45 {
  margin-top: -70px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.block-text.home.center.bold-text-45.block-quote {
  margin-top: 20px;
}

.bible-reference {
  text-align: center;
  margin-top: -23px;
  margin-bottom: 40px;
  font-family: Noto Serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.section-13 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/alicia-robert-tousignant-GMaelnUlNA8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.section-14 {
  background-image: url('../images/daniel-lincoln-2nUa9L8BDqM-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.section-15 {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/ivana-cajina-7B894QxfXSg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.div-block-21 {
  background-color: var(--dark-slate-grey);
  text-align: center;
  width: 50px;
  height: 5px;
  margin: 40px auto;
}

.text-block-37 {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.div-block-22 {
  height: 90px;
}

.section-16 {
  width: 100%;
  height: auto;
}

.columns {
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.column-2 {
  background-image: url('../images/destined-to-reign-anniversary-edition-productimage-20190725-080920.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22vh;
  margin-top: 100px;
  margin-bottom: auto;
  position: fixed;
}

.column-3 {
  height: 22vh;
  margin-top: 100px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.text-block-38 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 55px;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.grid-8 {
  grid-template-rows: auto;
}

.div-block-23 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 10vh;
}

.image-7 {
  display: none;
}

.link-block {
  width: 100%;
  display: block;
}

.lightbox-link {
  display: block;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-8 {
  width: 150px;
  padding-top: 20px;
}

.image-9 {
  height: 180px;
  padding-top: 20px;
}

.text-block-39 {
  text-decoration: underline;
}

.image-10 {
  text-align: center;
  object-fit: fill;
  width: 40vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  text-decoration: underline;
}

.columns-2 {
  text-align: center;
  margin-top: 43px;
}

.image-12 {
  max-height: 20vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-3 {
  height: 20vh;
}

.column-5 {
  justify-content: flex-end;
  height: 20vh;
  display: flex;
}

.column-6 {
  justify-content: flex-start;
  align-items: center;
  height: 20vh;
  display: flex;
}

.image-13 {
  flex: 0 auto;
  height: 20vh;
  max-height: 20vh;
  padding-top: 30px;
}

.image-14 {
  height: 160px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
  margin-top: 80px;
  margin-bottom: 40px;
}

.line {
  background-color: var(--dark-slate-grey);
  width: 80px;
  height: 3px;
}

.xtra-resorce-wrapper {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.heading-10 {
  text-align: center;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Antonio, sans-serif;
  font-size: 25px;
  display: block;
}

.heading-11 {
  color: var(--book);
  text-align: center;
  letter-spacing: 1px;
  font-family: Antonio, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-24 {
  justify-content: flex-end;
  display: flex;
}

.container-838px-less-padding {
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-40 {
  color: var(--book);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Antonio, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49 {
  font-weight: 700;
}

.image-15 {
  text-align: center;
  width: 40vh;
  display: inline-block;
}

.image-16 {
  width: 40vh;
}

@media screen and (min-width: 1280px) {
  .accordion__item.js-accordion-item {
    background-color: #0000;
    border-top: 1px #000;
    border-bottom: 1px #000;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .accordion__item.js-accordion-item.salvation {
    border-top-style: none;
    border-bottom-style: solid;
  }
}

@media screen and (min-width: 1440px) {
  .accordion.js-accordion {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    width: 100vw;
    margin-left: 0;
    margin-right: 2.5vw;
  }

  .logo-wrapper {
    margin-left: 15px;
  }

  .contact-wrapper {
    width: 45vw;
  }

  .title {
    padding-top: 15vh;
    padding-bottom: 25vh;
  }

  .menu__link {
    margin-top: 2.5vh;
    font-size: 72px;
  }

  .menu__link._03 {
    font-size: 96px;
  }

  .menu__link._02, .menu__link._1 {
    margin-top: 0;
    font-size: 96px;
  }

  .menu {
    display: flex;
  }

  .hero-footer-wrapper {
    justify-content: flex-end;
    align-items: stretch;
  }

  .hero-background-shapes {
    top: 35%;
    left: 25%;
  }

  .section {
    padding-top: 45px;
  }

  .track {
    height: auto;
    overflow: visible;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-right: 5%;
    position: relative;
    overflow: visible;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .wrapper {
    width: auto;
  }

  .collection-list {
    flex-flow: wrap;
    justify-content: space-between;
    width: auto;
    overflow: visible;
  }

  .collection-item {
    object-fit: fill;
    width: 47%;
    height: auto;
    margin-bottom: 5%;
    margin-right: 0;
    overflow: hidden;
  }

  .portfolio-wrapper {
    object-fit: fill;
    overflow: visible;
  }

  .view-projects-wrapper {
    width: 100px;
    height: 100px;
  }

  .project-details-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .portfolio-image-wrapper {
    height: 40vh;
  }

  .project-image-wrapper {
    height: 45vh;
  }

  .contact-heading {
    font-size: 96px;
    line-height: .8;
  }

  .contact-section-under {
    padding-left: 0;
    padding-right: 0;
  }

  .full-screen {
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-rotator {
    font-size: 18px;
  }

  .social-content {
    font-size: 16px;
  }

  .text-block-14 {
    font-size: 12px;
    line-height: 1.1;
  }

  .hero-footer-left {
    font-size: 12px;
  }

  .hero-footer-icon {
    width: 60%;
    height: 60%;
  }

  .hero-footer-right {
    justify-content: center;
    font-size: 12px;
  }

  .hero-heading-overlay._2, .hero-heading-overlay._3, .hero-heading-overlay._01 {
    display: block;
  }

  .about-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-content-wrapper {
    width: 80%;
  }

  .about-image {
    min-height: 600px;
  }

  .div-block-10 {
    top: 0%;
  }

  .hero-icon-wrapper {
    width: 20px;
    height: 20px;
  }

  .hero-icon-slide-up {
    background-color: #84c0a400;
  }

  .hero-icon-wrapper-right {
    width: 20px;
    height: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle.centre {
    margin-bottom: 20px;
  }

  ._2-buttons {
    z-index: 100;
    margin-bottom: 50px;
    position: relative;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.home-invitesection {
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .button-primary.button-2-buttons {
    margin-right: 0;
  }

  .bodytext {
    text-align: center;
  }

  .bodytext.home {
    text-align: left;
  }

  .button-secondary.button-2-buttons {
    margin-left: 20px;
  }

  .title-2.home-about-gp {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
  }

  .container-838px, .container-medium-838px-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-30 {
    padding: 20px 25px;
    line-height: 24px;
  }

  .text-block-32 {
    width: 90%;
    line-height: 60px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-9 {
    padding-top: 173px;
    padding-bottom: 173px;
  }

  .section-9.agenda {
    padding-top: 40px;
    padding-bottom: 160px;
  }

  .accordion-body.js-accordion-body, .accordion__item.js-accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium-838px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-text {
    text-align: center;
  }

  .block-text.home {
    text-align: left;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
  }

  .column-6 {
    justify-content: center;
  }

  .line {
    width: 60px;
  }

  .heading-10 {
    letter-spacing: 1px;
    font-size: 19px;
  }

  .heading-11 {
    font-size: 39px;
  }

  .container-838px-less-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrapper {
    width: auto;
    margin-right: 20px;
  }

  .title {
    padding-top: 15vh;
    padding-bottom: 20vh;
  }

  .menu__link {
    font-size: 52px;
  }

  .menu__link._03 {
    padding-right: 42vw;
    font-size: 80px;
  }

  .menu__link._02 {
    font-size: 80px;
  }

  .menu__link._1 {
    margin-top: 0;
    font-size: 80px;
  }

  .menu {
    margin-left: 0;
  }

  .hero-footer-wrapper {
    display: none;
  }

  .hero-background-shapes {
    top: 35%;
    left: 12%;
    right: 10%;
  }

  .collection-item {
    width: 100%;
  }

  .contact-heading {
    font-size: 72px;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .dropdown-lottie-wrapper {
    flex: 0 auto;
    width: 20px;
    height: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .hero-star-image {
    width: 60px;
  }

  .socials-wrapper {
    margin-left: 10px;
  }

  .social-content {
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 10px;
  }

  .image-4 {
    width: 100px;
  }

  .heading-5, .heading-6 {
    font-size: 28px;
  }

  .hero-footer-text {
    font-size: 10px;
  }

  .hero-heading-overlay._2, .hero-heading-overlay._3 {
    display: block;
  }

  .hero-heading-overlay._01 {
    display: block;
    left: 10%;
  }

  .about-image {
    height: auto;
    min-height: 200px;
  }

  .heading-7 {
    font-size: 32px;
  }

  .info-title {
    font-size: 20px;
  }

  .point-info {
    font-size: 14px;
  }

  .div-block-10 {
    top: 5%;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .image-5 {
    width: 30%;
    max-width: none;
  }

  .image-6 {
    min-height: 200px;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery21_arrow.left {
    right: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_mask {
    width: 100%;
  }

  .subtitle {
    margin-bottom: 16px;
  }

  .home-scripture-highlight {
    width: 90%;
  }

  .div-block-16 {
    height: 200px;
  }

  ._2-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 5px auto 50px;
    display: flex;
  }

  ._2-buttons.centre {
    flex-direction: column;
    align-items: stretch;
    width: 80%;
  }

  .section-3 {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .section-3.home-invitesection {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .button-primary.button-2-buttons {
    border-color: #3d4ae2;
    margin: 20px 0;
  }

  .bodytext.home {
    margin-left: 0;
  }

  .button-secondary.button-2-buttons {
    border-color: #3d4ae2;
    margin-left: 0;
    margin-right: 0;
  }

  .home-diagram-desc-wrapper {
    padding-top: 0;
  }

  .title-2.home-about-gp {
    max-width: 461px;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .diagram-card-header {
    font-size: 15px;
    line-height: 120%;
  }

  .text-block-30 {
    padding: 20px 25px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    width: 100%;
  }

  .accordion-header.js-accordion-header {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .section-9 {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .section-9.agenda {
    padding-top: 40px;
    padding-bottom: 128px;
  }

  .accordion-body.js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item {
    padding: 20px 0;
  }

  .accordion-txt {
    margin-top: 0;
    margin-left: 0;
  }

  .image-10 {
    margin-bottom: 0;
  }

  .column-4 {
    margin-top: 10px;
  }

  .grid-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    width: 100%;
  }

  .line {
    width: 60px;
    height: 3px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .container-838px-less-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    margin-right: 0;
  }

  .logo-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .title {
    height: 60vh;
    padding-top: 12vh;
  }

  .hero-content-wrapper {
    justify-content: center;
    display: none;
  }

  .menu__link {
    margin-bottom: 1vh;
    font-size: 33px;
  }

  .menu__link._03 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .menu__link._02, .menu__link._1 {
    font-size: 48px;
  }

  .menu {
    margin-top: 0;
  }

  .hero-footer-wrapper {
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15vh;
    display: none;
  }

  .hero-background-shapes {
    top: 42%;
    right: 5%;
  }

  .section {
    margin-top: 0;
    padding-top: 10vh;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3 {
    object-fit: cover;
  }

  .heading-3, .text-block-10 {
    font-weight: 500;
  }

  .project-image-wrapper {
    object-fit: fill;
    height: 40vh;
  }

  .contact-grid {
    flex-direction: column-reverse;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    justify-content: space-around;
    place-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .contact-heading {
    text-align: center;
    margin-bottom: 10vh;
    font-size: 36px;
  }

  .faq-section {
    padding-left: 0;
    padding-right: 0;
  }

  .full-screen {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0;
  }

  .toggle-wrapper {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    font-size: 16px;
  }

  .text-block-13 {
    width: auto;
    max-width: 80%;
    margin-left: 5px;
    font-size: 12.5px;
  }

  .dropdown-lottie-wrapper {
    flex: 0 auto;
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .dropdown-toggle {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    overflow: visible;
  }

  .dropdown-list {
    padding-right: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading-4 {
    text-align: center;
    font-size: 28px;
  }

  .hero-star-image {
    width: 45px;
  }

  .skills-section {
    height: 50vh;
  }

  .skills-section-wrapper {
    overflow: visible;
  }

  .text-rotator-first {
    width: 99%;
    overflow: hidden;
    transform: rotate(-12deg);
  }

  .text-rotator-first._2 {
    width: 99%;
    transform: rotate(12deg);
  }

  .text-rotator {
    font-size: 14px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .socials-wrapper {
    width: 80%;
    margin-top: 1.5vh;
  }

  .footer-right-wrapper {
    width: 75%;
  }

  .social-content {
    margin-left: 0;
    margin-right: 7px;
  }

  .text-block-14 {
    text-align: center;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .div-block-9 {
    width: 10px;
    height: 1.5px;
    margin-bottom: 15px;
  }

  .logo-tolu {
    font-size: 14px;
  }

  .hero-footer-left {
    height: 25px;
    margin-left: -30px;
  }

  .hero-footer-right {
    height: 25px;
    margin-right: 0;
  }

  .about-wrapper {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .about-content-wrapper {
    width: 90%;
  }

  .about-content-wrapper.about-sticky {
    padding-left: 0;
  }

  .about-image {
    min-height: 250px;
  }

  .heading-7 {
    width: 100%;
    font-size: 24px;
  }

  .info-title {
    font-size: 16px;
  }

  .about-points-wrapper {
    width: 100%;
  }

  .about-point {
    justify-content: center;
    min-height: auto;
    padding: 0 10px;
    overflow: hidden;
  }

  .about-point.left {
    margin-left: 0;
    padding: 0 5px;
  }

  .point-info {
    width: 80%;
    margin-top: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
  }

  .div-block-10 {
    top: 7vh;
  }

  .hero-footer-text-wrapper {
    height: 20px;
    position: relative;
    overflow: hidden;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    width: 15px;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .hero-icon-wrapper-right, .lottie-animation-5 {
    height: 150px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle {
    margin-bottom: 14px;
  }

  .subtitle.centre {
    margin-bottom: 20px;
  }

  .support-header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-right: 5px;
    display: flex;
  }

  .diagram-desktop {
    display: none;
  }

  .home-diagram-card-wrapper-mobile._2 {
    background-image: linear-gradient(121deg, #0459d2, #0000);
    border-radius: 20px;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-diagram-card-wrapper-mobile._1 {
    background-color: #027960;
    border-radius: 22px;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  ._2-buttons {
    flex-direction: row;
    align-items: center;
    width: 70%;
    margin-top: 18px;
    margin-bottom: 19px;
    display: flex;
  }

  ._2-buttons.centre {
    width: 80%;
    margin-top: 40px;
  }

  .diagram-mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-diagram-card-wrapper._3 {
    background-color: #9fd77d;
    background-image: linear-gradient(312deg, #0000, #13bdbe);
    border-radius: 20px;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-3 {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .section-3.home-invitesection {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .grid-7 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .white-divide {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button-primary.button-2-buttons {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext {
    text-align: left;
  }

  .bodytext.home {
    line-height: 30px;
  }

  .bodytext.home.bold {
    margin-left: 0;
  }

  .bodytext.home.center.italics {
    margin-left: 10px;
    margin-right: 0;
  }

  .bodytext.home.bullet-point {
    margin-left: 15px;
    margin-right: 0;
  }

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button-secondary.button-2-buttons {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-2.home-about-gp {
    max-width: 402px;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
  }

  .diagram-card-header.white {
    text-align: left;
    margin-left: 0;
    font-size: 18px;
  }

  .diagram-desc.white {
    font-size: 17px;
    line-height: 1.5em;
  }

  .container-838px {
    padding-bottom: 0;
    padding-left: 33px;
    padding-right: 33px;
  }

  .container-medium-838px-2 {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-30 {
    margin-bottom: 40px;
    padding: 20px 25px;
    font-size: 14px;
  }

  .div-block-19 {
    height: 50px;
  }

  .text-block-31 {
    width: 90%;
    font-size: 12px;
  }

  .text-block-32 {
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-35 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion.js-accordion {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-header.js-accordion-header {
    align-items: center;
  }

  .padding-left-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .section-9 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-9.agenda {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px #000;
    margin-top: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .accordion_item-image-2 {
    width: 30px;
  }

  .accordion__item.js-accordion-item {
    padding: 15px 0 0;
  }

  .accordion-txt {
    flex: 0 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 700;
  }

  .container-medium-838px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-8 {
    background-image: linear-gradient(to bottom, null, null), url('../images/alexis-brown-omeaHbEFlN4-unsplash.jpg');
    background-position: 0 0, 50%;
  }

  .block-text {
    text-align: left;
  }

  .block-text.home {
    line-height: 30px;
  }

  .block-text.home.center.italics {
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-23 {
    height: 15vh;
  }

  .column-4 {
    margin-top: 10px;
  }

  .line {
    width: 50px;
    height: 2px;
  }

  .xtra-resorce-wrapper {
    align-items: center;
  }

  .heading-10 {
    font-size: 13px;
  }

  .heading-11 {
    letter-spacing: 2.5px;
  }

  .container-838px-less-padding {
    padding-bottom: 0;
    padding-left: 33px;
    padding-right: 33px;
  }

  .text-block-40 {
    line-height: 24px;
  }
}

#w-node-b045a548-f38e-9e24-a932-ad5cb7be5474-4d50285e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-be30ef9c-324c-befc-ba8a-f06d9698948a-4d50285e, #w-node-f81bb85e-6862-e74b-1349-1d088129651e-4d50285e, #w-node-_9291ee4d-cc56-1128-b5fb-eeaefc6c3e4a-4d50285e, #w-node-_060a0315-b399-0acf-9d32-f65d21be69e4-4d50285e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b045a548-f38e-9e24-a932-ad5cb7be5474-4d50285e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fontsfree net clashdisplay variable';
  src: url('../fonts/FontsFree-Net-ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree net clashdisplay variable';
  src: url('../fonts/FontsFree-Net-ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}