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

a {
  color: #fdfdf5;
  text-decoration: underline;
}

.image-2 {
  position: absolute;
  width: 120px;
  max-width: none;
  margin-left: 100px;
}

.div-block {
  position: absolute;
  width: 100%;
  height: 120px;
}

.div-block.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: Cormorant, sans-serif;
  text-align: center;
}

.heading {
  width: 70%;
  min-width: 50%;
  font-family: Cormorant, sans-serif;
  color: #fff;
  font-size: 10vh;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

.button {
  width: 180px;
  height: 70px;
  background-color: #fdfdf5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 19px;
  line-height: 50px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  background-color: #d1d1d1;
}

.text-span {
  opacity: 1;
  color: #b8402c;
}

.text-span-2 {
  color: #fdfdf5;
}

.section {
  width: 100%;
  padding: 25px 70px 70px 35px;
  background-color: #383e30;
}

.hed {
  width: 500px;
  height: auto;
  margin-left: -141px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 45px;
  font-weight: 500;
}

.text-span-3 {
  color: #b3331e;
}

.div-block-3 {
  position: absolute;
  height: 68px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #b3331e;
}

.div-block-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 500px;
  height: 1px;
  margin-top: 13px;
  margin-left: -24px;
}

.image-4 {
  height: 400px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 35px;
  margin-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dfg {
  margin-right: -2px;
  margin-left: 60px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 22px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
}

.bor {
  width: 230px;
  height: auto;
  margin-left: 20px;
  font-family: Cormorant, sans-serif;
  color: #b3331e;
  font-size: 45px;
  font-weight: 500;
}

.div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grr {
  width: 100%;
  padding: 25px 70px 70px 35px;
  background-color: #fdfdf5;
}

.prr {
  margin-right: 60px;
  margin-left: 0px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 19px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
}

.pl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 35px;
  margin-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4-copy {
  height: 330px;
}

.sdsd {
  height: 330px;
}

.text-span-4 {
  font-size: 30px;
  font-weight: 500;
}

.text-block {
  position: static;
  margin-top: -12px;
  margin-right: 35px;
  margin-left: -1px;
  padding-bottom: 0px;
  float: right;
  clear: both;
  font-family: Cormorant, sans-serif;
  color: #c4c4c4;
}

.image-5 {
  position: absolute;
  width: 200px;
}

.div-block-6 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  height: 180px;
}

