.relative {
    position: relative !important
}
.m-auto {
    margin: auto !important
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}
.mb-10 {
    margin-bottom: 2.5rem !important
}
.mt-10 {
    margin-top: 2.5rem !important
}
.mb-40 {
    margin-bottom: 10rem !important
}
.mt-20 {
    margin-top: 5rem !important
}
.mb-20 {
    margin-bottom: 5rem !important
}
.mt-12 {
    margin-top: 3rem !important
}
.-ml-8 {
    margin-left: -2rem !important
}
.-mt-8 {
    margin-top: -2rem !important
}
.mt-60 {
    margin-top: 15rem !important
}
.mt-80 {
    margin-top: 20rem !important
}
.mt-8 {
    margin-top: 2rem !important
}
.mt-2 {
    margin-top: 0.5rem !important
}
.mt-24 {
    margin-top: 6rem !important
}
.mb-8 {
    margin-bottom: 2rem !important
}
.mb-16 {
    margin-bottom: 4rem !important
}
.mt-28 {
    margin-top: 7rem !important
}
.mt-3 {
    margin-top: 0.75rem !important
}
.mt-32 {
    margin-top: 8rem !important
}
.mb-1 {
    margin-bottom: 0.25rem !important
}
.mb-4 {
    margin-bottom: 1rem !important
}
.mt-6 {
    margin-top: 1.5rem !important
}
.mb-6 {
    margin-bottom: 1.5rem !important
}
.block {
    display: block !important
}
.flex {
    display: flex !important
}
.table {
    display: table !important
}
.w-1\/2 {
    width: 50% !important
}
.w-full {
    width: 100% !important
}
.max-w-\[800px\] {
    max-width: 800px !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.py-\[5\.7rem\] {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
}
.pt-8 {
    padding-top: 2rem !important
}
.pl-8 {
    padding-left: 2rem !important
}
.pt-\[\] {
    padding-top:  !important
}
.pt-6 {
    padding-top: 1.5rem !important
}
.pt-\[6\] {
    padding-top: 6 !important
}
.pt-\[6\%\] {
    padding-top: 6% !important
}
.text-left {
    text-align: left !important
}
.text-\[2\.4rem\] {
    font-size: 2.4rem !important
}
.font-bold {
    font-weight: 700 !important
}
.tracking-\[\.2em\] {
    letter-spacing: .2em !important
}
@media (min-width: 768px) {
    .md\:flex {
        display: flex !important
    }
    .md\:w-1\/2 {
        width: 50% !important
    }
}