<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************** General ***************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
.hidden{
    display: none;
}
.txt-yellow{
    color: #FCCB05 !important;
}
.txt-black{
    color: #000 !important;
}
.gs-cta{
    display: inline-block;
    padding: 17px 20px;
    border-radius: 4px;
    background: #FCCB05;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #FCCB05;
}
.gs-cta:hover{
    background: transparent;
    color: #000;
    font-size: 18px;
    border: 2px solid #000;
}
label.error-label{
    color: darkred !important;
    display: none;
}
.navbar{
    padding: 20px 50px !important;
    position: relative;
    background: #1b2b38;
}
.nav-logo-div a img{
    /*transform: skew(13deg);*/
    display: inline-block;
}
.nav-yl-logo{
    height: 70px;
    padding-right: 20px;
}
.fifteen-year-logo{
    width: 111px !important;
    height: 65px;
    float: right;
}
.navbar .nav-phone{
    color: #FCCB05;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}
.calc-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    max-width: 675px;
    margin: auto;
}
.calc-wrap::-webkit-scrollbar {
  display: none;
}
.bys-parent-div{
    padding-top: 125px ;
    padding-bottom: 30px ;
}

.bys-step, .bys-step-2{
    margin: auto;
    max-width: 675px;
    min-height: 450px;
    background: white;
    padding:30px;
    border-radius: 20px;
    display: none;
}
.bys-step:first-child {
    display: block;
}
.bys-step h1, .bys-step h2{
    color: #000;
    font-size: 48px !important;
    font-weight: 800;
    line-height: 125%; /* 60px */
}
.bys-step h3{
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 125%; /* 37.5px */
}
.bys-step h4{
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 125%; /* 25px */
}
.bys-step h5{
    color: #000;
    font-size: 28px;
    font-weight: 300;
    line-height: 125%; /* 35px */
}
.bys-step p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 125%; /* 25px */
}
.bys-step label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
}
.bys-step label.editable-label{
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px; /* 110% */
    letter-spacing: -0.4px;
}
.bys-step label.editable-label:after{

}
.bys-step .shaddow-box{
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.bys-step .grey-border-bottom{
    border-bottom: 0.333px solid rgba(84, 84, 88, 0.65);
}

#house-shade{
    height: 32px;
    width: 100%;
    border: none;
    overflow: hidden;
    text-align: right;
}
#house-shade::-moz-focus-inner {
    border: 0;
}
#house-shade:focus {
    outline: none;
}
.bys-step .form-options{
    display: inline-block;
    color: #B7B7B7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.4px;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #B7B7B7;
    padding: 4px 15px;
}
.bys-step .form-option-selected,
.bys-step .form-option:checked,
.bys-step .form-options:hover{
    color: #000;
    border: 1px solid #000;
}
.bys-step .btnShow { 
    text-decoration: none; 
    color: #979797;  
    font-size: 20px; 
    font-weight: 400; 
    line-height: 18px;
}
.bys-step .btnShow[aria-expanded="true"]:after {
    content: "Less";
}
.bys-step .btnShow[aria-expanded="false"]:after {
    content: "More";
}
.bys-switch{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
}
.bys-switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.bys-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.bys-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.bys-switch input:checked + .slider {
    background-color: #FCCB05;
}

.bys-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.bys-switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.bys-switch .slider.round {
    border-radius: 34px;
}

.bys-switch  .slider.round:before {
    border-radius: 50%;
}
.disabled img,
.disabled h4,
.disabled p.p-text {
    pointer-events: none;
    opacity: 0.4;
}
.success-heading{
    color: #1ABE0C !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 125%; /* 37.5px */
}
.final-form input{
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #C9C9C9;
    width: 100%;
    margin-bottom: 10px;
}
.final-form label{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; /* 90% */
}

.final-form label em{
    color: #FCCB05;
}

/*************** Steps Specific ********************/
.bill-Slider{

    --c: #000;
    --g: 8px; /* the gap */
    --l: 5px; /* line thickness*/
    --s: 25px;
    width: 100%;
    height: var(--s); /* needed for Firefox*/
    --_c: color-mix(in srgb, var(--c), #000 var(--p,0%));
    -webkit-appearance :none;
    -moz-appearance :none;
    appearance :none;
    background: none;
    cursor: pointer;
    overflow: hidden;
}
.bill-Slider:focus-visible,
.bill-Slider:hover {
    --p: 25%;
}
.bill-Slider:active,
.bill-Slider:focus-visible{
  --_b: var(--s)
}
.bill-Slider::-webkit-slider-thumb{
    height: var(--s);
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,#ababab  0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -webkit-appearance: none;
    appearance: none;
    transition: .3s;
}
.bill-Slider::-moz-range-thumb{
    height: var(--s);
    width: var(--s);
    background: none;
    border-radius: 50%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,#ababab  0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
}


@media screen and (max-width: 870px) {
    .fifteen-year-logo{ display: none!important; }
    .calc-wrap { position:relative; }
}

@media screen and (max-width: 549px) {
    .nav-yl-logo { height: 55px; }
    .nav-logo-div{ padding: 10px !important; }
    .navbar { padding: 20px !important; }
    .navbar .nav-phone { font-size: 18px; font-weight: 700; }
    #panoramaheight { height:450px !important  }
    .bys-parent-div { padding-top: 30px; padding-bottom: 30px; }
    .bys-step h1, .bys-step h2 { font-size: 38px !important; }
}</pre></body></html>