:root {
  --outline: #e2e5ec;
  --dark-grey: #252528;
  --op-blue: #889eafb3;
  --light-grey: #f7f8fb;
  --white: #fff;
  --color: #889eaf;
  --op: #fff0;
  --green: #687466;
  --op-black: #00000052;
  --op-white: #ffffffb5;
  --op-purple: #6a42c287;
}

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

.nav {
  z-index: 99;
  border-bottom: 1px solid var(--outline);
  color: #fff;
  background-color: #fff;
  padding: 20px 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 250px;
}

.div-block {
  height: 100%;
}

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

.button {
  color: var(--dark-grey);
  background-color: #3898ec00;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.button:hover {
  color: var(--op-blue);
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.donate {
  background-color: var(--light-grey);
  background-image: linear-gradient(180deg, var(--light-grey), white);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: flex;
}

.donate:hover {
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--light-grey), white);
}

.donate.button {
  background-color: var(--color);
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
}

.hero {
  background-image: url('../images/about-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
  margin-top: 91px;
}

.hero.au {
  background-image: url('../images/Current-Church.jpg');
  height: 75vh;
}

.hero.m {
  background-image: url('../images/about-1.jpg');
}

.hero.events {
  background-image: url('../images/Events.jpg');
}

.hero.c {
  background-image: url('../images/contact.jpg');
}

.hero.donate {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0;
}

.div-block-3 {
  color: var(--white);
  background-color: #00000045;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.button-2 {
  background-color: var(--op-blue);
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 300;
}

.button-2._2 {
  border: .5px solid var(--white);
  background-color: var(--op);
  border-radius: 0;
  margin-top: 10px;
  padding: 9px 35px;
  font-family: Poppins, sans-serif;
}

.button-2._2:hover {
  background-color: var(--color);
  border-style: none;
}

.rive {
  width: 70px;
  height: auto;
  margin-top: 0;
}

.section {
  padding: 100px 60px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--outline);
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
}

.grid._2 {
  box-shadow: none;
}

