@charset "UTF-8";
.grid-overlay {
  z-index: 5000;
  position: fixed;
  top: 0;
  width: 100%;
  pointer-events: none;
  display: none;
}

.grid-overlay div[class^=col-] {
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
}

.grid-overlay div[class^=col-] h1 {
  background-color: rgba(255, 0, 0, 0.1);
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}

.no-truncate {
  white-space: normal !important;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@media (min-width: 768px) {
  .headroom--not-top {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.24);
  }
  .headroom--not-top .navigation-bar .wrapper-logo {
    background-position: center 80px;
    background-size: 100% auto;
    transition: background-position 0.1s ease-in-out 0.2s, background-size 0.3s ease-in-out;
  }
  .headroom--not-top .navigation-bar .wrapper-logo:before {
    top: 0px;
    transition: top 0.1s ease-in-out 0.2s;
  }
  .headroom--not-top .navigation-bar .wrapper-logo .logo {
    margin-top: 3rem !important;
    opacity: 0;
    transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s;
  }
  .headroom--not-top .navigation-bar .wrapper-logo .logo-headroom {
    bottom: 15px;
    opacity: 1;
    transition: bottom 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.15s;
  }
}
.carousel-base, .modal-carousel, .recipe-step, .recipe-carousel, .stagePadding-carousel, .carousel {
  padding: 0 10px;
  margin-bottom: 50px;
  position: relative;
}
.carousel-base .owl-dots, .modal-carousel .owl-dots, .recipe-step .owl-dots, .recipe-carousel .owl-dots, .stagePadding-carousel .owl-dots, .carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
.carousel-base .owl-dots .owl-dot, .modal-carousel .owl-dots .owl-dot, .recipe-step .owl-dots .owl-dot, .recipe-carousel .owl-dots .owl-dot, .stagePadding-carousel .owl-dots .owl-dot, .carousel .owl-dots .owl-dot {
  opacity: 0.5;
}
.carousel-base .owl-dots .owl-dot span, .modal-carousel .owl-dots .owl-dot span, .recipe-step .owl-dots .owl-dot span, .recipe-carousel .owl-dots .owl-dot span, .stagePadding-carousel .owl-dots .owl-dot span, .carousel .owl-dots .owl-dot span {
  background-color: #07224A !important;
}
.carousel-base .owl-dots .owl-dot.active, .modal-carousel .owl-dots .owl-dot.active, .recipe-step .owl-dots .owl-dot.active, .recipe-carousel .owl-dots .owl-dot.active, .stagePadding-carousel .owl-dots .owl-dot.active, .carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.external-nav .owl-nav, .recipe-carousel .owl-nav, .stagePadding-carousel .owl-nav, .carousel .owl-nav, .external-mini-nav .owl-nav, .recipe-step .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  right: -40px;
  margin-top: -25px;
  pointer-events: none;
}
.external-nav .owl-nav [class*=owl-], .recipe-carousel .owl-nav [class*=owl-], .stagePadding-carousel .owl-nav [class*=owl-], .carousel .owl-nav [class*=owl-], .external-mini-nav .owl-nav [class*=owl-], .recipe-step .owl-nav [class*=owl-] {
  display: block;
  width: 30px;
  height: 50px;
  border-radius: 0;
  box-shadow: none;
  line-height: 50px !important;
  background: none;
  transition: background-color 0.2s ease-in-out;
  pointer-events: auto;
}
.external-nav .owl-nav [class*=owl-] span, .recipe-carousel .owl-nav [class*=owl-] span, .stagePadding-carousel .owl-nav [class*=owl-] span, .carousel .owl-nav [class*=owl-] span, .external-mini-nav .owl-nav [class*=owl-] span, .recipe-step .owl-nav [class*=owl-] span {
  display: block;
  font-size: 50px;
  margin-top: -5px;
  color: #07224A !important;
}
.external-nav .owl-nav button:not(.disabled):hover, .recipe-carousel .owl-nav button:not(.disabled):hover, .stagePadding-carousel .owl-nav button:not(.disabled):hover, .carousel .owl-nav button:not(.disabled):hover, .external-mini-nav .owl-nav button:not(.disabled):hover, .recipe-step .owl-nav button:not(.disabled):hover {
  background: none;
}
.external-nav .owl-nav button.disabled:hover, .recipe-carousel .owl-nav button.disabled:hover, .stagePadding-carousel .owl-nav button.disabled:hover, .carousel .owl-nav button.disabled:hover, .external-mini-nav .owl-nav button.disabled:hover, .recipe-step .owl-nav button.disabled:hover {
  background: none;
}
.external-nav .owl-nav .owl-prev, .recipe-carousel .owl-nav .owl-prev, .stagePadding-carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-prev, .external-mini-nav .owl-nav .owl-prev, .recipe-step .owl-nav .owl-prev {
  float: left;
}
.external-nav .owl-nav .owl-next, .recipe-carousel .owl-nav .owl-next, .stagePadding-carousel .owl-nav .owl-next, .carousel .owl-nav .owl-next, .external-mini-nav .owl-nav .owl-next, .recipe-step .owl-nav .owl-next {
  float: right;
}
@media (min-width: 768px) {
  .external-nav .owl-nav, .recipe-carousel .owl-nav, .stagePadding-carousel .owl-nav, .carousel .owl-nav, .external-mini-nav .owl-nav, .recipe-step .owl-nav {
    left: -60px;
    right: -60px;
    margin-top: -25px;
    pointer-events: none;
  }
  .external-nav .owl-nav [class*=owl-], .recipe-carousel .owl-nav [class*=owl-], .stagePadding-carousel .owl-nav [class*=owl-], .carousel .owl-nav [class*=owl-], .external-mini-nav .owl-nav [class*=owl-], .recipe-step .owl-nav [class*=owl-] {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px rgba(7, 34, 74, 0.5);
    line-height: 50px !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    transition: background-color 0.2s ease-in-out;
    pointer-events: auto;
  }
  .external-nav .owl-nav [class*=owl-] span, .recipe-carousel .owl-nav [class*=owl-] span, .stagePadding-carousel .owl-nav [class*=owl-] span, .carousel .owl-nav [class*=owl-] span, .external-mini-nav .owl-nav [class*=owl-] span, .recipe-step .owl-nav [class*=owl-] span {
    display: block;
    font-size: 50px;
    margin-top: -5px;
    color: #07224A !important;
  }
  .external-nav .owl-nav button:not(.disabled):hover, .recipe-carousel .owl-nav button:not(.disabled):hover, .stagePadding-carousel .owl-nav button:not(.disabled):hover, .carousel .owl-nav button:not(.disabled):hover, .external-mini-nav .owl-nav button:not(.disabled):hover, .recipe-step .owl-nav button:not(.disabled):hover {
    background-color: white !important;
  }
  .external-nav .owl-nav button.disabled:hover, .recipe-carousel .owl-nav button.disabled:hover, .stagePadding-carousel .owl-nav button.disabled:hover, .carousel .owl-nav button.disabled:hover, .external-mini-nav .owl-nav button.disabled:hover, .recipe-step .owl-nav button.disabled:hover {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .external-nav .owl-nav .owl-prev, .recipe-carousel .owl-nav .owl-prev, .stagePadding-carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-prev, .external-mini-nav .owl-nav .owl-prev, .recipe-step .owl-nav .owl-prev {
    float: left;
  }
  .external-nav .owl-nav .owl-next, .recipe-carousel .owl-nav .owl-next, .stagePadding-carousel .owl-nav .owl-next, .carousel .owl-nav .owl-next, .external-mini-nav .owl-nav .owl-next, .recipe-step .owl-nav .owl-next {
    float: right;
  }
}

.external-mini-nav, .recipe-step {
  padding: 0 30px;
}
.external-mini-nav .owl-nav, .recipe-step .owl-nav {
  left: -30px;
  right: -30px;
  margin-top: -30px;
}
.external-mini-nav .owl-nav [class*=owl-], .recipe-step .owl-nav [class*=owl-] {
  display: block;
  width: 25px;
  height: 30px;
  border-radius: none;
  box-shadow: none;
  line-height: 30px !important;
  background: none;
  transition: background-color 0.2s ease-in-out;
}
.external-mini-nav .owl-nav [class*=owl-] span, .recipe-step .owl-nav [class*=owl-] span {
  display: block;
  font-size: 40px;
  margin-top: -10px;
  color: #07224A !important;
}
.external-mini-nav .owl-nav .owl-prev, .recipe-step .owl-nav .owl-prev {
  text-align: left;
}
.external-mini-nav .owl-nav .owl-next, .recipe-step .owl-nav .owl-next {
  text-align: right;
}

.internal-mini-nav .owl-nav, .modal-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin-top: -30px;
}
.internal-mini-nav .owl-nav [class*=owl-], .modal-carousel .owl-nav [class*=owl-] {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  transition: background-color 0.2s ease-in-out;
}
.internal-mini-nav .owl-nav [class*=owl-] span, .modal-carousel .owl-nav [class*=owl-] span {
  display: block;
  width: 80%;
  height: 100%;
  font-size: 40px;
  margin: 0 auto;
  margin-top: -7px;
  text-align: center;
  color: #07224A !important;
}
.internal-mini-nav .owl-nav button:not(.disabled):hover, .modal-carousel .owl-nav button:not(.disabled):hover {
  background-color: white !important;
}
.internal-mini-nav .owl-nav button.disabled:hover, .modal-carousel .owl-nav button.disabled:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.internal-mini-nav .owl-nav .owl-prev, .modal-carousel .owl-nav .owl-prev {
  float: left;
}
.internal-mini-nav .owl-nav .owl-next, .modal-carousel .owl-nav .owl-next {
  float: right;
}

.flex-stage .owl-carousel .owl-stage, .recipe-carousel .owl-carousel .owl-stage, .stagePadding-carousel .owl-carousel .owl-stage {
  display: flex;
}
.flex-stage .owl-carousel .owl-item .item, .recipe-carousel .owl-carousel .owl-item .item, .stagePadding-carousel .owl-carousel .owl-item .item {
  width: auto;
  height: 100%;
}

