<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-container {
    background-color: #f1f3f4;
    /*! display: flex; */
    /*! flex-direction: column; */
    max-width: 1520px;
    min-width: 768px;
    padding-bottom: 5px;
    padding-top: 30px;
    width: 100%;
}
.numberCircle {
    background: #fff;
    border: 0.1em solid #00A7E1;
    border-radius: 50%;
    box-sizing: content-box;
    color: #00A7E1;
    font: 48px "ProximaNovaBold";
    font-weight: 900;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0 auto;
    margin-top: -1.25em;
    position: relative;
    text-align: center;
    width: 1.5em;
}
.widget-bot-half {
    /*! display: flex; */
    /*! flex-wrap: wrap; */
}
.widget-col-step {
    background-color: #fff;
    flex: 25%;
    max-width: 25%;
    min-width: 125px;
    overflow: hidden;
}
.widget-col-step h4 {
    color: #4A4A4A;
    font-family: "ProximaNovaRegular";
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 40px 20px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}
.widget-col-step img {
    width: 100%;
}
.widget-col-step p {
    color: #4A4A4A;
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    line-height: 25px;
    margin: 15px 20px;
    padding: 5px;
    text-align: center;
}
.widget-col-step.middle {
    background-color: #eee;
    display: flex;
    max-width: 8px;
    min-width: 0px;
    overflow: visible;
}
.widget-content {
    display: inline-block;
    flex: 75%;
    float: right;
}
.widget-content a {
    color: #00A7E1;
    font-family: "ProximaNovaRegular";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.widget-content i {
    color: #00A7E1;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 12px;
}
.widget-content h3 {
    color: #00A7E1;
    font-family: "ProximaNovaRegular";
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}
.widget-content p {
    color: #3B3B3B;
    font-family: "ProximaNovaLight";
    font-size: 24px;
    line-height: 25px;
}
.widget-doctor-duck {
    display: block;
    flex: 25%;
    max-width: 25%;
    text-align: center;
}
.widget-doctor-duck img {
    min-width: 125px;
    width: 90%;
    margin-top: -25px;
}
.widget-row-steps {
    display: flex;
    flex-flow: row nowrap;
}
.widget-top-half {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.widget-top-half .widget-content a::after {
  content: "";
  width: 21px;
  height: 21px;
  position: relative;
  background: url("/_global-assets/images/sprites/segmentation_menu/sprites-s2262a3876c.png") no-repeat scroll -36px -74px transparent;
  display: inline-block;
  top: 5px;
  left: -2px;
}
.widget-top-half .widget-content a:hover {
  text-decoration: underline;
  opacity: .6;
}
@media screen and (min-width: 481px) and (max-width: 860px) {
    .flex-container {
        min-width: 100%;
    }
    .widget-top-half {
        padding-bottom: 20px;
    }
    
    .widget-row-steps {
        flex-flow: row wrap;
    }
    .widget-col-step {
        flex: 49%;
        max-width: 49%;
    }
    .widget-col-step.middle:nth-of-type(4) {
        display: none;
    }
    .widget-content {
        padding: 0 20px;
    }
    .widget-content p {
        font-size: 20px;
    }
    .widget-doctor-duck {
        display: none;
    }
    .widget-col-step h4 {
        margin: 0px 30px;
    }
    .widget-col-step p {
        padding: 0px 40px 10px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .flex-container {
        /*background-color: #eee;*/
        max-width: 480px;
        min-width: 100%;
        padding-bottom: 5px;
        padding-top: 30px;
        width: 100%;
    }
    
    .widget-col-step {
        flex: 100%;
        max-width: 100%;
    }
    
    .widget-col-step h4 {
        color: #4A4A4A;
        font-family: "ProximaNovaRegular";
        font-size: 26px;
        font-weight: bold;
        height: auto;
        line-height: 32px;
        margin: 0 40px;
        padding-top: 10px;
        text-align: center;
        vertical-align: middle;
    }
    
    .widget-col-step p {
        color: #4A4A4A;
        font-family: "ProximaNovaRegular";
        font-size: 18px;
        line-height: 25px;
        margin: 0px 20px 10px;
        padding: 5px;
        text-align: center;
    }
    
    .widget-content {
        flex: 100%;   
    }
    
    .widget-content p {
        color: #3B3B3B;
        font-family: "ProximaNovaRegular";
        font-size: 18px;
        font-weight: 300;
        line-height: 34px;
    }
    
    .widget-doctor-duck {
        display: none;
    }
    
    .widget-row-steps {
        flex-flow: row wrap;
    }
    
    .widget-top-half {
        flex-wrap: wrap;
        padding: 20px;
    }
}</pre></body></html>