<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.text-step {
    position: relative;
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px 20px 0px 20px;
    padding: 16px 0px 0px 0px;
}
p.text-paragraph {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin: 0px 20px 0px 20px; 
    padding: 16px 0px 0px 0px;
    color: #000000;
}




div.header-step {
    width: 100%;
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(0,52,115,0.7);
    margin: 0px 0px 2px 0px; 
    padding: 0px 0px 0px 0px; 
}
div.content-step {
    width: 100%;
    height: 250px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(255,255,255,0.85);
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
}

p.text-icon {
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 20px 0px; 
    color: #253642;
}
p.checkmar-text {
    font-size: 26px;
    font-weight: 300;
    padding-left: 27px;
    text-indent: -27px;
    margin: 0px 0px 0px 0px; 
    color: #0071CF;
}
p.slide-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    color: #0071CF;
}
p.slide-middle{
    font-size: 26px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    color: #000000;
}
p.slide-middle2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0px 0px 0px 30px;
    color: #0071CF;
}
p.slide-bottom {
    font-size: 34px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
    color: #707070;
    font-family: 'Fasthand', cursive;
}



p.fieldname {
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0px 6px 0px;
    color: #ffffff;
}


p.title1 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
    letter-spacing: -1px;
    color: #000000;
}
p.paragraph1 {
    font-size: 18px;
    font-weight: 300;
    margin: 0px 18px 20px 18px;
    color: #000000;
    line-height: 24px;
}

.appearance (@value: none) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


button.button1 {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #DE0101;
    padding: 15px 25px;;
    border: 0px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
button.button1:hover{
    background-color: #C1262B;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
button.button-login {
    background-color: #2B6ABF;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Roboto',Sans-Serif;
    outline: none;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 4px 6px; 
    cursor: pointer;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
button.button-login:hover {
    background-color: #558DD9;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


input[type="text"]{
    width: calc( 100% - 24px);
    padding: 10px 12px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;

}
input[type="text"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.custom-select {
    height: 42px;
    font-size: 18px;
    color: #333333; 
    background-color: #F7F7F7;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 8px 8px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    cursor: pointer;
    width: calc( 100% - 24px);
}
.custom-select:focus {
    background-color: #F0F0F0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

::-webkit-input-placeholder { /* Chrome */
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}

</pre></body></html>