@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 1.1rem;
  color: #2c3e50;
  background: #FFFFFF;
  line-height: 1.5;
}

a {
  color: #011993;
  text-decoration: none;
}
a:hover {
  color: #0122c6;
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}

.bg-primary {
  background-color: #011993;
}

.bg-secondary {
  background-color: #011993;
}

.bg-accent {
  background-color: #4F86F7;
}

.bg-light {
  background-color: #bdc3c7;
}

.bg-dark {
  background-color: #7f8c8d;
}

.text-primary {
  color: #011993;
}

.text-secondary {
  color: #011993;
}

.text-accent {
  color: #4F86F7;
}

.text-light {
  color: #bdc3c7;
}

.text-dark {
  color: #7f8c8d;
}

@media (min-width: 769px) {
  .mt-0 {
    margin-top: 0rem !important;
  }
  .mb-0 {
    margin-bottom: 0rem !important;
  }
  .ml-0 {
    margin-left: 0rem !important;
  }
  .mr-0 {
    margin-right: 0rem !important;
  }
  .mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-0 {
    margin: 0rem;
  }
  .p-0 {
    padding: 0rem !important;
  }
  .pt-0 {
    padding-top: 0rem !important;
  }
  .pb-0 {
    padding-bottom: 0rem !important;
  }
  .pl-0 {
    padding-left: 0rem !important;
  }
  .pr-0 {
    padding-right: 0rem !important;
  }
  .px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-1 {
    margin-top: 0.5rem !important;
  }
  .mb-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-1 {
    margin-left: 0.5rem !important;
  }
  .mr-1 {
    margin-right: 0.5rem !important;
  }
  .mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-1 {
    margin: 0.5rem;
  }
  .p-1 {
    padding: 0.5rem !important;
  }
  .pt-1 {
    padding-top: 0.5rem !important;
  }
  .pb-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-1 {
    padding-left: 0.5rem !important;
  }
  .pr-1 {
    padding-right: 0.5rem !important;
  }
  .px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-2 {
    margin-top: 1rem !important;
  }
  .mb-2 {
    margin-bottom: 1rem !important;
  }
  .ml-2 {
    margin-left: 1rem !important;
  }
  .mr-2 {
    margin-right: 1rem !important;
  }
  .mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-2 {
    margin: 1rem;
  }
  .p-2 {
    padding: 1rem !important;
  }
  .pt-2 {
    padding-top: 1rem !important;
  }
  .pb-2 {
    padding-bottom: 1rem !important;
  }
  .pl-2 {
    padding-left: 1rem !important;
  }
  .pr-2 {
    padding-right: 1rem !important;
  }
  .px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-3 {
    margin-top: 1.5rem !important;
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-3 {
    margin-left: 1.5rem !important;
  }
  .mr-3 {
    margin-right: 1.5rem !important;
  }
  .mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-3 {
    margin: 1.5rem;
  }
  .p-3 {
    padding: 1.5rem !important;
  }
  .pt-3 {
    padding-top: 1.5rem !important;
  }
  .pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-3 {
    padding-left: 1.5rem !important;
  }
  .pr-3 {
    padding-right: 1.5rem !important;
  }
  .px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-4 {
    margin-top: 2rem !important;
  }
  .mb-4 {
    margin-bottom: 2rem !important;
  }
  .ml-4 {
    margin-left: 2rem !important;
  }
  .mr-4 {
    margin-right: 2rem !important;
  }
  .mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-4 {
    margin: 2rem;
  }
  .p-4 {
    padding: 2rem !important;
  }
  .pt-4 {
    padding-top: 2rem !important;
  }
  .pb-4 {
    padding-bottom: 2rem !important;
  }
  .pl-4 {
    padding-left: 2rem !important;
  }
  .pr-4 {
    padding-right: 2rem !important;
  }
  .px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mt-5 {
    margin-top: 2.5rem !important;
  }
  .mb-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-5 {
    margin-left: 2.5rem !important;
  }
  .mr-5 {
    margin-right: 2.5rem !important;
  }
  .mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-5 {
    margin: 2.5rem;
  }
  .p-5 {
    padding: 2.5rem !important;
  }
  .pt-5 {
    padding-top: 2.5rem !important;
  }
  .pb-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-5 {
    padding-left: 2.5rem !important;
  }
  .pr-5 {
    padding-right: 2.5rem !important;
  }
  .px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-6 {
    margin-top: 3rem !important;
  }
  .mb-6 {
    margin-bottom: 3rem !important;
  }
  .ml-6 {
    margin-left: 3rem !important;
  }
  .mr-6 {
    margin-right: 3rem !important;
  }
  .mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-6 {
    margin: 3rem;
  }
  .p-6 {
    padding: 3rem !important;
  }
  .pt-6 {
    padding-top: 3rem !important;
  }
  .pb-6 {
    padding-bottom: 3rem !important;
  }
  .pl-6 {
    padding-left: 3rem !important;
  }
  .pr-6 {
    padding-right: 3rem !important;
  }
  .px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-7 {
    margin-top: 3.5rem !important;
  }
  .mb-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-7 {
    margin-left: 3.5rem !important;
  }
  .mr-7 {
    margin-right: 3.5rem !important;
  }
  .mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-7 {
    margin: 3.5rem;
  }
  .p-7 {
    padding: 3.5rem !important;
  }
  .pt-7 {
    padding-top: 3.5rem !important;
  }
  .pb-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-7 {
    padding-left: 3.5rem !important;
  }
  .pr-7 {
    padding-right: 3.5rem !important;
  }
  .px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-8 {
    margin-top: 4rem !important;
  }
  .mb-8 {
    margin-bottom: 4rem !important;
  }
  .ml-8 {
    margin-left: 4rem !important;
  }
  .mr-8 {
    margin-right: 4rem !important;
  }
  .mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-8 {
    margin: 4rem;
  }
  .p-8 {
    padding: 4rem !important;
  }
  .pt-8 {
    padding-top: 4rem !important;
  }
  .pb-8 {
    padding-bottom: 4rem !important;
  }
  .pl-8 {
    padding-left: 4rem !important;
  }
  .pr-8 {
    padding-right: 4rem !important;
  }
  .px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mt-9 {
    margin-top: 4.5rem !important;
  }
  .mb-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-9 {
    margin-left: 4.5rem !important;
  }
  .mr-9 {
    margin-right: 4.5rem !important;
  }
  .mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-9 {
    margin: 4.5rem;
  }
  .p-9 {
    padding: 4.5rem !important;
  }
  .pt-9 {
    padding-top: 4.5rem !important;
  }
  .pb-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-9 {
    padding-left: 4.5rem !important;
  }
  .pr-9 {
    padding-right: 4.5rem !important;
  }
  .px-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-10 {
    margin-top: 5rem !important;
  }
  .mb-10 {
    margin-bottom: 5rem !important;
  }
  .ml-10 {
    margin-left: 5rem !important;
  }
  .mr-10 {
    margin-right: 5rem !important;
  }
  .mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-10 {
    margin: 5rem;
  }
  .p-10 {
    padding: 5rem !important;
  }
  .pt-10 {
    padding-top: 5rem !important;
  }
  .pb-10 {
    padding-bottom: 5rem !important;
  }
  .pl-10 {
    padding-left: 5rem !important;
  }
  .pr-10 {
    padding-right: 5rem !important;
  }
  .px-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mt-11 {
    margin-top: 5.5rem !important;
  }
  .mb-11 {
    margin-bottom: 5.5rem !important;
  }
  .ml-11 {
    margin-left: 5.5rem !important;
  }
  .mr-11 {
    margin-right: 5.5rem !important;
  }
  .mx-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .m-11 {
    margin: 5.5rem;
  }
  .p-11 {
    padding: 5.5rem !important;
  }
  .pt-11 {
    padding-top: 5.5rem !important;
  }
  .pb-11 {
    padding-bottom: 5.5rem !important;
  }
  .pl-11 {
    padding-left: 5.5rem !important;
  }
  .pr-11 {
    padding-right: 5.5rem !important;
  }
  .px-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-12 {
    margin-top: 6rem !important;
  }
  .mb-12 {
    margin-bottom: 6rem !important;
  }
  .ml-12 {
    margin-left: 6rem !important;
  }
  .mr-12 {
    margin-right: 6rem !important;
  }
  .mx-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-12 {
    margin: 6rem;
  }
  .p-12 {
    padding: 6rem !important;
  }
  .pt-12 {
    padding-top: 6rem !important;
  }
  .pb-12 {
    padding-bottom: 6rem !important;
  }
  .pl-12 {
    padding-left: 6rem !important;
  }
  .pr-12 {
    padding-right: 6rem !important;
  }
  .px-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mt-13 {
    margin-top: 6.5rem !important;
  }
  .mb-13 {
    margin-bottom: 6.5rem !important;
  }
  .ml-13 {
    margin-left: 6.5rem !important;
  }
  .mr-13 {
    margin-right: 6.5rem !important;
  }
  .mx-13 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .m-13 {
    margin: 6.5rem;
  }
  .p-13 {
    padding: 6.5rem !important;
  }
  .pt-13 {
    padding-top: 6.5rem !important;
  }
  .pb-13 {
    padding-bottom: 6.5rem !important;
  }
  .pl-13 {
    padding-left: 6.5rem !important;
  }
  .pr-13 {
    padding-right: 6.5rem !important;
  }
  .px-13 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-14 {
    margin-top: 7rem !important;
  }
  .mb-14 {
    margin-bottom: 7rem !important;
  }
  .ml-14 {
    margin-left: 7rem !important;
  }
  .mr-14 {
    margin-right: 7rem !important;
  }
  .mx-14 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-14 {
    margin: 7rem;
  }
  .p-14 {
    padding: 7rem !important;
  }
  .pt-14 {
    padding-top: 7rem !important;
  }
  .pb-14 {
    padding-bottom: 7rem !important;
  }
  .pl-14 {
    padding-left: 7rem !important;
  }
  .pr-14 {
    padding-right: 7rem !important;
  }
  .px-14 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mt-15 {
    margin-top: 7.5rem !important;
  }
  .mb-15 {
    margin-bottom: 7.5rem !important;
  }
  .ml-15 {
    margin-left: 7.5rem !important;
  }
  .mr-15 {
    margin-right: 7.5rem !important;
  }
  .mx-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-15 {
    margin: 7.5rem;
  }
  .p-15 {
    padding: 7.5rem !important;
  }
  .pt-15 {
    padding-top: 7.5rem !important;
  }
  .pb-15 {
    padding-bottom: 7.5rem !important;
  }
  .pl-15 {
    padding-left: 7.5rem !important;
  }
  .pr-15 {
    padding-right: 7.5rem !important;
  }
  .px-15 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-16 {
    margin-top: 8rem !important;
  }
  .mb-16 {
    margin-bottom: 8rem !important;
  }
  .ml-16 {
    margin-left: 8rem !important;
  }
  .mr-16 {
    margin-right: 8rem !important;
  }
  .mx-16 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-16 {
    margin: 8rem;
  }
  .p-16 {
    padding: 8rem !important;
  }
  .pt-16 {
    padding-top: 8rem !important;
  }
  .pb-16 {
    padding-bottom: 8rem !important;
  }
  .pl-16 {
    padding-left: 8rem !important;
  }
  .pr-16 {
    padding-right: 8rem !important;
  }
  .px-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .mt-17 {
    margin-top: 8.5rem !important;
  }
  .mb-17 {
    margin-bottom: 8.5rem !important;
  }
  .ml-17 {
    margin-left: 8.5rem !important;
  }
  .mr-17 {
    margin-right: 8.5rem !important;
  }
  .mx-17 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .m-17 {
    margin: 8.5rem;
  }
  .p-17 {
    padding: 8.5rem !important;
  }
  .pt-17 {
    padding-top: 8.5rem !important;
  }
  .pb-17 {
    padding-bottom: 8.5rem !important;
  }
  .pl-17 {
    padding-left: 8.5rem !important;
  }
  .pr-17 {
    padding-right: 8.5rem !important;
  }
  .px-17 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .py-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-18 {
    margin-top: 9rem !important;
  }
  .mb-18 {
    margin-bottom: 9rem !important;
  }
  .ml-18 {
    margin-left: 9rem !important;
  }
  .mr-18 {
    margin-right: 9rem !important;
  }
  .mx-18 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .m-18 {
    margin: 9rem;
  }
  .p-18 {
    padding: 9rem !important;
  }
  .pt-18 {
    padding-top: 9rem !important;
  }
  .pb-18 {
    padding-bottom: 9rem !important;
  }
  .pl-18 {
    padding-left: 9rem !important;
  }
  .pr-18 {
    padding-right: 9rem !important;
  }
  .px-18 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .mt-19 {
    margin-top: 9.5rem !important;
  }
  .mb-19 {
    margin-bottom: 9.5rem !important;
  }
  .ml-19 {
    margin-left: 9.5rem !important;
  }
  .mr-19 {
    margin-right: 9.5rem !important;
  }
  .mx-19 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .m-19 {
    margin: 9.5rem;
  }
  .p-19 {
    padding: 9.5rem !important;
  }
  .pt-19 {
    padding-top: 9.5rem !important;
  }
  .pb-19 {
    padding-bottom: 9.5rem !important;
  }
  .pl-19 {
    padding-left: 9.5rem !important;
  }
  .pr-19 {
    padding-right: 9.5rem !important;
  }
  .px-19 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .py-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-20 {
    margin-top: 10rem !important;
  }
  .mb-20 {
    margin-bottom: 10rem !important;
  }
  .ml-20 {
    margin-left: 10rem !important;
  }
  .mr-20 {
    margin-right: 10rem !important;
  }
  .mx-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-20 {
    margin: 10rem;
  }
  .p-20 {
    padding: 10rem !important;
  }
  .pt-20 {
    padding-top: 10rem !important;
  }
  .pb-20 {
    padding-bottom: 10rem !important;
  }
  .pl-20 {
    padding-left: 10rem !important;
  }
  .pr-20 {
    padding-right: 10rem !important;
  }
  .px-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mt-21 {
    margin-top: 10.5rem !important;
  }
  .mb-21 {
    margin-bottom: 10.5rem !important;
  }
  .ml-21 {
    margin-left: 10.5rem !important;
  }
  .mr-21 {
    margin-right: 10.5rem !important;
  }
  .mx-21 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .m-21 {
    margin: 10.5rem;
  }
  .p-21 {
    padding: 10.5rem !important;
  }
  .pt-21 {
    padding-top: 10.5rem !important;
  }
  .pb-21 {
    padding-bottom: 10.5rem !important;
  }
  .pl-21 {
    padding-left: 10.5rem !important;
  }
  .pr-21 {
    padding-right: 10.5rem !important;
  }
  .px-21 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-22 {
    margin-top: 11rem !important;
  }
  .mb-22 {
    margin-bottom: 11rem !important;
  }
  .ml-22 {
    margin-left: 11rem !important;
  }
  .mr-22 {
    margin-right: 11rem !important;
  }
  .mx-22 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-22 {
    margin: 11rem;
  }
  .p-22 {
    padding: 11rem !important;
  }
  .pt-22 {
    padding-top: 11rem !important;
  }
  .pb-22 {
    padding-bottom: 11rem !important;
  }
  .pl-22 {
    padding-left: 11rem !important;
  }
  .pr-22 {
    padding-right: 11rem !important;
  }
  .px-22 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mt-23 {
    margin-top: 11.5rem !important;
  }
  .mb-23 {
    margin-bottom: 11.5rem !important;
  }
  .ml-23 {
    margin-left: 11.5rem !important;
  }
  .mr-23 {
    margin-right: 11.5rem !important;
  }
  .mx-23 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .m-23 {
    margin: 11.5rem;
  }
  .p-23 {
    padding: 11.5rem !important;
  }
  .pt-23 {
    padding-top: 11.5rem !important;
  }
  .pb-23 {
    padding-bottom: 11.5rem !important;
  }
  .pl-23 {
    padding-left: 11.5rem !important;
  }
  .pr-23 {
    padding-right: 11.5rem !important;
  }
  .px-23 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .py-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-24 {
    margin-top: 12rem !important;
  }
  .mb-24 {
    margin-bottom: 12rem !important;
  }
  .ml-24 {
    margin-left: 12rem !important;
  }
  .mr-24 {
    margin-right: 12rem !important;
  }
  .mx-24 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .my-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .m-24 {
    margin: 12rem;
  }
  .p-24 {
    padding: 12rem !important;
  }
  .pt-24 {
    padding-top: 12rem !important;
  }
  .pb-24 {
    padding-bottom: 12rem !important;
  }
  .pl-24 {
    padding-left: 12rem !important;
  }
  .pr-24 {
    padding-right: 12rem !important;
  }
  .px-24 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .mt-25 {
    margin-top: 12.5rem !important;
  }
  .mb-25 {
    margin-bottom: 12.5rem !important;
  }
  .ml-25 {
    margin-left: 12.5rem !important;
  }
  .mr-25 {
    margin-right: 12.5rem !important;
  }
  .mx-25 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-25 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-25 {
    margin: 12.5rem;
  }
  .p-25 {
    padding: 12.5rem !important;
  }
  .pt-25 {
    padding-top: 12.5rem !important;
  }
  .pb-25 {
    padding-bottom: 12.5rem !important;
  }
  .pl-25 {
    padding-left: 12.5rem !important;
  }
  .pr-25 {
    padding-right: 12.5rem !important;
  }
  .px-25 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-25 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-26 {
    margin-top: 13rem !important;
  }
  .mb-26 {
    margin-bottom: 13rem !important;
  }
  .ml-26 {
    margin-left: 13rem !important;
  }
  .mr-26 {
    margin-right: 13rem !important;
  }
  .mx-26 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-26 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .m-26 {
    margin: 13rem;
  }
  .p-26 {
    padding: 13rem !important;
  }
  .pt-26 {
    padding-top: 13rem !important;
  }
  .pb-26 {
    padding-bottom: 13rem !important;
  }
  .pl-26 {
    padding-left: 13rem !important;
  }
  .pr-26 {
    padding-right: 13rem !important;
  }
  .px-26 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .py-26 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .mt-27 {
    margin-top: 13.5rem !important;
  }
  .mb-27 {
    margin-bottom: 13.5rem !important;
  }
  .ml-27 {
    margin-left: 13.5rem !important;
  }
  .mr-27 {
    margin-right: 13.5rem !important;
  }
  .mx-27 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .my-27 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .m-27 {
    margin: 13.5rem;
  }
  .p-27 {
    padding: 13.5rem !important;
  }
  .pt-27 {
    padding-top: 13.5rem !important;
  }
  .pb-27 {
    padding-bottom: 13.5rem !important;
  }
  .pl-27 {
    padding-left: 13.5rem !important;
  }
  .pr-27 {
    padding-right: 13.5rem !important;
  }
  .px-27 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .py-27 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .mt-28 {
    margin-top: 14rem !important;
  }
  .mb-28 {
    margin-bottom: 14rem !important;
  }
  .ml-28 {
    margin-left: 14rem !important;
  }
  .mr-28 {
    margin-right: 14rem !important;
  }
  .mx-28 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .my-28 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .m-28 {
    margin: 14rem;
  }
  .p-28 {
    padding: 14rem !important;
  }
  .pt-28 {
    padding-top: 14rem !important;
  }
  .pb-28 {
    padding-bottom: 14rem !important;
  }
  .pl-28 {
    padding-left: 14rem !important;
  }
  .pr-28 {
    padding-right: 14rem !important;
  }
  .px-28 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-28 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .mt-29 {
    margin-top: 14.5rem !important;
  }
  .mb-29 {
    margin-bottom: 14.5rem !important;
  }
  .ml-29 {
    margin-left: 14.5rem !important;
  }
  .mr-29 {
    margin-right: 14.5rem !important;
  }
  .mx-29 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .my-29 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .m-29 {
    margin: 14.5rem;
  }
  .p-29 {
    padding: 14.5rem !important;
  }
  .pt-29 {
    padding-top: 14.5rem !important;
  }
  .pb-29 {
    padding-bottom: 14.5rem !important;
  }
  .pl-29 {
    padding-left: 14.5rem !important;
  }
  .pr-29 {
    padding-right: 14.5rem !important;
  }
  .px-29 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .py-29 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .mt-30 {
    margin-top: 15rem !important;
  }
  .mb-30 {
    margin-bottom: 15rem !important;
  }
  .ml-30 {
    margin-left: 15rem !important;
  }
  .mr-30 {
    margin-right: 15rem !important;
  }
  .mx-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-30 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .m-30 {
    margin: 15rem;
  }
  .p-30 {
    padding: 15rem !important;
  }
  .pt-30 {
    padding-top: 15rem !important;
  }
  .pb-30 {
    padding-bottom: 15rem !important;
  }
  .pl-30 {
    padding-left: 15rem !important;
  }
  .pr-30 {
    padding-right: 15rem !important;
  }
  .px-30 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-30 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .mt-0-desktop {
    margin-top: 0rem !important;
  }
  .mb-0-desktop {
    margin-bottom: 0rem !important;
  }
  .ml-0-desktop {
    margin-left: 0rem !important;
  }
  .mr-0-desktop {
    margin-right: 0rem !important;
  }
  .mx-0-desktop {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-0-desktop {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-0-desktop {
    margin: 0rem;
  }
  .p-0-desktop {
    padding: 0rem !important;
  }
  .pt-0-desktop {
    padding-top: 0rem !important;
  }
  .pb-0-desktop {
    padding-bottom: 0rem !important;
  }
  .pl-0-desktop {
    padding-left: 0rem !important;
  }
  .pr-0-desktop {
    padding-right: 0rem !important;
  }
  .px-0-desktop {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-0-desktop {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-1-desktop {
    margin-top: 0.5rem !important;
  }
  .mb-1-desktop {
    margin-bottom: 0.5rem !important;
  }
  .ml-1-desktop {
    margin-left: 0.5rem !important;
  }
  .mr-1-desktop {
    margin-right: 0.5rem !important;
  }
  .mx-1-desktop {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-1-desktop {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-1-desktop {
    margin: 0.5rem;
  }
  .p-1-desktop {
    padding: 0.5rem !important;
  }
  .pt-1-desktop {
    padding-top: 0.5rem !important;
  }
  .pb-1-desktop {
    padding-bottom: 0.5rem !important;
  }
  .pl-1-desktop {
    padding-left: 0.5rem !important;
  }
  .pr-1-desktop {
    padding-right: 0.5rem !important;
  }
  .px-1-desktop {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-1-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-2-desktop {
    margin-top: 1rem !important;
  }
  .mb-2-desktop {
    margin-bottom: 1rem !important;
  }
  .ml-2-desktop {
    margin-left: 1rem !important;
  }
  .mr-2-desktop {
    margin-right: 1rem !important;
  }
  .mx-2-desktop {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-2-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-2-desktop {
    margin: 1rem;
  }
  .p-2-desktop {
    padding: 1rem !important;
  }
  .pt-2-desktop {
    padding-top: 1rem !important;
  }
  .pb-2-desktop {
    padding-bottom: 1rem !important;
  }
  .pl-2-desktop {
    padding-left: 1rem !important;
  }
  .pr-2-desktop {
    padding-right: 1rem !important;
  }
  .px-2-desktop {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-2-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-3-desktop {
    margin-top: 1.5rem !important;
  }
  .mb-3-desktop {
    margin-bottom: 1.5rem !important;
  }
  .ml-3-desktop {
    margin-left: 1.5rem !important;
  }
  .mr-3-desktop {
    margin-right: 1.5rem !important;
  }
  .mx-3-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-3-desktop {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-3-desktop {
    margin: 1.5rem;
  }
  .p-3-desktop {
    padding: 1.5rem !important;
  }
  .pt-3-desktop {
    padding-top: 1.5rem !important;
  }
  .pb-3-desktop {
    padding-bottom: 1.5rem !important;
  }
  .pl-3-desktop {
    padding-left: 1.5rem !important;
  }
  .pr-3-desktop {
    padding-right: 1.5rem !important;
  }
  .px-3-desktop {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-3-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-4-desktop {
    margin-top: 2rem !important;
  }
  .mb-4-desktop {
    margin-bottom: 2rem !important;
  }
  .ml-4-desktop {
    margin-left: 2rem !important;
  }
  .mr-4-desktop {
    margin-right: 2rem !important;
  }
  .mx-4-desktop {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-4-desktop {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-4-desktop {
    margin: 2rem;
  }
  .p-4-desktop {
    padding: 2rem !important;
  }
  .pt-4-desktop {
    padding-top: 2rem !important;
  }
  .pb-4-desktop {
    padding-bottom: 2rem !important;
  }
  .pl-4-desktop {
    padding-left: 2rem !important;
  }
  .pr-4-desktop {
    padding-right: 2rem !important;
  }
  .px-4-desktop {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-4-desktop {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mt-5-desktop {
    margin-top: 2.5rem !important;
  }
  .mb-5-desktop {
    margin-bottom: 2.5rem !important;
  }
  .ml-5-desktop {
    margin-left: 2.5rem !important;
  }
  .mr-5-desktop {
    margin-right: 2.5rem !important;
  }
  .mx-5-desktop {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-5-desktop {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-5-desktop {
    margin: 2.5rem;
  }
  .p-5-desktop {
    padding: 2.5rem !important;
  }
  .pt-5-desktop {
    padding-top: 2.5rem !important;
  }
  .pb-5-desktop {
    padding-bottom: 2.5rem !important;
  }
  .pl-5-desktop {
    padding-left: 2.5rem !important;
  }
  .pr-5-desktop {
    padding-right: 2.5rem !important;
  }
  .px-5-desktop {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-5-desktop {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-6-desktop {
    margin-top: 3rem !important;
  }
  .mb-6-desktop {
    margin-bottom: 3rem !important;
  }
  .ml-6-desktop {
    margin-left: 3rem !important;
  }
  .mr-6-desktop {
    margin-right: 3rem !important;
  }
  .mx-6-desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-6-desktop {
    margin: 3rem;
  }
  .p-6-desktop {
    padding: 3rem !important;
  }
  .pt-6-desktop {
    padding-top: 3rem !important;
  }
  .pb-6-desktop {
    padding-bottom: 3rem !important;
  }
  .pl-6-desktop {
    padding-left: 3rem !important;
  }
  .pr-6-desktop {
    padding-right: 3rem !important;
  }
  .px-6-desktop {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-6-desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-7-desktop {
    margin-top: 3.5rem !important;
  }
  .mb-7-desktop {
    margin-bottom: 3.5rem !important;
  }
  .ml-7-desktop {
    margin-left: 3.5rem !important;
  }
  .mr-7-desktop {
    margin-right: 3.5rem !important;
  }
  .mx-7-desktop {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-7-desktop {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-7-desktop {
    margin: 3.5rem;
  }
  .p-7-desktop {
    padding: 3.5rem !important;
  }
  .pt-7-desktop {
    padding-top: 3.5rem !important;
  }
  .pb-7-desktop {
    padding-bottom: 3.5rem !important;
  }
  .pl-7-desktop {
    padding-left: 3.5rem !important;
  }
  .pr-7-desktop {
    padding-right: 3.5rem !important;
  }
  .px-7-desktop {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-7-desktop {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-8-desktop {
    margin-top: 4rem !important;
  }
  .mb-8-desktop {
    margin-bottom: 4rem !important;
  }
  .ml-8-desktop {
    margin-left: 4rem !important;
  }
  .mr-8-desktop {
    margin-right: 4rem !important;
  }
  .mx-8-desktop {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-8-desktop {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-8-desktop {
    margin: 4rem;
  }
  .p-8-desktop {
    padding: 4rem !important;
  }
  .pt-8-desktop {
    padding-top: 4rem !important;
  }
  .pb-8-desktop {
    padding-bottom: 4rem !important;
  }
  .pl-8-desktop {
    padding-left: 4rem !important;
  }
  .pr-8-desktop {
    padding-right: 4rem !important;
  }
  .px-8-desktop {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-8-desktop {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mt-9-desktop {
    margin-top: 4.5rem !important;
  }
  .mb-9-desktop {
    margin-bottom: 4.5rem !important;
  }
  .ml-9-desktop {
    margin-left: 4.5rem !important;
  }
  .mr-9-desktop {
    margin-right: 4.5rem !important;
  }
  .mx-9-desktop {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-9-desktop {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-9-desktop {
    margin: 4.5rem;
  }
  .p-9-desktop {
    padding: 4.5rem !important;
  }
  .pt-9-desktop {
    padding-top: 4.5rem !important;
  }
  .pb-9-desktop {
    padding-bottom: 4.5rem !important;
  }
  .pl-9-desktop {
    padding-left: 4.5rem !important;
  }
  .pr-9-desktop {
    padding-right: 4.5rem !important;
  }
  .px-9-desktop {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-9-desktop {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-10-desktop {
    margin-top: 5rem !important;
  }
  .mb-10-desktop {
    margin-bottom: 5rem !important;
  }
  .ml-10-desktop {
    margin-left: 5rem !important;
  }
  .mr-10-desktop {
    margin-right: 5rem !important;
  }
  .mx-10-desktop {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-10-desktop {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-10-desktop {
    margin: 5rem;
  }
  .p-10-desktop {
    padding: 5rem !important;
  }
  .pt-10-desktop {
    padding-top: 5rem !important;
  }
  .pb-10-desktop {
    padding-bottom: 5rem !important;
  }
  .pl-10-desktop {
    padding-left: 5rem !important;
  }
  .pr-10-desktop {
    padding-right: 5rem !important;
  }
  .px-10-desktop {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-10-desktop {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mt-11-desktop {
    margin-top: 5.5rem !important;
  }
  .mb-11-desktop {
    margin-bottom: 5.5rem !important;
  }
  .ml-11-desktop {
    margin-left: 5.5rem !important;
  }
  .mr-11-desktop {
    margin-right: 5.5rem !important;
  }
  .mx-11-desktop {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-11-desktop {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .m-11-desktop {
    margin: 5.5rem;
  }
  .p-11-desktop {
    padding: 5.5rem !important;
  }
  .pt-11-desktop {
    padding-top: 5.5rem !important;
  }
  .pb-11-desktop {
    padding-bottom: 5.5rem !important;
  }
  .pl-11-desktop {
    padding-left: 5.5rem !important;
  }
  .pr-11-desktop {
    padding-right: 5.5rem !important;
  }
  .px-11-desktop {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .py-11-desktop {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-12-desktop {
    margin-top: 6rem !important;
  }
  .mb-12-desktop {
    margin-bottom: 6rem !important;
  }
  .ml-12-desktop {
    margin-left: 6rem !important;
  }
  .mr-12-desktop {
    margin-right: 6rem !important;
  }
  .mx-12-desktop {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-12-desktop {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-12-desktop {
    margin: 6rem;
  }
  .p-12-desktop {
    padding: 6rem !important;
  }
  .pt-12-desktop {
    padding-top: 6rem !important;
  }
  .pb-12-desktop {
    padding-bottom: 6rem !important;
  }
  .pl-12-desktop {
    padding-left: 6rem !important;
  }
  .pr-12-desktop {
    padding-right: 6rem !important;
  }
  .px-12-desktop {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-12-desktop {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mt-13-desktop {
    margin-top: 6.5rem !important;
  }
  .mb-13-desktop {
    margin-bottom: 6.5rem !important;
  }
  .ml-13-desktop {
    margin-left: 6.5rem !important;
  }
  .mr-13-desktop {
    margin-right: 6.5rem !important;
  }
  .mx-13-desktop {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-13-desktop {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .m-13-desktop {
    margin: 6.5rem;
  }
  .p-13-desktop {
    padding: 6.5rem !important;
  }
  .pt-13-desktop {
    padding-top: 6.5rem !important;
  }
  .pb-13-desktop {
    padding-bottom: 6.5rem !important;
  }
  .pl-13-desktop {
    padding-left: 6.5rem !important;
  }
  .pr-13-desktop {
    padding-right: 6.5rem !important;
  }
  .px-13-desktop {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-13-desktop {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-14-desktop {
    margin-top: 7rem !important;
  }
  .mb-14-desktop {
    margin-bottom: 7rem !important;
  }
  .ml-14-desktop {
    margin-left: 7rem !important;
  }
  .mr-14-desktop {
    margin-right: 7rem !important;
  }
  .mx-14-desktop {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-14-desktop {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-14-desktop {
    margin: 7rem;
  }
  .p-14-desktop {
    padding: 7rem !important;
  }
  .pt-14-desktop {
    padding-top: 7rem !important;
  }
  .pb-14-desktop {
    padding-bottom: 7rem !important;
  }
  .pl-14-desktop {
    padding-left: 7rem !important;
  }
  .pr-14-desktop {
    padding-right: 7rem !important;
  }
  .px-14-desktop {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-14-desktop {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mt-15-desktop {
    margin-top: 7.5rem !important;
  }
  .mb-15-desktop {
    margin-bottom: 7.5rem !important;
  }
  .ml-15-desktop {
    margin-left: 7.5rem !important;
  }
  .mr-15-desktop {
    margin-right: 7.5rem !important;
  }
  .mx-15-desktop {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-15-desktop {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-15-desktop {
    margin: 7.5rem;
  }
  .p-15-desktop {
    padding: 7.5rem !important;
  }
  .pt-15-desktop {
    padding-top: 7.5rem !important;
  }
  .pb-15-desktop {
    padding-bottom: 7.5rem !important;
  }
  .pl-15-desktop {
    padding-left: 7.5rem !important;
  }
  .pr-15-desktop {
    padding-right: 7.5rem !important;
  }
  .px-15-desktop {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-15-desktop {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-16-desktop {
    margin-top: 8rem !important;
  }
  .mb-16-desktop {
    margin-bottom: 8rem !important;
  }
  .ml-16-desktop {
    margin-left: 8rem !important;
  }
  .mr-16-desktop {
    margin-right: 8rem !important;
  }
  .mx-16-desktop {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-16-desktop {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-16-desktop {
    margin: 8rem;
  }
  .p-16-desktop {
    padding: 8rem !important;
  }
  .pt-16-desktop {
    padding-top: 8rem !important;
  }
  .pb-16-desktop {
    padding-bottom: 8rem !important;
  }
  .pl-16-desktop {
    padding-left: 8rem !important;
  }
  .pr-16-desktop {
    padding-right: 8rem !important;
  }
  .px-16-desktop {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-16-desktop {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .mt-17-desktop {
    margin-top: 8.5rem !important;
  }
  .mb-17-desktop {
    margin-bottom: 8.5rem !important;
  }
  .ml-17-desktop {
    margin-left: 8.5rem !important;
  }
  .mr-17-desktop {
    margin-right: 8.5rem !important;
  }
  .mx-17-desktop {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-17-desktop {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .m-17-desktop {
    margin: 8.5rem;
  }
  .p-17-desktop {
    padding: 8.5rem !important;
  }
  .pt-17-desktop {
    padding-top: 8.5rem !important;
  }
  .pb-17-desktop {
    padding-bottom: 8.5rem !important;
  }
  .pl-17-desktop {
    padding-left: 8.5rem !important;
  }
  .pr-17-desktop {
    padding-right: 8.5rem !important;
  }
  .px-17-desktop {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .py-17-desktop {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-18-desktop {
    margin-top: 9rem !important;
  }
  .mb-18-desktop {
    margin-bottom: 9rem !important;
  }
  .ml-18-desktop {
    margin-left: 9rem !important;
  }
  .mr-18-desktop {
    margin-right: 9rem !important;
  }
  .mx-18-desktop {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-18-desktop {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .m-18-desktop {
    margin: 9rem;
  }
  .p-18-desktop {
    padding: 9rem !important;
  }
  .pt-18-desktop {
    padding-top: 9rem !important;
  }
  .pb-18-desktop {
    padding-bottom: 9rem !important;
  }
  .pl-18-desktop {
    padding-left: 9rem !important;
  }
  .pr-18-desktop {
    padding-right: 9rem !important;
  }
  .px-18-desktop {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-18-desktop {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .mt-19-desktop {
    margin-top: 9.5rem !important;
  }
  .mb-19-desktop {
    margin-bottom: 9.5rem !important;
  }
  .ml-19-desktop {
    margin-left: 9.5rem !important;
  }
  .mr-19-desktop {
    margin-right: 9.5rem !important;
  }
  .mx-19-desktop {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-19-desktop {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .m-19-desktop {
    margin: 9.5rem;
  }
  .p-19-desktop {
    padding: 9.5rem !important;
  }
  .pt-19-desktop {
    padding-top: 9.5rem !important;
  }
  .pb-19-desktop {
    padding-bottom: 9.5rem !important;
  }
  .pl-19-desktop {
    padding-left: 9.5rem !important;
  }
  .pr-19-desktop {
    padding-right: 9.5rem !important;
  }
  .px-19-desktop {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .py-19-desktop {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-20-desktop {
    margin-top: 10rem !important;
  }
  .mb-20-desktop {
    margin-bottom: 10rem !important;
  }
  .ml-20-desktop {
    margin-left: 10rem !important;
  }
  .mr-20-desktop {
    margin-right: 10rem !important;
  }
  .mx-20-desktop {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-20-desktop {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-20-desktop {
    margin: 10rem;
  }
  .p-20-desktop {
    padding: 10rem !important;
  }
  .pt-20-desktop {
    padding-top: 10rem !important;
  }
  .pb-20-desktop {
    padding-bottom: 10rem !important;
  }
  .pl-20-desktop {
    padding-left: 10rem !important;
  }
  .pr-20-desktop {
    padding-right: 10rem !important;
  }
  .px-20-desktop {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-20-desktop {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mt-21-desktop {
    margin-top: 10.5rem !important;
  }
  .mb-21-desktop {
    margin-bottom: 10.5rem !important;
  }
  .ml-21-desktop {
    margin-left: 10.5rem !important;
  }
  .mr-21-desktop {
    margin-right: 10.5rem !important;
  }
  .mx-21-desktop {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-21-desktop {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .m-21-desktop {
    margin: 10.5rem;
  }
  .p-21-desktop {
    padding: 10.5rem !important;
  }
  .pt-21-desktop {
    padding-top: 10.5rem !important;
  }
  .pb-21-desktop {
    padding-bottom: 10.5rem !important;
  }
  .pl-21-desktop {
    padding-left: 10.5rem !important;
  }
  .pr-21-desktop {
    padding-right: 10.5rem !important;
  }
  .px-21-desktop {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .py-21-desktop {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-22-desktop {
    margin-top: 11rem !important;
  }
  .mb-22-desktop {
    margin-bottom: 11rem !important;
  }
  .ml-22-desktop {
    margin-left: 11rem !important;
  }
  .mr-22-desktop {
    margin-right: 11rem !important;
  }
  .mx-22-desktop {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-22-desktop {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-22-desktop {
    margin: 11rem;
  }
  .p-22-desktop {
    padding: 11rem !important;
  }
  .pt-22-desktop {
    padding-top: 11rem !important;
  }
  .pb-22-desktop {
    padding-bottom: 11rem !important;
  }
  .pl-22-desktop {
    padding-left: 11rem !important;
  }
  .pr-22-desktop {
    padding-right: 11rem !important;
  }
  .px-22-desktop {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-22-desktop {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mt-23-desktop {
    margin-top: 11.5rem !important;
  }
  .mb-23-desktop {
    margin-bottom: 11.5rem !important;
  }
  .ml-23-desktop {
    margin-left: 11.5rem !important;
  }
  .mr-23-desktop {
    margin-right: 11.5rem !important;
  }
  .mx-23-desktop {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-23-desktop {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .m-23-desktop {
    margin: 11.5rem;
  }
  .p-23-desktop {
    padding: 11.5rem !important;
  }
  .pt-23-desktop {
    padding-top: 11.5rem !important;
  }
  .pb-23-desktop {
    padding-bottom: 11.5rem !important;
  }
  .pl-23-desktop {
    padding-left: 11.5rem !important;
  }
  .pr-23-desktop {
    padding-right: 11.5rem !important;
  }
  .px-23-desktop {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .py-23-desktop {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-24-desktop {
    margin-top: 12rem !important;
  }
  .mb-24-desktop {
    margin-bottom: 12rem !important;
  }
  .ml-24-desktop {
    margin-left: 12rem !important;
  }
  .mr-24-desktop {
    margin-right: 12rem !important;
  }
  .mx-24-desktop {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .my-24-desktop {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .m-24-desktop {
    margin: 12rem;
  }
  .p-24-desktop {
    padding: 12rem !important;
  }
  .pt-24-desktop {
    padding-top: 12rem !important;
  }
  .pb-24-desktop {
    padding-bottom: 12rem !important;
  }
  .pl-24-desktop {
    padding-left: 12rem !important;
  }
  .pr-24-desktop {
    padding-right: 12rem !important;
  }
  .px-24-desktop {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-24-desktop {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .mt-25-desktop {
    margin-top: 12.5rem !important;
  }
  .mb-25-desktop {
    margin-bottom: 12.5rem !important;
  }
  .ml-25-desktop {
    margin-left: 12.5rem !important;
  }
  .mr-25-desktop {
    margin-right: 12.5rem !important;
  }
  .mx-25-desktop {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-25-desktop {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-25-desktop {
    margin: 12.5rem;
  }
  .p-25-desktop {
    padding: 12.5rem !important;
  }
  .pt-25-desktop {
    padding-top: 12.5rem !important;
  }
  .pb-25-desktop {
    padding-bottom: 12.5rem !important;
  }
  .pl-25-desktop {
    padding-left: 12.5rem !important;
  }
  .pr-25-desktop {
    padding-right: 12.5rem !important;
  }
  .px-25-desktop {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-25-desktop {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-26-desktop {
    margin-top: 13rem !important;
  }
  .mb-26-desktop {
    margin-bottom: 13rem !important;
  }
  .ml-26-desktop {
    margin-left: 13rem !important;
  }
  .mr-26-desktop {
    margin-right: 13rem !important;
  }
  .mx-26-desktop {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-26-desktop {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .m-26-desktop {
    margin: 13rem;
  }
  .p-26-desktop {
    padding: 13rem !important;
  }
  .pt-26-desktop {
    padding-top: 13rem !important;
  }
  .pb-26-desktop {
    padding-bottom: 13rem !important;
  }
  .pl-26-desktop {
    padding-left: 13rem !important;
  }
  .pr-26-desktop {
    padding-right: 13rem !important;
  }
  .px-26-desktop {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .py-26-desktop {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .mt-27-desktop {
    margin-top: 13.5rem !important;
  }
  .mb-27-desktop {
    margin-bottom: 13.5rem !important;
  }
  .ml-27-desktop {
    margin-left: 13.5rem !important;
  }
  .mr-27-desktop {
    margin-right: 13.5rem !important;
  }
  .mx-27-desktop {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .my-27-desktop {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .m-27-desktop {
    margin: 13.5rem;
  }
  .p-27-desktop {
    padding: 13.5rem !important;
  }
  .pt-27-desktop {
    padding-top: 13.5rem !important;
  }
  .pb-27-desktop {
    padding-bottom: 13.5rem !important;
  }
  .pl-27-desktop {
    padding-left: 13.5rem !important;
  }
  .pr-27-desktop {
    padding-right: 13.5rem !important;
  }
  .px-27-desktop {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .py-27-desktop {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .mt-28-desktop {
    margin-top: 14rem !important;
  }
  .mb-28-desktop {
    margin-bottom: 14rem !important;
  }
  .ml-28-desktop {
    margin-left: 14rem !important;
  }
  .mr-28-desktop {
    margin-right: 14rem !important;
  }
  .mx-28-desktop {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .my-28-desktop {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .m-28-desktop {
    margin: 14rem;
  }
  .p-28-desktop {
    padding: 14rem !important;
  }
  .pt-28-desktop {
    padding-top: 14rem !important;
  }
  .pb-28-desktop {
    padding-bottom: 14rem !important;
  }
  .pl-28-desktop {
    padding-left: 14rem !important;
  }
  .pr-28-desktop {
    padding-right: 14rem !important;
  }
  .px-28-desktop {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-28-desktop {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .mt-29-desktop {
    margin-top: 14.5rem !important;
  }
  .mb-29-desktop {
    margin-bottom: 14.5rem !important;
  }
  .ml-29-desktop {
    margin-left: 14.5rem !important;
  }
  .mr-29-desktop {
    margin-right: 14.5rem !important;
  }
  .mx-29-desktop {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .my-29-desktop {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .m-29-desktop {
    margin: 14.5rem;
  }
  .p-29-desktop {
    padding: 14.5rem !important;
  }
  .pt-29-desktop {
    padding-top: 14.5rem !important;
  }
  .pb-29-desktop {
    padding-bottom: 14.5rem !important;
  }
  .pl-29-desktop {
    padding-left: 14.5rem !important;
  }
  .pr-29-desktop {
    padding-right: 14.5rem !important;
  }
  .px-29-desktop {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .py-29-desktop {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .mt-30-desktop {
    margin-top: 15rem !important;
  }
  .mb-30-desktop {
    margin-bottom: 15rem !important;
  }
  .ml-30-desktop {
    margin-left: 15rem !important;
  }
  .mr-30-desktop {
    margin-right: 15rem !important;
  }
  .mx-30-desktop {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-30-desktop {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .m-30-desktop {
    margin: 15rem;
  }
  .p-30-desktop {
    padding: 15rem !important;
  }
  .pt-30-desktop {
    padding-top: 15rem !important;
  }
  .pb-30-desktop {
    padding-bottom: 15rem !important;
  }
  .pl-30-desktop {
    padding-left: 15rem !important;
  }
  .pr-30-desktop {
    padding-right: 15rem !important;
  }
  .px-30-desktop {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-30-desktop {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .nm-0 {
    margin: -0rem !important;
  }
  .nmt-0 {
    margin-top: -0rem !important;
  }
  .nmb-0 {
    margin-bottom: -0rem !important;
  }
  .nml-0 {
    margin-left: -0rem !important;
  }
  .nmr-0 {
    margin-right: -0rem !important;
  }
  .nmx-0 {
    margin-left: -0rem !important;
    margin-right: -0rem !important;
  }
  .nmy-0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }
  .nm-1 {
    margin: -0.5rem !important;
  }
  .nmt-1 {
    margin-top: -0.5rem !important;
  }
  .nmb-1 {
    margin-bottom: -0.5rem !important;
  }
  .nml-1 {
    margin-left: -0.5rem !important;
  }
  .nmr-1 {
    margin-right: -0.5rem !important;
  }
  .nmx-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .nmy-1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .nm-2 {
    margin: -1rem !important;
  }
  .nmt-2 {
    margin-top: -1rem !important;
  }
  .nmb-2 {
    margin-bottom: -1rem !important;
  }
  .nml-2 {
    margin-left: -1rem !important;
  }
  .nmr-2 {
    margin-right: -1rem !important;
  }
  .nmx-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .nmy-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .nm-3 {
    margin: -1.5rem !important;
  }
  .nmt-3 {
    margin-top: -1.5rem !important;
  }
  .nmb-3 {
    margin-bottom: -1.5rem !important;
  }
  .nml-3 {
    margin-left: -1.5rem !important;
  }
  .nmr-3 {
    margin-right: -1.5rem !important;
  }
  .nmx-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .nmy-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .nm-4 {
    margin: -2rem !important;
  }
  .nmt-4 {
    margin-top: -2rem !important;
  }
  .nmb-4 {
    margin-bottom: -2rem !important;
  }
  .nml-4 {
    margin-left: -2rem !important;
  }
  .nmr-4 {
    margin-right: -2rem !important;
  }
  .nmx-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .nmy-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .nm-5 {
    margin: -2.5rem !important;
  }
  .nmt-5 {
    margin-top: -2.5rem !important;
  }
  .nmb-5 {
    margin-bottom: -2.5rem !important;
  }
  .nml-5 {
    margin-left: -2.5rem !important;
  }
  .nmr-5 {
    margin-right: -2.5rem !important;
  }
  .nmx-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .nmy-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
}
@media (max-width: 768px) {
  .mt-0 {
    margin-top: 0rem !important;
  }
  .mb-0 {
    margin-bottom: 0rem !important;
  }
  .ml-0 {
    margin-left: 0rem !important;
  }
  .mr-0 {
    margin-right: 0rem !important;
  }
  .mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-0 {
    margin: 0rem;
  }
  .p-0 {
    padding: 0rem !important;
  }
  .pt-0 {
    padding-top: 0rem !important;
  }
  .pb-0 {
    padding-bottom: 0rem !important;
  }
  .pl-0 {
    padding-left: 0rem !important;
  }
  .pr-0 {
    padding-right: 0rem !important;
  }
  .px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-1 {
    margin-top: 0.3rem !important;
  }
  .mb-1 {
    margin-bottom: 0.3rem !important;
  }
  .ml-1 {
    margin-left: 0.3rem !important;
  }
  .mr-1 {
    margin-right: 0.3rem !important;
  }
  .mx-1 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .my-1 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .m-1 {
    margin: 0.3rem;
  }
  .p-1 {
    padding: 0.3rem !important;
  }
  .pt-1 {
    padding-top: 0.3rem !important;
  }
  .pb-1 {
    padding-bottom: 0.3rem !important;
  }
  .pl-1 {
    padding-left: 0.3rem !important;
  }
  .pr-1 {
    padding-right: 0.3rem !important;
  }
  .px-1 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .py-1 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .mt-2 {
    margin-top: 0.6rem !important;
  }
  .mb-2 {
    margin-bottom: 0.6rem !important;
  }
  .ml-2 {
    margin-left: 0.6rem !important;
  }
  .mr-2 {
    margin-right: 0.6rem !important;
  }
  .mx-2 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .my-2 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .m-2 {
    margin: 0.6rem;
  }
  .p-2 {
    padding: 0.6rem !important;
  }
  .pt-2 {
    padding-top: 0.6rem !important;
  }
  .pb-2 {
    padding-bottom: 0.6rem !important;
  }
  .pl-2 {
    padding-left: 0.6rem !important;
  }
  .pr-2 {
    padding-right: 0.6rem !important;
  }
  .px-2 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .py-2 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .mt-3 {
    margin-top: 0.9rem !important;
  }
  .mb-3 {
    margin-bottom: 0.9rem !important;
  }
  .ml-3 {
    margin-left: 0.9rem !important;
  }
  .mr-3 {
    margin-right: 0.9rem !important;
  }
  .mx-3 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .my-3 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .m-3 {
    margin: 0.9rem;
  }
  .p-3 {
    padding: 0.9rem !important;
  }
  .pt-3 {
    padding-top: 0.9rem !important;
  }
  .pb-3 {
    padding-bottom: 0.9rem !important;
  }
  .pl-3 {
    padding-left: 0.9rem !important;
  }
  .pr-3 {
    padding-right: 0.9rem !important;
  }
  .px-3 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .py-3 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .mt-4 {
    margin-top: 1.2rem !important;
  }
  .mb-4 {
    margin-bottom: 1.2rem !important;
  }
  .ml-4 {
    margin-left: 1.2rem !important;
  }
  .mr-4 {
    margin-right: 1.2rem !important;
  }
  .mx-4 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .my-4 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .m-4 {
    margin: 1.2rem;
  }
  .p-4 {
    padding: 1.2rem !important;
  }
  .pt-4 {
    padding-top: 1.2rem !important;
  }
  .pb-4 {
    padding-bottom: 1.2rem !important;
  }
  .pl-4 {
    padding-left: 1.2rem !important;
  }
  .pr-4 {
    padding-right: 1.2rem !important;
  }
  .px-4 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .py-4 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-5 {
    margin-left: 1.5rem !important;
  }
  .mr-5 {
    margin-right: 1.5rem !important;
  }
  .mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-5 {
    margin: 1.5rem;
  }
  .p-5 {
    padding: 1.5rem !important;
  }
  .pt-5 {
    padding-top: 1.5rem !important;
  }
  .pb-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-5 {
    padding-left: 1.5rem !important;
  }
  .pr-5 {
    padding-right: 1.5rem !important;
  }
  .px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-6 {
    margin-top: 1.8rem !important;
  }
  .mb-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-6 {
    margin-left: 1.8rem !important;
  }
  .mr-6 {
    margin-right: 1.8rem !important;
  }
  .mx-6 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-6 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-6 {
    margin: 1.8rem;
  }
  .p-6 {
    padding: 1.8rem !important;
  }
  .pt-6 {
    padding-top: 1.8rem !important;
  }
  .pb-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-6 {
    padding-left: 1.8rem !important;
  }
  .pr-6 {
    padding-right: 1.8rem !important;
  }
  .px-6 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .py-6 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .mt-7 {
    margin-top: 2.1rem !important;
  }
  .mb-7 {
    margin-bottom: 2.1rem !important;
  }
  .ml-7 {
    margin-left: 2.1rem !important;
  }
  .mr-7 {
    margin-right: 2.1rem !important;
  }
  .mx-7 {
    margin-left: 2.1rem !important;
    margin-right: 2.1rem !important;
  }
  .my-7 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .m-7 {
    margin: 2.1rem;
  }
  .p-7 {
    padding: 2.1rem !important;
  }
  .pt-7 {
    padding-top: 2.1rem !important;
  }
  .pb-7 {
    padding-bottom: 2.1rem !important;
  }
  .pl-7 {
    padding-left: 2.1rem !important;
  }
  .pr-7 {
    padding-right: 2.1rem !important;
  }
  .px-7 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .py-7 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .mt-8 {
    margin-top: 2.4rem !important;
  }
  .mb-8 {
    margin-bottom: 2.4rem !important;
  }
  .ml-8 {
    margin-left: 2.4rem !important;
  }
  .mr-8 {
    margin-right: 2.4rem !important;
  }
  .mx-8 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .my-8 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .m-8 {
    margin: 2.4rem;
  }
  .p-8 {
    padding: 2.4rem !important;
  }
  .pt-8 {
    padding-top: 2.4rem !important;
  }
  .pb-8 {
    padding-bottom: 2.4rem !important;
  }
  .pl-8 {
    padding-left: 2.4rem !important;
  }
  .pr-8 {
    padding-right: 2.4rem !important;
  }
  .px-8 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .py-8 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .mt-9 {
    margin-top: 2.7rem !important;
  }
  .mb-9 {
    margin-bottom: 2.7rem !important;
  }
  .ml-9 {
    margin-left: 2.7rem !important;
  }
  .mr-9 {
    margin-right: 2.7rem !important;
  }
  .mx-9 {
    margin-left: 2.7rem !important;
    margin-right: 2.7rem !important;
  }
  .my-9 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }
  .m-9 {
    margin: 2.7rem;
  }
  .p-9 {
    padding: 2.7rem !important;
  }
  .pt-9 {
    padding-top: 2.7rem !important;
  }
  .pb-9 {
    padding-bottom: 2.7rem !important;
  }
  .pl-9 {
    padding-left: 2.7rem !important;
  }
  .pr-9 {
    padding-right: 2.7rem !important;
  }
  .px-9 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }
  .py-9 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }
  .mt-10 {
    margin-top: 3rem !important;
  }
  .mb-10 {
    margin-bottom: 3rem !important;
  }
  .ml-10 {
    margin-left: 3rem !important;
  }
  .mr-10 {
    margin-right: 3rem !important;
  }
  .mx-10 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-10 {
    margin: 3rem;
  }
  .p-10 {
    padding: 3rem !important;
  }
  .pt-10 {
    padding-top: 3rem !important;
  }
  .pb-10 {
    padding-bottom: 3rem !important;
  }
  .pl-10 {
    padding-left: 3rem !important;
  }
  .pr-10 {
    padding-right: 3rem !important;
  }
  .px-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-11 {
    margin-top: 3.3rem !important;
  }
  .mb-11 {
    margin-bottom: 3.3rem !important;
  }
  .ml-11 {
    margin-left: 3.3rem !important;
  }
  .mr-11 {
    margin-right: 3.3rem !important;
  }
  .mx-11 {
    margin-left: 3.3rem !important;
    margin-right: 3.3rem !important;
  }
  .my-11 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .m-11 {
    margin: 3.3rem;
  }
  .p-11 {
    padding: 3.3rem !important;
  }
  .pt-11 {
    padding-top: 3.3rem !important;
  }
  .pb-11 {
    padding-bottom: 3.3rem !important;
  }
  .pl-11 {
    padding-left: 3.3rem !important;
  }
  .pr-11 {
    padding-right: 3.3rem !important;
  }
  .px-11 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .py-11 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .mt-12 {
    margin-top: 3.6rem !important;
  }
  .mb-12 {
    margin-bottom: 3.6rem !important;
  }
  .ml-12 {
    margin-left: 3.6rem !important;
  }
  .mr-12 {
    margin-right: 3.6rem !important;
  }
  .mx-12 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .my-12 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .m-12 {
    margin: 3.6rem;
  }
  .p-12 {
    padding: 3.6rem !important;
  }
  .pt-12 {
    padding-top: 3.6rem !important;
  }
  .pb-12 {
    padding-bottom: 3.6rem !important;
  }
  .pl-12 {
    padding-left: 3.6rem !important;
  }
  .pr-12 {
    padding-right: 3.6rem !important;
  }
  .px-12 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .py-12 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .mt-13 {
    margin-top: 3.9rem !important;
  }
  .mb-13 {
    margin-bottom: 3.9rem !important;
  }
  .ml-13 {
    margin-left: 3.9rem !important;
  }
  .mr-13 {
    margin-right: 3.9rem !important;
  }
  .mx-13 {
    margin-left: 3.9rem !important;
    margin-right: 3.9rem !important;
  }
  .my-13 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }
  .m-13 {
    margin: 3.9rem;
  }
  .p-13 {
    padding: 3.9rem !important;
  }
  .pt-13 {
    padding-top: 3.9rem !important;
  }
  .pb-13 {
    padding-bottom: 3.9rem !important;
  }
  .pl-13 {
    padding-left: 3.9rem !important;
  }
  .pr-13 {
    padding-right: 3.9rem !important;
  }
  .px-13 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }
  .py-13 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }
  .mt-14 {
    margin-top: 4.2rem !important;
  }
  .mb-14 {
    margin-bottom: 4.2rem !important;
  }
  .ml-14 {
    margin-left: 4.2rem !important;
  }
  .mr-14 {
    margin-right: 4.2rem !important;
  }
  .mx-14 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .my-14 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .m-14 {
    margin: 4.2rem;
  }
  .p-14 {
    padding: 4.2rem !important;
  }
  .pt-14 {
    padding-top: 4.2rem !important;
  }
  .pb-14 {
    padding-bottom: 4.2rem !important;
  }
  .pl-14 {
    padding-left: 4.2rem !important;
  }
  .pr-14 {
    padding-right: 4.2rem !important;
  }
  .px-14 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }
  .py-14 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .mt-15 {
    margin-top: 4.5rem !important;
  }
  .mb-15 {
    margin-bottom: 4.5rem !important;
  }
  .ml-15 {
    margin-left: 4.5rem !important;
  }
  .mr-15 {
    margin-right: 4.5rem !important;
  }
  .mx-15 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-15 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-15 {
    margin: 4.5rem;
  }
  .p-15 {
    padding: 4.5rem !important;
  }
  .pt-15 {
    padding-top: 4.5rem !important;
  }
  .pb-15 {
    padding-bottom: 4.5rem !important;
  }
  .pl-15 {
    padding-left: 4.5rem !important;
  }
  .pr-15 {
    padding-right: 4.5rem !important;
  }
  .px-15 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-15 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-16 {
    margin-top: 4.8rem !important;
  }
  .mb-16 {
    margin-bottom: 4.8rem !important;
  }
  .ml-16 {
    margin-left: 4.8rem !important;
  }
  .mr-16 {
    margin-right: 4.8rem !important;
  }
  .mx-16 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .my-16 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .m-16 {
    margin: 4.8rem;
  }
  .p-16 {
    padding: 4.8rem !important;
  }
  .pt-16 {
    padding-top: 4.8rem !important;
  }
  .pb-16 {
    padding-bottom: 4.8rem !important;
  }
  .pl-16 {
    padding-left: 4.8rem !important;
  }
  .pr-16 {
    padding-right: 4.8rem !important;
  }
  .px-16 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-16 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .mt-17 {
    margin-top: 5.1rem !important;
  }
  .mb-17 {
    margin-bottom: 5.1rem !important;
  }
  .ml-17 {
    margin-left: 5.1rem !important;
  }
  .mr-17 {
    margin-right: 5.1rem !important;
  }
  .mx-17 {
    margin-left: 5.1rem !important;
    margin-right: 5.1rem !important;
  }
  .my-17 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }
  .m-17 {
    margin: 5.1rem;
  }
  .p-17 {
    padding: 5.1rem !important;
  }
  .pt-17 {
    padding-top: 5.1rem !important;
  }
  .pb-17 {
    padding-bottom: 5.1rem !important;
  }
  .pl-17 {
    padding-left: 5.1rem !important;
  }
  .pr-17 {
    padding-right: 5.1rem !important;
  }
  .px-17 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }
  .py-17 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }
  .mt-18 {
    margin-top: 5.4rem !important;
  }
  .mb-18 {
    margin-bottom: 5.4rem !important;
  }
  .ml-18 {
    margin-left: 5.4rem !important;
  }
  .mr-18 {
    margin-right: 5.4rem !important;
  }
  .mx-18 {
    margin-left: 5.4rem !important;
    margin-right: 5.4rem !important;
  }
  .my-18 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .m-18 {
    margin: 5.4rem;
  }
  .p-18 {
    padding: 5.4rem !important;
  }
  .pt-18 {
    padding-top: 5.4rem !important;
  }
  .pb-18 {
    padding-bottom: 5.4rem !important;
  }
  .pl-18 {
    padding-left: 5.4rem !important;
  }
  .pr-18 {
    padding-right: 5.4rem !important;
  }
  .px-18 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }
  .py-18 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }
  .mt-19 {
    margin-top: 5.7rem !important;
  }
  .mb-19 {
    margin-bottom: 5.7rem !important;
  }
  .ml-19 {
    margin-left: 5.7rem !important;
  }
  .mr-19 {
    margin-right: 5.7rem !important;
  }
  .mx-19 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important;
  }
  .my-19 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }
  .m-19 {
    margin: 5.7rem;
  }
  .p-19 {
    padding: 5.7rem !important;
  }
  .pt-19 {
    padding-top: 5.7rem !important;
  }
  .pb-19 {
    padding-bottom: 5.7rem !important;
  }
  .pl-19 {
    padding-left: 5.7rem !important;
  }
  .pr-19 {
    padding-right: 5.7rem !important;
  }
  .px-19 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }
  .py-19 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }
  .mt-20 {
    margin-top: 6rem !important;
  }
  .mb-20 {
    margin-bottom: 6rem !important;
  }
  .ml-20 {
    margin-left: 6rem !important;
  }
  .mr-20 {
    margin-right: 6rem !important;
  }
  .mx-20 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-20 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-20 {
    margin: 6rem;
  }
  .p-20 {
    padding: 6rem !important;
  }
  .pt-20 {
    padding-top: 6rem !important;
  }
  .pb-20 {
    padding-bottom: 6rem !important;
  }
  .pl-20 {
    padding-left: 6rem !important;
  }
  .pr-20 {
    padding-right: 6rem !important;
  }
  .px-20 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-20 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mt-21 {
    margin-top: 6.3rem !important;
  }
  .mb-21 {
    margin-bottom: 6.3rem !important;
  }
  .ml-21 {
    margin-left: 6.3rem !important;
  }
  .mr-21 {
    margin-right: 6.3rem !important;
  }
  .mx-21 {
    margin-left: 6.3rem !important;
    margin-right: 6.3rem !important;
  }
  .my-21 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }
  .m-21 {
    margin: 6.3rem;
  }
  .p-21 {
    padding: 6.3rem !important;
  }
  .pt-21 {
    padding-top: 6.3rem !important;
  }
  .pb-21 {
    padding-bottom: 6.3rem !important;
  }
  .pl-21 {
    padding-left: 6.3rem !important;
  }
  .pr-21 {
    padding-right: 6.3rem !important;
  }
  .px-21 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }
  .py-21 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }
  .mt-22 {
    margin-top: 6.6rem !important;
  }
  .mb-22 {
    margin-bottom: 6.6rem !important;
  }
  .ml-22 {
    margin-left: 6.6rem !important;
  }
  .mr-22 {
    margin-right: 6.6rem !important;
  }
  .mx-22 {
    margin-left: 6.6rem !important;
    margin-right: 6.6rem !important;
  }
  .my-22 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }
  .m-22 {
    margin: 6.6rem;
  }
  .p-22 {
    padding: 6.6rem !important;
  }
  .pt-22 {
    padding-top: 6.6rem !important;
  }
  .pb-22 {
    padding-bottom: 6.6rem !important;
  }
  .pl-22 {
    padding-left: 6.6rem !important;
  }
  .pr-22 {
    padding-right: 6.6rem !important;
  }
  .px-22 {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }
  .py-22 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }
  .mt-23 {
    margin-top: 6.9rem !important;
  }
  .mb-23 {
    margin-bottom: 6.9rem !important;
  }
  .ml-23 {
    margin-left: 6.9rem !important;
  }
  .mr-23 {
    margin-right: 6.9rem !important;
  }
  .mx-23 {
    margin-left: 6.9rem !important;
    margin-right: 6.9rem !important;
  }
  .my-23 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }
  .m-23 {
    margin: 6.9rem;
  }
  .p-23 {
    padding: 6.9rem !important;
  }
  .pt-23 {
    padding-top: 6.9rem !important;
  }
  .pb-23 {
    padding-bottom: 6.9rem !important;
  }
  .pl-23 {
    padding-left: 6.9rem !important;
  }
  .pr-23 {
    padding-right: 6.9rem !important;
  }
  .px-23 {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }
  .py-23 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }
  .mt-24 {
    margin-top: 7.2rem !important;
  }
  .mb-24 {
    margin-bottom: 7.2rem !important;
  }
  .ml-24 {
    margin-left: 7.2rem !important;
  }
  .mr-24 {
    margin-right: 7.2rem !important;
  }
  .mx-24 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .my-24 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .m-24 {
    margin: 7.2rem;
  }
  .p-24 {
    padding: 7.2rem !important;
  }
  .pt-24 {
    padding-top: 7.2rem !important;
  }
  .pb-24 {
    padding-bottom: 7.2rem !important;
  }
  .pl-24 {
    padding-left: 7.2rem !important;
  }
  .pr-24 {
    padding-right: 7.2rem !important;
  }
  .px-24 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .py-24 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .mt-25 {
    margin-top: 7.5rem !important;
  }
  .mb-25 {
    margin-bottom: 7.5rem !important;
  }
  .ml-25 {
    margin-left: 7.5rem !important;
  }
  .mr-25 {
    margin-right: 7.5rem !important;
  }
  .mx-25 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-25 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-25 {
    margin: 7.5rem;
  }
  .p-25 {
    padding: 7.5rem !important;
  }
  .pt-25 {
    padding-top: 7.5rem !important;
  }
  .pb-25 {
    padding-bottom: 7.5rem !important;
  }
  .pl-25 {
    padding-left: 7.5rem !important;
  }
  .pr-25 {
    padding-right: 7.5rem !important;
  }
  .px-25 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-25 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-26 {
    margin-top: 7.8rem !important;
  }
  .mb-26 {
    margin-bottom: 7.8rem !important;
  }
  .ml-26 {
    margin-left: 7.8rem !important;
  }
  .mr-26 {
    margin-right: 7.8rem !important;
  }
  .mx-26 {
    margin-left: 7.8rem !important;
    margin-right: 7.8rem !important;
  }
  .my-26 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }
  .m-26 {
    margin: 7.8rem;
  }
  .p-26 {
    padding: 7.8rem !important;
  }
  .pt-26 {
    padding-top: 7.8rem !important;
  }
  .pb-26 {
    padding-bottom: 7.8rem !important;
  }
  .pl-26 {
    padding-left: 7.8rem !important;
  }
  .pr-26 {
    padding-right: 7.8rem !important;
  }
  .px-26 {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }
  .py-26 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }
  .mt-27 {
    margin-top: 8.1rem !important;
  }
  .mb-27 {
    margin-bottom: 8.1rem !important;
  }
  .ml-27 {
    margin-left: 8.1rem !important;
  }
  .mr-27 {
    margin-right: 8.1rem !important;
  }
  .mx-27 {
    margin-left: 8.1rem !important;
    margin-right: 8.1rem !important;
  }
  .my-27 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }
  .m-27 {
    margin: 8.1rem;
  }
  .p-27 {
    padding: 8.1rem !important;
  }
  .pt-27 {
    padding-top: 8.1rem !important;
  }
  .pb-27 {
    padding-bottom: 8.1rem !important;
  }
  .pl-27 {
    padding-left: 8.1rem !important;
  }
  .pr-27 {
    padding-right: 8.1rem !important;
  }
  .px-27 {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }
  .py-27 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }
  .mt-28 {
    margin-top: 8.4rem !important;
  }
  .mb-28 {
    margin-bottom: 8.4rem !important;
  }
  .ml-28 {
    margin-left: 8.4rem !important;
  }
  .mr-28 {
    margin-right: 8.4rem !important;
  }
  .mx-28 {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .my-28 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }
  .m-28 {
    margin: 8.4rem;
  }
  .p-28 {
    padding: 8.4rem !important;
  }
  .pt-28 {
    padding-top: 8.4rem !important;
  }
  .pb-28 {
    padding-bottom: 8.4rem !important;
  }
  .pl-28 {
    padding-left: 8.4rem !important;
  }
  .pr-28 {
    padding-right: 8.4rem !important;
  }
  .px-28 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }
  .py-28 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }
  .mt-29 {
    margin-top: 8.7rem !important;
  }
  .mb-29 {
    margin-bottom: 8.7rem !important;
  }
  .ml-29 {
    margin-left: 8.7rem !important;
  }
  .mr-29 {
    margin-right: 8.7rem !important;
  }
  .mx-29 {
    margin-left: 8.7rem !important;
    margin-right: 8.7rem !important;
  }
  .my-29 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }
  .m-29 {
    margin: 8.7rem;
  }
  .p-29 {
    padding: 8.7rem !important;
  }
  .pt-29 {
    padding-top: 8.7rem !important;
  }
  .pb-29 {
    padding-bottom: 8.7rem !important;
  }
  .pl-29 {
    padding-left: 8.7rem !important;
  }
  .pr-29 {
    padding-right: 8.7rem !important;
  }
  .px-29 {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }
  .py-29 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }
  .mt-30 {
    margin-top: 9rem !important;
  }
  .mb-30 {
    margin-bottom: 9rem !important;
  }
  .ml-30 {
    margin-left: 9rem !important;
  }
  .mr-30 {
    margin-right: 9rem !important;
  }
  .mx-30 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-30 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .m-30 {
    margin: 9rem;
  }
  .p-30 {
    padding: 9rem !important;
  }
  .pt-30 {
    padding-top: 9rem !important;
  }
  .pb-30 {
    padding-bottom: 9rem !important;
  }
  .pl-30 {
    padding-left: 9rem !important;
  }
  .pr-30 {
    padding-right: 9rem !important;
  }
  .px-30 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-30 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .mt-0-mobile {
    margin-top: 0rem !important;
  }
  .mb-0-mobile {
    margin-bottom: 0rem !important;
  }
  .ml-0-mobile {
    margin-left: 0rem !important;
  }
  .mr-0-mobile {
    margin-right: 0rem !important;
  }
  .mx-0-mobile {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-0-mobile {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .m-0-mobile {
    margin: 0rem;
  }
  .p-0-mobile {
    padding: 0rem !important;
  }
  .pt-0-mobile {
    padding-top: 0rem !important;
  }
  .pb-0-mobile {
    padding-bottom: 0rem !important;
  }
  .pl-0-mobile {
    padding-left: 0rem !important;
  }
  .pr-0-mobile {
    padding-right: 0rem !important;
  }
  .px-0-mobile {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-0-mobile {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-1-mobile {
    margin-top: 0.3rem !important;
  }
  .mb-1-mobile {
    margin-bottom: 0.3rem !important;
  }
  .ml-1-mobile {
    margin-left: 0.3rem !important;
  }
  .mr-1-mobile {
    margin-right: 0.3rem !important;
  }
  .mx-1-mobile {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .my-1-mobile {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .m-1-mobile {
    margin: 0.3rem;
  }
  .p-1-mobile {
    padding: 0.3rem !important;
  }
  .pt-1-mobile {
    padding-top: 0.3rem !important;
  }
  .pb-1-mobile {
    padding-bottom: 0.3rem !important;
  }
  .pl-1-mobile {
    padding-left: 0.3rem !important;
  }
  .pr-1-mobile {
    padding-right: 0.3rem !important;
  }
  .px-1-mobile {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .py-1-mobile {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .mt-2-mobile {
    margin-top: 0.6rem !important;
  }
  .mb-2-mobile {
    margin-bottom: 0.6rem !important;
  }
  .ml-2-mobile {
    margin-left: 0.6rem !important;
  }
  .mr-2-mobile {
    margin-right: 0.6rem !important;
  }
  .mx-2-mobile {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .my-2-mobile {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .m-2-mobile {
    margin: 0.6rem;
  }
  .p-2-mobile {
    padding: 0.6rem !important;
  }
  .pt-2-mobile {
    padding-top: 0.6rem !important;
  }
  .pb-2-mobile {
    padding-bottom: 0.6rem !important;
  }
  .pl-2-mobile {
    padding-left: 0.6rem !important;
  }
  .pr-2-mobile {
    padding-right: 0.6rem !important;
  }
  .px-2-mobile {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .py-2-mobile {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .mt-3-mobile {
    margin-top: 0.9rem !important;
  }
  .mb-3-mobile {
    margin-bottom: 0.9rem !important;
  }
  .ml-3-mobile {
    margin-left: 0.9rem !important;
  }
  .mr-3-mobile {
    margin-right: 0.9rem !important;
  }
  .mx-3-mobile {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .my-3-mobile {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .m-3-mobile {
    margin: 0.9rem;
  }
  .p-3-mobile {
    padding: 0.9rem !important;
  }
  .pt-3-mobile {
    padding-top: 0.9rem !important;
  }
  .pb-3-mobile {
    padding-bottom: 0.9rem !important;
  }
  .pl-3-mobile {
    padding-left: 0.9rem !important;
  }
  .pr-3-mobile {
    padding-right: 0.9rem !important;
  }
  .px-3-mobile {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
  .py-3-mobile {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .mt-4-mobile {
    margin-top: 1.2rem !important;
  }
  .mb-4-mobile {
    margin-bottom: 1.2rem !important;
  }
  .ml-4-mobile {
    margin-left: 1.2rem !important;
  }
  .mr-4-mobile {
    margin-right: 1.2rem !important;
  }
  .mx-4-mobile {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .my-4-mobile {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .m-4-mobile {
    margin: 1.2rem;
  }
  .p-4-mobile {
    padding: 1.2rem !important;
  }
  .pt-4-mobile {
    padding-top: 1.2rem !important;
  }
  .pb-4-mobile {
    padding-bottom: 1.2rem !important;
  }
  .pl-4-mobile {
    padding-left: 1.2rem !important;
  }
  .pr-4-mobile {
    padding-right: 1.2rem !important;
  }
  .px-4-mobile {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .py-4-mobile {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .mt-5-mobile {
    margin-top: 1.5rem !important;
  }
  .mb-5-mobile {
    margin-bottom: 1.5rem !important;
  }
  .ml-5-mobile {
    margin-left: 1.5rem !important;
  }
  .mr-5-mobile {
    margin-right: 1.5rem !important;
  }
  .mx-5-mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-5-mobile {
    margin: 1.5rem;
  }
  .p-5-mobile {
    padding: 1.5rem !important;
  }
  .pt-5-mobile {
    padding-top: 1.5rem !important;
  }
  .pb-5-mobile {
    padding-bottom: 1.5rem !important;
  }
  .pl-5-mobile {
    padding-left: 1.5rem !important;
  }
  .pr-5-mobile {
    padding-right: 1.5rem !important;
  }
  .px-5-mobile {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-5-mobile {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-6-mobile {
    margin-top: 1.8rem !important;
  }
  .mb-6-mobile {
    margin-bottom: 1.8rem !important;
  }
  .ml-6-mobile {
    margin-left: 1.8rem !important;
  }
  .mr-6-mobile {
    margin-right: 1.8rem !important;
  }
  .mx-6-mobile {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-6-mobile {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-6-mobile {
    margin: 1.8rem;
  }
  .p-6-mobile {
    padding: 1.8rem !important;
  }
  .pt-6-mobile {
    padding-top: 1.8rem !important;
  }
  .pb-6-mobile {
    padding-bottom: 1.8rem !important;
  }
  .pl-6-mobile {
    padding-left: 1.8rem !important;
  }
  .pr-6-mobile {
    padding-right: 1.8rem !important;
  }
  .px-6-mobile {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .py-6-mobile {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .mt-7-mobile {
    margin-top: 2.1rem !important;
  }
  .mb-7-mobile {
    margin-bottom: 2.1rem !important;
  }
  .ml-7-mobile {
    margin-left: 2.1rem !important;
  }
  .mr-7-mobile {
    margin-right: 2.1rem !important;
  }
  .mx-7-mobile {
    margin-left: 2.1rem !important;
    margin-right: 2.1rem !important;
  }
  .my-7-mobile {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .m-7-mobile {
    margin: 2.1rem;
  }
  .p-7-mobile {
    padding: 2.1rem !important;
  }
  .pt-7-mobile {
    padding-top: 2.1rem !important;
  }
  .pb-7-mobile {
    padding-bottom: 2.1rem !important;
  }
  .pl-7-mobile {
    padding-left: 2.1rem !important;
  }
  .pr-7-mobile {
    padding-right: 2.1rem !important;
  }
  .px-7-mobile {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }
  .py-7-mobile {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }
  .mt-8-mobile {
    margin-top: 2.4rem !important;
  }
  .mb-8-mobile {
    margin-bottom: 2.4rem !important;
  }
  .ml-8-mobile {
    margin-left: 2.4rem !important;
  }
  .mr-8-mobile {
    margin-right: 2.4rem !important;
  }
  .mx-8-mobile {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .my-8-mobile {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .m-8-mobile {
    margin: 2.4rem;
  }
  .p-8-mobile {
    padding: 2.4rem !important;
  }
  .pt-8-mobile {
    padding-top: 2.4rem !important;
  }
  .pb-8-mobile {
    padding-bottom: 2.4rem !important;
  }
  .pl-8-mobile {
    padding-left: 2.4rem !important;
  }
  .pr-8-mobile {
    padding-right: 2.4rem !important;
  }
  .px-8-mobile {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .py-8-mobile {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .mt-9-mobile {
    margin-top: 2.7rem !important;
  }
  .mb-9-mobile {
    margin-bottom: 2.7rem !important;
  }
  .ml-9-mobile {
    margin-left: 2.7rem !important;
  }
  .mr-9-mobile {
    margin-right: 2.7rem !important;
  }
  .mx-9-mobile {
    margin-left: 2.7rem !important;
    margin-right: 2.7rem !important;
  }
  .my-9-mobile {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }
  .m-9-mobile {
    margin: 2.7rem;
  }
  .p-9-mobile {
    padding: 2.7rem !important;
  }
  .pt-9-mobile {
    padding-top: 2.7rem !important;
  }
  .pb-9-mobile {
    padding-bottom: 2.7rem !important;
  }
  .pl-9-mobile {
    padding-left: 2.7rem !important;
  }
  .pr-9-mobile {
    padding-right: 2.7rem !important;
  }
  .px-9-mobile {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }
  .py-9-mobile {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }
  .mt-10-mobile {
    margin-top: 3rem !important;
  }
  .mb-10-mobile {
    margin-bottom: 3rem !important;
  }
  .ml-10-mobile {
    margin-left: 3rem !important;
  }
  .mr-10-mobile {
    margin-right: 3rem !important;
  }
  .mx-10-mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-10-mobile {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-10-mobile {
    margin: 3rem;
  }
  .p-10-mobile {
    padding: 3rem !important;
  }
  .pt-10-mobile {
    padding-top: 3rem !important;
  }
  .pb-10-mobile {
    padding-bottom: 3rem !important;
  }
  .pl-10-mobile {
    padding-left: 3rem !important;
  }
  .pr-10-mobile {
    padding-right: 3rem !important;
  }
  .px-10-mobile {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-10-mobile {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-11-mobile {
    margin-top: 3.3rem !important;
  }
  .mb-11-mobile {
    margin-bottom: 3.3rem !important;
  }
  .ml-11-mobile {
    margin-left: 3.3rem !important;
  }
  .mr-11-mobile {
    margin-right: 3.3rem !important;
  }
  .mx-11-mobile {
    margin-left: 3.3rem !important;
    margin-right: 3.3rem !important;
  }
  .my-11-mobile {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }
  .m-11-mobile {
    margin: 3.3rem;
  }
  .p-11-mobile {
    padding: 3.3rem !important;
  }
  .pt-11-mobile {
    padding-top: 3.3rem !important;
  }
  .pb-11-mobile {
    padding-bottom: 3.3rem !important;
  }
  .pl-11-mobile {
    padding-left: 3.3rem !important;
  }
  .pr-11-mobile {
    padding-right: 3.3rem !important;
  }
  .px-11-mobile {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }
  .py-11-mobile {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }
  .mt-12-mobile {
    margin-top: 3.6rem !important;
  }
  .mb-12-mobile {
    margin-bottom: 3.6rem !important;
  }
  .ml-12-mobile {
    margin-left: 3.6rem !important;
  }
  .mr-12-mobile {
    margin-right: 3.6rem !important;
  }
  .mx-12-mobile {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .my-12-mobile {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .m-12-mobile {
    margin: 3.6rem;
  }
  .p-12-mobile {
    padding: 3.6rem !important;
  }
  .pt-12-mobile {
    padding-top: 3.6rem !important;
  }
  .pb-12-mobile {
    padding-bottom: 3.6rem !important;
  }
  .pl-12-mobile {
    padding-left: 3.6rem !important;
  }
  .pr-12-mobile {
    padding-right: 3.6rem !important;
  }
  .px-12-mobile {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .py-12-mobile {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .mt-13-mobile {
    margin-top: 3.9rem !important;
  }
  .mb-13-mobile {
    margin-bottom: 3.9rem !important;
  }
  .ml-13-mobile {
    margin-left: 3.9rem !important;
  }
  .mr-13-mobile {
    margin-right: 3.9rem !important;
  }
  .mx-13-mobile {
    margin-left: 3.9rem !important;
    margin-right: 3.9rem !important;
  }
  .my-13-mobile {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }
  .m-13-mobile {
    margin: 3.9rem;
  }
  .p-13-mobile {
    padding: 3.9rem !important;
  }
  .pt-13-mobile {
    padding-top: 3.9rem !important;
  }
  .pb-13-mobile {
    padding-bottom: 3.9rem !important;
  }
  .pl-13-mobile {
    padding-left: 3.9rem !important;
  }
  .pr-13-mobile {
    padding-right: 3.9rem !important;
  }
  .px-13-mobile {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }
  .py-13-mobile {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }
  .mt-14-mobile {
    margin-top: 4.2rem !important;
  }
  .mb-14-mobile {
    margin-bottom: 4.2rem !important;
  }
  .ml-14-mobile {
    margin-left: 4.2rem !important;
  }
  .mr-14-mobile {
    margin-right: 4.2rem !important;
  }
  .mx-14-mobile {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .my-14-mobile {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .m-14-mobile {
    margin: 4.2rem;
  }
  .p-14-mobile {
    padding: 4.2rem !important;
  }
  .pt-14-mobile {
    padding-top: 4.2rem !important;
  }
  .pb-14-mobile {
    padding-bottom: 4.2rem !important;
  }
  .pl-14-mobile {
    padding-left: 4.2rem !important;
  }
  .pr-14-mobile {
    padding-right: 4.2rem !important;
  }
  .px-14-mobile {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }
  .py-14-mobile {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .mt-15-mobile {
    margin-top: 4.5rem !important;
  }
  .mb-15-mobile {
    margin-bottom: 4.5rem !important;
  }
  .ml-15-mobile {
    margin-left: 4.5rem !important;
  }
  .mr-15-mobile {
    margin-right: 4.5rem !important;
  }
  .mx-15-mobile {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-15-mobile {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-15-mobile {
    margin: 4.5rem;
  }
  .p-15-mobile {
    padding: 4.5rem !important;
  }
  .pt-15-mobile {
    padding-top: 4.5rem !important;
  }
  .pb-15-mobile {
    padding-bottom: 4.5rem !important;
  }
  .pl-15-mobile {
    padding-left: 4.5rem !important;
  }
  .pr-15-mobile {
    padding-right: 4.5rem !important;
  }
  .px-15-mobile {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-15-mobile {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-16-mobile {
    margin-top: 4.8rem !important;
  }
  .mb-16-mobile {
    margin-bottom: 4.8rem !important;
  }
  .ml-16-mobile {
    margin-left: 4.8rem !important;
  }
  .mr-16-mobile {
    margin-right: 4.8rem !important;
  }
  .mx-16-mobile {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .my-16-mobile {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .m-16-mobile {
    margin: 4.8rem;
  }
  .p-16-mobile {
    padding: 4.8rem !important;
  }
  .pt-16-mobile {
    padding-top: 4.8rem !important;
  }
  .pb-16-mobile {
    padding-bottom: 4.8rem !important;
  }
  .pl-16-mobile {
    padding-left: 4.8rem !important;
  }
  .pr-16-mobile {
    padding-right: 4.8rem !important;
  }
  .px-16-mobile {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-16-mobile {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .mt-17-mobile {
    margin-top: 5.1rem !important;
  }
  .mb-17-mobile {
    margin-bottom: 5.1rem !important;
  }
  .ml-17-mobile {
    margin-left: 5.1rem !important;
  }
  .mr-17-mobile {
    margin-right: 5.1rem !important;
  }
  .mx-17-mobile {
    margin-left: 5.1rem !important;
    margin-right: 5.1rem !important;
  }
  .my-17-mobile {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }
  .m-17-mobile {
    margin: 5.1rem;
  }
  .p-17-mobile {
    padding: 5.1rem !important;
  }
  .pt-17-mobile {
    padding-top: 5.1rem !important;
  }
  .pb-17-mobile {
    padding-bottom: 5.1rem !important;
  }
  .pl-17-mobile {
    padding-left: 5.1rem !important;
  }
  .pr-17-mobile {
    padding-right: 5.1rem !important;
  }
  .px-17-mobile {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }
  .py-17-mobile {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }
  .mt-18-mobile {
    margin-top: 5.4rem !important;
  }
  .mb-18-mobile {
    margin-bottom: 5.4rem !important;
  }
  .ml-18-mobile {
    margin-left: 5.4rem !important;
  }
  .mr-18-mobile {
    margin-right: 5.4rem !important;
  }
  .mx-18-mobile {
    margin-left: 5.4rem !important;
    margin-right: 5.4rem !important;
  }
  .my-18-mobile {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .m-18-mobile {
    margin: 5.4rem;
  }
  .p-18-mobile {
    padding: 5.4rem !important;
  }
  .pt-18-mobile {
    padding-top: 5.4rem !important;
  }
  .pb-18-mobile {
    padding-bottom: 5.4rem !important;
  }
  .pl-18-mobile {
    padding-left: 5.4rem !important;
  }
  .pr-18-mobile {
    padding-right: 5.4rem !important;
  }
  .px-18-mobile {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }
  .py-18-mobile {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }
  .mt-19-mobile {
    margin-top: 5.7rem !important;
  }
  .mb-19-mobile {
    margin-bottom: 5.7rem !important;
  }
  .ml-19-mobile {
    margin-left: 5.7rem !important;
  }
  .mr-19-mobile {
    margin-right: 5.7rem !important;
  }
  .mx-19-mobile {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important;
  }
  .my-19-mobile {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }
  .m-19-mobile {
    margin: 5.7rem;
  }
  .p-19-mobile {
    padding: 5.7rem !important;
  }
  .pt-19-mobile {
    padding-top: 5.7rem !important;
  }
  .pb-19-mobile {
    padding-bottom: 5.7rem !important;
  }
  .pl-19-mobile {
    padding-left: 5.7rem !important;
  }
  .pr-19-mobile {
    padding-right: 5.7rem !important;
  }
  .px-19-mobile {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }
  .py-19-mobile {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }
  .mt-20-mobile {
    margin-top: 6rem !important;
  }
  .mb-20-mobile {
    margin-bottom: 6rem !important;
  }
  .ml-20-mobile {
    margin-left: 6rem !important;
  }
  .mr-20-mobile {
    margin-right: 6rem !important;
  }
  .mx-20-mobile {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-20-mobile {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-20-mobile {
    margin: 6rem;
  }
  .p-20-mobile {
    padding: 6rem !important;
  }
  .pt-20-mobile {
    padding-top: 6rem !important;
  }
  .pb-20-mobile {
    padding-bottom: 6rem !important;
  }
  .pl-20-mobile {
    padding-left: 6rem !important;
  }
  .pr-20-mobile {
    padding-right: 6rem !important;
  }
  .px-20-mobile {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-20-mobile {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mt-21-mobile {
    margin-top: 6.3rem !important;
  }
  .mb-21-mobile {
    margin-bottom: 6.3rem !important;
  }
  .ml-21-mobile {
    margin-left: 6.3rem !important;
  }
  .mr-21-mobile {
    margin-right: 6.3rem !important;
  }
  .mx-21-mobile {
    margin-left: 6.3rem !important;
    margin-right: 6.3rem !important;
  }
  .my-21-mobile {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }
  .m-21-mobile {
    margin: 6.3rem;
  }
  .p-21-mobile {
    padding: 6.3rem !important;
  }
  .pt-21-mobile {
    padding-top: 6.3rem !important;
  }
  .pb-21-mobile {
    padding-bottom: 6.3rem !important;
  }
  .pl-21-mobile {
    padding-left: 6.3rem !important;
  }
  .pr-21-mobile {
    padding-right: 6.3rem !important;
  }
  .px-21-mobile {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }
  .py-21-mobile {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }
  .mt-22-mobile {
    margin-top: 6.6rem !important;
  }
  .mb-22-mobile {
    margin-bottom: 6.6rem !important;
  }
  .ml-22-mobile {
    margin-left: 6.6rem !important;
  }
  .mr-22-mobile {
    margin-right: 6.6rem !important;
  }
  .mx-22-mobile {
    margin-left: 6.6rem !important;
    margin-right: 6.6rem !important;
  }
  .my-22-mobile {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }
  .m-22-mobile {
    margin: 6.6rem;
  }
  .p-22-mobile {
    padding: 6.6rem !important;
  }
  .pt-22-mobile {
    padding-top: 6.6rem !important;
  }
  .pb-22-mobile {
    padding-bottom: 6.6rem !important;
  }
  .pl-22-mobile {
    padding-left: 6.6rem !important;
  }
  .pr-22-mobile {
    padding-right: 6.6rem !important;
  }
  .px-22-mobile {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }
  .py-22-mobile {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }
  .mt-23-mobile {
    margin-top: 6.9rem !important;
  }
  .mb-23-mobile {
    margin-bottom: 6.9rem !important;
  }
  .ml-23-mobile {
    margin-left: 6.9rem !important;
  }
  .mr-23-mobile {
    margin-right: 6.9rem !important;
  }
  .mx-23-mobile {
    margin-left: 6.9rem !important;
    margin-right: 6.9rem !important;
  }
  .my-23-mobile {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }
  .m-23-mobile {
    margin: 6.9rem;
  }
  .p-23-mobile {
    padding: 6.9rem !important;
  }
  .pt-23-mobile {
    padding-top: 6.9rem !important;
  }
  .pb-23-mobile {
    padding-bottom: 6.9rem !important;
  }
  .pl-23-mobile {
    padding-left: 6.9rem !important;
  }
  .pr-23-mobile {
    padding-right: 6.9rem !important;
  }
  .px-23-mobile {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }
  .py-23-mobile {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }
  .mt-24-mobile {
    margin-top: 7.2rem !important;
  }
  .mb-24-mobile {
    margin-bottom: 7.2rem !important;
  }
  .ml-24-mobile {
    margin-left: 7.2rem !important;
  }
  .mr-24-mobile {
    margin-right: 7.2rem !important;
  }
  .mx-24-mobile {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .my-24-mobile {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .m-24-mobile {
    margin: 7.2rem;
  }
  .p-24-mobile {
    padding: 7.2rem !important;
  }
  .pt-24-mobile {
    padding-top: 7.2rem !important;
  }
  .pb-24-mobile {
    padding-bottom: 7.2rem !important;
  }
  .pl-24-mobile {
    padding-left: 7.2rem !important;
  }
  .pr-24-mobile {
    padding-right: 7.2rem !important;
  }
  .px-24-mobile {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .py-24-mobile {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .mt-25-mobile {
    margin-top: 7.5rem !important;
  }
  .mb-25-mobile {
    margin-bottom: 7.5rem !important;
  }
  .ml-25-mobile {
    margin-left: 7.5rem !important;
  }
  .mr-25-mobile {
    margin-right: 7.5rem !important;
  }
  .mx-25-mobile {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-25-mobile {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-25-mobile {
    margin: 7.5rem;
  }
  .p-25-mobile {
    padding: 7.5rem !important;
  }
  .pt-25-mobile {
    padding-top: 7.5rem !important;
  }
  .pb-25-mobile {
    padding-bottom: 7.5rem !important;
  }
  .pl-25-mobile {
    padding-left: 7.5rem !important;
  }
  .pr-25-mobile {
    padding-right: 7.5rem !important;
  }
  .px-25-mobile {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-25-mobile {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-26-mobile {
    margin-top: 7.8rem !important;
  }
  .mb-26-mobile {
    margin-bottom: 7.8rem !important;
  }
  .ml-26-mobile {
    margin-left: 7.8rem !important;
  }
  .mr-26-mobile {
    margin-right: 7.8rem !important;
  }
  .mx-26-mobile {
    margin-left: 7.8rem !important;
    margin-right: 7.8rem !important;
  }
  .my-26-mobile {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }
  .m-26-mobile {
    margin: 7.8rem;
  }
  .p-26-mobile {
    padding: 7.8rem !important;
  }
  .pt-26-mobile {
    padding-top: 7.8rem !important;
  }
  .pb-26-mobile {
    padding-bottom: 7.8rem !important;
  }
  .pl-26-mobile {
    padding-left: 7.8rem !important;
  }
  .pr-26-mobile {
    padding-right: 7.8rem !important;
  }
  .px-26-mobile {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }
  .py-26-mobile {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }
  .mt-27-mobile {
    margin-top: 8.1rem !important;
  }
  .mb-27-mobile {
    margin-bottom: 8.1rem !important;
  }
  .ml-27-mobile {
    margin-left: 8.1rem !important;
  }
  .mr-27-mobile {
    margin-right: 8.1rem !important;
  }
  .mx-27-mobile {
    margin-left: 8.1rem !important;
    margin-right: 8.1rem !important;
  }
  .my-27-mobile {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }
  .m-27-mobile {
    margin: 8.1rem;
  }
  .p-27-mobile {
    padding: 8.1rem !important;
  }
  .pt-27-mobile {
    padding-top: 8.1rem !important;
  }
  .pb-27-mobile {
    padding-bottom: 8.1rem !important;
  }
  .pl-27-mobile {
    padding-left: 8.1rem !important;
  }
  .pr-27-mobile {
    padding-right: 8.1rem !important;
  }
  .px-27-mobile {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }
  .py-27-mobile {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }
  .mt-28-mobile {
    margin-top: 8.4rem !important;
  }
  .mb-28-mobile {
    margin-bottom: 8.4rem !important;
  }
  .ml-28-mobile {
    margin-left: 8.4rem !important;
  }
  .mr-28-mobile {
    margin-right: 8.4rem !important;
  }
  .mx-28-mobile {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .my-28-mobile {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }
  .m-28-mobile {
    margin: 8.4rem;
  }
  .p-28-mobile {
    padding: 8.4rem !important;
  }
  .pt-28-mobile {
    padding-top: 8.4rem !important;
  }
  .pb-28-mobile {
    padding-bottom: 8.4rem !important;
  }
  .pl-28-mobile {
    padding-left: 8.4rem !important;
  }
  .pr-28-mobile {
    padding-right: 8.4rem !important;
  }
  .px-28-mobile {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }
  .py-28-mobile {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }
  .mt-29-mobile {
    margin-top: 8.7rem !important;
  }
  .mb-29-mobile {
    margin-bottom: 8.7rem !important;
  }
  .ml-29-mobile {
    margin-left: 8.7rem !important;
  }
  .mr-29-mobile {
    margin-right: 8.7rem !important;
  }
  .mx-29-mobile {
    margin-left: 8.7rem !important;
    margin-right: 8.7rem !important;
  }
  .my-29-mobile {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }
  .m-29-mobile {
    margin: 8.7rem;
  }
  .p-29-mobile {
    padding: 8.7rem !important;
  }
  .pt-29-mobile {
    padding-top: 8.7rem !important;
  }
  .pb-29-mobile {
    padding-bottom: 8.7rem !important;
  }
  .pl-29-mobile {
    padding-left: 8.7rem !important;
  }
  .pr-29-mobile {
    padding-right: 8.7rem !important;
  }
  .px-29-mobile {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }
  .py-29-mobile {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }
  .mt-30-mobile {
    margin-top: 9rem !important;
  }
  .mb-30-mobile {
    margin-bottom: 9rem !important;
  }
  .ml-30-mobile {
    margin-left: 9rem !important;
  }
  .mr-30-mobile {
    margin-right: 9rem !important;
  }
  .mx-30-mobile {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-30-mobile {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .m-30-mobile {
    margin: 9rem;
  }
  .p-30-mobile {
    padding: 9rem !important;
  }
  .pt-30-mobile {
    padding-top: 9rem !important;
  }
  .pb-30-mobile {
    padding-bottom: 9rem !important;
  }
  .pl-30-mobile {
    padding-left: 9rem !important;
  }
  .pr-30-mobile {
    padding-right: 9rem !important;
  }
  .px-30-mobile {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-30-mobile {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .nm-0 {
    margin: -0rem !important;
  }
  .nmt-0 {
    margin-top: -0rem !important;
  }
  .nmb-0 {
    margin-bottom: -0rem !important;
  }
  .nml-0 {
    margin-left: -0rem !important;
  }
  .nmr-0 {
    margin-right: -0rem !important;
  }
  .nmx-0 {
    margin-left: -0rem !important;
    margin-right: -0rem !important;
  }
  .nmy-0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important;
  }
  .nm-1 {
    margin: -0.3rem !important;
  }
  .nmt-1 {
    margin-top: -0.3rem !important;
  }
  .nmb-1 {
    margin-bottom: -0.3rem !important;
  }
  .nml-1 {
    margin-left: -0.3rem !important;
  }
  .nmr-1 {
    margin-right: -0.3rem !important;
  }
  .nmx-1 {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }
  .nmy-1 {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }
  .nm-2 {
    margin: -0.6rem !important;
  }
  .nmt-2 {
    margin-top: -0.6rem !important;
  }
  .nmb-2 {
    margin-bottom: -0.6rem !important;
  }
  .nml-2 {
    margin-left: -0.6rem !important;
  }
  .nmr-2 {
    margin-right: -0.6rem !important;
  }
  .nmx-2 {
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
  }
  .nmy-2 {
    margin-top: -0.6rem !important;
    margin-bottom: -0.6rem !important;
  }
  .nm-3 {
    margin: -0.9rem !important;
  }
  .nmt-3 {
    margin-top: -0.9rem !important;
  }
  .nmb-3 {
    margin-bottom: -0.9rem !important;
  }
  .nml-3 {
    margin-left: -0.9rem !important;
  }
  .nmr-3 {
    margin-right: -0.9rem !important;
  }
  .nmx-3 {
    margin-left: -0.9rem !important;
    margin-right: -0.9rem !important;
  }
  .nmy-3 {
    margin-top: -0.9rem !important;
    margin-bottom: -0.9rem !important;
  }
  .nm-4 {
    margin: -1.2rem !important;
  }
  .nmt-4 {
    margin-top: -1.2rem !important;
  }
  .nmb-4 {
    margin-bottom: -1.2rem !important;
  }
  .nml-4 {
    margin-left: -1.2rem !important;
  }
  .nmr-4 {
    margin-right: -1.2rem !important;
  }
  .nmx-4 {
    margin-left: -1.2rem !important;
    margin-right: -1.2rem !important;
  }
  .nmy-4 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .nm-5 {
    margin: -1.5rem !important;
  }
  .nmt-5 {
    margin-top: -1.5rem !important;
  }
  .nmb-5 {
    margin-bottom: -1.5rem !important;
  }
  .nml-5 {
    margin-left: -1.5rem !important;
  }
  .nmr-5 {
    margin-right: -1.5rem !important;
  }
  .nmx-5 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .nmy-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-no-mobile {
    margin: 0 !important;
  }
  .p-no-mobile {
    padding: 0 !important;
  }
}
.max-width-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w-1 {
  width: 8.3333333333%;
}

.columns-1 > * {
  width: 8.3333333333%;
}

@media (max-width: 768px) {
  .w-1-mobile {
    width: 8.3333333333%;
  }
  .columns-1-mobile > * {
    width: 8.3333333333% !important;
  }
}
@media (min-width: 769px) {
  .w-1-desktop {
    width: 8.3333333333%;
  }
  .columns-1-desktop > * {
    width: 8.3333333333% !important;
  }
}
.w-2 {
  width: 16.6666666667%;
}

.columns-2 > * {
  width: 16.6666666667%;
}

@media (max-width: 768px) {
  .w-2-mobile {
    width: 16.6666666667%;
  }
  .columns-2-mobile > * {
    width: 16.6666666667% !important;
  }
}
@media (min-width: 769px) {
  .w-2-desktop {
    width: 16.6666666667%;
  }
  .columns-2-desktop > * {
    width: 16.6666666667% !important;
  }
}
.w-3 {
  width: 25%;
}

.columns-3 > * {
  width: 25%;
}

@media (max-width: 768px) {
  .w-3-mobile {
    width: 25%;
  }
  .columns-3-mobile > * {
    width: 25% !important;
  }
}
@media (min-width: 769px) {
  .w-3-desktop {
    width: 25%;
  }
  .columns-3-desktop > * {
    width: 25% !important;
  }
}
.w-4 {
  width: 33.3333333333%;
}

.columns-4 > * {
  width: 33.3333333333%;
}

@media (max-width: 768px) {
  .w-4-mobile {
    width: 33.3333333333%;
  }
  .columns-4-mobile > * {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 769px) {
  .w-4-desktop {
    width: 33.3333333333%;
  }
  .columns-4-desktop > * {
    width: 33.3333333333% !important;
  }
}
.w-5 {
  width: 41.6666666667%;
}

.columns-5 > * {
  width: 41.6666666667%;
}

@media (max-width: 768px) {
  .w-5-mobile {
    width: 41.6666666667%;
  }
  .columns-5-mobile > * {
    width: 41.6666666667% !important;
  }
}
@media (min-width: 769px) {
  .w-5-desktop {
    width: 41.6666666667%;
  }
  .columns-5-desktop > * {
    width: 41.6666666667% !important;
  }
}
.w-6 {
  width: 50%;
}

.columns-6 > * {
  width: 50%;
}

@media (max-width: 768px) {
  .w-6-mobile {
    width: 50%;
  }
  .columns-6-mobile > * {
    width: 50% !important;
  }
}
@media (min-width: 769px) {
  .w-6-desktop {
    width: 50%;
  }
  .columns-6-desktop > * {
    width: 50% !important;
  }
}
.w-7 {
  width: 58.3333333333%;
}

.columns-7 > * {
  width: 58.3333333333%;
}

@media (max-width: 768px) {
  .w-7-mobile {
    width: 58.3333333333%;
  }
  .columns-7-mobile > * {
    width: 58.3333333333% !important;
  }
}
@media (min-width: 769px) {
  .w-7-desktop {
    width: 58.3333333333%;
  }
  .columns-7-desktop > * {
    width: 58.3333333333% !important;
  }
}
.w-8 {
  width: 66.6666666667%;
}

.columns-8 > * {
  width: 66.6666666667%;
}

@media (max-width: 768px) {
  .w-8-mobile {
    width: 66.6666666667%;
  }
  .columns-8-mobile > * {
    width: 66.6666666667% !important;
  }
}
@media (min-width: 769px) {
  .w-8-desktop {
    width: 66.6666666667%;
  }
  .columns-8-desktop > * {
    width: 66.6666666667% !important;
  }
}
.w-9 {
  width: 75%;
}

.columns-9 > * {
  width: 75%;
}

@media (max-width: 768px) {
  .w-9-mobile {
    width: 75%;
  }
  .columns-9-mobile > * {
    width: 75% !important;
  }
}
@media (min-width: 769px) {
  .w-9-desktop {
    width: 75%;
  }
  .columns-9-desktop > * {
    width: 75% !important;
  }
}
.w-10 {
  width: 83.3333333333%;
}

.columns-10 > * {
  width: 83.3333333333%;
}

@media (max-width: 768px) {
  .w-10-mobile {
    width: 83.3333333333%;
  }
  .columns-10-mobile > * {
    width: 83.3333333333% !important;
  }
}
@media (min-width: 769px) {
  .w-10-desktop {
    width: 83.3333333333%;
  }
  .columns-10-desktop > * {
    width: 83.3333333333% !important;
  }
}
.w-11 {
  width: 91.6666666667%;
}

.columns-11 > * {
  width: 91.6666666667%;
}

@media (max-width: 768px) {
  .w-11-mobile {
    width: 91.6666666667%;
  }
  .columns-11-mobile > * {
    width: 91.6666666667% !important;
  }
}
@media (min-width: 769px) {
  .w-11-desktop {
    width: 91.6666666667%;
  }
  .columns-11-desktop > * {
    width: 91.6666666667% !important;
  }
}
.w-12 {
  width: 100%;
}

.columns-12 > * {
  width: 100%;
}

@media (max-width: 768px) {
  .w-12-mobile {
    width: 100%;
  }
  .columns-12-mobile > * {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .w-12-desktop {
    width: 100%;
  }
  .columns-12-desktop > * {
    width: 100% !important;
  }
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: block !important;
  }
}
.rounded {
  border-radius: 0.55rem;
}

.rounded-lg {
  border-radius: 1.25rem;
}

.rounded-no {
  border-radius: 0 !important;
}

.rounded-full {
  border-radius: 50%;
}

.rounded-l {
  border-top-left-radius: 0.55rem;
  border-bottom-left-radius: 0.55rem;
}

.rounded-r {
  border-top-right-radius: 0.55rem;
  border-bottom-right-radius: 0.55rem;
}

.rounded-t {
  border-top-right-radius: 0.55rem;
  border-top-left-radius: 0.55rem;
}

.rounded-b {
  border-bottom-right-radius: 0.55rem;
  border-bottom-left-radius: 0.55rem;
}

.rounded-l-lg {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.rounded-r-lg {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.rounded-t-lg {
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.text-shadow,
span.shadow {
  box-shadow: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-shadow-lg,
span.shadow-lg {
  box-shadow: none;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.image-shadow,
img.shadow,
svg.shadow {
  box-shadow: none;
  text-shadow: none;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}

.image-shadow-lg,
img.shadow-lg,
svg.shadow-lg {
  box-shadow: none;
  text-shadow: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
}

.border {
  border: 1px solid #7f8c8d;
}

@media (min-width: 769px) {
  .shadow-none-desktop {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
  }
  .border-none-desktop {
    border: none !important;
  }
  .rounded-no-desktop {
    border-radius: 0 !important;
  }
  .rounded-full-desktop {
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  .shadow-none-mobile {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
  }
  .border-none-mobile {
    border: none !important;
  }
  .rounded-no-mobile {
    border-radius: 0 !important;
  }
  .rounded-full-mobile {
    border-radius: 50%;
  }
}
.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

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

.flex-start {
  align-items: flex-start;
}

.flex-end {
  align-items: flex-end;
}

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

.flex-space-between {
  justify-content: space-between;
}

.flex-space-around {
  justify-content: space-around;
}

@media (max-width: 768px) {
  .flex-mobile {
    display: flex !important;
  }
  .flex-row-mobile {
    flex-direction: row !important;
  }
  .flex-column-mobile {
    flex-direction: column !important;
  }
  .flex-center-mobile {
    justify-content: center !important;
    align-items: center !important;
  }
  .flex-space-between-mobile {
    justify-content: space-between !important;
  }
}
@media (min-width: 769px) {
  .flex-desktop {
    display: flex !important;
  }
  .flex-row-desktop {
    flex-direction: row !important;
  }
  .flex-column-desktop {
    flex-direction: column !important;
  }
  .flex-center-desktop {
    justify-content: center !important;
    align-items: center !important;
  }
  .flex-space-between-desktop {
    justify-content: space-between !important;
  }
}
.grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-gap {
  gap: 1rem;
}

@media (max-width: 1200px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 85%;
  }
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 80%;
  }
}
.text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-center-desktop {
    text-align: center !important;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-contents {
  display: contents;
}

.d-inline {
  display: inline;
}

@media (max-width: 768px) {
  .d-flex-mobile {
    display: flex !important;
  }
  .d-block-mobile {
    display: block !important;
  }
  .d-contents-mobile {
    display: contents !important;
  }
  .d-inline-mobile {
    display: inline !important;
  }
}
@media (min-width: 769px) {
  .d-flex-desktop {
    display: flex !important;
  }
  .d-block-desktop {
    display: block !important;
  }
  .d-contents-desktop {
    display: contents !important;
  }
  .d-inline-desktop {
    display: inline !important;
  }
}
.panel {
  overflow: hidden;
  border: 2px solid #011993;
}
.panel.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.panel .title {
  border-top: 3px solid #eb4790;
  padding-top: 1rem;
}
.panel p {
  margin-top: 1.2rem;
}
.panel .image {
  position: relative;
}
.panel .overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #e5e5e5;
  text-shadow: 0px 2px 4px rgb(0, 0, 0) !important;
}
.panel .overlay-text.top {
  top: 0 !important;
}
.panel .overlay-text.bottom {
  bottom: 0 !important;
}
@media (max-width: 768px) {
  .panel.mobile-remove {
    border-width: 0px;
  }
}
.menu-toggle {
  position: fixed;
  pointer-events: all;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #011993;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.menu-toggle:hover {
  background-color: #0122c6;
}

.menu {
  position: fixed;
  pointer-events: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/media/images/spiegel-logo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}

.menu ul {
  list-style: none;
  padding: 0;
}

.menu li {
  margin: 20px 0;
  text-align: left;
}

.menu a {
  pointer-events: all;
  font-size: 108px;
  line-height: 100px;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.3), -1px -1px 1px rgba(50, 50, 50, 0.3);
  font-weight: bold;
  color: #011993;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu a:hover {
  color: white;
}

.menu.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
  .menu {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .menu a {
    font-size: 36px;
    line-height: 30px;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.video-container .controls {
  position: absolute;
  top: 0px;
  right: 130px;
  display: flex;
  gap: 10px;
}
.video-container .controls .control-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  z-index: 99999;
  color: white;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  transition: color 0.2s ease;
}
.video-container .controls .control-btn:hover {
  color: #eb4790;
}

/* Thumbnail Image */
.gallery {
  display: flex;
  gap: 10px;
}

.thumbnail {
  cursor: pointer;
  transition: transform 0.3s ease;
}

@media (min-width: 769px) {
  .thumbnail:hover {
    transform: scale(1.05);
  }
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  display: contents;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}

.modal-content img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

/* Close and Navigation Buttons */
.close-btn,
.nav-btn {
  position: absolute;
  color: white;
  font-size: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.nav-btn svg {
  width: 40px;
  height: 40px;
  stroke-width: 4px;
}

.close-btn {
  top: 0px;
  right: 20px;
}

.nav-btn {
  top: 50%;
  transform: translateY(-50%);
}

.left {
  left: 30px;
}

.right {
  right: 30px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}
form h2 {
  color: #011993;
  text-align: center;
}

@media (max-width: 768px) {
  form h2 {
    color: inherit;
    text-align: left;
    margin-bottom: 1em;
  }
}
.form-group {
  margin-bottom: 30px;
}

label {
  display: block;
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.3s ease;
  color: #2c3e50;
  background-color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #011993;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}

textarea {
  resize: none;
  height: 150px;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
}

button {
  background-color: #011993;
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  width: 100%;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: #011060;
}
button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.error-message {
  background-color: #f5b7b1;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  display: none;
}

.success-message {
  background-color: #abebc6;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  display: none;
}

.hint-message {
  background-color: #f9e79f;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.info-message {
  background-color: #aed6f1;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.bot-protection {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn-lg {
  border-radius: 8px;
  padding: 18px 44px;
  font-size: 1.4rem !important;
}

.spanisch-btn .large-text {
  font-size: 64px;
}
.spanisch-btn .big-text {
  font-size: 32px;
}
.spanisch-btn img {
  max-height: 70px;
  margin-right: 20px;
}
.spanisch-btn img:last-of-type {
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .spanisch-btn .large-text {
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .spanisch-btn .big-text {
    font-size: 16px;
  }
}

.btn-special {
  background-color: #de6890;
  background: linear-gradient(45deg, #de6890, #eb4790);
  color: #eee;
}
.btn-special:hover {
  background: linear-gradient(45deg, #eb4790, #eb4790);
}
.btn-special:disabled {
  background: linear-gradient(45deg, #bdc3c7, #95a5a6);
}

.btn-flat-secondary {
  background-color: #de6890;
  background: linear-gradient(45deg, #de6890, #eb4790);
  color: #eee;
}
.btn-flat-secondary:hover {
  background: linear-gradient(45deg, #eb4790, #eb4790);
}
.btn-flat-secondary:disabled {
  background: linear-gradient(45deg, #bdc3c7, #95a5a6);
}

.btn-flat-primary {
  background-color: #011993;
  background: linear-gradient(45deg, #011993, #0122c6);
  color: #eee;
}
.btn-flat-primary:hover {
  background: linear-gradient(45deg, #0122c6, #0122c6);
}
.btn-flat-primary:disabled {
  background: linear-gradient(45deg, #bdc3c7, #95a5a6);
}

.button-flat-danger {
  background-color: #e74c3c;
  color: #fff;
}
.button-flat-danger:hover {
  background-color: #c0392b;
}
.button-flat-danger:disabled {
  background-color: #bdc3c7;
}

.button-outline {
  background-color: transparent;
  border: 2px solid #2ecc71;
  color: #2ecc71;
}
.button-outline:hover {
  background-color: #2ecc71;
  color: #fff;
}
.button-outline:disabled {
  border-color: #bdc3c7;
  color: #bdc3c7;
}

.button-gradient {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  color: #fff;
}
.button-gradient:hover {
  background: linear-gradient(45deg, #e67e22, #d35400);
}
.button-gradient:disabled {
  background: linear-gradient(45deg, #bdc3c7, #95a5a6);
}

.button-neomorphism {
  background: #ecf0f1;
  box-shadow: 6px 6px 12px #b8b8b8, -6px -6px 12px #ffffff;
  color: #2c3e50;
}
.button-neomorphism:hover {
  box-shadow: inset 6px 6px 12px #b8b8b8, inset -6px -6px 12px #ffffff;
}
.button-neomorphism:disabled {
  box-shadow: none;
  color: #bdc3c7;
}

.button-glass {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
}
.button-glass:hover {
  background: rgba(255, 255, 255, 0.3);
}
.button-glass:disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.button-3d {
  background-color: #8e44ad;
  color: #fff;
  box-shadow: 0px 5px 0px #732d91;
}
.button-3d:hover {
  box-shadow: 0px 3px 0px #732d91;
  transform: translateY(2px);
}
.button-3d:disabled {
  background-color: #bdc3c7;
  box-shadow: none;
}

.button-icon {
  background-color: #16a085;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
}
.button-icon:hover {
  background-color: #138d75;
}
.button-icon:disabled {
  background-color: #bdc3c7;
}
.button-icon i {
  margin-right: 8px;
}

.button-text {
  background-color: transparent;
  color: #34495e;
  text-transform: uppercase;
  font-weight: bold;
}
.button-text:hover {
  color: #2c3e50;
  text-decoration: underline;
}
.button-text:disabled {
  color: #bdc3c7;
}

.button-pulse {
  background-color: #9b59b6;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.button-pulse:hover {
  background-color: #8e44ad;
}
.button-pulse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.8s ease;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.button-pulse:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.button-pulse:disabled {
  background-color: #bdc3c7;
}
.button-pulse:disabled:before {
  display: none;
}

.editable {
  border: 1px dashed #ff0000 !important;
  cursor: pointer;
}
.editable:hover {
  background-color: rgba(255, 0, 0, 0.1);
}

.editable {
  border: 2px dashed #007bff;
  transition: all 0.3s;
  position: relative;
}

.editable:focus {
  outline: none;
  border-color: #0056b3;
}

.editor-toolbar {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.editor-toolbar button {
  margin-right: 5px;
  padding: 5px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.editor-toolbar button:hover {
  background-color: #0056b3;
}

#save-btn,
#cancel-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  border: none;
  cursor: pointer;
}

#cancel-btn {
  background-color: #dc3545;
}

#save-btn:hover,
#cancel-btn:hover {
  opacity: 0.9;
}

.header {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 100;
}
.header .logo {
  height: 150px;
  width: 200px;
  padding: 0.5rem;
}
.header .logo img {
  max-height: 100%;
  max-width: 100%;
}

.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.footer {
  background: #011993;
  color: #FFFFFF;
  font-weight: normal;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}
.footer .column {
  border-left: 1px solid #9aa4a5;
  border-right: 1px solid darkenen(#7f8c8d, 10%);
}
.footer .column:first-of-type {
  border-left: none;
}
.footer .column:last-of-type {
  border-right: none;
}

/*
// @media (max-width: 768px) {
//     .copyright {
//         background-color: #495057;
//         color: white;
//     }
// }
*/
.copyright {
  background: #011993;
  color: #FFFFFF;
}

.fade-in-slow {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in-slow.visible {
  opacity: 1 !important;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1 !important;
  transform: translateY(0);
}

.fade-out {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}

.fade-out.active {
  opacity: 0;
}

.slide-in-left {
  transform: translateX(-200%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.slide-in-left.visible {
  transform: translateX(0);
  opacity: 1;
}

.slide-in-right.visible {
  transform: translateX(0);
  opacity: 1;
}

.slide-in-right {
  transform: translateX(200%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-in {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.zoom-in.visible {
  transform: scale(1);
  opacity: 1;
}

.rotate-in {
  transform: rotate(-45deg);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.rotate-in.visible {
  transform: rotate(0deg);
  opacity: 1;
}

.hover-scale {
  transition: transform 0.4s ease-out;
}

.hover-scale:hover {
  transform: scale(1.2);
}

.hover-flip {
  transition: transform 0.6s ease-out;
  transform-style: preserve-3d;
}

.hover-flip:hover {
  transform: rotateY(180deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: pulse 1.5s infinite;
}

@keyframes bounce-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(-10%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-in {
  opacity: 0;
  animation: bounce-in 0.8s forwards;
}

@keyframes wobble {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
.hover-wobble:hover {
  animation: wobble 0.4s ease-in-out;
}

.fade-slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-slide-up.visible {
  opacity: 1 !important;
  transform: translateY(0);
}

.fade-slide-up-slow.visible {
  opacity: 1 !important;
  transform: translateY(0);
}

.fade-slide-up-slow {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
.typing-effect {
  overflow: hidden;
  border-right: 3px solid;
  white-space: nowrap;
  width: 0;
  animation: typing 3s steps(40, end) forwards, blink-caret 0.75s step-end infinite;
}

.no-typing-effect {
  border-right: 3px transparent solid;
}

@keyframes plopp {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fade-in-plopp {
  opacity: 0;
  transform: scale(0.1);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.fade-in-plopp.visible {
  animation: plopp 0.5s ease-out forwards;
}

[data-question].highlight {
  font-weight: bold;
  text-decoration: underline;
}

.foreground {
  z-index: 2;
}

.grid-postits {
  display: grid;
  gap: 2.5rem;
  padding: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-postits {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-postits [data-answer] {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  transform: scale(1) !important;
}
.grid-postits .zoom-in {
  opacity: 1;
  transform: scale(1.5) !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2) !important;
  z-index: 2 !important;
}
@media (max-width: 768px) {
  .grid-postits .zoom-in {
    transform: scale(1.2) !important;
  }
}
.grid-postits .postit {
  position: relative;
  padding: 1.5rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  font-style: italic;
  transition: transform 0.4s ease-out;
  z-index: 1;
  text-align: left;
  cursor: default;
}
.grid-postits .postit.color-1 {
  background-color: #fffb00 !important;
  color: #333333;
}
.grid-postits .postit.color-2 {
  background-color: #0433ff !important;
  color: white;
}
.grid-postits .postit.color-3 {
  background-color: #ff2f92 !important;
  color: white;
}
.grid-postits .postit.color-4 {
  background-color: #ff7e79 !important;
  color: white;
}
.grid-postits .postit.color-5 {
  background-color: #00fdff !important;
  color: #333333;
}
.grid-postits .postit.color-6 {
  background-color: #ffd479 !important;
  color: #333333;
}
.grid-postits .postit.color-7 {
  background-color: #008f00 !important;
  color: white;
}
.grid-postits .postit.color-8 {
  background-color: #ff40ff !important;
  color: white;
}
.grid-postits .postit.color-9 {
  background-color: #ff2600 !important;
  color: white;
}
.grid-postits .postit.color-10 {
  background-color: #d783ff !important;
  color: #333333;
}
.grid-postits .postit.color-11 {
  background-color: #76d6ff !important;
  color: #333333;
}
.grid-postits .postit.color-12 {
  background-color: #009193 !important;
  color: white;
}
.grid-postits .postit.rotate-1 {
  transform: rotate(3deg);
}
.grid-postits .postit.rotate-1::before {
  transform: translateX(-50%) rotate(calc(3deg * 1.4));
}
.grid-postits .postit.rotate-2 {
  transform: rotate(1.5deg);
}
.grid-postits .postit.rotate-2::before {
  transform: translateX(-50%) rotate(calc(1.5deg * 1.24));
}
.grid-postits .postit.rotate-3 {
  transform: rotate(0.5deg);
}
.grid-postits .postit.rotate-3::before {
  transform: translateX(-50%) rotate(calc(0.5deg * 1.36));
}
.grid-postits .postit.rotate-4 {
  transform: rotate(-0.5deg);
}
.grid-postits .postit.rotate-4::before {
  transform: translateX(-50%) rotate(calc(-0.5deg * 0.82));
}
.grid-postits .postit.rotate-5 {
  transform: rotate(-1.5deg);
}
.grid-postits .postit.rotate-5::before {
  transform: translateX(-50%) rotate(calc(-1.5deg * 0.6));
}
.grid-postits .postit.rotate-6 {
  transform: rotate(-3deg);
}
.grid-postits .postit.rotate-6::before {
  transform: translateX(-50%) rotate(calc(-3deg * 0.76));
}
.grid-postits .postit.hover-scale:hover {
  transform: scale(1.2) !important;
  z-index: 2;
}
.grid-postits .postit.quote {
  -moz-text-align-last: right;
       text-align-last: right;
}
.grid-postits .postit::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  z-index: 1;
  transition: opacity 0.2s ease-out;
}
.grid-postits .postit.hover-scale:hover::before {
  opacity: 0;
}
.grid-postits .postit.zoom-in::before {
  opacity: 0;
}
.grid-postits .taped {
  position: relative;
}
.grid-postits .taped::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  z-index: 1;
  transition: opacity 0.2s ease-out;
}

.bg-zoom {
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoom-in-out 40s ease-in-out infinite;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
#cookie-notice {
  position: fixed;
  width: 900px;
  max-width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.5s ease;
  z-index: 100;
  text-align: left;
  text-justify: left;
  font-size: 0.9rem;
}
#cookie-notice a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
#cookie-notice button {
  border: 1px solid white;
}
#cookie-notice.visible {
  opacity: 1;
  bottom: 30px;
}
#cookie-notice.cookie-hidden {
  display: none;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/title/Playfair_Display/static/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans Condensed";
  src: url("assets/fonts/text/Noto_Sans/static/NotoSans_Condensed-Regular.ttf") format("truetype");
}
#toolbarContainer {
  display: none;
}

html {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  min-height: 100%;
  font-family: "NotoSans Condensed";
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
.title {
  font-family: "Playfair Display", serif;
  text-align: left;
}

h1 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

h2,
.title {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
  line-height: 1.3;
}

p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.fl-1::first-letter {
  initial-letter: 1;
  padding-right: 10px;
}

.fl-2::first-letter {
  initial-letter: 2;
  padding-right: 10px;
}

.fl-3::first-letter {
  initial-letter: 3;
  padding-right: 10px;
}

.fl-4::first-letter {
  initial-letter: 4;
  padding-right: 10px;
}

.picture {
  border: #ccc 1px solid;
}

.background {
  background: #FFFFFF;
}

.background-2 {
  background: #fdfdfd;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 0.8rem;
}

#logout-button {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  width: auto;
  z-index: 100000000;
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
#logout-button a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e90042;
  color: white;
  padding-top: 12px;
  padding-left: 14px;
  border: 2px solid white;
}
#logout-button a svg {
  width: 22px !important;
  height: 22px !important;
}

svg.icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: text-bottom;
}

svg.icon-lg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: text-bottom;
}

svg.colored-icon {
  fill: cornsilk;
  color: #011993;
}

.full-width-background {
  /* background-image: url('dein-bild.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100vh; */
  width: 100%;
}

.page-header-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  margin-top: -150px;
}

.full-page-header-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  margin-top: -150px;
}

@media (max-width: 768px) {
  .page-header-background {
    height: 100vh;
  }
}
.animation-order-0 {
  animation-delay: 0s;
}

.animation-order-1 {
  animation-delay: 0.1s;
}

.animation-order-2 {
  animation-delay: 0.2s;
}

.animation-order-3 {
  animation-delay: 0.3s;
}

.animation-order-4 {
  animation-delay: 0.4s;
}

.animation-order-5 {
  animation-delay: 0.5s;
}

.animation-order-6 {
  animation-delay: 0.6s;
}

.animation-order-7 {
  animation-delay: 0.7s;
}

.animation-order-8 {
  animation-delay: 0.8s;
}

.animation-order-9 {
  animation-delay: 0.9s;
}

.animation-order-10 {
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .remove-animation-order-mobile .animation-order-0,
  .remove-animation-order-mobile .animation-order-1,
  .remove-animation-order-mobile .animation-order-2,
  .remove-animation-order-mobile .animation-order-3,
  .remove-animation-order-mobile .animation-order-4,
  .remove-animation-order-mobile .animation-order-5,
  .remove-animation-order-mobile .animation-order-6,
  .remove-animation-order-mobile .animation-order-7,
  .remove-animation-order-mobile .animation-order-8,
  .remove-animation-order-mobile .animation-order-9,
  .remove-animation-order-mobile .animation-order-10 {
    animation-delay: 0s !important;
  }
}
.primary-gradient-background {
  background-image: linear-gradient(to right, #0122c6 0%, #011993 20%, #011993 80%, #0122c6 100%);
}

.secondary-gradient-background {
  background-image: linear-gradient(to right, #0122c6 0%, #011993 20%, #011993 80%, #0122c6 100%);
}

.light-gray-gradient-background {
  background-image: linear-gradient(to right, #d9dcde 0%, #bdc3c7 20%, #bdc3c7 80%, #d9dcde 100%);
}

.dark-gray-gradient-background {
  background-image: linear-gradient(to right, #9aa4a5 0%, #7f8c8d 20%, #7f8c8d 80%, #9aa4a5 100%);
}

.light-blue-gradient-background {
  background-image: linear-gradient(to right, #cbdee5 0%, #edf4f6 40%, #edf4f6 60%, #cbdee5 100%);
}

.map-background {
  background-image: url("/media/images/world-map.svg?v2");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 768px) {
  .map-background {
    background-size: cover;
  }
}
.page-title-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.page-title-container .title-text-wrapper,
.page-title-container .title-logo-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-title-container .title-text-wrapper #title-logo,
.page-title-container .title-logo-wrapper #title-logo {
  opacity: 0;
  max-width: 500px;
}
.page-title-container .title-text-wrapper #title-text,
.page-title-container .title-logo-wrapper #title-text {
  font-size: 124px;
  font-weight: bolder;
  color: white;
  text-shadow: 0 13.36px 8.896px rgba(50, 50, 50, 0.5), 0 -2px 1px #fff;
  animation: typing 0.5s steps(10, end) forwards, blink-caret 0.75s step-end infinite !important;
}

#scroll-down-text {
  opacity: 0;
}

.scroll-down-text {
  position: absolute;
  color: white;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1em;
  transition: opacity 0.5s ease-in-out;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.arrow-down {
  width: 30px;
  height: 30px;
  border-left: 5px solid white;
  border-bottom: 5px solid white;
  transform: rotate(-45deg);
  margin: 0px auto 0;
  animation: bounce 2s infinite;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(10px) rotate(-45deg);
  }
}
#kurse-fuer-alle-gruppen .block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#kurse-fuer-alle-gruppen .block p:last-of-type {
  margin: 0 !important;
}
#kurse-fuer-alle-gruppen .symbol {
  margin-top: 5px;
  margin-right: 1.1rem;
}
#kurse-fuer-alle-gruppen .symbol svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  color: #011993;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: text-bottom;
}

.contact-panel {
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
.contact-panel form h2 {
  color: #011993;
  text-align: center;
}
.contact-panel .icon {
  vertical-align: text-top;
  margin-right: 10px;
  stroke-width: 2;
  color: #eb4790;
}

.grid-presentation {
  gap: 2rem !important;
}
.grid-presentation > div {
  border: 1px rgba(0, 0, 0, 0.15) solid;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.grid-presentation .symbol svg {
  width: 68px;
  height: 68px;
  stroke: currentColor;
  color: #011993;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: text-bottom;
}
.grid-presentation .subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-presentation .text {
  font-size: 0.9rem;
}

.grid-check {
  gap: 2rem !important;
}
.grid-check .symbol {
  margin-right: 1.1rem;
  color: #2ecc71;
}
.grid-check .symbol svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: text-top;
}

.grid-gap-5 {
  gap: 5rem !important;
}

@media (min-width: 769px) {
  .grid-gap-5-desktop {
    gap: 5rem !important;
  }
}
@media (max-width: 768px) {
  .grid-gap-2-mobile {
    gap: 2rem !important;
  }
  .grid-gap-1-mobile {
    gap: 1rem !important;
  }
  .grid-gap-none-mobile {
    gap: 0 !important;
  }
}
.grid-gap-none {
  gap: 0 !important;
}

.grid-gallery > div {
  width: 100%;
  /* Die Breite des Containers */
  height: 300px;
  /* Die Höhe des Containers (oder eine beliebige Größe) */
  position: relative;
  overflow: hidden;
  /* Überschüssiges Bildmaterial außerhalb des Containers abschneiden */
}

.grid-gallery > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Das Bild wird proportional skaliert und füllt den Container */
  -o-object-position: center;
     object-position: center;
  /* Das Bild wird zentriert */
}

.download-list {
  list-style: none;
  padding: 0;
}
.download-list .download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f3f5;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color 0.2s ease;
}
.download-list .download-item:hover {
  background-color: #e9ecef;
}
.download-list .download-item .download-info {
  display: flex;
  align-items: center;
}
.download-list .download-item .download-info .icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.download-list .download-item .download-info .file-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #495057;
}
.download-list .download-item .download-button {
  display: inline-block;
  background-color: #011993;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}
.download-list .download-item .download-button:hover {
  background-color: #011993;
}
.download-list .download-item .download-button.disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.image-fade-out-bottom {
  position: relative;
  overflow: hidden;
}
.image-fade-out-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 20%, #FFFFFF 95%);
  pointer-events: none;
}

.image-fade-out-top {
  position: relative;
  overflow: hidden;
}
.image-fade-out-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent 20%, #FFFFFF 95%);
  pointer-events: none;
}

.image-fade-out-left {
  position: relative;
  overflow: hidden;
}
.image-fade-out-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF 5%, transparent 20%, transparent 80%, #FFFFFF 95%);
  pointer-events: none;
}

.image-fade-out-right {
  position: relative;
  overflow: hidden;
}
.image-fade-out-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF 5%, transparent 20%, transparent 80%, #FFFFFF 95%);
  pointer-events: none;
}

.image-fade-out-x {
  position: relative;
  overflow: hidden;
}
.image-fade-out-x::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF 10%, transparent 20%, transparent 80%, #FFFFFF 90%);
  pointer-events: none;
}

.image-fade-out-y {
  position: relative;
  overflow: hidden;
}
.image-fade-out-y::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #FFFFFF 10%, transparent 20%, transparent 80%, #FFFFFF 90%);
  pointer-events: none;
}

.s-curve {
  position: absolute;
  width: 100%;
  margin-top: 71px;
  --delay: 1s;
}
.s-curve .person-container {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  animation: horizontalMoveNeu 30s linear infinite, verticalMove 30s linear forwards;
}
.s-curve .person {
  position: relative;
  height: 150px;
  max-height: 150px;
  animation: dance 2s ease-in-out infinite alternate;
  animation-delay: var(--delay);
}

.paused,
.paused * {
  animation-play-state: paused !important;
}

.done {
  animation: done 1s linear forwards;
}

@keyframes done {
  to {
    opacity: 0;
  }
}
@keyframes horizontalMove {
  0% {
    transform: translateX(40%);
  }
  2% {
    transform: translateX(40%);
  }
  23% {
    transform: translateX(80%);
  }
  25% {
    transform: translateX(81%);
  }
  27% {
    transform: translateX(80%);
  }
  48% {
    transform: translateX(10%);
  }
  50% {
    transform: translateX(9%);
  }
  52% {
    transform: translateX(10%);
  }
  73% {
    transform: translateX(70%);
  }
  75% {
    transform: translateX(71%);
  }
  77% {
    transform: translateX(70%);
  }
  98% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(19%);
  }
}
@keyframes horizontalMoveNeu {
  0% {
    transform: translateX(50%);
  }
  10% {
    transform: translateX(80%);
  }
  20% {
    transform: translateX(50%);
  }
  30% {
    transform: translateX(20%);
  }
  40% {
    transform: translateX(55%);
  }
  50% {
    transform: translateX(60%);
  }
  60% {
    transform: translateX(25%);
  }
  70% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(-5%);
  }
  90% {
    transform: translateX(-5%);
  }
  95% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes verticalMove {
  0% {
    top: -100px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 1600px;
    opacity: 0;
  }
}
@keyframes x {
  to {
    transform: translateX(calc(100% - 40px));
  }
}
@keyframes y {
  to {
    transform: translateY(calc(100% - 40px));
  }
}
@keyframes moveOnPath {
  0% {
    transform: translate(40%, 0%);
  }
  5% {
    opacity: 1;
  }
  10% {
    transform: translate(70%, 10%);
  }
  15% {
    transform: translate(75%, 50%);
  }
  20% {
    transform: translate(80%, 50%);
  }
  30% {
    transform: translate(60%, 70%);
  }
  40% {
    transform: translate(40%, 100%);
  }
  50% {
    transform: translate(20%, 200%);
  }
  60% {
    transform: translate(40%, 240%);
  }
  70% {
    transform: translate(60%, 280%);
  }
  80% {
    transform: translate(80%, 320%);
  }
  90% {
    transform: translate(60%, 360%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate(40%, 400%);
    opacity: 0;
  }
}
@keyframes s-walk {
  0% {
    transform: translateX(40%) translateY(0%);
  }
  10% {
    transform: translateX(80%) translateY(10%);
  }
  20% {
    transform: translateX(90%) translateY(50%);
  }
  30% {
    transform: translateX(80%) translateY(60%);
  }
  40% {
    transform: translateX(20%) translateY(100%);
  }
  40% {
    transform: translateX(10%) translateY(140%);
  }
  40% {
    transform: translateX(20%) translateY(180%);
  }
  50% {
    transform: translateX(80%) translateY(190%);
  }
}
.laufband-container {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  position: relative;
  height: 180px;
}
.laufband-container .laufband {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 140px;
  padding-right: 70px;
  padding-left: 70px;
}
.laufband-container .person {
  position: relative;
  max-height: 180px;
  animation: dance 2s ease-in-out infinite alternate;
  animation-delay: var(--delay);
}

.laufband-bg {
  background: #ededed;
  height: 100px;
  margin-top: -100px;
}

@keyframes sway {
  0% {
    transform: translateY(0) rotate(-2deg);
  }
  100% {
    transform: translateY(2px) rotate(2deg);
  }
}
@keyframes spin {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}
@keyframes xbounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
/* Kombinierte Animation */
@keyframes dance {
  0% {
    animation-timing-function: ease-in-out;
    transform: translateY(0) rotate(2deg);
  }
  20% {
    animation-timing-function: ease-in-out;
    transform: translateY(0) rotate(-2deg);
    /* sway */
  }
  30% {
    transform: translateY(0) rotate(2deg);
    transform: scaleX(1);
  }
  40% {
    transform: translateY(0) rotate(-2deg);
  }
  60% {
    animation-timing-function: linear;
    transform: translateY(0) rotate(2deg);
    transform: scaleX(-1);
    /* spin */
  }
  70% {
    transform: translateY(0) rotate(-2deg);
  }
  80% {
    transform: translateY(0) rotate(2deg);
  }
  90% {
    animation-timing-function: linear;
    transform: translateY(-10px);
    /* bounce */
  }
}
@keyframes scroll-horizontal {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes walk {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100px);
  }
}
.kreis-container {
  position: relative;
  width: 50px;
  height: 50px;
  --distance-factor: 2.0;
  --total-duration: 25s;
}
.kreis-container .fixpunkt {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kreis-container .kreis-person {
  position: absolute;
  display: block;
  transform: rotate(var(--start-angle)) translateX(var(--distance)) rotate(calc(var(--start-angle) * -1));
  animation: var(--anim) var(--duration) ease-in-out forwards;
  animation-delay: var(--delay) !important;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.kreis-container .kreis-person img {
  height: 180px;
  animation: dance 2s ease-in-out infinite alternate;
  animation-delay: var(--delay) !important;
  animation-iteration-count: 13;
}
.kreis-container .person1 {
  --start-angle: -210deg;
  --distance: calc(130px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 4s;
  --anim: kreis-bewegung-gegen-uzs;
  transform: rotate(calc(var(--start-angle) * -1)) translateX(var(--distance)) rotate(var(--start-angle));
}
.kreis-container .person2 {
  --start-angle: 170deg;
  --distance: calc(150px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 3s;
  --anim: kreis-bewegung-im-uzs;
}
.kreis-container .person3 {
  --start-angle: 180deg;
  --distance: calc(80px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 2s;
  --anim: kreis-bewegung-im-uzs;
}
.kreis-container .person4 {
  --start-angle: -220deg;
  --distance: calc(60px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 1s;
  --anim: kreis-bewegung-gegen-uzs;
  transform: rotate(calc(var(--start-angle) * -1)) translateX(var(--distance)) rotate(var(--start-angle));
}
.kreis-container .person5 {
  --start-angle: 90deg;
  --distance: calc(10px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 1.5s;
  --anim: kreis-bewegung-im-uzs;
}
.kreis-container .person6 {
  --start-angle: 45deg;
  --distance: calc(60px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 3s;
  --anim: kreis-bewegung-gegen-uzs;
  transform: rotate(calc(var(--start-angle) * -1)) translateX(var(--distance)) rotate(var(--start-angle));
}
.kreis-container .person7 {
  --start-angle: 0deg;
  --distance: calc(80px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 0.5s;
  --anim: kreis-bewegung-im-uzs;
}
.kreis-container .person8 {
  --start-angle: 10deg;
  --distance: calc(150px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 2s;
  --anim: kreis-bewegung-im-uzs;
}
.kreis-container .person9 {
  --start-angle: -33deg;
  --distance: calc(135px * var(--distance-factor));
  --duration: var(--total-duration);
  --delay: 2.5s;
  --anim: kreis-bewegung-im-uzs;
}

@keyframes kreis-bewegung-gegen-uzs {
  0% {
    transform: rotate(calc(var(--start-angle) * -1)) translateX(var(--distance)) rotate(var(--start-angle));
  }
  100% {
    transform: rotate(calc((var(--start-angle) + 360deg) * -1)) translateX(var(--distance)) rotate(calc(var(--start-angle) + 360deg));
  }
}
@keyframes kreis-bewegung-im-uzs {
  0% {
    transform: rotate(var(--start-angle)) translateX(var(--distance)) rotate(calc(var(--start-angle) * -1));
    z-index: 0;
  }
  100% {
    transform: rotate(calc(var(--start-angle) + 360deg)) translateX(var(--distance)) rotate(calc((var(--start-angle) + 360deg) * -1));
  }
}