.text-block {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.text-block._2 {
  color: var(--white);
  margin-bottom: 0;
}

.text-block._3 {
  color: var(--green);
  text-align: left;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-2._2 {
  color: var(--white);
}

.button-3 {
  border: 1px solid var(--color);
  color: var(--color);
  background-color: #3898ec00;
  border-radius: 20px;
  margin-top: 20px;
  padding: 5px 35px;
  font-family: Poppins, sans-serif;
}

.button-3:hover {
  background-color: var(--op-blue);
  color: var(--white);
  mix-blend-mode: normal;
  border-style: solid;
}

.button-3._2 {
  border-color: var(--white);
  color: var(--white);
}

.image-2 {
  width: 100%;
}

.div-block-4 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-4._2 {
  background-image: none;
  height: auto;
}

.div-block-5 {
  border: 1px none var(--outline);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.div-block-5._2 {
  border-style: none;
}

.about {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-2 {
  background-image: url('../images/Video.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.div-block-6 {
  background-color: var(--op-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-3 {
  width: 150px;
}

.text-block-2 {
  color: var(--white);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.video {
  height: 100vh;
}

.section-3 {
  padding: 100px 60px;
}

.gallery {
  background-image: linear-gradient(180deg, var(--light-grey), white);
  padding: 100px 60px;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-4 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-7 {
  width: auto;
}

.call-to-action {
  background-image: linear-gradient(84deg, var(--op-blue), var(--green));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px 60px;
  display: flex;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.text-field::placeholder {
  color: var(--white);
  font-weight: 300;
}

.textarea {
  color: var(--white);
  background-color: #fff0;
  border-radius: 100px;
  height: auto;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.textarea::placeholder {
  color: var(--white);
}

.submit-button {
  border: 1px solid var(--op-blue);
  color: var(--op-blue);
  background-color: #3898ec00;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.submit-button:hover {
  background-color: var(--op-blue);
  color: var(--white);
}

.footer {
  background-color: var(--dark-grey);
  padding: 100px 60px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-4 {
  width: 300px;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.code-embed {
  color: var(--white);
  width: auto;
  margin-top: 0;
}

.code-embed:hover {
  color: var(--op-blue);
}

.div-block-8 {
  margin-top: 0;
}

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

.div-block-27 {
  margin-top: 20px;
}

.link-block-2 {
  margin-right: 10px;
}

.code-embed-2 {
  color: #fff;
  width: 30px;
  height: 30px;
}

.code-embed-2:hover {
  color: var(--op-blue);
}

.code-embed-2._2 {
  color: var(--dark-grey);
  margin-right: 10px;
}

.text-block-4 {
  color: var(--op-blue);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-block-5 {
  color: var(--op-blue);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-6 {
  color: var(--white);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.submit-button-2 {
  background-color: var(--op-blue);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-field-2 {
  border: 1px solid var(--op-blue);
  background-color: #fff0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.text-field-2::placeholder {
  color: var(--op-blue);
}

.div-block-28 {
  margin-top: 20px;
}

.about-us {
  padding: 100px 60px;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-7 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-7._2 {
  margin-bottom: 40px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-29 {
  border: 1px solid var(--outline);
  padding: 0 0 40px;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.paragraph-8 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.image-5 {
  width: 100%;
  height: 200px;
}

.div-block-30 {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-31 {
  background-image: url('../images/about-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.div-block-31._2 {
  background-image: url('../images/about-2.jpg');
}

.div-block-31._3 {
  background-image: url('../images/about-3.jpg');
}

.mission {
  background-image: linear-gradient(85deg, var(--op-blue), var(--green));
  padding: 100px 60px;
}

.text-block-8 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-9 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-block-9 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-32 {
  margin-top: 20px;
}

.animation {
  width: 60px;
  height: 60px;
}

.question-title {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-wrap {
  flex-direction: column;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-10 {
  color: var(--white);
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.faq-question-bar {
  border: 1px solid var(--op-blue);
  background-color: #fff0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.highlight {
  color: #784fe0;
}

.priests {
  padding: 100px 60px;
}

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

.div-block-33 {
  border: 1px solid var(--outline);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.image-6 {
  border-radius: 100px;
  width: 200px;
}

.text-block-10 {
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-11 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.quote {
  background-image: linear-gradient(84deg, var(--op-blue), var(--green));
  padding: 220px 60px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
}

.text-block-11._2 {
  margin-right: 0;
}

.paragraph-12 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-12 {
  color: var(--white);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-35 {
  padding-left: 86px;
}

.raised {
  z-index: 99;
  border: 1px solid var(--white);
  background-color: var(--op-white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 160px;
  display: flex;
  position: fixed;
  inset: auto auto 3% 3%;
}

.div-block-36 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 5px 4px 5px 1px #00000024;
}

.div-block-37 {
  background-color: var(--color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 5px;
  display: flex;
}

.div-block-38 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-13 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-14 {
  color: var(--color);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-block-14._2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.text-block-15 {
  color: var(--color);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-4 {
  background-color: var(--color);
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-39 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-7 {
  width: 20px;
  margin-right: 20px;
}

.text-block-16 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.grid-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.section-4 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-40 {
  font-family: Poppins, sans-serif;
}

.heading {
  color: var(--green);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

.text-block-17 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.slider {
  border-radius: 0;
  height: 100%;
}

.div-block-41 {
  background-color: #00000045;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 220px;
  padding-left: 0;
  display: flex;
}

.text-block-18 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-19 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.image-8 {
  width: 300px;
  margin-bottom: 20px;
}

.text-block-20 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-13 {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-14 {
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-14._2 {
  text-align: center;
}

.code-embed-3 {
  border-radius: 0;
  width: 70%;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.donate-button {
  border: 1px none var(--outline);
  background-color: var(--color);
  color: var(--white);
  border-radius: 0;
  padding: 5px 25px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.donate-button:hover {
  border-style: none;
  border-color: var(--color);
  background-color: var(--green);
  color: var(--white);
  border-radius: 0;
  padding: 5px 25px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-44 {
  border: 1px none var(--outline);
  background-color: var(--light-grey);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 100px 40px;
  display: flex;
}

.div-block-45 {
  border: 1px solid var(--outline);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.div-block-45._2 {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--outline);
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-9 {
  width: 50px;
  height: 50px;
}

.text-block-21 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-21._2 {
  margin-top: 0;
  font-weight: 400;
}

.text-block-22 {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-22._2 {
  margin-top: 0;
}

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

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  display: flex;
}

.div-block-47 {
  border: 1px none var(--outline);
  background-color: var(--op);
  border-radius: 20px;
  padding: 0 40px;
}

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

.text-block-23 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.div-block-48 {
  background-color: var(--white);
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-50 {
  background-color: var(--op);
  border-radius: 15px;
  width: 70px;
  height: 70px;
  padding: 10px;
}

.button-white {
  border: 1px solid var(--white);
  background-color: var(--op);
  color: var(--white);
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.button-white:hover {
  border-color: var(--color);
  background-color: var(--color);
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.text-block-24 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.slide {
  height: 100%;
}

.slider-2 {
  border-radius: 20px;
  height: 100%;
}

.slide-2 {
  background-image: url('../images/SS-Banner-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-52 {
  width: 100%;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr .5fr;
  height: 100%;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  height: 100%;
}

.div-block-53 {
  background-color: var(--green);
}

.div-block-54 {
  background-color: var(--color);
}

.image-10 {
  width: 100%;
  height: 734.547px;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.div-block-56 {
  position: relative;
}

.image-11 {
  width: 100px;
  position: relative;
  top: -231px;
  left: 330px;
}

.success-message {
  background-color: #20a72b;
  border-radius: 3px;
  padding: 110px 50px;
}

.cta {
  background-color: var(--color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  top: -299px;
  left: 573px;
  box-shadow: 9px 3px 5px #0000001f;
}

.field-label {
  color: #2a2a87;
  font-weight: 400;
}

.submit-button-3 {
  text-transform: uppercase;
  background-color: #309751;
  border-radius: 2px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.close {
  background-color: var(--color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-bottom-left-radius: 0;
  padding: 8px 30px 8px 50px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 0%;
}

.form-block {
  background-color: #ebebeb;
  border-radius: 3px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: block;
  position: relative;
}

.pop-up-section {
  background-color: #000000ba;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.input {
  color: #dddbdb;
  border: 2px solid #7373b1;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 30px;
}

.input.text-area {
  min-height: 100px;
  padding: 10px;
}

.text-block-25 {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 24px;
}

.form-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed-4 {
  width: 70%;
}

.button-5 {
  background-color: var(--color);
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-58 {
  background-image: url('../images/FD.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-59 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.text-block-26 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.grid-15 {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 20px;
}

.text-block-27 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-28 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.right-arrow {
  border: 1px none var(--outline);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  border: 1px none var(--outline);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slide-3 {
  background-image: url('../images/St.-Scalabrini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Church-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon {
  width: 30px;
  height: 30px;
}

.image-12, .image-13 {
  height: 25px;
}

.slide-5 {
  background-image: url('../images/SS-Banner.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-6 {
  background-image: url('../images/slider-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-7 {
  background-image: url('../images/slider-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-8 {
  background-image: url('../images/slider-3.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-9 {
  background-image: url('../images/slider-4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.mask {
  border-radius: 0;
}

.mask-2 {
  border-radius: 20px;
}

.text-block-29 {
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.grid-16 {
  grid-template-rows: auto;
  margin-top: 60px;
}

.div-block-60 {
  border: 1px solid var(--outline);
  padding: 20px;
}

.div-block-61 {
  background-image: url('../images/Father-Daniel.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}

.text-block-30 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-31 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.grid-17 {
  grid-template-columns: 1fr;
}

.div-block-62 {
  border: 1px solid var(--outline);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.text-block-32 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-15 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-63 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-64 {
  margin-right: 10px;
}

.image-14 {
  width: 40px;
  margin-right: 10px;
}

.sacraments {
  background-image: linear-gradient(180deg, var(--white), var(--light-grey));
  padding: 60px 40px;
}

.grid-18 {
  grid-template-rows: auto;
  margin-top: 20px;
}

.text-block-33 {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-34 {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-block-35 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-65 {
  background-image: url('../images/Baptism-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.div-block-65._2 {
  background-image: url('../images/Communion.jpg');
}

.div-block-65._3 {
  background-image: url('../images/Confirmation.jpg');
}

.div-block-65._4 {
  background-image: url('../images/Confession.jpg');
}

.div-block-66 {
  border: 1px solid var(--outline);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-67 {
  background-color: var(--outline);
  width: 80%;
  height: 1px;
  margin-bottom: 10px;
}

.grid-19 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-68 {
  background-image: url('../images/Baptism-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.div-block-68._2 {
  background-image: url('../images/Communion.jpg');
}

.div-block-68._3 {
  background-image: url('../images/Confirmation.jpg');
}

.div-block-68._4 {
  background-image: url('../images/Confession.jpg');
}

.div-block-68._5 {
  background-image: url('../images/marriage.jpg');
}

.div-block-68._6 {
  background-image: url('../images/Anointing.jpg');
}

.div-block-69 {
  border: 1px solid var(--outline);
  background-color: var(--white);
  padding: 20px;
}

.text-block-36 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-16 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.text-block-37 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-38 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-70 {
  background-color: var(--outline);
  width: 80%;
  height: 1px;
  margin-top: 10px;
}

.div-block-71 {
  background-color: #0000003b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-39 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.ministries {
  background-color: var(--light-grey);
  background-image: linear-gradient(180deg, var(--white), var(--light-grey));
  margin-top: 0;
  padding: 60px 40px;
}

.text-block-40 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-41 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-41._2 {
  margin-top: 20px;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-21._2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-21._3 {
  grid-template-columns: 1fr 1fr;
}

.div-block-72 {
  border: 1px solid var(--outline);
}

.grid-22 {
  grid-template-rows: auto 42px 47px;
  grid-template-columns: 1fr;
  width: 100%;
}

.grid-22._2 {
  grid-template-rows: auto 23px 19px;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-74, .div-block-75 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-5 {
  padding: 40px 40px 60px;
}

.text-block-42 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-42._2 {
  margin-top: 40px;
}

.text-block-43 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-76 {
  background-color: var(--outline);
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-77 {
  margin-top: 20px;
}

.section-6 {
  padding: 60px 40px;
}

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

.div-block-78, .div-block-79 {
  margin-top: 10px;
}

.image-15, .image-16, .image-17 {
  width: 30px;
  margin-right: 10px;
}

.link-block-3 {
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.div-block-80 {
  background-color: var(--outline);
  width: 80%;
  height: 1px;
  margin-top: 10px;
}

.text-block-44 {
  font-family: Poppins, sans-serif;
}

.link-block-4 {
  color: var(--dark-grey);
  text-decoration: none;
}

.link-block-5 {
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.text-block-45 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-45._2 {
  margin-top: 10px;
}

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

.div-block-81 {
  margin-top: 10px;
  display: flex;
}

.contact {
  padding: 60px 40px;
}

.div-block-82 {
  margin-top: 40px;
}

.text-block-47 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-48 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-83 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.form-block-2 {
  margin-top: 10px;
}

.grid-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.submit-button-4 {
  background-color: var(--color);
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.form {
  margin-top: 20px;
}

.div-block-84 {
  color: var(--white);
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.text-block-49 {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.div-block-85 {
  background-color: #00000038;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-50 {
  color: var(--white);
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

.section-7 {
  padding: 60px 40px;
}

.text-block-51 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-block-51._2 {
  margin-top: 20px;
}

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

.donations-pledges {
  padding: 60px 40px;
}

.div-block-86 {
  background-color: var(--op);
  margin-top: 20px;
  padding: 60px 40px;
}

.text-block-53 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.grid-25 {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.text-block-54 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-55 {
  color: var(--white);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-87 {
  border: 1px solid var(--outline);
  padding: 20px;
}

.text-block-56 {
  color: var(--white);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.div-block-88 {
  background-color: var(--outline);
  width: 30%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-field-7 {
  border: 1px solid var(--outline);
  background-color: var(--op);
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-field-7::placeholder {
  color: var(--white);
}

.submit-button-5 {
  border: 1px solid var(--outline);
  background-color: var(--op);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.submit-button-5:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.grid-26 {
  margin-top: 10px;
}

.form-block-3 {
  margin-top: 20px;
}

.section-8 {
  background-image: linear-gradient(180deg, var(--color), #637481);
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.banking-details {
  padding: 60px 40px;
}

.text-block-57 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.grid-28 {
  margin-top: 20px;
}

.text-block-58 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.nav-mobile {
  display: none;
}

.burger-3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.slide-10 {
  background-image: url('../images/SS-Banner.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-3 {
  height: 800px;
}

.slide-11 {
  background-image: url('../images/SS-Banner-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/SS-Banner-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/slider-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Baptism-2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-19 {
  filter: invert();
  width: 30px;
}

.div-block-91 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-62 {
  color: var(--white);
  margin-left: 10px;
  font-family: Poppins, sans-serif;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.about-2 {
  padding: 100px 60px;
}

.div-block-92 {
  width: 100%;
  margin-top: 90px;
}

.text-block-63 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (min-width: 1280px) {
  .cta {
    left: 573px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    margin-top: 92px;
  }

  .grid-12 {
    grid-template-columns: 1.25fr 1fr;
  }

  .grid-13 {
    grid-template-columns: 3.5fr .5fr;
  }

  .cta {
    top: -247px;
    left: 736px;
  }

  .slide-3 {
    background-position: 50% 0;
  }

  .div-block-89 {
    height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .text-block._3 {
    font-size: 60px;
    line-height: 65px;
  }

  .image-8 {
    width: 250px;
  }

  .text-block-20 {
    font-size: 18px;
    line-height: 23px;
  }

  .paragraph-14 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-21 {
    font-size: 18px;
  }

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

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

  .div-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-55 {
    font-size: 16px;
  }

  .cta {
    width: 150px;
    height: 150px;
    left: 967px;
  }

  .div-block-58 {
    height: 800px;
  }

  .text-block-26 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .div-block-89 {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    display: none;
  }

  .hero {
    height: 50vh;
    margin-top: 91px;
  }

  .text-block {
    font-size: 25px;
  }

  .text-block._3 {
    text-align: center;
    font-size: 35px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .image-8 {
    width: 200px;
  }

  .text-block-20 {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .paragraph-13 {
    text-align: center;
  }

  .paragraph-14 {
    text-align: center;
    line-height: 21px;
  }

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

  .div-block-44 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-46 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-11 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .text-block-24 {
    text-align: center;
    font-size: 25px;
  }

  .div-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-2 {
    height: 500px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .grid-13 {
    grid-template-rows: 500px;
    grid-template-columns: 4.5fr;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .cta {
    top: 58px;
    left: 0;
  }

  .div-block-58 {
    background-position: 50% 40%;
  }

  .div-block-59 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid-15, .grid-16 {
    grid-template-columns: 1fr;
  }

  .grid-19, .grid-21 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-89 {
    height: 350px;
  }

  .nav-mobile {
    z-index: 98;
    background-color: var(--white);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .grid-29 {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--outline);
    grid-template-rows: auto;
    padding: 10px 40px;
  }

  .image-18 {
    width: 200px;
  }

  .navbar {
    background-color: var(--op);
  }

  .div-block-90 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .burger-3 {
    background-color: var(--op);
    box-shadow: none;
    width: 50px;
    height: 50px;
  }

  .b3-bar1, .b3-middlebar-base, .b3-bar3 {
    background-color: var(--color);
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-link {
    color: var(--dark-grey);
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  .nav-link:visited {
    color: var(--dark-grey);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--white);
    padding: 10px;
  }

  .nav-link-2, .nav-link-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  .nav-link-3._2 {
    background-color: var(--color);
    color: var(--white);
  }

  .div-block-92 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .about-us {
    padding-top: 60px;
  }

  .paragraph-13 {
    text-align: center;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-61 {
    background-position: 50%;
  }

  .grid-19, .grid-21._2, .grid-23 {
    grid-template-columns: 1fr;
  }

  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-84 {
    flex-flow: column;
  }

  .text-block-49 {
    font-size: 30px;
  }

  .div-block-85 {
    flex-flow: column;
  }

  .text-block-50 {
    font-size: 30px;
  }

  .grid-26, .grid-27 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 71px;
  }

  .hero.au {
    height: 35vh;
  }

  .hero.donate {
    margin-top: 0;
  }

  .div-block-3 {
    padding: 60px 20px;
  }

  .paragraph {
    font-size: 13px;
  }

  .rive {
    height: 30px;
  }

  .text-block {
    font-size: 16px;
    line-height: 21px;
  }

  .text-block._3 {
    font-size: 20px;
    line-height: 25px;
  }

  .about {
    max-width: 100%;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-5 {
    text-align: center;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-7._2 {
    font-size: 13px;
    line-height: 19px;
  }

  .question-title {
    flex: 1;
  }

  .div-block-41 {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-18 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

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

  .text-block-20 {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-13 {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-14 {
    font-size: 13px;
    line-height: 19px;
  }

  .paragraph-14._2 {
    font-size: 13px;
    line-height: 18px;
  }

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

  .div-block-44 {
    padding-top: 0;
  }

  .text-block-21 {
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-46 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-51 {
    padding-right: 0;
  }

  .slider-2, .slide-2 {
    height: auto;
  }

  .div-block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-26 {
    font-size: 16px;
    line-height: 16px;
  }

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

  .text-block-28 {
    font-size: 13px;
    line-height: 13px;
  }

  .mask-2 {
    max-width: 100%;
    height: auto;
  }

  .text-block-29 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-61 {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 350px;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-31 {
    font-size: 13px;
    line-height: 13px;
  }

  .div-block-62 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-15 {
    font-size: 13px;
    line-height: 19px;
  }

  .image-14 {
    width: 30px;
  }

  .sacraments {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-36 {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-16, .text-block-38 {
    line-height: 19px;
  }

  .div-block-71 {
    flex-flow: column;
  }

  .text-block-39 {
    font-size: 25px;
  }

  .text-block-40 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-41 {
    text-align: center;
    line-height: 21px;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }

  .text-block-43 {
    font-size: 13px;
    line-height: 18px;
  }

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

  .text-block-47 {
    font-size: 16px;
    line-height: 21px;
  }

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

  .grid-24 {
    grid-template-columns: 1fr;
  }

  .text-block-49, .text-block-50 {
    font-size: 25px;
  }

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

  .text-block-52 {
    font-size: 13px;
    line-height: 19px;
  }

  .donations-pledges, .div-block-86 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-53 {
    font-size: 18px;
    line-height: 23px;
  }

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

  .text-block-55 {
    font-size: 13px;
    line-height: 19px;
  }

  .banking-details {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-28 {
    grid-template-columns: 1fr;
  }

  .text-block-58, .text-block-59 {
    font-size: 13px;
  }

  .div-block-89 {
    max-width: 100%;
    height: auto;
  }

  .grid-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    width: 250px;
  }

  .menu-button {
    padding: 0;
  }

  .slide-10 {
    background-image: url('../images/SS-Banner.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 200px;
  }

  .slider-3 {
    height: 200px;
  }

  .slide-11 {
    background-image: url('../images/SS-Banner-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('../images/slider-3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-13 {
    background-image: url('../images/slider-4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-60, .text-block-61 {
    font-size: 13px;
  }

  .slide-14 {
    background-position: 50%;
  }

  .about-2 {
    padding: 0;
  }

  .div-block-92 {
    margin-top: 69px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_96797135-3d69-9559-00dc-b53eaf08db51-af08db4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


