input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.h100{
    height: 100%;
}
.flexx {
    display: flex;
}
.al-center {
    align-items: center;
}
.al-start {
    align-items: start;
}
.al-end {
    align-items: end;
}
.jus-end {
    justify-content: end;
}
.jus-center {
    justify-content: center;
}
.jus-between {
    justify-content: space-between;
}
.flex-col {
    flex-direction: column;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover {
    transition: all 0.35s ease-in;
}

.hover-text {
    transition: all 0.2s ease;
}

.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gap1 {
    display: flex;
    gap: 1rem;
}
.gap1-5 {
    display: flex;
    gap: 1.5rem;
}
.gap2 {
    display: flex;
    gap: 2rem;
}
.gap1-25 {
    display: flex;
    gap: 1.25rem;
}
.gap-7 {
    display: flex;
    gap: 0.7rem;
}
.gap-65 {
    display: flex;
    gap: 0.65rem;
}
.gap1-62 {
    display: flex;
    gap: 1.62rem;
}
.gap1-88 {
    display: flex;
    gap: 1.88rem;
}

.mb-62 {
    margin-bottom: 0.62rem !important;
}
.mb-8{
    margin-bottom: .8rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-1-25 {
    margin-bottom: 1.25rem !important;
}
.mb-1-5 {
    margin-bottom: 1.5rem !important;
}
.mb-1-8 {
    margin-bottom: 1.8rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-2-5 {
    margin-bottom: 2.5rem !important;
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-3-12 {
    margin-bottom: 3.125rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.mb-8 {
    margin-bottom: 8rem;
}
.mt-hero {
    margin-top: 0.4rem;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-0-4{
    margin-bottom: .4rem;
}

.mt-0 {
    margin-top: 0;
}
.mt-1{
    margin-top: 1rem;
}
.mt-1-5{
    margin-top: 1.5rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-2-5 {
    margin-top: 2.5rem;
}
.mt-3-5{
    margin-top: 3.5rem;
}

.mr1-25 {
    margin-right: 1.25rem;
}

.pt-2 {
    padding-top: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pt-4 {
    padding-top: 4rem;
}
.pb-3 {
    padding-bottom: 3rem;
}

.content-text ol,
.content-text ul {
    padding-left: 0.9rem;
}
.content-text li {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.btn {
    font-size: 0.9rem;
    font-weight: 400;
    height: 3.125rem;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}
.btn.big {
    width: 19.75rem;
}
.btn.little {
    width: 14rem;
}
.btn:hover {
    background-color: var(--red);
    color: #fff;
}
.btn.red {
    background-color: var(--red);
    color: white;
}
.btn.red:hover {
    background-color: black;
    color: white;
}

.text-end {
    text-align: end;
}
.underline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.white {
    color: #ffffff !important;
}
.white-bg {
    background-color: #ffffff;
}
.black {
    color: #000000;
}
.red {
    color: var(--red);
}
.op-0 {
    opacity: 0;
    pointer-events: none;
}
.op-8 {
    opacity: 0.8;
}
.op-7 {
    opacity: 0.7;
}
.op-6 {
    opacity: 0.6;
}
.op-5 {
    opacity: 0.5;
}
.op-4 {
    opacity: 0.4;
}
.op-3 {
    opacity: 0.3;
}
.mar-center{
    margin: 0 auto;
}
.text-upper {
    text-transform: uppercase;
}
.section-title-big {
    font-size: 3rem;
    font-weight: 500;
    font-family: var(--font-secondary);
}
.section-title-lil {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: var(--font-secondary);
}
.text-big {
    font-size: 1.25rem;
    font-weight: 700;
}
.text-mid-bold{
    font-size: 1rem;
    font-weight: 700;
}
.text-mid {
    font-size: 1rem;
    font-weight: 500;
}
.text-lil {
    font-size: 0.9rem;
    font-weight: 400;
}
.text-lil-bold{
    font-size: 0.9rem;
    font-weight: 700;
}
.full-size {
    width: 100%;
}
.mid-size {
    width: 50%;
}
.txt p {
    font-size: 0.9rem;
    font-weight: 400;
}
.txt span {
    font-weight: 700;
    font-size: 0.9rem;
}
.relative {
    position: relative;
}
input {
    outline: none !important;
}
