@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.button {
  margin-top: 10px;
}

.image {
  margin-top: 20px;
}

.container, .section {
  background-color: #d9d9d9;
}

.body {
  background-color: #fff;
  font-family: Franciscus, sans-serif;
}

.nav {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  flex: 0 auto;
  padding-top: 20px;
  display: inline-block;
}

.button-2 {
  color: #fff;
  background-color: #a81640;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.button-2.white {
  color: #9c9fa6;
  background-color: #dac7ad;
  margin-top: 20px;
  box-shadow: 0 2px 5px 5px #00000008;
}

.button-2.white.desktop-hidden {
  display: none;
  overflow: visible;
}

.button-2.brown {
  color: #fff;
  background-color: #0d384b;
  margin-bottom: 20px;
}

.heading {
  color: #a81640;
  font-size: 35px;
  line-height: 40px;
}

.heading.black {
  color: #a81640;
  margin-top: 10px;
  padding: 0;
  font-size: 35px;
  line-height: 40px;
}

.heading.black.centred {
  text-align: center;
}

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

.columns.newcol {
  justify-content: center;
  align-items: flex-end;
}

.section-2 {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section-2.section-donazione {
  background-image: url('../images/Progetto-senza-titolo-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 40px;
}

.par1 {
  color: #5b4033;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.par1.white {
  color: #5b4033;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 15px;
}

.par1.centred {
  text-align: center;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.section-3 {
  z-index: 9999;
  background-color: #fff0ea;
  margin-top: -50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.section-3.sec-donazione {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-3.sec-candle {
  margin-top: 50px;
  padding-top: 50px;
}

.column {
  text-align: center;
  background-color: #fff0;
}

.bold-text {
  color: var(--white);
}

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

.image-3 {
  padding-right: 20px;
}

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

.image-4 {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #fff;
  font-family: Franciscus, sans-serif;
}

.link-2 {
  color: #fff;
}

.section-4 {
  background-color: #020113;
  margin-top: 0;
}

.section-5 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 0;
}

.columns-3 {
  align-items: center;
  display: flex;
}

.image-5 {
  text-align: right;
  max-width: 75%;
  padding: 20px;
}

.column-3 {
  text-align: left;
}

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

.bold-text-2 {
  color: #fff;
}

.image-6 {
  max-width: 100%;
  margin-bottom: -100px;
  padding-bottom: 0;
}

.column-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-no-shadow {
  background-color: #fff0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-7 {
  width: 200px;
}

.text-span {
  color: #85572a;
}

.hero-stack {
  background-color: #fff0ea;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 80px;
  position: relative;
}

.hero-stack.blusection {
  background-color: #121c3d;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.html-embed-5 {
  text-align: left;
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: -100px;
  padding-bottom: 0;
  display: block;
}

.html-embed-5.candle-off {
  margin-top: -20px;
}

.columns-4 {
  margin-top: 0;
}

.image-8 {
  z-index: 999;
  margin-top: -50px;
  position: relative;
  box-shadow: 2px 0 15px 2px #00000069;
}

.section-6 {
  background-color: #fff;
  margin-top: -350px;
}

.image-9 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

.image-9.desktop-hidden {
  display: none;
}

.container-4 {
  max-width: 940px;
}

.heading-4 {
  color: #fff;
}

.div-block-2 {
  text-align: left;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 0;
  display: block;
}

.div-block-2.whitebox {
  text-align: left;
  background-color: #ffffff73;
  padding-top: 20px;
}

.heading-5 {
  color: #5b4033;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Franciscus, sans-serif;
}

.paragraph-5 {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-3 {
  color: #fff;
  background-color: #c82427;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
}

.heading-6 {
  color: #5b4033;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Franciscus, sans-serif;
}

.text-span-5 {
  color: #513a2e;
}

.button-4 {
  color: #fff;
  background-color: #c82427;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
}

.image-10 {
  width: 100%;
}

.heading-7 {
  color: #5b4033;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Franciscus, sans-serif;
}

.button-5 {
  color: #fff;
  background-color: #c82427;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
}

.section-7 {
  padding-bottom: 50px;
}

.section-7.beige {
  background-color: #ffefea;
}

.white {
  color: #fff;
}

.div-block-3 {
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  margin-top: -30px;
  padding: 10px 20px;
  position: relative;
}

.bold-text-3 {
  line-height: 38px;
}

.columns-5 {
  align-items: center;
  display: flex;
}

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

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

.mask {
  background-color: #fff0;
  height: 100%;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slide {
  background-color: #0000;
}

.section-8 {
  display: none;
}

.slide-2 {
  max-height: 100%;
}

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

.slider-2 {
  height: 100%;
  min-height: 100%;
}

.slide-nav-2, .section-9 {
  display: none;
}

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

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

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

.text-span-10, .text-span-11 {
  color: #0d384b;
}

.column-8 {
  margin-top: 0;
}

.text-span-12, .text-span-13, .text-span-14 {
  color: #c82224;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: #dac7ad;
}

.text-span-18 {
  color: #85572a;
}

.html-embed-7 {
  display: none;
}

.section-10 {
  background-image: url('../images/Assisi-The-Basilica-of-St-Francis-Photo-©Piergiorgio-Pescali-19.JPG');
  background-position: 0 0;
  background-size: 900px 2500px;
}

.section-11 {
  background-color: #011f43;
  background-image: url('../images/67fe82adf8fa0bb2763109c5_Cielo-scuro-basilica.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  padding-bottom: 0;
}

.bold-text-4, .bold-text-5 {
  color: #fff;
}

.bold-text-6, .bold-text-7 {
  color: #be9b6f;
}

.bold-text-8 {
  color: #fff;
}

.bold-text-9, .bold-text-10 {
  color: #85572a;
}

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

.bold-text-11 {
  font-weight: 500;
}

.text-span-22, .text-span-23, .text-span-24 {
  color: #85572a;
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #f0e5d5;
    display: block;
  }

  .nav {
    display: flex;
  }

  .button-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .button-2.white {
    font-size: 16px;
  }

  .button-2.white.desktop-hidden {
    text-align: center;
    background-color: #a81640;
    width: 180px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-2.brown {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading.black {
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading.black.centred {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    display: block;
  }

  .section-2 {
    background-color: #fff0;
    padding-bottom: 0;
  }

  .section-2.section-donazione {
    background-image: url('../images/Progetto-senza-titolo-2.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .par1, .par1.white {
    color: #000;
    font-size: 16px;
  }

  .par1.centred {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    display: block;
  }

  .section-3 {
    margin-top: -50px;
    padding-bottom: 20px;
  }

  .section-3.sec-donazione {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-3.sec-candle {
    margin-top: -20px;
    padding-top: 20px;
  }

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

  .image-3 {
    padding-right: 0;
  }

  .column-2 {
    margin-top: 0;
  }

  .section-5.nowhite {
    background-color: #fff0;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: -370px;
  }

  .column-4 {
    background-color: #f5f2ed00;
    margin-top: 130px;
  }

  .column-4.col-lead {
    margin-top: 0;
  }

  .navbar-no-shadow {
    background-color: #fff0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-stack {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .html-embed-5, .html-embed-5.hidden {
    display: block;
  }

  .html-embed-5.candle-off.candel2 {
    margin-bottom: 0;
  }

  .section-6 {
    display: none;
  }

  .image-9 {
    display: block;
  }

  .image-9.mobile-hidden {
    display: none;
  }

  .image-9.desktop-hidden {
    display: block;
  }

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

  .column-5 {
    margin-top: -150px;
  }

  .div-block-2 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2.whitebox {
    background-color: #ffefea;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .text-span-5 {
    color: #0d384b;
  }

  .section-7 {
    padding-bottom: 30px;
    display: none;
  }

  .icon {
    display: none;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 30px;
  }

  .icon-2 {
    display: none;
  }

  .column-6 {
    padding-bottom: 20px;
  }

  .column-7, .columns-5 {
    display: block;
  }

  .html-embed-6 {
    margin-top: 30px;
  }

  .image-11 {
    display: none;
  }

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

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8 {
    background-color: #f5f2ed00;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .section-9 {
    display: block;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .text-span-19, .text-span-20 {
    color: #0d384b;
  }

  .section-11 {
    background-position: 0 0;
    background-size: cover;
    height: 180px;
  }

  .left-arrow {
    width: 10%;
    overflow: hidden;
  }

  .icon-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-6 {
    margin-left: 0;
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    width: 10%;
    display: block;
  }
}


@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}