.heading1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1 !important
}
@media (min-width: 640px) {
    .heading1 {
        font-size: 60px
    }
}
@media (min-width: 768px) {
    .heading1 {
        font-size: 70px
    }
}
@media (min-width: 1024px) {
    .heading1 {
        font-size: 90px
    }
}
.heading2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1 !important
}
@media (min-width: 768px) {
    .heading2 {
        font-size: 60px
    }
}
.heading3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1 !important
}
.heading4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6
}
.heading5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6
}
.body1 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 1.6
}
@media (min-width: 640px) {
    .body1 {
        font-size: 24px
    }
}
.c-button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms
}
.c-button>a {
    display: inline-block;
    width: auto;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(249 1 118 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.c-button>a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 0 100 / var(--tw-bg-opacity))
}
.c-nav-item {
    font-family: var(--font-type2);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25 !important;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity))
}
.c-nav-item:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
@media (min-width: 768px) {
    .c-nav-item {
        font-size: 22px
    }
}