.modal-carousel {
  padding: 0;
  margin-bottom: 0;
}

.homepage .carousel {
  padding: 0 50px;
}

.recipe-internal-carousel .slider-counter {
  height: 50px;
  line-height: 50px;
}
.recipe-internal-carousel .owl-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 50px;
}
.recipe-internal-carousel .owl-nav button.owl-prev, .recipe-internal-carousel .owl-nav button.owl-next {
  height: 50px;
}
.recipe-internal-carousel .owl-nav button.owl-prev span, .recipe-internal-carousel .owl-nav button.owl-next span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  margin-top: -5px;
  color: #07224A !important;
}
.recipe-internal-carousel .owl-nav button.owl-prev:hover, .recipe-internal-carousel .owl-nav button.owl-next:hover {
  background: none;
}
.recipe-internal-carousel .owl-nav button.owl-prev:focus, .recipe-internal-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.recipe-internal-carousel .owl-nav .owl-prev {
  float: left;
}
.recipe-internal-carousel .owl-nav .owl-next {
  float: right;
}

@media (max-width: 767px) {
  .carousel .cover, .carousel .homepage .community, .homepage .carousel .community {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .carousel {
    padding: 0 !important;
  }
  .carousel .owl-nav {
    left: -70px;
    right: -70px;
  }

  .homepage .carousel .owl-nav {
    left: 10px;
    right: 10px;
  }

  .stagePadding-carousel .cover, .stagePadding-carousel .homepage .community, .homepage .stagePadding-carousel .community {
    min-height: auto;
  }
  .stagePadding-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.vw-1 {
  width: 1vw;
}

.vh-1 {
  height: 1vh;
}

.opacity-1 {
  opacity: 0.01;
}

.ls-0-01 {
  letter-spacing: 0.01rem;
  margin-right: -0.01rem;
}

.vw-2 {
  width: 2vw;
}

.vh-2 {
  height: 2vh;
}

.opacity-2 {
  opacity: 0.02;
}

.ls-0-02 {
  letter-spacing: 0.02rem;
  margin-right: -0.02rem;
}

.vw-3 {
  width: 3vw;
}

.vh-3 {
  height: 3vh;
}

.opacity-3 {
  opacity: 0.03;
}

.ls-0-03 {
  letter-spacing: 0.03rem;
  margin-right: -0.03rem;
}

.vw-4 {
  width: 4vw;
}

.vh-4 {
  height: 4vh;
}

.opacity-4 {
  opacity: 0.04;
}

.ls-0-04 {
  letter-spacing: 0.04rem;
  margin-right: -0.04rem;
}

.vw-5 {
  width: 5vw;
}

.vh-5 {
  height: 5vh;
}

.opacity-5 {
  opacity: 0.05;
}

.ls-0-05 {
  letter-spacing: 0.05rem;
  margin-right: -0.05rem;
}

.vw-6 {
  width: 6vw;
}

.vh-6 {
  height: 6vh;
}

.opacity-6 {
  opacity: 0.06;
}

.ls-0-06 {
  letter-spacing: 0.06rem;
  margin-right: -0.06rem;
}

.vw-7 {
  width: 7vw;
}

.vh-7 {
  height: 7vh;
}

.opacity-7 {
  opacity: 0.07;
}

.ls-0-07 {
  letter-spacing: 0.07rem;
  margin-right: -0.07rem;
}

.vw-8 {
  width: 8vw;
}

.vh-8 {
  height: 8vh;
}

.opacity-8 {
  opacity: 0.08;
}

.ls-0-08 {
  letter-spacing: 0.08rem;
  margin-right: -0.08rem;
}

.vw-9 {
  width: 9vw;
}

.vh-9 {
  height: 9vh;
}

.opacity-9 {
  opacity: 0.09;
}

.ls-0-09 {
  letter-spacing: 0.09rem;
  margin-right: -0.09rem;
}

.vw-10 {
  width: 10vw;
}

.vh-10 {
  height: 10vh;
}

.opacity-10 {
  opacity: 0.1;
}

.ls-0-1 {
  letter-spacing: 0.1rem;
  margin-right: -0.1rem;
}

.vw-11 {
  width: 11vw;
}

.vh-11 {
  height: 11vh;
}

.opacity-11 {
  opacity: 0.11;
}

.ls-0-11 {
  letter-spacing: 0.11rem;
  margin-right: -0.11rem;
}

.vw-12 {
  width: 12vw;
}

.vh-12 {
  height: 12vh;
}

.opacity-12 {
  opacity: 0.12;
}

.ls-0-12 {
  letter-spacing: 0.12rem;
  margin-right: -0.12rem;
}

.vw-13 {
  width: 13vw;
}

.vh-13 {
  height: 13vh;
}

.opacity-13 {
  opacity: 0.13;
}

.ls-0-13 {
  letter-spacing: 0.13rem;
  margin-right: -0.13rem;
}

.vw-14 {
  width: 14vw;
}

.vh-14 {
  height: 14vh;
}

.opacity-14 {
  opacity: 0.14;
}

.ls-0-14 {
  letter-spacing: 0.14rem;
  margin-right: -0.14rem;
}

.vw-15 {
  width: 15vw;
}

.vh-15 {
  height: 15vh;
}

.opacity-15 {
  opacity: 0.15;
}

.ls-0-15 {
  letter-spacing: 0.15rem;
  margin-right: -0.15rem;
}

.vw-16 {
  width: 16vw;
}

.vh-16 {
  height: 16vh;
}

.opacity-16 {
  opacity: 0.16;
}

.ls-0-16 {
  letter-spacing: 0.16rem;
  margin-right: -0.16rem;
}

.vw-17 {
  width: 17vw;
}

.vh-17 {
  height: 17vh;
}

.opacity-17 {
  opacity: 0.17;
}

.ls-0-17 {
  letter-spacing: 0.17rem;
  margin-right: -0.17rem;
}

.vw-18 {
  width: 18vw;
}

.vh-18 {
  height: 18vh;
}

.opacity-18 {
  opacity: 0.18;
}

.ls-0-18 {
  letter-spacing: 0.18rem;
  margin-right: -0.18rem;
}

.vw-19 {
  width: 19vw;
}

.vh-19 {
  height: 19vh;
}

.opacity-19 {
  opacity: 0.19;
}

.ls-0-19 {
  letter-spacing: 0.19rem;
  margin-right: -0.19rem;
}

.vw-20 {
  width: 20vw;
}

.vh-20 {
  height: 20vh;
}

.opacity-20 {
  opacity: 0.2;
}

.ls-0-2 {
  letter-spacing: 0.2rem;
  margin-right: -0.2rem;
}

.vw-21 {
  width: 21vw;
}

.vh-21 {
  height: 21vh;
}

.opacity-21 {
  opacity: 0.21;
}

.ls-0-21 {
  letter-spacing: 0.21rem;
  margin-right: -0.21rem;
}

.vw-22 {
  width: 22vw;
}

.vh-22 {
  height: 22vh;
}

.opacity-22 {
  opacity: 0.22;
}

.ls-0-22 {
  letter-spacing: 0.22rem;
  margin-right: -0.22rem;
}

.vw-23 {
  width: 23vw;
}

.vh-23 {
  height: 23vh;
}

.opacity-23 {
  opacity: 0.23;
}

.ls-0-23 {
  letter-spacing: 0.23rem;
  margin-right: -0.23rem;
}

.vw-24 {
  width: 24vw;
}

.vh-24 {
  height: 24vh;
}

.opacity-24 {
  opacity: 0.24;
}

.ls-0-24 {
  letter-spacing: 0.24rem;
  margin-right: -0.24rem;
}

.vw-25 {
  width: 25vw;
}

.vh-25 {
  height: 25vh;
}

.opacity-25 {
  opacity: 0.25;
}

.ls-0-25 {
  letter-spacing: 0.25rem;
  margin-right: -0.25rem;
}

.vw-26 {
  width: 26vw;
}

.vh-26 {
  height: 26vh;
}

.opacity-26 {
  opacity: 0.26;
}

.ls-0-26 {
  letter-spacing: 0.26rem;
  margin-right: -0.26rem;
}

.vw-27 {
  width: 27vw;
}

.vh-27 {
  height: 27vh;
}

.opacity-27 {
  opacity: 0.27;
}

.ls-0-27 {
  letter-spacing: 0.27rem;
  margin-right: -0.27rem;
}

.vw-28 {
  width: 28vw;
}

.vh-28 {
  height: 28vh;
}

.opacity-28 {
  opacity: 0.28;
}

.ls-0-28 {
  letter-spacing: 0.28rem;
  margin-right: -0.28rem;
}

.vw-29 {
  width: 29vw;
}

.vh-29 {
  height: 29vh;
}

.opacity-29 {
  opacity: 0.29;
}

.ls-0-29 {
  letter-spacing: 0.29rem;
  margin-right: -0.29rem;
}

.vw-30 {
  width: 30vw;
}

.vh-30 {
  height: 30vh;
}

.opacity-30 {
  opacity: 0.3;
}

.ls-0-3 {
  letter-spacing: 0.3rem;
  margin-right: -0.3rem;
}

.vw-31 {
  width: 31vw;
}

.vh-31 {
  height: 31vh;
}

.opacity-31 {
  opacity: 0.31;
}

.ls-0-31 {
  letter-spacing: 0.31rem;
  margin-right: -0.31rem;
}

.vw-32 {
  width: 32vw;
}

.vh-32 {
  height: 32vh;
}

.opacity-32 {
  opacity: 0.32;
}

.ls-0-32 {
  letter-spacing: 0.32rem;
  margin-right: -0.32rem;
}

.vw-33 {
  width: 33vw;
}

.vh-33 {
  height: 33vh;
}

.opacity-33 {
  opacity: 0.33;
}

.ls-0-33 {
  letter-spacing: 0.33rem;
  margin-right: -0.33rem;
}

.vw-34 {
  width: 34vw;
}

.vh-34 {
  height: 34vh;
}

.opacity-34 {
  opacity: 0.34;
}

.ls-0-34 {
  letter-spacing: 0.34rem;
  margin-right: -0.34rem;
}

.vw-35 {
  width: 35vw;
}

.vh-35 {
  height: 35vh;
}

.opacity-35 {
  opacity: 0.35;
}

.ls-0-35 {
  letter-spacing: 0.35rem;
  margin-right: -0.35rem;
}

.vw-36 {
  width: 36vw;
}

.vh-36 {
  height: 36vh;
}

.opacity-36 {
  opacity: 0.36;
}

.ls-0-36 {
  letter-spacing: 0.36rem;
  margin-right: -0.36rem;
}

.vw-37 {
  width: 37vw;
}

.vh-37 {
  height: 37vh;
}

.opacity-37 {
  opacity: 0.37;
}

.ls-0-37 {
  letter-spacing: 0.37rem;
  margin-right: -0.37rem;
}

.vw-38 {
  width: 38vw;
}

.vh-38 {
  height: 38vh;
}

.opacity-38 {
  opacity: 0.38;
}

.ls-0-38 {
  letter-spacing: 0.38rem;
  margin-right: -0.38rem;
}

.vw-39 {
  width: 39vw;
}

.vh-39 {
  height: 39vh;
}

.opacity-39 {
  opacity: 0.39;
}

.ls-0-39 {
  letter-spacing: 0.39rem;
  margin-right: -0.39rem;
}

.vw-40 {
  width: 40vw;
}

.vh-40 {
  height: 40vh;
}

.opacity-40 {
  opacity: 0.4;
}

.ls-0-4 {
  letter-spacing: 0.4rem;
  margin-right: -0.4rem;
}

.vw-41 {
  width: 41vw;
}

.vh-41 {
  height: 41vh;
}

.opacity-41 {
  opacity: 0.41;
}

.ls-0-41 {
  letter-spacing: 0.41rem;
  margin-right: -0.41rem;
}

.vw-42 {
  width: 42vw;
}

.vh-42 {
  height: 42vh;
}

.opacity-42 {
  opacity: 0.42;
}

.ls-0-42 {
  letter-spacing: 0.42rem;
  margin-right: -0.42rem;
}

.vw-43 {
  width: 43vw;
}

.vh-43 {
  height: 43vh;
}

.opacity-43 {
  opacity: 0.43;
}

.ls-0-43 {
  letter-spacing: 0.43rem;
  margin-right: -0.43rem;
}

.vw-44 {
  width: 44vw;
}

.vh-44 {
  height: 44vh;
}

.opacity-44 {
  opacity: 0.44;
}

.ls-0-44 {
  letter-spacing: 0.44rem;
  margin-right: -0.44rem;
}

.vw-45 {
  width: 45vw;
}

.vh-45 {
  height: 45vh;
}

.opacity-45 {
  opacity: 0.45;
}

.ls-0-45 {
  letter-spacing: 0.45rem;
  margin-right: -0.45rem;
}

.vw-46 {
  width: 46vw;
}

.vh-46 {
  height: 46vh;
}

.opacity-46 {
  opacity: 0.46;
}

.ls-0-46 {
  letter-spacing: 0.46rem;
  margin-right: -0.46rem;
}

.vw-47 {
  width: 47vw;
}

.vh-47 {
  height: 47vh;
}

.opacity-47 {
  opacity: 0.47;
}

.ls-0-47 {
  letter-spacing: 0.47rem;
  margin-right: -0.47rem;
}

.vw-48 {
  width: 48vw;
}

.vh-48 {
  height: 48vh;
}

.opacity-48 {
  opacity: 0.48;
}

.ls-0-48 {
  letter-spacing: 0.48rem;
  margin-right: -0.48rem;
}

.vw-49 {
  width: 49vw;
}

.vh-49 {
  height: 49vh;
}

.opacity-49 {
  opacity: 0.49;
}

.ls-0-49 {
  letter-spacing: 0.49rem;
  margin-right: -0.49rem;
}

.vw-50 {
  width: 50vw;
}

.vh-50 {
  height: 50vh;
}

.opacity-50 {
  opacity: 0.5;
}

.ls-0-5 {
  letter-spacing: 0.5rem;
  margin-right: -0.5rem;
}

.vw-51 {
  width: 51vw;
}

.vh-51 {
  height: 51vh;
}

.opacity-51 {
  opacity: 0.51;
}

.ls-0-51 {
  letter-spacing: 0.51rem;
  margin-right: -0.51rem;
}

.vw-52 {
  width: 52vw;
}

.vh-52 {
  height: 52vh;
}

.opacity-52 {
  opacity: 0.52;
}

.ls-0-52 {
  letter-spacing: 0.52rem;
  margin-right: -0.52rem;
}

.vw-53 {
  width: 53vw;
}

.vh-53 {
  height: 53vh;
}

.opacity-53 {
  opacity: 0.53;
}

.ls-0-53 {
  letter-spacing: 0.53rem;
  margin-right: -0.53rem;
}

.vw-54 {
  width: 54vw;
}

.vh-54 {
  height: 54vh;
}

.opacity-54 {
  opacity: 0.54;
}

.ls-0-54 {
  letter-spacing: 0.54rem;
  margin-right: -0.54rem;
}

.vw-55 {
  width: 55vw;
}

.vh-55 {
  height: 55vh;
}

.opacity-55 {
  opacity: 0.55;
}

.ls-0-55 {
  letter-spacing: 0.55rem;
  margin-right: -0.55rem;
}

.vw-56 {
  width: 56vw;
}

.vh-56 {
  height: 56vh;
}

.opacity-56 {
  opacity: 0.56;
}

.ls-0-56 {
  letter-spacing: 0.56rem;
  margin-right: -0.56rem;
}

.vw-57 {
  width: 57vw;
}

.vh-57 {
  height: 57vh;
}

.opacity-57 {
  opacity: 0.57;
}

.ls-0-57 {
  letter-spacing: 0.57rem;
  margin-right: -0.57rem;
}

.vw-58 {
  width: 58vw;
}

.vh-58 {
  height: 58vh;
}

.opacity-58 {
  opacity: 0.58;
}

.ls-0-58 {
  letter-spacing: 0.58rem;
  margin-right: -0.58rem;
}

.vw-59 {
  width: 59vw;
}

.vh-59 {
  height: 59vh;
}

.opacity-59 {
  opacity: 0.59;
}

.ls-0-59 {
  letter-spacing: 0.59rem;
  margin-right: -0.59rem;
}

.vw-60 {
  width: 60vw;
}

.vh-60 {
  height: 60vh;
}

.opacity-60 {
  opacity: 0.6;
}

.ls-0-6 {
  letter-spacing: 0.6rem;
  margin-right: -0.6rem;
}

.vw-61 {
  width: 61vw;
}

.vh-61 {
  height: 61vh;
}

.opacity-61 {
  opacity: 0.61;
}

.ls-0-61 {
  letter-spacing: 0.61rem;
  margin-right: -0.61rem;
}

.vw-62 {
  width: 62vw;
}

.vh-62 {
  height: 62vh;
}

.opacity-62 {
  opacity: 0.62;
}

.ls-0-62 {
  letter-spacing: 0.62rem;
  margin-right: -0.62rem;
}

.vw-63 {
  width: 63vw;
}

.vh-63 {
  height: 63vh;
}

.opacity-63 {
  opacity: 0.63;
}

.ls-0-63 {
  letter-spacing: 0.63rem;
  margin-right: -0.63rem;
}

.vw-64 {
  width: 64vw;
}

.vh-64 {
  height: 64vh;
}

.opacity-64 {
  opacity: 0.64;
}

.ls-0-64 {
  letter-spacing: 0.64rem;
  margin-right: -0.64rem;
}

.vw-65 {
  width: 65vw;
}

.vh-65 {
  height: 65vh;
}

.opacity-65 {
  opacity: 0.65;
}

.ls-0-65 {
  letter-spacing: 0.65rem;
  margin-right: -0.65rem;
}

.vw-66 {
  width: 66vw;
}

.vh-66 {
  height: 66vh;
}

.opacity-66 {
  opacity: 0.66;
}

.ls-0-66 {
  letter-spacing: 0.66rem;
  margin-right: -0.66rem;
}

.vw-67 {
  width: 67vw;
}

.vh-67 {
  height: 67vh;
}

.opacity-67 {
  opacity: 0.67;
}

.ls-0-67 {
  letter-spacing: 0.67rem;
  margin-right: -0.67rem;
}

.vw-68 {
  width: 68vw;
}

.vh-68 {
  height: 68vh;
}

.opacity-68 {
  opacity: 0.68;
}

.ls-0-68 {
  letter-spacing: 0.68rem;
  margin-right: -0.68rem;
}

.vw-69 {
  width: 69vw;
}

.vh-69 {
  height: 69vh;
}

.opacity-69 {
  opacity: 0.69;
}

.ls-0-69 {
  letter-spacing: 0.69rem;
  margin-right: -0.69rem;
}

.vw-70 {
  width: 70vw;
}

.vh-70 {
  height: 70vh;
}

.opacity-70 {
  opacity: 0.7;
}

.ls-0-7 {
  letter-spacing: 0.7rem;
  margin-right: -0.7rem;
}

.vw-71 {
  width: 71vw;
}

.vh-71 {
  height: 71vh;
}

.opacity-71 {
  opacity: 0.71;
}

.ls-0-71 {
  letter-spacing: 0.71rem;
  margin-right: -0.71rem;
}

.vw-72 {
  width: 72vw;
}

.vh-72 {
  height: 72vh;
}

.opacity-72 {
  opacity: 0.72;
}

.ls-0-72 {
  letter-spacing: 0.72rem;
  margin-right: -0.72rem;
}

.vw-73 {
  width: 73vw;
}

.vh-73 {
  height: 73vh;
}

.opacity-73 {
  opacity: 0.73;
}

.ls-0-73 {
  letter-spacing: 0.73rem;
  margin-right: -0.73rem;
}

.vw-74 {
  width: 74vw;
}

.vh-74 {
  height: 74vh;
}

.opacity-74 {
  opacity: 0.74;
}

.ls-0-74 {
  letter-spacing: 0.74rem;
  margin-right: -0.74rem;
}

.vw-75 {
  width: 75vw;
}

.vh-75 {
  height: 75vh;
}

.opacity-75 {
  opacity: 0.75;
}

.ls-0-75 {
  letter-spacing: 0.75rem;
  margin-right: -0.75rem;
}

.vw-76 {
  width: 76vw;
}

.vh-76 {
  height: 76vh;
}

.opacity-76 {
  opacity: 0.76;
}

.ls-0-76 {
  letter-spacing: 0.76rem;
  margin-right: -0.76rem;
}

.vw-77 {
  width: 77vw;
}

.vh-77 {
  height: 77vh;
}

.opacity-77 {
  opacity: 0.77;
}

.ls-0-77 {
  letter-spacing: 0.77rem;
  margin-right: -0.77rem;
}

.vw-78 {
  width: 78vw;
}

.vh-78 {
  height: 78vh;
}

.opacity-78 {
  opacity: 0.78;
}

.ls-0-78 {
  letter-spacing: 0.78rem;
  margin-right: -0.78rem;
}

.vw-79 {
  width: 79vw;
}

.vh-79 {
  height: 79vh;
}

.opacity-79 {
  opacity: 0.79;
}

.ls-0-79 {
  letter-spacing: 0.79rem;
  margin-right: -0.79rem;
}

.vw-80 {
  width: 80vw;
}

.vh-80 {
  height: 80vh;
}

.opacity-80 {
  opacity: 0.8;
}

.ls-0-8 {
  letter-spacing: 0.8rem;
  margin-right: -0.8rem;
}

.vw-81 {
  width: 81vw;
}

.vh-81 {
  height: 81vh;
}

.opacity-81 {
  opacity: 0.81;
}

.ls-0-81 {
  letter-spacing: 0.81rem;
  margin-right: -0.81rem;
}

.vw-82 {
  width: 82vw;
}

.vh-82 {
  height: 82vh;
}

.opacity-82 {
  opacity: 0.82;
}

.ls-0-82 {
  letter-spacing: 0.82rem;
  margin-right: -0.82rem;
}

.vw-83 {
  width: 83vw;
}

.vh-83 {
  height: 83vh;
}

.opacity-83 {
  opacity: 0.83;
}

.ls-0-83 {
  letter-spacing: 0.83rem;
  margin-right: -0.83rem;
}

.vw-84 {
  width: 84vw;
}

.vh-84 {
  height: 84vh;
}

.opacity-84 {
  opacity: 0.84;
}

.ls-0-84 {
  letter-spacing: 0.84rem;
  margin-right: -0.84rem;
}

.vw-85 {
  width: 85vw;
}

.vh-85 {
  height: 85vh;
}

.opacity-85 {
  opacity: 0.85;
}

.ls-0-85 {
  letter-spacing: 0.85rem;
  margin-right: -0.85rem;
}

.vw-86 {
  width: 86vw;
}

.vh-86 {
  height: 86vh;
}

.opacity-86 {
  opacity: 0.86;
}

.ls-0-86 {
  letter-spacing: 0.86rem;
  margin-right: -0.86rem;
}

.vw-87 {
  width: 87vw;
}

.vh-87 {
  height: 87vh;
}

.opacity-87 {
  opacity: 0.87;
}

.ls-0-87 {
  letter-spacing: 0.87rem;
  margin-right: -0.87rem;
}

.vw-88 {
  width: 88vw;
}

.vh-88 {
  height: 88vh;
}

.opacity-88 {
  opacity: 0.88;
}

.ls-0-88 {
  letter-spacing: 0.88rem;
  margin-right: -0.88rem;
}

.vw-89 {
  width: 89vw;
}

.vh-89 {
  height: 89vh;
}

.opacity-89 {
  opacity: 0.89;
}

.ls-0-89 {
  letter-spacing: 0.89rem;
  margin-right: -0.89rem;
}

.vw-90 {
  width: 90vw;
}

.vh-90 {
  height: 90vh;
}

.opacity-90 {
  opacity: 0.9;
}

.ls-0-9 {
  letter-spacing: 0.9rem;
  margin-right: -0.9rem;
}

.vw-91 {
  width: 91vw;
}

.vh-91 {
  height: 91vh;
}

.opacity-91 {
  opacity: 0.91;
}

.ls-0-91 {
  letter-spacing: 0.91rem;
  margin-right: -0.91rem;
}

.vw-92 {
  width: 92vw;
}

.vh-92 {
  height: 92vh;
}

.opacity-92 {
  opacity: 0.92;
}

.ls-0-92 {
  letter-spacing: 0.92rem;
  margin-right: -0.92rem;
}

.vw-93 {
  width: 93vw;
}

.vh-93 {
  height: 93vh;
}

.opacity-93 {
  opacity: 0.93;
}

.ls-0-93 {
  letter-spacing: 0.93rem;
  margin-right: -0.93rem;
}

.vw-94 {
  width: 94vw;
}

.vh-94 {
  height: 94vh;
}

.opacity-94 {
  opacity: 0.94;
}

.ls-0-94 {
  letter-spacing: 0.94rem;
  margin-right: -0.94rem;
}

.vw-95 {
  width: 95vw;
}

.vh-95 {
  height: 95vh;
}

.opacity-95 {
  opacity: 0.95;
}

.ls-0-95 {
  letter-spacing: 0.95rem;
  margin-right: -0.95rem;
}

.vw-96 {
  width: 96vw;
}

.vh-96 {
  height: 96vh;
}

.opacity-96 {
  opacity: 0.96;
}

.ls-0-96 {
  letter-spacing: 0.96rem;
  margin-right: -0.96rem;
}

.vw-97 {
  width: 97vw;
}

.vh-97 {
  height: 97vh;
}

.opacity-97 {
  opacity: 0.97;
}

.ls-0-97 {
  letter-spacing: 0.97rem;
  margin-right: -0.97rem;
}

.vw-98 {
  width: 98vw;
}

.vh-98 {
  height: 98vh;
}

.opacity-98 {
  opacity: 0.98;
}

.ls-0-98 {
  letter-spacing: 0.98rem;
  margin-right: -0.98rem;
}

.vw-99 {
  width: 99vw;
}

.vh-99 {
  height: 99vh;
}

.opacity-99 {
  opacity: 0.99;
}

.ls-0-99 {
  letter-spacing: 0.99rem;
  margin-right: -0.99rem;
}

.vw-100 {
  width: 100vw;
}

.vh-100 {
  height: 100vh;
}

.opacity-100 {
  opacity: 1;
}

.ls-1-0 {
  letter-spacing: 1rem;
  margin-right: -1rem;
}

.fs-0-5 {
  font-size: 0.5rem !important;
}

.lh-0-5 {
  line-height: 0.5;
}

.fs-0-6 {
  font-size: 0.6rem !important;
}

.lh-0-6 {
  line-height: 0.6;
}

.fs-0-7 {
  font-size: 0.7rem !important;
}

.lh-0-7 {
  line-height: 0.7;
}

.fs-0-8 {
  font-size: 0.8rem !important;
}

.lh-0-8 {
  line-height: 0.8;
}

.fs-0-9 {
  font-size: 0.9rem !important;
}

.lh-0-9 {
  line-height: 0.9;
}

.fs-1-0 {
  font-size: 1rem !important;
}

.lh-1-0 {
  line-height: 1;
}

.fs-1-1 {
  font-size: 1.1rem !important;
}

.lh-1-1 {
  line-height: 1.1;
}

.fs-1-2 {
  font-size: 1.2rem !important;
}

.lh-1-2 {
  line-height: 1.2;
}

.fs-1-3 {
  font-size: 1.3rem !important;
}

.lh-1-3 {
  line-height: 1.3;
}

.fs-1-4 {
  font-size: 1.4rem !important;
}

.lh-1-4 {
  line-height: 1.4;
}

.fs-1-5 {
  font-size: 1.5rem !important;
}

.lh-1-5 {
  line-height: 1.5;
}

.fs-1-6 {
  font-size: 1.6rem !important;
}

.lh-1-6 {
  line-height: 1.6;
}

.fs-1-7 {
  font-size: 1.7rem !important;
}

.lh-1-7 {
  line-height: 1.7;
}

.fs-1-8 {
  font-size: 1.8rem !important;
}

.lh-1-8 {
  line-height: 1.8;
}

.fs-1-9 {
  font-size: 1.9rem !important;
}

.lh-1-9 {
  line-height: 1.9;
}

.fs-2-0 {
  font-size: 2rem !important;
}

.lh-2-0 {
  line-height: 2;
}

.fs-2-1 {
  font-size: 2.1rem !important;
}

.lh-2-1 {
  line-height: 2.1;
}

.fs-2-2 {
  font-size: 2.2rem !important;
}

.lh-2-2 {
  line-height: 2.2;
}

.fs-2-3 {
  font-size: 2.3rem !important;
}

.lh-2-3 {
  line-height: 2.3;
}

.fs-2-4 {
  font-size: 2.4rem !important;
}

.lh-2-4 {
  line-height: 2.4;
}

.fs-2-5 {
  font-size: 2.5rem !important;
}

.lh-2-5 {
  line-height: 2.5;
}

.fs-2-6 {
  font-size: 2.6rem !important;
}

.lh-2-6 {
  line-height: 2.6;
}

.fs-2-7 {
  font-size: 2.7rem !important;
}

.lh-2-7 {
  line-height: 2.7;
}

.fs-2-8 {
  font-size: 2.8rem !important;
}

.lh-2-8 {
  line-height: 2.8;
}

.fs-2-9 {
  font-size: 2.9rem !important;
}

.lh-2-9 {
  line-height: 2.9;
}

.fs-3-0 {
  font-size: 3rem !important;
}

.lh-3-0 {
  line-height: 3;
}

.fs-3-1 {
  font-size: 3.1rem !important;
}

.lh-3-1 {
  line-height: 3.1;
}

.fs-3-2 {
  font-size: 3.2rem !important;
}

.lh-3-2 {
  line-height: 3.2;
}

.fs-3-3 {
  font-size: 3.3rem !important;
}

.lh-3-3 {
  line-height: 3.3;
}

.fs-3-4 {
  font-size: 3.4rem !important;
}

.lh-3-4 {
  line-height: 3.4;
}

.fs-3-5 {
  font-size: 3.5rem !important;
}

.lh-3-5 {
  line-height: 3.5;
}

.fs-3-6 {
  font-size: 3.6rem !important;
}

.lh-3-6 {
  line-height: 3.6;
}

.fs-3-7 {
  font-size: 3.7rem !important;
}

.lh-3-7 {
  line-height: 3.7;
}

.fs-3-8 {
  font-size: 3.8rem !important;
}

.lh-3-8 {
  line-height: 3.8;
}

.fs-3-9 {
  font-size: 3.9rem !important;
}

.lh-3-9 {
  line-height: 3.9;
}

.fs-4-0 {
  font-size: 4rem !important;
}

.lh-4-0 {
  line-height: 4;
}

.fs-4-1 {
  font-size: 4.1rem !important;
}

.lh-4-1 {
  line-height: 4.1;
}

.fs-4-2 {
  font-size: 4.2rem !important;
}

.lh-4-2 {
  line-height: 4.2;
}

.fs-4-3 {
  font-size: 4.3rem !important;
}

.lh-4-3 {
  line-height: 4.3;
}

.fs-4-4 {
  font-size: 4.4rem !important;
}

.lh-4-4 {
  line-height: 4.4;
}

.fs-4-5 {
  font-size: 4.5rem !important;
}

.lh-4-5 {
  line-height: 4.5;
}

.fs-4-6 {
  font-size: 4.6rem !important;
}

.lh-4-6 {
  line-height: 4.6;
}

.fs-4-7 {
  font-size: 4.7rem !important;
}

.lh-4-7 {
  line-height: 4.7;
}

.fs-4-8 {
  font-size: 4.8rem !important;
}

.lh-4-8 {
  line-height: 4.8;
}

.fs-4-9 {
  font-size: 4.9rem !important;
}

.lh-4-9 {
  line-height: 4.9;
}

.fs-5-0 {
  font-size: 5rem !important;
}

.lh-5-0 {
  line-height: 5;
}

.fs-5-1 {
  font-size: 5.1rem !important;
}

.lh-5-1 {
  line-height: 5.1;
}

.fs-5-2 {
  font-size: 5.2rem !important;
}

.lh-5-2 {
  line-height: 5.2;
}

.fs-5-3 {
  font-size: 5.3rem !important;
}

.lh-5-3 {
  line-height: 5.3;
}

.fs-5-4 {
  font-size: 5.4rem !important;
}

.lh-5-4 {
  line-height: 5.4;
}

.fs-5-5 {
  font-size: 5.5rem !important;
}

.lh-5-5 {
  line-height: 5.5;
}

.fs-5-6 {
  font-size: 5.6rem !important;
}

.lh-5-6 {
  line-height: 5.6;
}

.fs-5-7 {
  font-size: 5.7rem !important;
}

.lh-5-7 {
  line-height: 5.7;
}

.fs-5-8 {
  font-size: 5.8rem !important;
}

.lh-5-8 {
  line-height: 5.8;
}

.fs-5-9 {
  font-size: 5.9rem !important;
}

.lh-5-9 {
  line-height: 5.9;
}

.fs-6-0 {
  font-size: 6rem !important;
}

.lh-6-0 {
  line-height: 6;
}

.bg-white-10 {
  background: white;
  background: rgba(255, 255, 255, 0.1);
}

.bg-black-10 {
  background: black;
  background: rgba(0, 0, 0, 0.1);
}

.h-10-vh {
  height: 10vh;
}

.icon1x {
  font-size: 1em;
}

.fw-100 {
  font-weight: 100;
}

.bg-white-20 {
  background: white;
  background: rgba(255, 255, 255, 0.2);
}

.bg-black-20 {
  background: black;
  background: rgba(0, 0, 0, 0.2);
}

.h-20-vh {
  height: 20vh;
}

.icon2x {
  font-size: 2em;
}

.fw-200 {
  font-weight: 200;
}

.bg-white-30 {
  background: white;
  background: rgba(255, 255, 255, 0.3);
}

.bg-black-30 {
  background: black;
  background: rgba(0, 0, 0, 0.3);
}

.h-30-vh {
  height: 30vh;
}

.icon3x {
  font-size: 3em;
}

.fw-300 {
  font-weight: 300;
}

.bg-white-40 {
  background: white;
  background: rgba(255, 255, 255, 0.4);
}

.bg-black-40 {
  background: black;
  background: rgba(0, 0, 0, 0.4);
}

.h-40-vh {
  height: 40vh;
}

.icon4x {
  font-size: 4em;
}

.fw-400 {
  font-weight: 400;
}

.bg-white-50 {
  background: white;
  background: rgba(255, 255, 255, 0.5);
}

.bg-black-50 {
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

.h-50-vh {
  height: 50vh;
}

.icon5x {
  font-size: 5em;
}

.fw-500 {
  font-weight: 500;
}

.bg-white-60 {
  background: white;
  background: rgba(255, 255, 255, 0.6);
}

.bg-black-60 {
  background: black;
  background: rgba(0, 0, 0, 0.6);
}

.h-60-vh {
  height: 60vh;
}

.icon6x {
  font-size: 6em;
}

.fw-600 {
  font-weight: 600;
}

.bg-white-70 {
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.bg-black-70 {
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.h-70-vh {
  height: 70vh;
}

.icon7x {
  font-size: 7em;
}

.fw-700 {
  font-weight: 700;
}

.bg-white-80 {
  background: white;
  background: rgba(255, 255, 255, 0.8);
}

.bg-black-80 {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}

.h-80-vh {
  height: 80vh;
}

.icon8x {
  font-size: 8em;
}

.fw-800 {
  font-weight: 800;
}

.bg-white-90 {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.bg-black-90 {
  background: black;
  background: rgba(0, 0, 0, 0.9);
}

.h-90-vh {
  height: 90vh;
}

.icon9x {
  font-size: 9em;
}

.fw-900 {
  font-weight: 900;
}

.bg-white-100 {
  background: white;
  background: white;
}

.bg-black-100 {
  background: black;
  background: black;
}

.h-100-vh {
  height: 100vh;
}

.icon10x {
  font-size: 10em;
}

.fw-1000 {
  font-weight: 1000;
}

.bg-norepeat {
  background-repeat: no-repeat;
}
.bg-position-cc {
  background-position: center;
}
.bg-position-ct {
  background-position: center top;
}
.bg-position-cb {
  background-position: center bottom;
}
.bg-position-lt {
  background-position: left top;
}
.bg-position-lb {
  background-position: left bottom;
}
.bg-position-lc {
  background-position: left center;
}
.bg-position-rt {
  background-position: right top;
}
.bg-position-rb {
  background-position: right bottom;
}
.bg-position-rc {
  background-position: right center;
}
.bg-fit-h {
  background-size: auto 100%;
}
.bg-fit-h-90 {
  background-size: auto 90%;
}
.bg-fit-w {
  background-size: 100% auto;
}
.bg-fit-w-90 {
  background-size: 90% auto;
}

.ls-0 {
  letter-spacing: 0 !important;
}

/*
@font-face {
    font-family: 'Muli-local';
    src: url('/fonts/Muli-Bold.ttf');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-LightItalic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-BoldItalic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-ExtraLight.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-Bold.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-ExtraBold.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-BlackItalic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-Light.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-Black.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-ExtraLightItalic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-Italic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-SemiBold.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-Regular.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/nunito-sans/NunitoSans-SemiBoldItalic.woff2") format("woff2"), url("/fonts/nunito-sans/NunitoSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
h1, .h1 {
  font-size: 5.06rem;
  margin-top: 0.53rem;
  margin-bottom: 0.53rem;
}

h2, .h2 {
  font-size: 2rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

h3, .h3 {
  font-size: 1rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

h4, .h4 {
  font-size: 0.8rem;
  margin-top: 0.67rem;
  margin-bottom: 0.67rem;
}

h5, .h5 {
  font-size: 1rem;
  margin-top: 0.94rem;
  margin-bottom: 0.94rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

@media (min-width: 576px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 4.25rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito Sans";
  font-weight: 900;
}

body {
  font-family: "Nunito Sans";
  font-weight: 300;
  line-height: 1.8;
  color: #07224A;
}

.title-block {
  padding: 2px 0 3px 20px;
  border-left: 10px solid;
}

.fancy-title {
  position: relative;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding-right: 15px;
}
.fancy-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: auto;
  right: 0;
  top: 49%;
  border-top: 1px solid;
}

.section-title {
  font-family: "Nunito Sans";
  font-weight: 700;
  text-transform: uppercase;
  /*color: white;
  text-shadow:
  2px   0  0   map-get(map-get($theme-colors,body),base),
  -2px   0  0   map-get(map-get($theme-colors,body),base),
  0    2px 0   map-get(map-get($theme-colors,body),base),
  0   -2px 0   map-get(map-get($theme-colors,body),base),
  1px  1px 0   map-get(map-get($theme-colors,body),base),
  -1px -1px 0   map-get(map-get($theme-colors,body),base),
  1px -1px 0   map-get(map-get($theme-colors,body),base),
  -1px  1px 0   map-get(map-get($theme-colors,body),base);*/
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #07224A;
}

@media (max-width: 575px) {
  html:lang(de) #legislazione .section-title {
    background-color: rgba(128, 0, 128, 0.3);
    font-size: 1.3rem;
  }
}
html {
  font-size: 16px;
}

@media (min-width: 992px) {
  html {
    font-size: 112.5%;
    /* this means 18px */
  }
}
body {
  overflow-x: hidden;
}

.btn:focus {
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

.no-text-decoration {
  text-decoration: none;
}

.text-transform-none {
  text-transform: none !important;
}

* {
  outline: none !important;
}

.hero {
  /* Sizing */
  width: 100%;
  min-height: 100vh;
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Background styles */
  /*background-image: url('https://picsum.photos/id/1000/1920/1080');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero.mini {
  padding: 120px 0;
  min-height: auto;
}
.hero.video {
  background-color: black;
  min-height: 0;
  padding-top: 70px;
}
.hero .embed {
  height: 100%;
  width: 100%;
}

.padded-multiline {
  line-height: 1.4;
}
.padded-multiline span {
  background-color: #c0c;
  color: #fff;
  display: inline;
  padding: 0.2rem 0.5rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#back-to-top {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1020;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: white;
  color: black;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.img-100 {
  display: block;
  width: 100%;
  height: auto;
}

.img-h100 {
  display: block;
  width: auto;
  height: 100%;
}

.min-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.min-gutters > [class^=col-],
.min-gutters > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.cover, .homepage .community {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.left-right {
  display: flex;
}
.left-right > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.middle-horizontal-line {
  overflow: hidden;
  text-align: center;
}
.middle-horizontal-line:before, .middle-horizontal-line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.middle-horizontal-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.middle-horizontal-line:after {
  left: 0.5em;
  margin-right: -50%;
}

.full-height {
  min-height: 100vh;
}

/* Flexible Embeds */
.embed {
  position: relative;
  padding: 0px;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .full-height {
    min-height: 100vh;
  }

  .hero.video {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .hero.mini {
    padding-top: 220px;
    min-height: 380px;
  }
  .hero.video {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .hero.video {
    padding-top: 50px;
  }
}
.cl-dark {
  color: #232D32;
}

a.cl-dark {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-dark:hover {
  color: #232D32 !important;
  opacity: 0.85;
}

.bg-dark, .privacy .hero {
  background-color: #232D32 !important;
  color: #EEF2EE;
}
.bg-dark a, .privacy .hero a {
  color: #EEF2EE;
}

.border-dark {
  border: 1px solid #232D32 !important;
}

.border-top-dark {
  border-top: 1px solid #232D32 !important;
}

.border-right-dark {
  border-right: 1px solid #232D32 !important;
}

.border-bottom-dark {
  border-bottom: 1px solid #232D32 !important;
}

.border-left-dark {
  border-left: 1px solid #232D32 !important;
}

.btn-dark {
  background-color: #232D32;
  color: #EEF2EE !important;
  border-color: #232D32;
  text-transform: none;
}
.btn-dark:hover, .btn-dark:active {
  background-color: #394247 !important;
  border-color: #394247 !important;
  color: #EEF2EE;
}
.btn-dark:focus {
  box-shadow: none !important;
}

.btn-outline-dark {
  color: #232D32 !important;
  border-color: #232D32;
  border-width: 2px;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark.active {
  background-color: #232D32 !important;
  border-color: #232D32 !important;
  color: #EEF2EE !important;
}
.btn-outline-dark:focus {
  box-shadow: none !important;
}

.cl-light {
  color: #EFEBE9;
}

a.cl-light {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-light:hover {
  color: #EFEBE9 !important;
  opacity: 0.85;
}

.bg-light, .recipe-card {
  background-color: #EFEBE9 !important;
  color: #07224A;
}
.bg-light a, .recipe-card a {
  color: #07224A;
}

.border-light {
  border: 1px solid #EFEBE9 !important;
}

.border-top-light {
  border-top: 1px solid #EFEBE9 !important;
}

.border-right-light {
  border-right: 1px solid #EFEBE9 !important;
}

.border-bottom-light {
  border-bottom: 1px solid #EFEBE9 !important;
}

.border-left-light {
  border-left: 1px solid #EFEBE9 !important;
}

.btn-light {
  background-color: #EFEBE9;
  color: #07224A !important;
  border-color: #EFEBE9;
  text-transform: none;
}
.btn-light:hover, .btn-light:active {
  background-color: #d6dad6 !important;
  border-color: #d6dad6 !important;
  color: #07224A;
}
.btn-light:focus {
  box-shadow: none !important;
}

.btn-outline-light {
  color: #EFEBE9 !important;
  border-color: #EFEBE9;
  border-width: 2px;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active {
  background-color: #EFEBE9 !important;
  border-color: #EFEBE9 !important;
  color: #07224A !important;
}
.btn-outline-light:focus {
  box-shadow: none !important;
}

.cl-body {
  color: #07224A;
}

a.cl-body {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-body:hover {
  color: #07224A !important;
  opacity: 0.85;
}

.bg-body {
  background-color: #07224A !important;
  color: #EEF2EE;
}
.bg-body a {
  color: #EEF2EE;
}

.border-body {
  border: 1px solid #07224A !important;
}

.border-top-body {
  border-top: 1px solid #07224A !important;
}

.border-right-body {
  border-right: 1px solid #07224A !important;
}

.border-bottom-body {
  border-bottom: 1px solid #07224A !important;
}

.border-left-body {
  border-left: 1px solid #07224A !important;
}

.btn-body {
  background-color: #07224A;
  color: #EEF2EE !important;
  border-color: #07224A;
  text-transform: none;
}
.btn-body:hover, .btn-body:active {
  background-color: #20385c !important;
  border-color: #20385c !important;
  color: #EEF2EE;
}
.btn-body:focus {
  box-shadow: none !important;
}

.btn-outline-body {
  color: #07224A !important;
  border-color: #07224A;
  border-width: 2px;
}
.btn-outline-body:hover, .btn-outline-body:active, .btn-outline-body.active {
  background-color: #07224A !important;
  border-color: #07224A !important;
  color: #EEF2EE !important;
}
.btn-outline-body:focus {
  box-shadow: none !important;
}

.cl-primary {
  color: #07224A;
}

a.cl-primary {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-primary:hover {
  color: #07224A !important;
  opacity: 0.85;
}

.bg-primary {
  background-color: #07224A !important;
  color: #EEF2EE;
}
.bg-primary a {
  color: #EEF2EE;
}

.border-primary {
  border: 1px solid #07224A !important;
}

.border-top-primary {
  border-top: 1px solid #07224A !important;
}

.border-right-primary {
  border-right: 1px solid #07224A !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #07224A !important;
}

.border-left-primary {
  border-left: 1px solid #07224A !important;
}

.btn-primary {
  background-color: #07224A;
  color: #EEF2EE !important;
  border-color: #07224A;
  text-transform: none;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #20385c !important;
  border-color: #20385c !important;
  color: #EEF2EE;
}
.btn-primary:focus {
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #07224A !important;
  border-color: #07224A;
  border-width: 2px;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #07224A !important;
  border-color: #07224A !important;
  color: #EEF2EE !important;
}
.btn-outline-primary:focus {
  box-shadow: none !important;
}

.cl-secondary {
  color: #18a0a0;
}

a.cl-secondary {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-secondary:hover {
  color: #18a0a0 !important;
  opacity: 0.85;
}

.bg-secondary {
  background-color: #18a0a0 !important;
  color: #EEF2EE;
}
.bg-secondary a {
  color: #EEF2EE;
}

.border-secondary {
  border: 1px solid #18a0a0 !important;
}

.border-top-secondary {
  border-top: 1px solid #18a0a0 !important;
}

.border-right-secondary {
  border-right: 1px solid #18a0a0 !important;
}

.border-bottom-secondary {
  border-bottom: 1px solid #18a0a0 !important;
}

.border-left-secondary {
  border-left: 1px solid #18a0a0 !important;
}

.btn-secondary {
  background-color: #18a0a0;
  color: #EEF2EE !important;
  border-color: #18a0a0;
  text-transform: none;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #c0aa82 !important;
  border-color: #c0aa82 !important;
  color: #EEF2EE;
}
.btn-secondary:focus {
  box-shadow: none !important;
}

.btn-outline-secondary {
  color: #18a0a0 !important;
  border-color: #18a0a0;
  border-width: 2px;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: #18a0a0 !important;
  border-color: #18a0a0 !important;
  color: #EEF2EE !important;
}
.btn-outline-secondary:focus {
  box-shadow: none !important;
}

.cl-error {
  color: #EE0000;
}

a.cl-error {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-error:hover {
  color: #EE0000 !important;
  opacity: 0.85;
}

.bg-error {
  background-color: #EE0000 !important;
}
.border-error {
  border: 1px solid #EE0000 !important;
}

.border-top-error {
  border-top: 1px solid #EE0000 !important;
}

.border-right-error {
  border-right: 1px solid #EE0000 !important;
}

.border-bottom-error {
  border-bottom: 1px solid #EE0000 !important;
}

.border-left-error {
  border-left: 1px solid #EE0000 !important;
}

.btn-error {
  background-color: #EE0000;
  color: !important;
  border-color: #EE0000;
  text-transform: none;
}
.btn-error:hover, .btn-error:active {
  background-color: !important;
  border-color: !important;
}
.btn-error:focus {
  box-shadow: none !important;
}

.btn-outline-error {
  color: #EE0000 !important;
  border-color: #EE0000;
  border-width: 2px;
}
.btn-outline-error:hover, .btn-outline-error:active, .btn-outline-error.active {
  background-color: #EE0000 !important;
  border-color: #EE0000 !important;
  color: !important;
}
.btn-outline-error:focus {
  box-shadow: none !important;
}

.cl-placeholder-form {
  color: rgba(35, 45, 50, 0.5);
}

a.cl-placeholder-form {
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  -ms-transform: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
  transition: opacity 0.3s cubic-bezier(0, 1, 0.48, 0.96) 0s;
}
a.cl-placeholder-form:hover {
  color: rgba(35, 45, 50, 0.5) !important;
  opacity: 0.85;
}

.bg-placeholder-form {
  background-color: rgba(35, 45, 50, 0.5) !important;
}
.border-placeholder-form {
  border: 1px solid rgba(35, 45, 50, 0.5) !important;
}

.border-top-placeholder-form {
  border-top: 1px solid rgba(35, 45, 50, 0.5) !important;
}

.border-right-placeholder-form {
  border-right: 1px solid rgba(35, 45, 50, 0.5) !important;
}

.border-bottom-placeholder-form {
  border-bottom: 1px solid rgba(35, 45, 50, 0.5) !important;
}

.border-left-placeholder-form {
  border-left: 1px solid rgba(35, 45, 50, 0.5) !important;
}

.btn-placeholder-form {
  background-color: rgba(35, 45, 50, 0.5);
  color: !important;
  border-color: rgba(35, 45, 50, 0.5);
  text-transform: none;
}
.btn-placeholder-form:hover, .btn-placeholder-form:active {
  background-color: !important;
  border-color: !important;
}
.btn-placeholder-form:focus {
  box-shadow: none !important;
}

.btn-outline-placeholder-form {
  color: rgba(35, 45, 50, 0.5) !important;
  border-color: rgba(35, 45, 50, 0.5);
  border-width: 2px;
}
.btn-outline-placeholder-form:hover, .btn-outline-placeholder-form:active, .btn-outline-placeholder-form.active {
  background-color: rgba(35, 45, 50, 0.5) !important;
  border-color: rgba(35, 45, 50, 0.5) !important;
  color: !important;
}
.btn-outline-placeholder-form:focus {
  box-shadow: none !important;
}

.bg-light .section-title, .recipe-card .section-title {
  color: #EFEBE9;
}

.btn {
  border-radius: 0.6rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

a {
  color: #07224A;
  text-decoration: none;
}
a:hover {
  color: #07224A;
  text-decoration: none;
}
a:before {
  height: 2px !important;
}

.rounded {
  border-radius: 8px;
  overflow: hidden;
}
.rounded-2x {
  border-radius: 1rem;
  overflow: hidden;
}

img {
  border-radius: 8px;
}

#back-to-top {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid;
  border-color: rgba(7, 34, 74, 0.7);
  color: rgba(7, 34, 74, 0.7);
  font-size: 1.3rem;
  text-align: center;
  line-height: 48px;
}
#back-to-top:hover {
  background-color: white;
  color: #07224a;
  border-color: #07224a;
}

.hero {
  position: relative;
}
.hero.cover h1, .homepage .hero.community h1 {
  font-size: 3rem;
}
.hero .footer-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 10vh;
  min-height: 65px;
  width: 100%;
}
.hero .footer-section a {
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.2rem;
  background-color: white;
  color: #07224A !important;
  opacity: 0.8;
  margin-top: -1.2rem;
  position: relative;
  right: -4px;
}
.hero .footer-section a:hover {
  opacity: 1;
}

.hole-borders {
  height: 85px;
}
.hole-borders .container {
  background-size: 768px auto;
  background-position: center top;
}
.hole-borders.bubble {
  text-align: center;
  -webkit-filter: drop-shadow(7px 9px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(7px 9px 5px rgba(0, 0, 0, 0.3));
  position: relative;
}
.hole-borders.bubble:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  top: -10px;
  z-index: 200;
}
.hole-borders.bubble img {
  width: 150px;
}
.hole-borders.white.hole {
  background: linear-gradient(90deg, white 0%, white 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white 70%, white 100%);
}
.hole-borders.white.hole .container {
  background-image: url("/images/svg/hole-top.svg");
}
.hole-borders.white.bubble {
  border-top: 1px solid white;
}
.hole-borders.white.bubble:before {
  background-color: white;
}
.hole-borders.light.hole {
  background: linear-gradient(90deg, #efebe9 0%, #efebe9 30%, rgba(239, 235, 233, 0) 30%, rgba(239, 235, 233, 0) 70%, #efebe9 70%, #efebe9 100%);
}
.hole-borders.light.hole .container {
  background-image: url("/images/svg/hole-light-top.svg");
}
.hole-borders.light.bubble {
  border-top: 1px solid #EFEBE9;
}
.hole-borders.light.bubble:before {
  background-color: #EFEBE9;
}
.hole-borders.red.hole {
  background: red;
  background: linear-gradient(90deg, red 0%, red 30%, rgba(204, 0, 0, 0) 30%, rgba(255, 0, 0, 0) 70%, red 70%, #ff0202 100%);
}
.hole-borders.red.hole .container {
  background-image: url("/images/svg/hole-red.svg");
}

.section {
  position: relative;
  z-index: 100;
}
.section .content {
  padding: 85px 0;
}
.section:not(.no-overlay) .content {
  padding-top: 10px;
}
.section .header-section, .section .footer-section {
  height: 85px;
}
.section.overlay-bottom {
  z-index: 110;
}
.section.overlay-bottom + .section {
  margin-top: -85px;
}
.section.overlay-bottom + .section .content {
  padding-top: 85px;
}
.section.ovelayed-bottom .content {
  padding-bottom: 105px;
}
.section.ovelayed-bottom .jarallax {
  min-height: 385px;
}
.section.ovelayed-bottom + .section {
  margin-top: -85px;
  z-index: 110;
}
.section.shadow {
  box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.3) !important;
}
.section.shadow + .section {
  z-index: 95;
}

.logo-ctt {
  background-image: url("/images/svg/ctt-logo.svg");
}
.logo-ctt.bg-position-lc {
  background-position: -5% center;
}
.logo-ctt.bg-position-rt {
  background-position: right -200px top;
}

.logo-3t {
  background-image: url("/images/svg/3t-logo.svg");
}
.logo-3t.bg-position-rt {
  background-position: 105% top;
}

.logo-dop {
  background-image: url("/images/svg/dop-logo.svg");
}
.logo-dop.bg-position-rc {
  background-position: 110% center;
}

.bg-country {
  background-image: url("/images/svg/country.svg");
  background-size: cover;
  min-height: 150px;
  margin-top: 30px;
}
.consorzio .bg-country, .press_media .bg-country {
  padding-bottom: 200px;
  background-size: auto;
}

.link-pdf {
  position: relative;
  overflow: hidden;
}
.link-pdf:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #07224A;
  height: 1px !important;
  transform: translateY(4px);
  transition: transform 0.3s ease-out;
}
.link-pdf:hover:before {
  transform: translateY(2px);
}

.homepage .community {
  background-image: url("/images/bg-community.jpg");
  padding: 2rem 0;
}

.recipe-grid .item {
  padding: 10px 35px;
}
.recipe-grid .item h4 {
  min-height: 30px;
}
.recipe-grid .cta {
  align-self: end;
  justify-self: center;
}

.hvr-underline-from-left:before, .modal-text a:before {
  background: #07224A;
}

hr {
  margin: 0.25rem 0;
  border-top: 1px solid #07224a;
}

.news {
  width: 100vw;
  overflow-x: hidden;
}

.press-carousel .item {
  cursor: pointer;
}

#consorziati .carousel .owl-dots {
  margin-top: 40px;
}

.caratteristiche-grid .icon {
  width: 70px;
}

.back-recipe {
  position: absolute;
  right: 15px;
  top: -30px;
}

.breadcrumb {
  background: none;
  padding: 0.75rem 0;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}
.breadcrumb li span {
  opacity: 0.6;
}

.privacy .detail .container {
  margin-top: -40px;
  padding: 1rem 2rem;
  background-color: white;
}

@media (max-width: 380px) {
  .hole-borders.white.hole {
    background: none;
  }
  .hole-borders.light.hole {
    background: none;
  }
  .hole-borders.red.hole {
    background: none;
  }
}
@media (min-width: 576px) {
  .hole-borders.bubble img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .hero {
    position: relative;
  }
  .hero.cover h1, .homepage .hero.community h1 {
    font-size: 5rem;
  }

  .hole-borders .container {
    background-size: 100% auto;
  }

  .bg-country {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 992px) {
  .bubble-right {
    position: relative;
  }
  .bubble-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("/images/bubble-right.png");
    background-position: right center;
    background-repeat: no-repeat;
  }

  .bg-country {
    padding-bottom: 250px !important;
    background-size: 100% auto;
  }

  .homepage #a-tavola .box-title {
    height: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .homepage .carousel .cover, .homepage .carousel .community {
    min-height: 600px;
  }
}
@media (min-width: 1500px) {
  .bg-country {
    background-size: auto;
    background-repeat: repeat-x;
  }
}
header .user-bar {
  position: relative;
  z-index: 10;
}
header .navigation-bar .nav-item a {
  color: #07224A;
  text-transform: uppercase;
  text-decoration: none;
}
header .lang {
  width: 200px;
  position: absolute;
  bottom: 15px;
  right: -148px;
  font-size: 0.7rem;
  border: 1px solid #07224A;
  padding: 0.3rem 0.5rem;
  padding-right: 1rem;
  border-radius: 2rem;
  text-transform: uppercase;
  background-color: white;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.24);
  transition: right 0.2s ease-in-out;
}
header .lang a {
  letter-spacing: 0.1rem;
}
header .lang a:hover {
  color: #07224A;
}
header .lang.open {
  right: -30px;
}
header .navbar-brand img {
  max-height: 70px;
}

.user-bar {
  background-color: #EFEBE9;
  font-size: 0.7rem;
}
.user-bar .user a {
  margin-left: 0.5rem;
  text-decoration: none;
}
.user-bar .search {
  position: relative;
  padding: 0;
  height: 40px;
}
.user-bar .search .btn {
  padding: 0;
  line-height: 40px;
}
.user-bar .search input[type=text] {
  height: 40px;
  display: inline-block;
  border: none;
  outline: none;
  color: #07224A;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
.user-bar .search input[type=text]:focus {
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #07224A;
  cursor: text;
}
.user-bar .search input[type=text]:focus:hover {
  border-bottom: 1px solid #07224A;
}

footer section:not(.extra-footer) {
  padding: 3rem 0;
  padding-bottom: 4rem;
  background-image: url("/images/tricolore-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
footer section:not(.extra-footer) .social a {
  font-size: 2rem;
  color: #07224A !important;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
footer section:not(.extra-footer) .social a:hover {
  opacity: 0.8;
}
footer .extra-footer a {
  font-weight: 700;
  text-decoration: none;
}
footer .extra-footer a:before {
  background: #07224A;
}

@media (max-width: 767px) {
  header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    pointer-events: none;
  }
  header .navigation-bar {
    flex-grow: 1;
    position: relative;
  }
  header .toogle-nav {
    position: absolute;
    top: 50%;
    right: 0;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    pointer-events: auto;
    padding: 0 0.5rem;
  }
  header .toogle-nav a {
    cursor: pointer;
    font-size: 1.8rem;
  }
  header .navbar-brand {
    margin: 0;
    padding: 15px;
    padding-right: 70px;
    background-color: white;
    pointer-events: auto;
  }
  header .main-nav, header .user-nav {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1030;
  }
  header .main-nav .container, header .user-nav .container {
    height: 100%;
    background-color: #EFEBE9;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.17);
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    transition: transform 0.5s ease-in-out;
  }
  header .main-nav .container {
    transform: translateX(105%);
  }
  header .main-nav .navbar-nav {
    padding: 5px;
  }
  header .main-nav .navbar-nav .row {
    margin: 0;
  }
  header .main-nav .navbar-nav .nav-item {
    font-size: 1.1rem;
    position: relative;
    padding: 10px 0;
  }
  header .main-nav .navbar-nav .nav-item.link-community {
    background-color: white;
    text-transform: uppercase;
  }
  header .main-nav .navbar-nav .nav-item:not(.link-community):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: white;
  }
  header .main-nav .navbar-nav .nav-item:last-child:after {
    display: none;
  }
  header .main-nav .search input {
    border: 0;
    background-color: white;
    padding: 0.75rem 1rem;
    padding-right: 0;
  }
  header .main-nav .search .btn {
    background-color: white;
    border-radius: 0 !important;
  }
  header .user-nav .container {
    transform: translateX(-105%);
  }

  .main-nav-open header .main-nav .container {
    transform: translateX(0%);
  }

  .user-nav-open header .user-nav .container {
    transform: translateX(0%);
  }
}
@media (min-width: 768px) {
  header {
    height: auto;
    display: block;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 0%, white 30%, rgba(204, 0, 0, 0) 30%, rgba(204, 0, 0, 0) 70%, white 70%, white 100%);
  }
  header .navigation-bar {
    padding: 0;
    transition: margin-top 0.5s ease-in-out;
  }
  header .navigation-bar .nav-item {
    height: 75px;
    padding-top: 25px;
    background-color: white;
  }
  header .navigation-bar .nav-item a {
    font-size: 0.8rem;
  }
  header .navigation-bar .wrapper-logo {
    position: relative;
    z-index: 5;
    background: transparent;
    background-image: url("/images/svg/header.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 501% auto;
    transition: background-position 0.1s ease-in-out, background-size 0.2s ease-in-out;
    pointer-events: none;
  }
  header .navigation-bar .wrapper-logo:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 75px;
    top: -80%;
    background-color: white;
    content: "";
    transition: top 0.1s ease-in-out;
  }
  header .navigation-bar .wrapper-logo .logo {
    margin-top: 0;
    opacity: 1;
    transition: margin-top 0.3s ease-in-out, opacity 0.2s ease-in-out 0.1s;
  }
  header .navigation-bar .wrapper-logo .logo-headroom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    top: auto;
    bottom: 60px;
    transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
}
@media (min-width: 992px) {
  header .navbar {
    margin-top: 0;
  }
  header .navbar .nav-item a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  header .navigation-bar .wrapper-logo {
    background-size: 502% auto;
  }
}
.recipe_detail .detail .container {
  margin-top: -80px;
  padding: 1rem 2rem;
  background-color: white;
}

.recipe-info, .ingredients {
  font-size: 0.9rem;
}
.recipe-info li, .ingredients li {
  margin-bottom: 0.5rem;
}
.recipe-info b, .recipe-info a, .ingredients b, .ingredients a {
  text-transform: uppercase;
  font-weight: 700;
}
.recipe-info .separator, .ingredients .separator {
  display: inline-block;
  text-decoration: underline;
  margin-left: -40px;
}

.recipe-list-step ol {
  list-style-type: none;
  margin: 15px 0 0 34px;
  padding: 0;
  counter-reset: li-counter;
}
.recipe-list-step ol > li {
  position: relative;
  margin-bottom: 15px;
  padding: 8px 14px;
  line-height: 24px;
}
.recipe-list-step ol > li.separator {
  text-transform: u;
}
.recipe-list-step ol > li:last-child {
  margin-bottom: 35px;
}
.recipe-list-step ol > li:before {
  position: absolute;
  top: 3px;
  left: -34px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  line-height: 32px;
  color: #EEF2EE;
  font-weight: 700;
  font-size: 16px;
  background-color: #07224A;
  content: counter(li-counter);
  counter-increment: li-counter;
  cursor: default;
}
.recipe-list-step .separator {
  font-size: 0.9rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
}

.recipe-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 45px 150px;
  height: 100%;
}

@media (min-width: 992px) {
  .recipe-grid {
    grid-template-rows: 130px 45px 150px;
  }
  .incontri .recipe-grid {
    grid-template-rows: 88px 45px 150px;
  }
}
#cookie-notifier {
  position: fixed;
  width: 100% !important;
  padding: 0px 1%;
  height: auto;
  line-height: 40px;
  background-color: black;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  color: white !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}
#cookie-notifier a {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px 5px;
  height: 20px;
  line-height: 20px;
  background-color: #666666;
  font-family: sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

/*
Flaticon icon font: Flaticon
Creation date: 29/05/2019 09:05
*/
@font-face {
  font-family: "Flaticon";
  src: url("/fonts/font-icon/Flaticon.eot");
  src: url("/fonts/font-icon/Flaticon.eot?#iefix") format("embedded-opentype"), url("/fonts/font-icon/Flaticon.woff2") format("woff2"), url("/fonts/font-icon/Flaticon.woff") format("woff"), url("/fonts/font-icon/Flaticon.ttf") format("truetype"), url("/fonts/font-icon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/fonts/font-icon/Flaticon.svg#Flaticon") format("svg");
  }
}
/*.fi{
    font-size: 5rem;
}*/
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-house:before {
  content: "\F100";
}

.flaticon-search:before {
  content: "\F101";
}

.flaticon-top-arrow:before {
  content: "\F102";
}

.flaticon-multimedia:before {
  content: "\F103";
}

.flaticon-colore:before {
  content: "\F104";
}

.flaticon-crosta:before {
  content: "\F105";
}

.flaticon-pasta:before {
  content: "\F106";
}

.flaticon-peso:before {
  content: "\F107";
}

.flaticon-sapore:before {
  content: "\F108";
}

.flaticon-two-dots:before {
  content: "\F109";
}

.flaticon-down-arrow:before {
  content: "\F10A";
}

.flaticon-user:before {
  content: "\F10B";
}

.flaticon-back:before {
  content: "\F10C";
}

.modal-backdrop {
  background-color: #EFEBE9;
}
.modal-backdrop.show {
  opacity: 0.95;
}

.modal-dialog {
  max-width: none;
}

.modal-content {
  background: transparent;
  border: 0;
}

.modal {
  background-color: #EFEBE9;
}
.modal .close {
  color: #07224A;
  text-shadow: none;
  margin: 2rem 1rem;
  font-size: 2.5rem;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
  border: 0;
  color: #07224A;
}

.modal-text a {
  font-weight: 700;
}

.grid-container .box {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.grid-container .card__content {
  width: 100%;
  background-color: rgba(239, 235, 233, 0.8);
  padding: 1rem;
  margin: 5px;
  color: #07224A;
}

.card-flip {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  transition: all 600ms;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.card-flip .front, .card-flip .back {
  display: block;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  overflow: hidden;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-flip .front {
  background-size: cover;
}
.card-flip .back {
  background-size: cover;
  background: #EFEBE9;
  color: #07224A;
  transform: rotateY(180deg);
}
.card-flip .back p {
  margin: 0;
  padding: 0;
}
.card-flip.flipped {
  transform: rotateY(180deg);
}
.card-flip.flipped:hover {
  box-shadow: none;
}

@media (min-width: 992px) {
  .grid-container {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    grid-auto-rows: 150px;
  }

  .box {
    height: auto !important;
    margin-bottom: 0 !important;
    grid-row: auto/span 2;
    grid-column: auto/span 1;
    background-color: white;
    position: relative;
    -o-perspective: 800px;
    perspective: 800px;
  }
  .box .card__content {
    background-color: rgba(239, 235, 233, 0.8);
    padding: 1rem;
    margin: 5px;
    color: #07224A;
  }
  .box .front .d-flex {
    align-items: flex-end;
  }

  .box_1 {
    grid-column: auto/span 2;
  }

  .box_3 {
    grid-column: auto/span 2;
    grid-row: auto/span 3;
  }

  .box_4 {
    grid-column: auto/span 3;
    grid-row: auto/span 1;
  }
  .box_4 .front .d-flex {
    align-items: stretch;
    justify-content: flex-end;
  }
  .box_4 .front .card__content {
    width: calc(33.3333% - (10px *2));
    display: flex;
    align-items: center;
  }
}
.card {
  border-radius: 0.6rem !important;
  overflow: hidden;
  border: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 200px auto;
  height: 100%;
}
.card .card-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card .card-body {
  padding: 2rem 1.25rem;
  text-align: center;
}
.card .card-text {
  font-size: 0.8rem;
  line-height: 1.4;
}
.card img {
  border-radius: 0;
}

.recipe-card {
  grid-template-rows: 120px auto;
}
.recipe-card .card-body {
  padding-top: 0.5rem;
  text-align: center;
}
.recipe-card img {
  border-radius: 0;
}
.community .recipe-card, .homepage .recipe-card {
  background-color: white !important;
  padding: 1rem;
  grid-template-rows: auto 120px;
}
.community .recipe-card .card-body, .homepage .recipe-card .card-body {
  padding: 0;
}
.community .recipe-card img, .homepage .recipe-card img {
  border-radius: 0.6rem !important;
}
.community .recipe-card hr, .homepage .recipe-card hr {
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}

.page-link {
  font-weight: 700;
  font-size: 0.8rem;
  color: #07224A;
  background: transparent;
  border-color: #07224A;
}
.page-link:hover {
  color: #07224A;
  border-color: #07224A;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-item.active .page-link {
  z-index: 1;
  color: #EEF2EE;
  background-color: #07224A;
  border-color: #07224A;
}

section#banner-homepage img {
  width: 100%;
  border-radius: 0;
}

@media only screen and (min-width: 767px) {
	section#banner-homepage .mobile-img {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	section#banner-homepage .desktop-img {
		display: none;
	}
}