<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{
    margin-top: 0px !important;
}
#homeBtn{
    color: white !important;
}
.h5{
    color: #153e69; 
}
.red-text {
    color: #B2292E;
}

.red-text.rich * {
    color: #B2292E;
}

.title-hr {
    border-top: 2px solid #1C416F;
    width: 8%;
}

.group-card{
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    background-color: #FFFFFF;
    padding-bottom: 10px !important;
}

.card-header {
    padding: 10px 30px;
}

.card-body {
    padding: 25px 30px;
}

.group-card &gt; .card-header{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.group-card-bgblue{
    background-color: #0A355E;
}

.group-card-title{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 0;
}

.group-card-title &gt; span {
    color: #00abc8;
}

.card-body &gt; p {
    font-size: 20px;
    font-weight: 600;
    color: #0A355E;
}

.contact p{
    color: #0A355E !important;
    font-size:14px;
}

.group-card-icon{
    display: flex;
}

.group-card-icon &gt; img {
    margin-right: 20px;
}

.group-card-benefits {
    align-self: center;
}

.group-card-benefits &gt; label{
    color: #00abc8;
    font-weight: 900;
    font-size: 20px;
}

.group-card-benefits &gt; label &gt; span{
    color: #0A355E;
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: initial;
}

.error-message {
    color: #B2292E;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0A355E;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0A355E;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #0A355E;
}

.custom-control-label::before {
    border-color: #0A355E;
}

.group-radio-text {
    color: #0A355E;
    font-weight: 600;
    font-size: 16px;
}

.small-text {
    color: #0A355E;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.continueBtn, .backBtn {
    border: none;
    font-weight: 700;
    white-space: normal;
    text-align: center;
    font-size: 18px;
    min-width: 180px;
    padding: 10px 15px;
    position: relative;
    border-radius: 9999px;
    letter-spacing: 0;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

.continueBtn {
    background-color: #B2292E;
    color: #FFFFFF;
    border: #B2292E 1px solid;
}

.continueBtn:hover, .continueBtn:focus {
    text-decoration: none;
    color: #FFFFFF;
    border: #204071 1px solid;
    background-color: #204071;
}

.backBtn {
    background-color: #FFFFFF;
    color: #204071;
    border: #204071 1px solid;
}

.continueBtn:disabled {
    background-color: #cccccc;
    border: transparent 1px solid;
}

.fa-arrow-circle-left {
    font-size: 50px;
}

label:not(.custom-control-label) {
    color: #B2292E;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    left: 28px;
    top: 5px;
    margin: 0;
    z-index: 1;
}

.membership {
    font-weight: 900;
    font-size: 28px;
    text-align: end;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#promoCode {
    padding: 5px 10px;
    border: #B2292E dotted 2px;
    border-radius: 5px;
    color: #000;
}

/* Modal */
.modal-select .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-select .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: none;
    min-width: 300px;
    width: 30%;
    border-radius: 10px;
}

.modal-select  .modal-header {
    background-color: #00ACC8;
    color: #ffffff;
    padding: 10px 20px;
    border:none;
}

.modal-select .modal-text {
    padding: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    border:none;
}

.modal-select .icon-modal {
    height:40px;
    margin-right: 10px;
}

/* The Close Button */
.modal-select .modal .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-select .modal .close:hover,
.modal-select .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal btn*/
.modal-select .modalBtn {
    height: 3.5rem;
    background-color: #B2292E;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 40px;
}


input, textarea, select {
    width: 100%;
    border: 1px solid #B2292E;
    font-weight: 400;
    color: #1C355E;
    font-size: 18px;
    border-radius: 6px;
    height: unset;
    padding: 25px 12px 5px;
    resize: none;
}

select {
    background-color: white;
}

.custom-control-label:before{
    border-radius: 3px;
}

.custom-control-input:checked~.custom-control-label::before{
    background-color: #00ACC8;
}

.checkbox {
    padding: 10px 34px;
}

.termsCheckbox {
    background-color: white;
    margin-left: 0px;
    padding: 10px 34px;
    border-radius: 5px;
}

.termsCheckbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 8px;
    left: -21px;
    border: 2px solid #FFFFFF;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}


.termsCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.termsCheckbox label.custom-control-label.group-radio-text p {
    margin-left: -34px;
    padding-left: 36px;
    margin-bottom: 0px;
}
@media (min-width: 992px) {
    .termsCheckbox {
        margin-left: 12px;
    }
}


@media (min-width: 1140px) {
    .termsCheckbox {
        margin-left: 19px;
    }
}
/* input number */
.number-input {
    padding: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: auto;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}

/* steps */

#bbva-steps.nav-pills .nav-link.active, #bbva-steps.nav-pills .show&gt;.nav-link {
    color: #FFFFFF;
    background-color: transparent;
}

#bbva-steps .question-step-icon {
    width: 60px;
}

#bbva-steps {
    display: flex;
}

#bbva-steps, .question-step-title {
    color: #808080;
    font-weight: 700;
    flex-wrap: initial;
}

.nav-link.active .question-step-title {
    color: #B2292E;
}

#bbva-steps.nav-pills .nav-link {
    position: relative;
    z-index: 2;
}

#bbva-steps.nav-pills .nav-item {
    min-width: 33%;
    position: relative;
}

#bbva-steps.nav-pills .nav-link .question-step-icon {
    display: inline-block;
}

#bbva-steps.nav-pills .nav-link .question-step-icon.hovered {
    display: none;
}

#bbva-steps.nav-pills .nav-item hr {
    position: absolute;
    top: 20%;
    width: 50%;
    z-index: 1;
    right: 1px;
    border-top: 2px dotted #0A355E;
}

/*#bbva-steps.nav-pills .nav-item:nth-of-type(2) hr {
    left: 1px;
    right: 1px;
    width: initial;
}*/

#bbva-steps.nav-pills .nav-item:nth-of-type(2) hr {
    right: initial;
    left: 1px;
}

.rounded-box {
    border: #1B365D 1px solid;
    border-radius: 6px;
}

.box-content h4, .box-content &gt; *:first-child {
    text-align: center;
    border-bottom: 1px solid #153e69;
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    padding: 0 0 .5rem 0 !important;
}

.box-content &gt; *:nth-child(2) {
    font-size: 1.25rem;
    line-height: 1.2;
    display: flex;
}

.box-content &gt; *:nth-child(2):after {
    font-family: "Font Awesome 5 Pro Regular", "FontAwesome";
    content: "\f138";
}

@media (max-width: 992px) and (min-width: 575px) {
    #bbva-steps.nav-pills .nav-item {
        min-width: 24%;
    }
}

@media (max-width: 767px) {
    .card-body &gt; p {
        font-size: 15px;
    }

    .title-hr {
        display: none;
    }

    .smaller-h3 {
        font-size: 20px;
    }

    .continueBtn {
        font-size: 18px;
    }

    .continueBtn[type=submit] {
        /* position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        z-index: 10000;
        font-size: 18px; */
    }

    .backBtn {
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

@media (max-width: 575px) {
    .nav-item {
        min-width: initial;
        width: 100%;
    }

    #bbva-steps.nav-pills .nav-link.active {
        display: block;
    }

    #bbva-steps.nav-pills .nav-link:not(.active) {
        display: none;
    }

    #bbva-steps.nav-pills .nav-item hr {
        display: none;
    }

    #bbva-steps, .question-step-title {
        flex-direction: column;
    }
}

.redblue {
    background-color: #AC272F;
    color: #fff;
}

.redblue:hover{
    background-color: #204071;
    color: #FFFFFF;
    border: none;
}</pre></body></html>