<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wrapper1200 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.padding-top {
    padding-top: 204.00px;
}

.padding-bottom {
    padding-bottom: 201.00px;
}

.padding-bottom145 {
    padding-bottom: 147.00px;
}

.padding-top145 {
    padding-top: 149.00px;
}

.padding-top115 {
    padding-top: 118.00px;
}

.padding-bottom130 {
    padding-bottom: 132.00px;
}

.padding-bottom105 {
    padding-bottom: 107.00px;
}

.padding-top105 {
    padding-bottom: 107.00px;
}

/*  */
.generic-btn a {
    background-color: var(--primary--color);
    padding: 15px 34px !important;
    border-radius: 100px;
    min-width: 172px;
    text-align: center;
    font-size: 18.00px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.generic-btn a:hover {
    background-color: var(--navy-blue);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.navy-btn a {
    background-color: var(--navy-blue);
    padding: 15px 34px !important;
    border-radius: 100px;
    min-width: 172px;
    text-align: center;
    font-size: 18.00px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.navy-btn a:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

h1 {
    font-size: 72.00px;
    font-weight: 600;
    line-height: 93px;
}

h2 {
    font-size: 54.00px;
    font-weight: 600;
    line-height: 68px;
}

h3 {
    font-size: 35.00px;
    line-height: 46px;
}

h4 {
    font-size: 30.00px;
    line-height: 35px;
    font-weight: 600;

}
h5{
    font-size: 25.00px;
    line-height: 30px;
    font-weight: 600;
}

.light-blue-bg {
    background-color: var(--bg-color);
}

.font-size-14 {
    font-size: 18.00px;
}

.background-f1f8fb {
    background-color: #f1f8fb;
}

.spacer {
    float: left;
    width: 100%;
    height: 100px;
}

.text-size-14{
    font-size: 18.00px;
}

.border-top{
    border-top: 1px solid #e8e8e8;
}
.border-bottom{
    border-bottom: 1px solid #e8e8e8;
}</pre></body></html>