.paragraph {
  width: 580px;
  margin-top: 20px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.text-span-5 {
  font-size: 34px;
}

.section-2 {
  margin-top: 80px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #383e30;
}

.image-7 {
  text-align: center;
}

.blp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cacamaca {
  width: 230px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-2 {
  margin-left: 20px;
  padding-right: 20px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 20px;
  text-decoration: underline;
}

.image-9 {
  width: 2px;
  height: 60px;
}

.cacamaca-copy {
  width: 210px;
}

.slider {
  width: 100%;
  height: 500px;
  background-color: transparent;
  color: transparent;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fdfdf5;
}

.image-10 {
  display: none;
  width: 100px;
}

.nav-link {
  margin-right: 25px;
  border-bottom: 1px none #383e30;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link:hover {
  color: #a0a0a0;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  display: block;
  width: 100px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.div-block-11 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 133px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-2 {
  overflow: visible;
  width: auto;
  height: auto;
  background-color: transparent;
}

.image-13 {
  height: 550px;
}

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

.image-14 {
  height: 500px;
}

.slide-nav {
  display: none;
}

.heading-2 {
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 45px;
  font-weight: 400;
}

.text-span-6 {
  color: #b3331e;
}

.div-block-13 {
  margin-right: 50px;
}

.paragraph-2 {
  width: 550px;
  margin-top: 38px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.button-2 {
  width: auto;
  margin-top: -6px;
  padding: 22px 26px;
  float: right;
  background-color: #b3331e;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  text-align: center;
}

.button-2:hover {
  background-color: #db553f;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slider-3 {
  width: auto;
  height: 550px;
  margin-left: 53px;
  background-color: transparent;
}

.image-15 {
  width: auto;
  height: 500px;
  text-align: left;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.image-17 {
  width: 100%;
  max-width: none;
}

.section-3 {
  height: 100%;
  padding: 20px 100px;
  background-color: #383e30;
  color: #383e30;
}

.heading-3 {
  width: 400px;
  margin-left: 50px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 45px;
  font-weight: 500;
}

.text-span-7 {
  color: #b3331e;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  width: 500px;
  height: 2px;
  margin-top: 7px;
  margin-left: 0px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  height: 550px;
}

.paragraph-3 {
  width: 450px;
  margin-right: 110px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.div-block-15-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 26px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3-copy {
  width: 500px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 110px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.div-block-15-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 26px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  padding: 20px;
  background-image: url('../images/shutterstock_1480412177-1-1-min.png');
  background-size: cover;
  background-attachment: scroll;
}

.heading-2-copy {
  margin-top: 100px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.text-span-8 {
  color: #b3331e;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.paragraph-3-copy-copy {
  width: 500px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.heading-3-copy {
  width: 400px;
  margin-left: 50px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 45px;
  font-weight: 500;
}

.image-20 {
  width: 30px;
  margin-left: 25px;
}

.image-21 {
  width: 30px;
  margin-right: 25px;
}

.paragraph-4 {
  margin-top: 32px;
  margin-bottom: -15px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 18px;
  text-align: center;
}

.paragraph-4-copy {
  margin-top: 32px;
  margin-bottom: -15px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 15px;
  text-align: center;
}

.div-block-18 {
  margin-right: 25px;
}

.div-block-19 {
  margin-right: 25px;
}

.div-block-20 {
  position: absolute;
  display: block;
  width: auto;
}

.dropdown-toggle {
  padding-right: 16px;
}

.dropdown-toggle-2 {
  padding-right: 16px;
}

.nav-link-copy {
  margin-right: 25px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 20px;
  cursor: pointer;
}

.nav-link-copy:hover {
  color: #a0a0a0;
}

.nav-link-copy {
  margin-right: 25px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link-copy:hover {
  color: #a0a0a0;
}

.dropdown-list-1.w--open {
  background-color: #fdfdf5;
}

.dropdown-link {
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.dropdown-link.w--current {
  text-decoration: none;
}

.section-5 {
  width: 100%;
  height: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-6 {
  padding: 242px 20px 231px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/main-marriage-pic.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/main-marriage-pic.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  padding-top: 224px;
  padding-bottom: 101px;
  border-bottom: 1px solid #000;
  background-image: url('../images/monk-writing-manuscript.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/DSC00312-1-2-min.png');
  background-position: 0px 0px;
  background-size: cover;
}

.dropdown-list-2.w--open {
  background-color: #fdfdf5;
}

.nav-link-2 {
  margin-right: 25px;
  border-bottom: 1px none #383e30;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link-2:hover {
  color: #a0a0a0;
}

.body-2 {
  padding-bottom: 0px;
  background-image: url('../images/shutterstock_561518158-1-min.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 146px;
  padding-bottom: 87px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  width: 150px;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.text-span-9 {
  color: #b3331e;
}

.paragraph-5 {
  width: 500px;
  margin-top: 23px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin: 50px auto -29px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fdfdf5;
}

.image-23 {
  width: 12px;
}

.div-block-25 {
  width: 100%;
  margin-top: -10px;
  margin-left: 11px;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 23px;
  font-weight: 500;
}

.paragraph-5-copy {
  width: 500px;
  margin-top: 10px;
  padding-right: 18px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
}

.div-block-24-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin: 50px auto 52px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fdfdf5;
}

.faq-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.faq-wrapper.grey {
  width: 70%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #fdfdf5;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4f6f8), to(#f5f5f5));
  background-image: linear-gradient(90deg, #f4f6f8, #f5f5f5);
  box-shadow: 2px 0 6px -1px #c9c9c9;
}

.arrow-black-f44 {
  display: block;
}

.icon-wrapper-f44 {
  position: relative;
}

.answer-text-f3 {
  width: 95%;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 16px;
  font-weight: 400;
}

.faq-f44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdf5;
}

.question-wrapper-f44 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: auto;
  max-width: 800px;
  min-width: 800px;
  margin: 10px auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  text-decoration: none;
}

.question-wrapper-f44:hover {
  box-shadow: 1px 0 10px 1px #e9e9e9;
}

.answer-f44 {
  overflow: hidden;
  font-size: 16px;
}

.text-question-f44 {
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}

.bg-image-f44 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: none;
  height: 90%;
}

.question-f44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.bg-image-f44-copy {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: 90%;
}

.bg-image-f44-d {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: 90%;
}

.bg-image-f44-opy {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: 90%;
}

.bg-image-f44-py {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: 90%;
}

.section-9 {
  padding-top: 109px;
}

.body-3 {
  background-image: url('../images/DSC00289-2-min.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  line-height: 23px;
}

.text-span-10 {
  color: #b3331e;
}

.faq-wrapper-copy {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.faq-wrapper-copy.grey {
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #fdfdf5;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4f6f8), to(#f5f5f5));
  background-image: linear-gradient(90deg, #f4f6f8, #f5f5f5);
  box-shadow: 2px 0 6px -1px #c9c9c9;
}

.heading-4-copy {
  margin-top: 141px;
  margin-bottom: 125px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.link-block {
  border-bottom: 1px none #000;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.section-2-copy {
  margin-top: -1px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #383e30;
}

.text-span-11 {
  color: #b3331e;
}

.section-10 {
  background-image: url('../images/biserica-grecia.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.footer-section {
  margin-top: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #383e30;
}

.text-span-12 {
  color: #b3331e;
}

.hed-copy {
  width: 500px;
  height: auto;
  margin-left: -177px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 45px;
  font-weight: 500;
}

.image-3ds-copy {
  width: 500px;
  height: 1px;
  margin-top: 13px;
  margin-left: -131px;
}

.sldkfjsdfk {
  width: 100%;
  padding: 25px 70px 70px 35px;
  background-color: #fdfdf5;
  color: #fdfdf5;
}

.section-11 {
  padding-top: 90px;
  background-image: url('../images/DSC00312-1-2-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-23-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 76px;
  padding-bottom: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-13 {
  color: #b3331e;
}

.paragraph-5-cosdsdpy {
  width: 600px;
  margin-top: 136px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 23px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.text-span-14 {
  color: #b3331e;
}

.section-12 {
  padding-left: 36px;
}

.istoriasection {
  padding: 45px 70px;
  background-color: #fdfdf5;
}

.heading-5 {
  width: auto;
  font-family: Cormorant, sans-serif;
  color: #b3331e;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.headerdiv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 66px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line2 {
  width: 500px;
  margin-top: 14px;
  margin-right: 58px;
  margin-left: 48px;
}

.eachsection {
  margin-top: 50px;
  margin-right: 75px;
  margin-left: 75px;
}

.paragraph-6 {
  float: none;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.image-25 {
  max-width: 50%;
  margin-right: 39px;
  margin-bottom: 80px;
  float: left;
}

.text-span-15 {
  color: #b3331e;
}

.headerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 66px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 500px;
  margin-top: 14px;
  margin-left: 48px;
}

.imagetoright {
  max-width: 50%;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 39px;
  float: right;
}

.link {
  color: #fdfdf5;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.paragraph-6-copy {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.link-6 {
  text-decoration: none;
}

.headerdiv2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5-copy {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Cormorant, sans-serif;
  color: #b3331e;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.dfg-copy {
  margin-right: -2px;
  margin-left: 60px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 22px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
}

.body-5 {
  background-image: url('../images/DSC00312-1-2-min.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-13 {
  padding-top: 90px;
}

.section-14 {
  padding-top: 21px;
}

.text-span-18 {
  color: #b3331e;
}

.text-span-19 {
  color: #b3331e;
}

.text-span-20 {
  color: #b3331e;
}

.text-span-21 {
  color: #b3331e;
}

.text-span-22 {
  color: #b3331e;
}

.text-span-23 {
  color: #b3331e;
}

.text-span-24 {
  color: #b3331e;
}

.text-span-25 {
  color: #b3331e;
}

.text-span-26 {
  color: #b3331e;
}

.text-span-27 {
  color: #b3331e;
}

.text-span-28 {
  color: #b3331e;
}

.text-span-29 {
  color: #b3331e;
}

.text-span-30 {
  color: #b3331e;
}

.text-span-31 {
  color: #b3331e;
}

.text-span-32 {
  color: #b3331e;
}

.text-span-33 {
  color: #b3331e;
}

.text-span-34 {
  color: #b3331e;
}

.text-span-35 {
  color: #b3331e;
}

.text-span-36 {
  color: #b3331e;
}

.text-span-37 {
  color: #b3331e;
}

.text-span-38 {
  color: #b3331e;
}

.text-span-39 {
  color: #b3331e;
}

.text-span-40 {
  color: #b3331e;
}

.text-span-41 {
  color: #b3331e;
}

.text-span-42 {
  color: #b3331e;
}

.text-span-43 {
  color: #b3331e;
}

.text-span-44 {
  color: #b3331e;
}

.text-span-45 {
  color: #b3331e;
}

.text-span-46 {
  color: #b3331e;
}

.text-span-47 {
  color: #b3331e;
}

.text-span-48 {
  color: #b3331e;
}

.text-span-49 {
  color: #b3331e;
}

.text-span-50 {
  color: #b3331e;
}

.text-span-51 {
  color: #b3331e;
}

.text-span-52 {
  color: #b3331e;
}

.text-span-53 {
  color: #b3331e;
}

.text-span-54 {
  color: #b3331e;
}

.tararara {
  padding-right: 150px;
  padding-left: 150px;
  float: none;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-span-55 {
  color: #b3331e;
}

.text-span-56 {
  color: #b3331e;
}

.text-span-57 {
  color: #b3331e;
}

.text-span-58 {
  color: #b3331e;
}

.section-15 {
  padding-top: 0px;
}

.body-6 {
  background-image: url('../images/citind-acatiste-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sdfasdfasdf {
  max-width: 70%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.section-16 {
  padding: 25px;
}

.div-block-26 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.eachakathist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #383e30;
  cursor: pointer;
}

.eachakathist:hover {
  background-color: #5c6353;
}

.akathistimage {
  width: 20%;
}

.akathistheader {
  padding-right: 50px;
  padding-left: 50px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.image-26 {
  width: 50px;
  margin-right: 32px;
  margin-left: 0px;
  background-color: transparent;
}

.body-7 {
  background-image: url('../images/citind-acatiste-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.akathistsection {
  padding: 25px;
}

.the-akathist-div {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #383e30;
  cursor: auto;
}

.the-akathist-div:hover {
  background-color: #383e30;
}

.akathist-text {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Cormorant, sans-serif;
  color: #bebebe;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.akathheader {
  color: #fdfdf5;
  font-size: 25px;
}

.text-span-59 {
  color: #b3331e;
}

.akathimage {
  width: 150px;
}

.linkblok {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.footer-wrapper {
  padding-top: 1px;
  padding-bottom: 60px;
  background-color: #fdfdf5;
  font-family: Montserrat, sans-serif;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin: 40px auto;
}

.footer {
  width: 940px;
  margin-top: 100px;
  margin-bottom: 80px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 6fr 20px 3.25fr 20px 3.25fr 20px 4fr;
  grid-template-columns: 6fr 3.25fr 3.25fr 4fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  color: #fdfdf5;
}

.company-text {
  color: #747474;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(29, 31, 46, 0.3);
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #747474;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-footer-section-headline {
  color: #747474;
}

.footer-grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-link {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #242424;
}

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.footer-email-link:hover {
  color: #242424;
}

.image-27 {
  width: 30%;
}

.slide-nav-3 {
  display: none;
}

.footer-wrapper-copy {
  padding-top: 1px;
  padding-bottom: 60px;
  background-color: #383e30;
  font-family: Montserrat, sans-serif;
}

.small-paragraph-copy {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph-copy.cc-copyright-footer {
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(253, 253, 245, 0.66);
}

.small-paragraph-copy.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #747474;
}

.company-text-copy {
  color: #fdfdf5;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.label-copy {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-copy.cc-footer-section-headline {
  color: #747474;
}

.label-copy {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-copy.cc-footer-section-headline {
  color: #747474;
}

.label-copy {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-copy.cc-footer-section-headline {
  color: #fdfdf5;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-link-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy:hover {
  color: #242424;
}

.footer-email-link-copy {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fdfdf5;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.footer-email-link-copy:hover {
  color: #242424;
}

.footer-link-copy-copy {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-copy-copy:hover {
  color: #242424;
}

.body-8 {
  background-image: url('../images/citind-acatiste-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body-9 {
  background-image: url('../images/citind-acatiste-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body-10 {
  background-image: url('../images/citind-acatiste-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body-11 {
  background-image: url('../images/citind-acatiste-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-span-60 {
  color: #b3331e;
}

.text-span-61 {
  color: #b3331e;
}

.text-span-62 {
  color: #b3331e;
}

.text-span-63 {
  color: #b3331e;
}

.section-17 {
  width: 100%;
  height: 100%;
  padding-top: 90px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  height: 100%;
  padding-top: 90px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(56, 62, 48, 0.34)), to(#fff)), url('../images/brasov-biserica.jpg');
  background-image: linear-gradient(180deg, rgba(56, 62, 48, 0.34) 100%, #fff), url('../images/brasov-biserica.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.column-2 {
  height: 88vh;
}

.grid {
  padding-top: 90px;
}

.section-18 {
  height: 13%;
}

.grid-2 {
  grid-template-areas: "Area";
}

.section-19 {
  overflow: visible;
  height: 87%;
  margin-bottom: 0px;
}

.div-block-28 {
  height: 100%;
}

.columns-2 {
  height: 100%;
}

.column-3 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(56, 62, 48, 0.41)), to(#fff)), url('../images/brasov-biserica.jpg');
  background-image: linear-gradient(180deg, rgba(56, 62, 48, 0.41) 100%, #fff), url('../images/brasov-biserica.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.column-4 {
  height: auto;
  background-color: #383e30;
}

.body-12 {
  overflow: visible;
  height: 100%;
}

.paragraph-7 {
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 20px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.44)), to(#fff)), url('../images/brasov-biserica.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 100%, #fff), url('../images/brasov-biserica.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.article-text-div {
  overflow: auto;
  width: 50%;
  height: 100%;
  padding: 25px;
  background-color: #383e30;
}

.image-28 {
  width: 80px;
  margin-top: 25px;
  margin-left: 50px;
}

.article-logo {
  width: 80px;
  margin-top: 25px;
  margin-left: 50px;
}

.article-date {
  padding-left: 25px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-weight: 400;
}

.article-title {
  padding-left: 25px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-weight: 400;
}

.div-block-32 {
  margin-bottom: 50px;
}

.quote {
  padding-left: 20px;
  border-left: 3px solid #fdfdf5;
  font-family: Cormorant, sans-serif;
  color: rgba(253, 253, 245, 0.88);
  font-size: 28px;
  font-weight: 400;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  color: rgba(253, 253, 245, 0.88);
  font-size: 20px;
  font-weight: 500;
}

.article-header {
  padding-left: 0px;
  border-left: 3px none #fdfdf5;
  font-family: Cormorant, sans-serif;
  color: rgba(253, 253, 245, 0.88);
  font-size: 35px;
  line-height: 44px;
  font-weight: 400;
}

.article-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  color: rgba(253, 253, 245, 0.88);
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.article-picture-and-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.34)), to(#fff)), url('../images/biserica-grecia.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 100%, #fff), url('../images/biserica-grecia.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.article-text-image {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 3px;
  border-color: rgba(253, 253, 245, 0.45);
  border-radius: 0px;
}

.article-author {
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 16px;
  text-align: right;
}

.body-13 {
  padding-bottom: 0px;
  background-color: #fdfdf5;
}

.section-20 {
  padding-top: 195px;
  padding-bottom: 214px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.39)), to(#fff)), url('../images/henry-be--Pg63JThyCg-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 100%, #fff), url('../images/henry-be--Pg63JThyCg-unsplash.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-21 {
  height: 90px;
}

.heading-6 {
  padding-left: 48px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 65px;
  font-weight: 500;
}

.text-span-64 {
  color: #b3331e;
}

.heading-7 {
  margin-left: 48px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 26px;
  font-weight: 400;
}

.blog3-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-white {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  color: #111212;
}

.btn.btn-white.blog2-card-cta {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: block;
}

.wrap-2 {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap-2.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog3-card {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: #fff;
}

.blog3-card.blog3-card1-content {
  position: relative;
  background-image: url('../images/card1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog3-card.blog3-card5-content {
  background-image: url('../images/card52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card4-content {
  background-image: url('../images/card42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card6-content {
  background-image: url('../images/card62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog3-card.blog3-card2-content {
  background-image: url('../images/card2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section-22 {
  overflow: hidden;
}

.titles {
  margin-bottom: 20px;
  padding-left: 80px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 50px;
  font-weight: 500;
}

.latestarticlediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.latestarticleimagediv {
  width: 50%;
  height: 400px;
}

.latestarticletextdiv {
  width: 50%;
  height: 400px;
  margin-left: 25px;
  padding: 80px 30px;
  background-color: #383e30;
  color: transparent;
}

.image-29 {
  max-height: 500px;
}

.showarticletag {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cormorant, sans-serif;
  color: rgba(253, 253, 245, 0.51);
  font-size: 20px;
  font-weight: 500;
}

.showarticletitle {
  margin-top: 0px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-weight: 500;
}

.showarticlesample {
  font-family: Cormorant, sans-serif;
  color: rgba(253, 253, 245, 0.61);
  font-size: 18px;
}

.continuereadingbutton {
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fdfdf5;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 16px;
  text-decoration: none;
}

.continuereadingbutton:hover {
  background-color: #ccc;
}

.sfantulzileisection {
  display: none;
  padding: 20px 80px;
}

.titles-copy {
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 50px;
  font-weight: 500;
}

.casatoriesection {
  display: none;
  padding: 20px 80px;
}

.ortodoxiesection {
  display: none;
  padding: 20px 80px;
}

.recentsection {
  padding: 20px 80px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.eachlatestarticle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 580px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #383e30;
}

.image-30 {
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
}

.div-block-34 {
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.div-block-35 {
  width: 100%;
  height: 300px;
}

.image-31 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-32 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-23 {
  background-color: #fdfdf5;
}

.heading-8 {
  font-family: Cormorant, sans-serif;
  color: #b3331e;
  font-size: 45px;
  line-height: 47px;
  font-weight: 500;
  text-align: center;
}

.televizatimage {
  width: 20%;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 156px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
}

.text-span-65 {
  color: #b3331e;
}

.heading-10 {
  margin-right: 449px;
  margin-bottom: 70px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.button-3 {
  position: static;
  width: 200px;
  height: 60px;
  float: right;
  border-radius: 7px;
  background-color: #b3331e;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.section-24 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #383e30;
}

.redheading11 {
  margin-bottom: 34px;
  background-color: transparent;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.image-33 {
  width: 30%;
  text-align: left;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-66 {
  color: #b3331e;
}

.redheading11-copy {
  margin-top: -27px;
  background-color: transparent;
  font-family: Cormorant, sans-serif;
  color: #b3331e;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.now {
  width: auto;
  margin-top: 49px;
  padding: 22px 26px;
  float: right;
  background-color: #b3331e;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  text-align: center;
}

.now:hover {
  background-color: #db553f;
}

.just-this {
  padding-top: 224px;
  padding-bottom: 101px;
  border-bottom: 1px solid #000;
  background-image: url('../images/shutterstock_2037395792-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-25 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fdfdf5;
}

.heading-11 {
  margin-bottom: 30px;
  margin-left: 65px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 55px;
  font-weight: 500;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.fadedcalendarheader {
  margin-bottom: 0px;
  font-family: Cormorant, sans-serif;
  color: #333;
  font-weight: 400;
}

.dayoftheweekdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weekdaysdateheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.fadedcalendarimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fadedcalendarimageclass {
  width: 200px;
  height: 250px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  mix-blend-mode: darken;
}

.fadedcalendarimageclass:hover {
  background-image: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.boldcalendarheader {
  margin-bottom: 0px;
  font-family: Cormorant, sans-serif;
  color: #333;
  font-weight: 400;
}

.boldcalendarimage {
  width: 200px;
  height: 250px;
  background-image: url('../images/john-baptist.png');
  background-position: 0px 0px;
  background-size: cover;
}

.actualweekimage {
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-12 {
  position: absolute;
  width: 190px;
  font-family: Cormorant, sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}

.heading-13 {
  position: absolute;
  top: 11%;
  width: 200px;
  opacity: 1;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.weekdaygobutton {
  position: absolute;
  left: 36%;
  top: 39%;
  width: auto;
  margin-top: 49px;
  padding: 10px 15px;
  float: right;
  background-color: #b3331e;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  text-align: center;
}

.weekdaygobutton:hover {
  background-color: #db553f;
}

.fadedanimweeklydivblock {
  position: relative;
}

.bolddayoftheweekdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boldanimweeklydivblock {
  position: relative;
}

.section-26 {
  background-color: #383e30;
}

.aplicatiebutton {
  width: auto;
  margin-top: 18px;
  padding: 22px 26px;
  float: left;
  background-color: #b3331e;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  text-align: center;
}

.aplicatiebutton:hover {
  background-color: #db553f;
}

.calendarsectionone {
  padding-top: 224px;
  padding-bottom: 101px;
  border-bottom: 1px solid #000;
  background-image: linear-gradient(357deg, #383e30 8%, transparent 60%), url('../images/church.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.headingcalendar {
  width: 600px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.calendardate {
  font-family: Cormorant, sans-serif;
  color: #b3331e;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.section-27 {
  background-color: #383e30;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  padding-bottom: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-34 {
  width: 30%;
}

.text-block-4 {
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.section-28 {
  margin-top: 0px;
  padding-bottom: 49px;
  background-color: #383e30;
}

.headerwithredline {
  width: auto;
  height: auto;
  margin-left: 0px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 45px;
  font-weight: 500;
}

.redline {
  width: 500px;
  height: 1px;
  margin-top: 13px;
  margin-left: 29px;
}

.div-block-41 {
  display: block;
  margin-top: 51px;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.centered {
  width: 40%;
  margin-top: 49px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.moarteadiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-29 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fdfdf5;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-36 {
  width: 50%;
  float: left;
}

.paragraph-9 {
  padding-right: 24px;
  padding-left: 27px;
  font-family: Cormorant, sans-serif;
  color: #383e30;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagefirst {
  width: 55%;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
}

.gotoakathist {
  width: auto;
  margin-top: 44px;
  padding: 22px 26px;
  float: none;
  background-color: #b3331e;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  text-align: center;
}

.gotoakathist:hover {
  background-color: #db553f;
}

.section-28-copy {
  margin-top: 0px;
  padding-bottom: 49px;
  background-color: #383e30;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  width: 40%;
  height: 1px;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #b3331e;
  color: #b3331e;
}

.divvy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainsaintimagediv {
  width: 30%;
  height: auto;
}

.div-block-46 {
  display: inline-block;
  width: 55%;
  height: 300px;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  background-image: url('../images/image-19-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.secondarypicturediv {
  display: inline-block;
  width: 55%;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
}

.thirdpictureclassdiv {
  display: inline-block;
  width: 50%;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.mainsaintimagedivcopy {
  width: 40%;
  height: auto;
}

.calendarheader {
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
}

.calendarsub {
  margin-right: 449px;
  margin-bottom: 70px;
  font-family: Cormorant, sans-serif;
  color: #fdfdf5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.divcalendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 156px;
  margin-left: 0px;
  padding-left: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1440px) {
  .heading {
    width: 800px;
    min-width: 0%;
  }

  .hed {
    margin-left: -272px;
  }

  .div-block-4 {
    margin-left: 0px;
    font-size: 50px;
  }

  .image-4 {
    height: 450px;
  }

  .div-block-5 {
    margin-right: 68px;
    margin-left: 129px;
  }

  .dfg {
    margin-right: 81px;
    margin-bottom: 17px;
    margin-left: 110px;
    font-size: 27px;
  }

  .grr {
    margin-right: 25px;
  }

  .prr {
    margin-right: 160px;
    margin-left: -9px;
  }

  .pl {
    margin-right: 112px;
    margin-left: 112px;
  }

  .sdsd {
    height: 360px;
  }

  .text-block {
    margin-right: 111px;
    margin-left: -11px;
  }

  .blp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cacamaca {
    width: 120px;
    margin-left: 115px;
  }

  .cacamaca-copy {
    width: 150px;
    margin-left: 0px;
  }

  .slider {
    width: 100%;
    height: 600px;
    margin-top: 88px;
    background-color: transparent;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fdfdf5;
  }

  .image-10 {
    display: none;
    width: 120px;
  }

  .brand {
    margin-left: -127px;
  }

  .nav-link {
    display: block;
    padding-right: 20px;
    font-family: Cormorant, sans-serif;
    color: #383e30;
    font-size: 23px;
    font-weight: 500;
  }

  .nav-link:hover {
    color: #888;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -192px;
    margin-left: -5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    display: block;
    width: 120px;
  }

  .div-block-11 {
    margin-top: 196px;
  }

  .heading-2 {
    font-size: 55px;
  }

  .div-block-13 {
    margin-right: 75px;
  }

  .paragraph-2 {
    margin-top: 52px;
    font-size: 28px;
    line-height: 32px;
  }

  .button-2 {
    margin-top: 36px;
    padding-top: 22px;
    font-size: 20px;
  }

  .slider-3 {
    width: 500px;
    height: 620px;
    margin-left: 216px;
  }

  .heading-3 {
    font-size: 55px;
  }

  .image-19 {
    height: 620px;
  }

  .paragraph-3 {
    width: 550px;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-3-copy {
    margin-left: 110px;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-3-copy-copy {
    margin-left: 0px;
    font-size: 26px;
  }

  .heading-3-copy {
    font-size: 55px;
  }

  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .dropdown-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-toggle {
    margin-right: 25px;
    padding-right: 45px;
  }

  .dropdown-toggle-2 {
    margin-right: 25px;
    padding-right: 45px;
  }

  .text-block-3 {
    font-family: Cormorant, sans-serif;
    color: #fdfdf5;
    font-size: 23px;
  }

  .icon-4 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #383e30;
  }

  .nav-link-copy {
    display: block;
    padding-right: 20px;
    font-family: Cormorant, sans-serif;
    color: #fdfdf5;
    font-size: 23px;
  }

  .nav-link-copy:hover {
    color: #888;
  }

  .nav-link-copy {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    font-family: Cormorant, sans-serif;
    color: #383e30;
    font-size: 23px;
    font-weight: 500;
  }

  .nav-link-copy:hover {
    color: #888;
  }

  .icon-5 {
    color: #383e30;
  }

  .dropdown-list-1 {
    background-color: #fdfdf5;
  }

  .dropdown-link {
    font-family: Cormorant, sans-serif;
    font-size: 20px;
  }

  .dropdown-link-2 {
    font-family: Cormorant, sans-serif;
    font-size: 20px;
  }

  .section-6 {
    padding-top: 343px;
    padding-bottom: 322px;
  }

  .dropdown-list-2 {
    background-color: #fdfdf5;
  }

  .nav-link-2 {
    display: block;
    padding-right: 20px;
    font-family: Cormorant, sans-serif;
    color: #383e30;
    font-size: 23px;
    font-weight: 500;
  }

  .nav-link-2:hover {
    color: #888;
  }

  .question-wrapper-f44 {
    min-width: 800px;
  }

  .hed-copy {
    margin-left: -272px;
  }

  .dfg-copy {
    margin-right: 81px;
    margin-bottom: 17px;
    margin-left: 110px;
    font-size: 27px;
  }

  .image-33 {
    width: 25%;
  }

  .now {
    margin-top: 36px;
    padding-top: 22px;
    font-size: 20px;
  }

  .weekdaygobutton {
    margin-top: 36px;
    padding-top: 10px;
    font-size: 20px;
  }

  .section-26 {
    padding: 20px;
  }

  .aplicatiebutton {
    margin-top: 36px;
    padding-top: 22px;
    font-size: 20px;
  }

  .headingcalendar {
    font-size: 48px;
  }

  .calendardate {
    font-size: 35px;
  }

  .image-34 {
    width: 35%;
  }

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

  .headerwithredline {
    margin-left: -272px;
  }

  .centered {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-9 {
    font-size: 25px;
    line-height: 30px;
  }

  .gotoakathist {
    margin-top: 36px;
    padding-top: 22px;
    font-size: 20px;
  }

  .div-block-44 {
    margin-top: -4px;
  }

  .divvy {
    margin-left: 0px;
    font-size: 50px;
  }

  .mainsaintimagediv {
    width: 35%;
    height: auto;
  }

  .div-block-46 {
    height: 420px;
  }

  .secondarypicturediv {
    height: auto;
  }

  .thirdpictureclassdiv {
    height: auto;
  }

  .mainsaintimagedivcopy {
    width: 60%;
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .image-2 {
    width: 180px;
    max-width: none;
  }

  .heading {
    font-size: 90px;
    line-height: 110px;
  }

  .button {
    width: 270px;
    height: 100px;
    margin-top: 25px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
  }

  .hed {
    width: 800px;
    margin-left: -80px;
    font-size: 73px;
  }

  .image-3 {
    width: 800px;
    height: 2px;
  }

  .image-4 {
    height: 500px;
  }

  .div-block-5 {
    margin-top: 36px;
    margin-right: 210px;
    margin-left: 138px;
  }

  .dfg {
    margin-right: 42px;
    margin-left: 118px;
    font-size: 38px;
    line-height: 45px;
  }

  .bor {
    font-size: 73px;
  }

  .div2 {
    margin-right: 111px;
  }

  .prr {
    margin-right: 176px;
    margin-left: 143px;
    font-size: 33px;
    line-height: 40px;
  }

  .pl {
    margin-top: 48px;
  }

  .sdsd {
    height: 450px;
  }

  .text-span-4 {
    font-size: 45px;
  }

  .text-block {
    margin-top: -60px;
    font-size: 22px;
  }

  .image-6 {
    height: 270px;
  }

  .paragraph {
    width: 700px;
    font-family: Cormorant, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }

  .text-span-5 {
    font-size: 47px;
  }

  .div-block-9 {
    margin-top: 3px;
  }

  .div-block-13 {
    margin-right: 127px;
  }

  .button-2 {
    padding: 33px 30px;
    font-size: 30px;
  }

  .div-block-15 {
    margin-left: 230px;
  }

  .div-block-15-copy {
    margin-left: 230px;
  }

  .div-block-15-copy-copy {
    margin-left: -230px;
  }

  .section-6 {
    padding-top: 377px;
    padding-bottom: 382px;
  }

  .section-7 {
    padding-top: 251px;
    padding-bottom: 170px;
  }

  .hed-copy {
    width: 800px;
    margin-left: -80px;
    font-size: 73px;
  }

  .image-3ds-copy {
    width: 800px;
    height: 2px;
  }

  .dfg-copy {
    margin-right: 42px;
    margin-left: 118px;
    font-size: 38px;
    line-height: 45px;
  }

  .eachakathist {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .just-this {
    padding-top: 251px;
    padding-bottom: 170px;
  }

  .calendarsectionone {
    padding-top: 251px;
    padding-bottom: 170px;
  }

  .text-block-4 {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  .headerwithredline {
    width: auto;
    margin-left: 0px;
    font-size: 60px;
  }

  .redline {
    width: 800px;
    height: 2px;
  }

  .centered {
    font-size: 30px;
    line-height: 35px;
  }

  .moarteadiv {
    margin-right: 111px;
  }

  .paragraph-9 {
    font-size: 30px;
    line-height: 35px;
  }

  .gotoakathist {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-44 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-45 {
    margin-left: 61px;
  }

  .mainsaintimagediv {
    height: auto;
  }

  .div-block-46 {
    height: 530px;
  }

  .secondarypicturediv {
    height: auto;
  }

  .thirdpictureclassdiv {
    height: auto;
  }

  .mainsaintimagedivcopy {
    width: 40%;
    height: auto;
  }

  .calendarheader {
    font-size: 75px;
    line-height: 60px;
  }

  .calendarsub {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    height: 75%;
  }

  .heading {
    margin-bottom: 19px;
    font-size: 45px;
    line-height: 70px;
  }

  .button {
    width: 140px;
    height: 55px;
    font-size: 14px;
    line-height: 40px;
  }

  .hed {
    margin-left: 5px;
    font-size: 35px;
  }

  .text-span-3 {
    font-size: 35px;
  }

  .div-block-4 {
    margin-left: 0px;
  }

  .image-3 {
    width: 300px;
    margin-left: -152px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dfg {
    margin-top: 29px;
    margin-right: 50px;
    margin-left: 50px;
    line-height: 28px;
  }

  .bor {
    width: 120px;
    margin-right: 44px;
    margin-left: 17px;
    font-size: 35px;
  }

  .div2 {
    margin-right: -85px;
  }

  .prr {
    margin-right: 60px;
    margin-left: 60px;
  }

  .pl {
    margin-right: -13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sdsd {
    margin-top: 37px;
  }

  .text-block {
    margin-top: -2px;
    margin-right: 106px;
    margin-left: -2px;
  }

  .div-block-6 {
    height: 53%;
  }

  .image-6 {
    height: 130px;
  }

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

  .text-span-5 {
    font-size: 27px;
  }

  .cacamaca-copy {
    width: 170px;
  }

  .slider {
    overflow: visible;
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 99px;
  }

  .navbar {
    width: 100%;
    background-color: #fdfdf5;
  }

  .image-10 {
    display: none;
    width: 80px;
    margin-top: 10px;
    margin-left: 33px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #383e30;
    text-align: left;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-top: 88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdfdf5;
  }

  .image-11 {
    display: block;
    width: 80px;
    margin-top: 10px;
    margin-left: 33px;
  }

  .icon {
    color: #383e30;
  }

  .container {
    display: block;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: transparent;
  }

  .body {
    overflow: visible;
  }

  .div-block-11 {
    height: 55%;
  }

  .heading-2 {
    font-size: 35px;
  }

  .div-block-13 {
    margin-right: 25px;
    margin-left: 0px;
  }

  .paragraph-2 {
    width: 400px;
    font-size: 17px;
  }

  .button-2 {
    padding: 18px 20px;
  }

  .slider-3 {
    height: 350px;
    margin-left: 0px;
  }

  .heading-3 {
    width: 600px;
    margin-left: 0px;
    font-size: 35px;
  }

  .image-18 {
    width: 300px;
  }

  .image-19 {
    height: 350px;
  }

  .paragraph-3 {
    width: 500px;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-3-copy {
    margin-left: 110px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-2-copy {
    font-size: 35px;
  }

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

  .heading-3-copy {
    width: 600px;
    margin-left: 30px;
    font-size: 35px;
  }

  .dropdown {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-2 {
    width: 100%;
  }

  .nav-link-copy {
    color: #383e30;
  }

  .nav-link-copy {
    color: #383e30;
  }

  .section-6 {
    padding-bottom: 183px;
  }

  .nav-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #383e30;
    text-align: left;
  }

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

  .faq-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .question-wrapper-f44 {
    min-width: 0px;
    margin: 10px 15px;
  }

  .faq-wrapper-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-4-copy {
    text-align: center;
  }

  .link-block {
    width: 100%;
  }

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

  .hed-copy {
    margin-left: 5px;
    font-size: 35px;
  }

  .image-3ds-copy {
    width: 300px;
    margin-left: -152px;
  }

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

  .headerdiv2 {
    padding-right: 36px;
  }

  .line2 {
    width: 400px;
    margin-right: 28px;
    margin-left: 23px;
  }

  .headerdiv {
    padding-left: 20px;
  }

  .line {
    width: 400px;
  }

  .paragraph-6-copy {
    width: 80%;
  }

  .dfg-copy {
    margin-top: 29px;
    margin-right: 50px;
    margin-left: 50px;
    line-height: 28px;
  }

  .tararara {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sdfasdfasdf {
    text-align: center;
  }

  .eachakathist {
    width: 90%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .akathistheader {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
  }

  .the-akathist-div {
    width: 90%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .akathist-text {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 25px;
  }

  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .small-paragraph-copy {
    margin-bottom: 5px;
  }

  .small-paragraph-copy.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .label-copy.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label-copy.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label-copy.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .blog3-articles-wrap {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-headline {
    display: block;
    width: 60%;
    max-width: 100%;
  }

  .card-headline._6col-card {
    display: block;
    width: 60%;
  }

  .btn.btn-white.blog2-card-cta {
    left: 30px;
    bottom: 20px;
    display: block;
    text-align: center;
  }

  .wrap-2 {
    width: 645px;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

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

  .latestarticletextdiv {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eachlatestarticle {
    width: 45%;
  }

  .heading-9 {
    font-size: 50px;
    line-height: 70px;
  }

  .heading-10 {
    margin-right: 110px;
    font-size: 22px;
  }

  .redheading11 {
    font-size: 40px;
  }

  .redheading11-copy {
    font-size: 40px;
  }

  .now {
    padding: 18px 20px;
  }

  .weekdaygobutton {
    padding: 15px 18px;
  }

  .aplicatiebutton {
    padding: 18px 20px;
  }

  .headingcalendar {
    font-size: 40px;
    line-height: 45px;
  }

  .calendardate {
    font-size: 30px;
  }

  .image-34 {
    width: 35%;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .headerwithredline {
    margin-left: 5px;
    font-size: 35px;
  }

  .redline {
    width: 300px;
    margin-left: 23px;
  }

  .image-35 {
    margin-bottom: 12px;
  }

  .moarteadiv {
    margin-right: 12px;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 23px;
  }

  .gotoakathist {
    padding: 18px 20px;
  }

  .divvy {
    margin-left: 0px;
  }

  .mainsaintimagediv {
    width: 35%;
    height: auto;
  }

  .div-block-46 {
    height: 210px;
  }

  .secondarypicturediv {
    height: auto;
  }

  .thirdpictureclassdiv {
    height: auto;
  }

  .mainsaintimagedivcopy {
    width: 70%;
    height: auto;
  }

  .calendarheader {
    font-size: 50px;
    line-height: 70px;
  }

  .calendarsub {
    margin-right: 110px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    height: 60%;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-4 {
    margin-left: 0px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    height: 350px;
  }

  .bor {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .div2 {
    margin-right: -74px;
  }

  .prr {
    font-size: 17px;
  }

  .sdsd {
    height: 300px;
  }

  .text-block {
    margin-right: 21px;
  }

  .div-block-6 {
    height: 40%;
  }

  .image-6 {
    height: 120px;
  }

  .paragraph {
    width: 300px;
    margin-top: 8px;
    font-size: 14px;
  }

  .text-span-5 {
    font-size: 20px;
  }

  .cacamaca-copy {
    width: 140px;
  }

  .paragraph-2 {
    width: 300px;
  }

  .button-2 {
    margin-left: 0px;
  }

  .slider-3 {
    height: 300px;
  }

  .image-17 {
    margin-top: 97px;
  }

  .section-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-18 {
    display: none;
    width: 250px;
  }

  .paragraph-3 {
    margin-right: 34px;
  }

  .paragraph-3-copy {
    margin-left: 34px;
  }

  .paragraph-4 {
    display: block;
  }

  .faq-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon-wrapper-f44 {
    padding-top: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .answer-text-f3 {
    width: 90%;
  }

  .faq-f44 {
    padding: 40px 10px;
  }

  .text-question-f44 {
    margin-right: 10px;
    line-height: 24px;
  }

  .question-f44 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faq-wrapper-copy {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-3ds-copy {
    display: none;
  }

  .eachsection {
    margin-right: 15px;
    margin-left: 15px;
  }

  .paragraph-6-copy {
    width: 100%;
  }

  .image-26 {
    display: none;
  }

  .linkblok {
    width: 100%;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .article-text-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-6 {
    font-size: 60px;
    line-height: 60px;
  }

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

  ._6-col {
    margin-right: 0px;
  }

  .card-headline {
    display: block;
    width: 60%;
  }

  .btn.btn-white.blog2-card-cta {
    left: 30px;
    right: auto;
    bottom: 20px;
  }

  .wrap-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .titles {
    padding-left: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .latestarticlediv {
    padding-right: 0px;
    padding-left: 0px;
  }

  .latestarticleimagediv {
    height: 500px;
  }

  .latestarticletextdiv {
    height: 500px;
    margin-left: 0px;
  }

  .titles-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .eachlatestarticle {
    width: 80%;
  }

  .div-block-37 {
    margin-right: 30px;
  }

  .heading-9 {
    line-height: 60px;
  }

  .heading-10 {
    margin-right: 24px;
  }

  .image-33 {
    width: 35%;
  }

  .now {
    margin-top: 30px;
  }

  .aplicatiebutton {
    margin-left: 0px;
  }

  .headingcalendar {
    width: 80%;
    font-size: 37px;
  }

  .calendardate {
    font-size: 27px;
  }

  .image-34 {
    width: 45%;
  }

  .headerwithredline {
    margin-left: 0px;
  }

  .redline {
    display: none;
  }

  .image-35 {
    width: 65%;
  }

  .centered {
    width: 50%;
  }

  .moarteadiv {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-42 {
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-36 {
    width: 60%;
  }

  .paragraph-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .imagefirst {
    width: 65%;
  }

  .gotoakathist {
    margin-left: 0px;
  }

  .divvy {
    margin-left: 0px;
  }

  .mainsaintimagediv {
    width: 45%;
    height: auto;
  }

  .div-block-46 {
    width: 65%;
    height: 170px;
  }

  .secondarypicturediv {
    width: 65%;
    height: auto;
  }

  .thirdpictureclassdiv {
    width: 65%;
    height: auto;
  }

  .mainsaintimagedivcopy {
    width: 80%;
    height: auto;
    margin-bottom: 24px;
  }

  .calendarheader {
    line-height: 60px;
    text-align: center;
  }

  .calendarsub {
    margin-right: 24px;
    text-align: center;
  }

  .divcalendar {
    margin-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .image {
    overflow: hidden;
    width: 600px;
    max-width: none;
    margin-top: 99px;
  }

  .div-block-2 {
    margin-top: 73px;
  }

  .section {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .hed {
    width: 800px;
    font-size: 25px;
    text-align: center;
  }

  .text-span-3 {
    font-size: 25px;
  }

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

  .image-4 {
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-5 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dfg {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
  }

  .bor {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 40px;
  }

  .div2 {
    width: auto;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grr {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .prr {
    margin-right: 10px;
    margin-left: 10px;
  }

  .pl {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sdsd {
    height: auto;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .text-block {
    margin-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .text-span-5 {
    font-size: 22px;
  }

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

  .image-9 {
    width: 1px;
  }

  .cacamaca-copy {
    width: 120px;
  }

  .slider {
    width: 100%;
    margin-top: 68px;
  }

  .image-12 {
    overflow: hidden;
    width: 800px;
    max-width: none;
  }

  .body {
    overflow: visible;
  }

  .icon-2 {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .div-block-10 {
    overflow: hidden;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    width: auto;
    text-align: center;
  }

  .button-2 {
    width: 200px;
    margin-top: -10px;
    padding: 14px 16px;
    float: none;
    text-align: center;
  }

  .heading-3 {
    text-align: center;
  }

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

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .paragraph-3-copy {
    width: 100%;
    margin-top: 23px;
    margin-left: 0px;
  }

  .paragraph-3-copy-copy {
    width: 100%;
  }

  .heading-3-copy {
    margin-left: 0px;
    text-align: center;
  }

  .image-20 {
    width: 25px;
    font-size: 12px;
  }

  .image-21 {
    width: 25px;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .paragraph-4-copy {
    font-size: 12px;
  }

  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 35px;
  }

  .paragraph-5 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }

  .faq-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .faq-wrapper.grey {
    width: 100%;
  }

  .faq-f44 {
    width: 100%;
  }

  .question-wrapper-f44 {
    margin: 7px 0px;
  }

  .bg-image-f44 {
    height: 70%;
    max-height: 300px;
  }

  .bg-image-f44-copy {
    height: 40%;
  }

  .bg-image-f44-d {
    height: 20%;
  }

  .bg-image-f44-opy {
    height: 20%;
  }

  .bg-image-f44-py {
    height: 20%;
  }

  .faq-wrapper-copy {
    width: 100%;
    border-radius: 0px;
  }

  .faq-wrapper-copy.grey {
    width: 100%;
  }

  .heading-4-copy {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 35px;
  }

  .link-block {
    width: 100%;
  }

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

  .hed-copy {
    width: 800px;
    font-size: 25px;
    text-align: center;
  }

  .sldkfjsdfk {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .paragraph-5-cosdsdpy {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }

  .istoriasection {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .headerdiv2 {
    padding-right: 0px;
  }

  .line2 {
    display: none;
  }

  .eachsection {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .image-25.loadimg {
    max-width: 100%;
    float: none;
  }

  .headerdiv {
    padding-left: 0px;
  }

  .line {
    display: none;
    overflow: visible;
  }

  .imagetoright.loadimg {
    max-width: 100%;
    margin-left: 0px;
    float: none;
  }

  .text-span-16 {
    font-size: 20px;
  }

  .text-span-17 {
    font-size: 20px;
  }

  .dfg-copy {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
  }

  .tararara {
    font-size: 20px;
  }

  .sdfasdfasdf {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 35px;
  }

  .section-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .eachakathist {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .akathistimage {
    width: 25%;
  }

  .akathistheader {
    font-size: 20px;
  }

  .image-26 {
    display: none;
  }

  .akathistsection {
    padding-right: 10px;
    padding-left: 10px;
  }

  .the-akathist-div {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .akathist-text {
    font-size: 20px;
  }

  .linkblok {
    width: 100%;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-29 {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .article-text-div {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .article-picture-and-title-div {
    width: 100%;
  }

  .section-20 {
    padding-top: 103px;
    padding-bottom: 125px;
  }

  .heading-6 {
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .heading-7 {
    margin-left: 0px;
    font-size: 20px;
    text-align: center;
  }

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

  .btn.btn-white {
    display: block;
  }

  .titles {
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .latestarticlediv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latestarticleimagediv {
    width: 100%;
  }

  .latestarticletextdiv {
    width: 100%;
    height: auto;
  }

  .titles-copy {
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .recentsection {
    padding-right: 5px;
    padding-left: 5px;
  }

  .eachlatestarticle {
    width: 100%;
  }

  .televizatimage {
    width: 35%;
    margin: 15px 0px;
  }

  .div-block-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-9 {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
  }

  .heading-10 {
    margin-right: 0px;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
  }

  .redheading11 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-33 {
    width: 60%;
  }

  .redheading11-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .now {
    width: 200px;
    text-align: center;
  }

  .heading-11 {
    margin-left: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .weekdaygobutton {
    width: 50px;
    padding: 15px 17px;
    text-align: center;
  }

  .aplicatiebutton {
    width: 200px;
    margin-top: 22px;
    padding: 14px 16px;
    float: none;
    text-align: center;
  }

  .headingcalendar {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .calendardate {
    font-size: 25px;
    line-height: 40px;
  }

  .image-34 {
    width: 80%;
  }

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

  .headerwithredline {
    width: auto;
    font-size: 36px;
    text-align: center;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-35 {
    width: 100%;
    margin-bottom: 24px;
  }

  .centered {
    width: 80%;
    font-size: 18px;
  }

  .moarteadiv {
    width: auto;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-36 {
    width: 100%;
    margin-bottom: 31px;
  }

  .paragraph-9 {
    margin-bottom: 36px;
  }

  .div-block-43 {
    margin-right: 5%;
    margin-left: 5%;
  }

  .imagefirst {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .gotoakathist {
    width: 200px;
    margin-top: -10px;
    margin-bottom: 2px;
    padding: 14px 16px;
    float: none;
    text-align: center;
  }

  .div-block-45 {
    display: none;
    overflow: visible;
  }

  .divvy {
    width: auto;
  }

  .mainsaintimagediv {
    width: 80%;
    height: auto;
  }

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

  .secondarypicturediv {
    width: 100%;
    margin-bottom: 21px;
  }

  .thirdpictureclassdiv {
    width: 100%;
    margin-bottom: 20px;
  }

  .mainsaintimagedivcopy {
    width: 100%;
    height: auto;
  }

  .calendarheader {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
  }

  .calendarsub {
    margin-right: 0px;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
  }

  .divcalendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df457468-8a82c257 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df457468-8a82c257 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df45746d-8a82c257 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df45746f-8a82c257 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df457471-8a82c257 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df45747c-8a82c257 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df45747e-8a82c257 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df457487-8a82c257 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1a379ef4-5eb4-0f5c-0518-9a81df457489-8a82c257 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39e0-0288d78b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39e0-0288d78b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39e3-0288d78b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39e5-0288d78b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39e7-0288d78b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39f2-0288d78b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39f4-0288d78b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a39ff-0288d78b {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1b4da0b-a9c2-6108-4b70-46a4590a3a01-0288d78b {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e758f-42dfa98a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e758f-42dfa98a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e7592-42dfa98a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e7594-42dfa98a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e7596-42dfa98a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e75a1-42dfa98a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e75a3-42dfa98a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e75ae-42dfa98a {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf3755e3-0cc6-3d8a-42a7-ff6a0e5e75b0-42dfa98a {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc2158658-9ef881f9 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_6242a3a8-6c70-331e-64b0-33adc2158658-9ef881f9 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc215865b-9ef881f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc215865d-9ef881f9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc215865f-9ef881f9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc215866a-9ef881f9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc215866c-9ef881f9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc2158677-9ef881f9 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6242a3a8-6c70-331e-64b0-33adc2158679-9ef881f9 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a2716-393d77d8 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a2716-393d77d8 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a2719-393d77d8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a271b-393d77d8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a271d-393d77d8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a2728-393d77d8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a272a-393d77d8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a2735-393d77d8 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbf979ca-e1b2-f3ee-a6b7-93cbc71a2737-393d77d8 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c60-3389e91b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c60-3389e91b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c63-3389e91b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c65-3389e91b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c67-3389e91b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c72-3389e91b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c74-3389e91b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c7f-3389e91b {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ceddd651-edc6-a89e-e15a-f63028cf8c81-3389e91b {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fdb-e995e986 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fdb-e995e986 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fde-e995e986 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fe0-e995e986 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fe2-e995e986 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fed-e995e986 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20fef-e995e986 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20ffa-e995e986 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ae55b363-ad73-28c6-8dc9-08ea5de20ffc-e995e986 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601361-edc31aad {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-b7e57c94-3fee-5af5-ef08-483241601361-edc31aad {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601364-edc31aad {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601366-edc31aad {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601368-edc31aad {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601373-edc31aad {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601375-edc31aad {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601380-edc31aad {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b7e57c94-3fee-5af5-ef08-483241601382-edc31aad {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae62296-43ce16d4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-fbd0491b-37bf-7e99-f499-c1b63ae62296-43ce16d4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae62299-43ce16d4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae6229b-43ce16d4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae6229d-43ce16d4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae622a8-43ce16d4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae622aa-43ce16d4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae622b5-43ce16d4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbd0491b-37bf-7e99-f499-c1b63ae622b7-43ce16d4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51dca-81007ada {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51dca-81007ada {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51dcd-81007ada {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51dcf-81007ada {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51dd1-81007ada {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51ddc-81007ada {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51dde-81007ada {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51de9-81007ada {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4dc17928-6733-e3ad-d66c-c4db8de51deb-81007ada {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e25479-3bf0cbb0 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_8274af47-d6e0-8b45-15a5-406341e25479-3bf0cbb0 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e2547c-3bf0cbb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e2547e-3bf0cbb0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e25480-3bf0cbb0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e2548b-3bf0cbb0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e2548d-3bf0cbb0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e25498-3bf0cbb0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8274af47-d6e0-8b45-15a5-406341e2549a-3bf0cbb0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

