/* .wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} */


/*  */
.light-btn a {
    background-color: var(--primary--color);
    padding: 14px 34px !important;
    min-width: 175px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.light-btn a:hover {
    background-color: var(--dark-green);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.dark-btn a {
    background-color: var(--dark-green);
    padding: 14px 34px !important;
    min-width: 175px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.dark-btn a:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 75px;
}

h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 75px;
}

h3 {
    font-size: 28px;
    line-height: 37px;
}

h4 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;

}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.font-size-14 {
    font-size: 14px;
}


.spacer {
    float: left;
    width: 100%;
    height: 100px;
}

.text-size-14 {
    font-size: 14px;
}

.text-size-24 {
    font-size: 24px;
}

.border-top {
    border-top: 1px solid #e8e8e8;
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

.padding-top {
    padding-top: 138px;
}

.padding-bottom {
    padding-bottom: 138px;
}

.padding-bottom108 {
    padding-bottom: 108px
}

.light-gradient {
    background: linear-gradient(to bottom, #a0ded4 0%, #90ddd8 100%);
}

.orange-gradient {
    background: linear-gradient(to bottom, #f48214 0%, #fb9723 100%);
}

.green-gradient {
    background: linear-gradient(to bottom, #9fcb22 0%, #b0e223 100%);
}

.green-text {
    color: #9fcb22;
}

.yellow-text {
    color: #fffc01;
}

.dark-btn.smol-size a {
    min-width: 120px;
    width: unset;
    padding: 8px 12px !important;
    letter-spacing: -0.75px;
}

.text-white {
    color: var(--secondary--color);
}

.padding-bottom200 {
    padding-bottom: 216px;
}