.container-padding {
  padding: 0 5.5%;
}
.image-container > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.align-self-left {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-right {
  align-self: flex-end;
}
.w-100 {
  width: 100%;
}
.w-100-important {
  width: 100% !important;
}
.w-90 {
  width: 90%;
}
.w-90-important {
  width: 90% !important;
}
.w-80 {
  width: 80%;
}
.w-80-important {
  width: 80% !important;
}
.w-70 {
  width: 70%;
}
.w-70-important {
  width: 70% !important;
}
.w-60 {
  width: 60%;
}
.w-60-important {
  width: 60% !important;
}
.w-50 {
  width: 50%;
}
.w-50-important {
  width: 50% !important;
}
.w-40 {
  width: 40%;
}
.w-40-important {
  width: 40% !important;
}
.w-30 {
  width: 30%;
}
.w-30-important {
  width: 30% !important;
}
.w-20 {
  width: 20%;
}
.w-20-important {
  width: 20% !important;
}
.w-10 {
  width: 10%;
}
.w-10-important {
  width: 10% !important;
}
.w-5 {
  width: 5%;
}
.w-5-important {
  width: 5% !important;
}
.w-1 {
  width: 1%;
}
.w-1-important {
  width: 1% !important;
}
.w-0 {
  width: 0%;
}
.w-0-important {
  width: 0% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}
.mb-1 {
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-1 {
    margin-bottom: 10px !important;
  }
}
.mb-2 {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-2 {
    margin-bottom: 20px !important;
  }
}
.mb-3 {
  margin-bottom: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-3 {
    margin-bottom: 30px !important;
  }
}
.mb-4 {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-4 {
    margin-bottom: 40px !important;
  }
}
.mb-5 {
  margin-bottom: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-5 {
    margin-bottom: 50px !important;
  }
}
.mb-6 {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-6 {
    margin-bottom: 60px !important;
  }
}
.mb-7 {
  margin-bottom: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-7 {
    margin-bottom: 70px !important;
  }
}
.mb-8 {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-8 {
    margin-bottom: 80px !important;
  }
}
.mb-9 {
  margin-bottom: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-9 {
    margin-bottom: 90px !important;
  }
}
.mb-10 {
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-10 {
    margin-bottom: 100px !important;
  }
}
.mb-11 {
  margin-bottom: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-11 {
    margin-bottom: 110px !important;
  }
}
.mb-12 {
  margin-bottom: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-12 {
    margin-bottom: 120px !important;
  }
}
.mb-13 {
  margin-bottom: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-13 {
    margin-bottom: 130px !important;
  }
}
.mb-14 {
  margin-bottom: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-14 {
    margin-bottom: 140px !important;
  }
}
.mb-15 {
  margin-bottom: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-15 {
    margin-bottom: 150px !important;
  }
}
.mb-16 {
  margin-bottom: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-16 {
    margin-bottom: 160px !important;
  }
}
.mb-17 {
  margin-bottom: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-17 {
    margin-bottom: 170px !important;
  }
}
.mb-18 {
  margin-bottom: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-18 {
    margin-bottom: 180px !important;
  }
}
.mb-19 {
  margin-bottom: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-19 {
    margin-bottom: 190px !important;
  }
}
.mb-20 {
  margin-bottom: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .mb-20 {
    margin-bottom: 200px !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 900px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}
.mt-1 {
  margin-top: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-1 {
    margin-top: 10px !important;
  }
}
.mt-2 {
  margin-top: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-2 {
    margin-top: 20px !important;
  }
}
.mt-3 {
  margin-top: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-3 {
    margin-top: 30px !important;
  }
}
.mt-4 {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-4 {
    margin-top: 40px !important;
  }
}
.mt-5 {
  margin-top: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-5 {
    margin-top: 50px !important;
  }
}
.mt-6 {
  margin-top: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-6 {
    margin-top: 60px !important;
  }
}
.mt-7 {
  margin-top: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-7 {
    margin-top: 70px !important;
  }
}
.mt-8 {
  margin-top: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-8 {
    margin-top: 80px !important;
  }
}
.mt-9 {
  margin-top: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-9 {
    margin-top: 90px !important;
  }
}
.mt-10 {
  margin-top: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-10 {
    margin-top: 100px !important;
  }
}
.mt-11 {
  margin-top: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-11 {
    margin-top: 110px !important;
  }
}
.mt-12 {
  margin-top: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-12 {
    margin-top: 120px !important;
  }
}
.mt-13 {
  margin-top: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-13 {
    margin-top: 130px !important;
  }
}
.mt-14 {
  margin-top: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-14 {
    margin-top: 140px !important;
  }
}
.mt-15 {
  margin-top: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-15 {
    margin-top: 150px !important;
  }
}
.mt-16 {
  margin-top: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-16 {
    margin-top: 160px !important;
  }
}
.mt-17 {
  margin-top: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-17 {
    margin-top: 170px !important;
  }
}
.mt-18 {
  margin-top: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-18 {
    margin-top: 180px !important;
  }
}
.mt-19 {
  margin-top: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-19 {
    margin-top: 190px !important;
  }
}
.mt-20 {
  margin-top: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .mt-20 {
    margin-top: 200px !important;
  }
}
.ml-0 {
  margin-left: 0 !important;
}
@media only screen and (max-width: 900px) {
  .ml-0 {
    margin-left: 0px !important;
  }
}
.ml-1 {
  margin-left: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-1 {
    margin-left: 10px !important;
  }
}
.ml-2 {
  margin-left: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-2 {
    margin-left: 20px !important;
  }
}
.ml-3 {
  margin-left: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-3 {
    margin-left: 30px !important;
  }
}
.ml-4 {
  margin-left: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-4 {
    margin-left: 40px !important;
  }
}
.ml-5 {
  margin-left: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-5 {
    margin-left: 50px !important;
  }
}
.ml-6 {
  margin-left: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-6 {
    margin-left: 60px !important;
  }
}
.ml-7 {
  margin-left: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-7 {
    margin-left: 70px !important;
  }
}
.ml-8 {
  margin-left: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-8 {
    margin-left: 80px !important;
  }
}
.ml-9 {
  margin-left: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-9 {
    margin-left: 90px !important;
  }
}
.ml-10 {
  margin-left: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-10 {
    margin-left: 100px !important;
  }
}
.ml-11 {
  margin-left: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-11 {
    margin-left: 110px !important;
  }
}
.ml-12 {
  margin-left: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-12 {
    margin-left: 120px !important;
  }
}
.ml-13 {
  margin-left: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-13 {
    margin-left: 130px !important;
  }
}
.ml-14 {
  margin-left: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-14 {
    margin-left: 140px !important;
  }
}
.ml-15 {
  margin-left: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-15 {
    margin-left: 150px !important;
  }
}
.ml-16 {
  margin-left: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-16 {
    margin-left: 160px !important;
  }
}
.ml-17 {
  margin-left: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-17 {
    margin-left: 170px !important;
  }
}
.ml-18 {
  margin-left: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-18 {
    margin-left: 180px !important;
  }
}
.ml-19 {
  margin-left: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-19 {
    margin-left: 190px !important;
  }
}
.ml-20 {
  margin-left: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .ml-20 {
    margin-left: 200px !important;
  }
}
.mr-0 {
  margin-right: 0 !important;
}
@media only screen and (max-width: 900px) {
  .mr-0 {
    margin-right: 0px !important;
  }
}
.mr-1 {
  margin-right: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-1 {
    margin-right: 10px !important;
  }
}
.mr-2 {
  margin-right: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-2 {
    margin-right: 20px !important;
  }
}
.mr-3 {
  margin-right: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-3 {
    margin-right: 30px !important;
  }
}
.mr-4 {
  margin-right: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-4 {
    margin-right: 40px !important;
  }
}
.mr-5 {
  margin-right: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-5 {
    margin-right: 50px !important;
  }
}
.mr-6 {
  margin-right: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-6 {
    margin-right: 60px !important;
  }
}
.mr-7 {
  margin-right: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-7 {
    margin-right: 70px !important;
  }
}
.mr-8 {
  margin-right: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-8 {
    margin-right: 80px !important;
  }
}
.mr-9 {
  margin-right: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-9 {
    margin-right: 90px !important;
  }
}
.mr-10 {
  margin-right: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-10 {
    margin-right: 100px !important;
  }
}
.mr-11 {
  margin-right: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-11 {
    margin-right: 110px !important;
  }
}
.mr-12 {
  margin-right: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-12 {
    margin-right: 120px !important;
  }
}
.mr-13 {
  margin-right: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-13 {
    margin-right: 130px !important;
  }
}
.mr-14 {
  margin-right: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-14 {
    margin-right: 140px !important;
  }
}
.mr-15 {
  margin-right: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-15 {
    margin-right: 150px !important;
  }
}
.mr-16 {
  margin-right: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-16 {
    margin-right: 160px !important;
  }
}
.mr-17 {
  margin-right: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-17 {
    margin-right: 170px !important;
  }
}
.mr-18 {
  margin-right: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-18 {
    margin-right: 180px !important;
  }
}
.mr-19 {
  margin-right: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-19 {
    margin-right: 190px !important;
  }
}
.mr-20 {
  margin-right: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .mr-20 {
    margin-right: 200px !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}
.pb-1 {
  padding-bottom: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-1 {
    padding-bottom: 10px !important;
  }
}
.pb-2 {
  padding-bottom: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-2 {
    padding-bottom: 20px !important;
  }
}
.pb-3 {
  padding-bottom: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-3 {
    padding-bottom: 30px !important;
  }
}
.pb-4 {
  padding-bottom: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-4 {
    padding-bottom: 40px !important;
  }
}
.pb-5 {
  padding-bottom: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-5 {
    padding-bottom: 50px !important;
  }
}
.pb-6 {
  padding-bottom: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-6 {
    padding-bottom: 60px !important;
  }
}
.pb-7 {
  padding-bottom: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-7 {
    padding-bottom: 70px !important;
  }
}
.pb-8 {
  padding-bottom: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-8 {
    padding-bottom: 80px !important;
  }
}
.pb-9 {
  padding-bottom: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-9 {
    padding-bottom: 90px !important;
  }
}
.pb-10 {
  padding-bottom: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-10 {
    padding-bottom: 100px !important;
  }
}
.pb-11 {
  padding-bottom: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-11 {
    padding-bottom: 110px !important;
  }
}
.pb-12 {
  padding-bottom: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-12 {
    padding-bottom: 120px !important;
  }
}
.pb-13 {
  padding-bottom: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-13 {
    padding-bottom: 130px !important;
  }
}
.pb-14 {
  padding-bottom: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-14 {
    padding-bottom: 140px !important;
  }
}
.pb-15 {
  padding-bottom: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-15 {
    padding-bottom: 150px !important;
  }
}
.pb-16 {
  padding-bottom: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-16 {
    padding-bottom: 160px !important;
  }
}
.pb-17 {
  padding-bottom: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-17 {
    padding-bottom: 170px !important;
  }
}
.pb-18 {
  padding-bottom: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-18 {
    padding-bottom: 180px !important;
  }
}
.pb-19 {
  padding-bottom: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-19 {
    padding-bottom: 190px !important;
  }
}
.pb-20 {
  padding-bottom: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .pb-20 {
    padding-bottom: 200px !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
@media only screen and (max-width: 900px) {
  .pt-0 {
    padding-top: 0px !important;
  }
}
.pt-1 {
  padding-top: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-1 {
    padding-top: 10px !important;
  }
}
.pt-2 {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-2 {
    padding-top: 20px !important;
  }
}
.pt-3 {
  padding-top: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-3 {
    padding-top: 30px !important;
  }
}
.pt-4 {
  padding-top: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-4 {
    padding-top: 40px !important;
  }
}
.pt-5 {
  padding-top: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-5 {
    padding-top: 50px !important;
  }
}
.pt-6 {
  padding-top: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-6 {
    padding-top: 60px !important;
  }
}
.pt-7 {
  padding-top: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-7 {
    padding-top: 70px !important;
  }
}
.pt-8 {
  padding-top: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-8 {
    padding-top: 80px !important;
  }
}
.pt-9 {
  padding-top: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-9 {
    padding-top: 90px !important;
  }
}
.pt-10 {
  padding-top: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-10 {
    padding-top: 100px !important;
  }
}
.pt-11 {
  padding-top: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-11 {
    padding-top: 110px !important;
  }
}
.pt-12 {
  padding-top: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-12 {
    padding-top: 120px !important;
  }
}
.pt-13 {
  padding-top: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-13 {
    padding-top: 130px !important;
  }
}
.pt-14 {
  padding-top: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-14 {
    padding-top: 140px !important;
  }
}
.pt-15 {
  padding-top: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-15 {
    padding-top: 150px !important;
  }
}
.pt-16 {
  padding-top: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-16 {
    padding-top: 160px !important;
  }
}
.pt-17 {
  padding-top: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-17 {
    padding-top: 170px !important;
  }
}
.pt-18 {
  padding-top: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-18 {
    padding-top: 180px !important;
  }
}
.pt-19 {
  padding-top: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-19 {
    padding-top: 190px !important;
  }
}
.pt-20 {
  padding-top: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .pt-20 {
    padding-top: 200px !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}
@media only screen and (max-width: 900px) {
  .pl-0 {
    padding-left: 0px !important;
  }
}
.pl-1 {
  padding-left: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-1 {
    padding-left: 10px !important;
  }
}
.pl-2 {
  padding-left: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-2 {
    padding-left: 20px !important;
  }
}
.pl-3 {
  padding-left: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-3 {
    padding-left: 30px !important;
  }
}
.pl-4 {
  padding-left: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-4 {
    padding-left: 40px !important;
  }
}
.pl-5 {
  padding-left: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-5 {
    padding-left: 50px !important;
  }
}
.pl-6 {
  padding-left: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-6 {
    padding-left: 60px !important;
  }
}
.pl-7 {
  padding-left: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-7 {
    padding-left: 70px !important;
  }
}
.pl-8 {
  padding-left: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-8 {
    padding-left: 80px !important;
  }
}
.pl-9 {
  padding-left: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-9 {
    padding-left: 90px !important;
  }
}
.pl-10 {
  padding-left: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-10 {
    padding-left: 100px !important;
  }
}
.pl-11 {
  padding-left: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-11 {
    padding-left: 110px !important;
  }
}
.pl-12 {
  padding-left: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-12 {
    padding-left: 120px !important;
  }
}
.pl-13 {
  padding-left: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-13 {
    padding-left: 130px !important;
  }
}
.pl-14 {
  padding-left: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-14 {
    padding-left: 140px !important;
  }
}
.pl-15 {
  padding-left: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-15 {
    padding-left: 150px !important;
  }
}
.pl-16 {
  padding-left: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-16 {
    padding-left: 160px !important;
  }
}
.pl-17 {
  padding-left: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-17 {
    padding-left: 170px !important;
  }
}
.pl-18 {
  padding-left: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-18 {
    padding-left: 180px !important;
  }
}
.pl-19 {
  padding-left: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-19 {
    padding-left: 190px !important;
  }
}
.pl-20 {
  padding-left: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .pl-20 {
    padding-left: 200px !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}
@media only screen and (max-width: 900px) {
  .pr-0 {
    padding-right: 0px !important;
  }
}
.pr-1 {
  padding-right: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-1 {
    padding-right: 10px !important;
  }
}
.pr-2 {
  padding-right: 2rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-2 {
    padding-right: 20px !important;
  }
}
.pr-3 {
  padding-right: 3rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-3 {
    padding-right: 30px !important;
  }
}
.pr-4 {
  padding-right: 4rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-4 {
    padding-right: 40px !important;
  }
}
.pr-5 {
  padding-right: 5rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-5 {
    padding-right: 50px !important;
  }
}
.pr-6 {
  padding-right: 6rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-6 {
    padding-right: 60px !important;
  }
}
.pr-7 {
  padding-right: 7rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-7 {
    padding-right: 70px !important;
  }
}
.pr-8 {
  padding-right: 8rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-8 {
    padding-right: 80px !important;
  }
}
.pr-9 {
  padding-right: 9rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-9 {
    padding-right: 90px !important;
  }
}
.pr-10 {
  padding-right: 10rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-10 {
    padding-right: 100px !important;
  }
}
.pr-11 {
  padding-right: 11rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-11 {
    padding-right: 110px !important;
  }
}
.pr-12 {
  padding-right: 12rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-12 {
    padding-right: 120px !important;
  }
}
.pr-13 {
  padding-right: 13rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-13 {
    padding-right: 130px !important;
  }
}
.pr-14 {
  padding-right: 14rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-14 {
    padding-right: 140px !important;
  }
}
.pr-15 {
  padding-right: 15rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-15 {
    padding-right: 150px !important;
  }
}
.pr-16 {
  padding-right: 16rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-16 {
    padding-right: 160px !important;
  }
}
.pr-17 {
  padding-right: 17rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-17 {
    padding-right: 170px !important;
  }
}
.pr-18 {
  padding-right: 18rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-18 {
    padding-right: 180px !important;
  }
}
.pr-19 {
  padding-right: 19rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-19 {
    padding-right: 190px !important;
  }
}
.pr-20 {
  padding-right: 20rem !important;
}
@media only screen and (max-width: 900px) {
  .pr-20 {
    padding-right: 200px !important;
  }
}
.ls-0 {
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 900px) {
  .ls-0 {
    letter-spacing: 0px !important;
  }
}
.ls-1 {
  letter-spacing: 0.1rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-1 {
    letter-spacing: 1px !important;
  }
}
.ls-2 {
  letter-spacing: 0.2rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-2 {
    letter-spacing: 2px !important;
  }
}
.ls-3 {
  letter-spacing: 0.3rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-3 {
    letter-spacing: 2px !important;
  }
}
.ls-4 {
  letter-spacing: 0.4rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-4 {
    letter-spacing: 2px !important;
  }
}
.ls-5 {
  letter-spacing: 0.5rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-5 {
    letter-spacing: 5px !important;
  }
}
.ls-6 {
  letter-spacing: 0.6rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-6 {
    letter-spacing: 6px !important;
  }
}
.ls-7 {
  letter-spacing: 0.7rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-7 {
    letter-spacing: 7px !important;
  }
}
.ls-8 {
  letter-spacing: 0.8rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-8 {
    letter-spacing: 8px !important;
  }
}
.ls-9 {
  letter-spacing: 0.9rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-9 {
    letter-spacing: 9px !important;
  }
}
.ls-10 {
  letter-spacing: 1rem !important;
}
@media only screen and (max-width: 900px) {
  .ls-10 {
    letter-spacing: 10px !important;
  }
}
.lh-1 {
  line-height: 1 !important;
}
.lh-11 {
  line-height: 1.1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-13 {
  line-height: 1.3 !important;
}
.lh-14 {
  line-height: 1.4 !important;
}
.lh-15 {
  line-height: 1.5 !important;
}
.lh-16 {
  line-height: 1.6 !important;
}
.lh-17 {
  line-height: 1.7 !important;
}
.lh-18 {
  line-height: 1.8 !important;
}
.lh-19 {
  line-height: 1.9 !important;
}
.lh-20 {
  line-height: 2 !important;
}
.body-font {
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  .body-font {
    font-size: 14px;
  }
}
.overlay_image {
  position: absolute;
  aspect-ratio: 315 / 290;
  width: 18rem;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .overlay_image {
    width: 200px;
  }
}
.overlay_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.font_architects_daughter {
  font-family: 'Architects Daughter', cursive;
}
.font_montserrat {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.font-mont {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.font-source {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.font-pro {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.font-source-important {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal !important;
}
.basic-letter-spacing {
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 900px) {
  .basic-letter-spacing {
    letter-spacing: 0.1px;
  }
}
.button-white {
  background-color: white;
  border: 0.2rem solid #edeeee;
  padding: 1.15rem 1.45rem;
  transition: all 0.2s ease-out;
  color: #2b378d;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .button-white {
    font-size: 11px;
    padding: 13px 16.5px;
  }
}
.button-white:hover {
  background-color: #edeeee;
}
.divider-blue {
  width: 100%;
  height: 0.1rem;
}
@media only screen and (max-width: 900px) {
  .divider-blue {
    height: 2px;
  }
}
.bg-flip {
  background-color: #2b378d;
  color: white;
  border: solid 0.4rem white;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 900px) {
  .bg-flip {
    border: solid 4px white;
  }
}
.bg-flip:hover {
  background-color: white;
  color: #2b378d;
  border-color: #2b378d;
}
.center {
  display: grid;
  place-items: center;
}
.rollover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 0px black;
  transition: border-width 0.25s linear;
}
.rollover:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 8px black;
  transition: border-width 0.25s linear;
}
.rollover-red::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 0px #e81d2d;
  transition: border-width 0.25s linear;
}
.rollover-red:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 8px #e81d2d;
  transition: border-width 0.25s linear;
}
.rollover-red-radius-1rem::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
  border: solid 0px #e81d2d;
  transition: border-width 0.25s linear;
}
.rollover-red-radius-1rem:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: solid 8px #e81d2d;
  transition: border-width 0.25s linear;
}
.common-arrow {
  min-width: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
}
@media only screen and (max-width: 900px) {
  .common-arrow {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }
}
.common-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.title {
  font-size: 2.35rem;
  line-height: 1.2;
  color: #2b378d;
  text-align: center;
  font-weight: 500;
  max-width: 48rem;
}
@media only screen and (max-width: 900px) {
  .title {
    font-size: 28.200000000000003px;
  }
}
@media only screen and (max-width: 900px) {
  .title {
    font-size: 28px;
    max-width: 480px;
  }
}
.post-image {
  align-self: flex-start;
  width: 90%;
  padding: 0 5.5%;
}
.post-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cup {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 900px) {
  .cup {
    margin-bottom: 30px;
  }
}
.cup__top {
  padding: 3rem 5.5%;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #2b378d;
}
@media only screen and (max-width: 900px) {
  .cup__top {
    padding: 30px 5.5%;
    padding-bottom: 50px;
    border-width: 1px;
  }
}
.cup__bottom {
  width: 100%;
  height: 20rem;
  min-height: 275px;
}
.cup__title {
  font-size: 2.65rem;
  line-height: 1.2;
  color: #2b378d;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.075rem;
}
@media only screen and (max-width: 900px) {
  .cup__title {
    font-size: 31.799999999999997px;
  }
}
@media only screen and (max-width: 900px) {
  .cup__title {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.cup__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .cup__info {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.cup__info-left {
  display: flex;
  flex-direction: column;
}
.cup__info-left-subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #2b378d;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 900px) {
  .cup__info-left-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .cup__info-left-subtitle {
    margin-bottom: 15px;
  }
}
.cup__info-right-subtitle {
  font-size: 2.1rem;
  line-height: 1.2;
  color: #2b378d;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 900px) {
  .cup__info-right-subtitle {
    font-size: 25.200000000000003px;
  }
}
@media only screen and (max-width: 900px) {
  .cup__info-right-subtitle {
    margin-bottom: 15px;
  }
}
.cup__info-details {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 900px) {
  .cup__info-details {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.cup__address,
.cup__phone,
.cup__email,
.cup__hours {
  font-size: 1rem;
  line-height: 1.2;
  color: #2b378d;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .cup__address,
  .cup__phone,
  .cup__email,
  .cup__hours {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .cup__address,
  .cup__phone,
  .cup__email,
  .cup__hours {
    letter-spacing: 0.2px;
  }
}
.cup__address > a,
.cup__phone > a,
.cup__email > a,
.cup__hours > a {
  color: #2b378d;
  font-family: "Source Sans Pro", sans-serif;
}
.cup__address > a:hover,
.cup__phone > a:hover,
.cup__email > a:hover,
.cup__hours > a:hover {
  text-decoration: underline;
}
.cup__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 900px) {
  .cup__buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.cup__button {
  padding: 0.6rem 1.2rem;
  color: white !important;
  border: 0.2rem solid #2b378d;
  background-color: #2b378d;
  font-size: 1rem;
  line-height: 1.2;
  color: white;
  font-weight: 600;
  transition: all 0.25s ease-out;
}
.cup__button:hover {
  background-color: white;
  color: #2b378d !important;
}
@media only screen and (max-width: 900px) {
  .cup__button {
    font-size: 12px;
    padding: 6px 12px;
    border: 2px solid #2b378d;
    font-size: 14px !important;
  }
}
.cup__directions {
  margin-top: 2rem;
  padding: 0.6rem 1.2rem;
  color: white !important;
  border: 0.2rem solid #2b378d;
  background-color: #2b378d;
  font-size: 0.9rem;
  line-height: 1.2;
  color: white;
  font-weight: 600;
  transition: all 0.25s ease-out;
  width: fit-content;
}
.cup__directions:hover {
  background-color: white;
  color: #2b378d !important;
}
@media only screen and (max-width: 900px) {
  .cup__directions {
    font-size: 10.8px;
    padding: 6px 12px;
    border: 2px solid #2b378d;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 900px) {
  .cup__directions {
    margin-top: 20px;
  }
}
