@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,100;1,300&display=swap');
body {
    color: #3d3935;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 200;
    background-color:  #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-style: Normal;
    -webkit-font-smoothing:antialiased;
}
h1, h2, h3, blockquote, cite, .nglt {
    font-family: 'Roboto', sans-serif;
    font-style: Normal;
    text-align: center;
}
h1, h2 {
    font-size: 36px !important; 
    line-height: 40px;
}
h2 {
    color: #009bce;
}
h3 {
    font-weight: 500;
    font-size:22px;
    color:#009bce;
}
h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-style: Normal;
    line-height:1.1;
}
strong, a.cta {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: Normal;
}
p.instruction {
    font-size: 18px;
}
p.subinstruction {
    font-size: 12px;
}
ul {
    padding-left: 19px;
}
hr {
    background-color: #009bce;
    width: 120px;
    height: 3px;
    margin-bottom: 1.5rem;
}
.main-banner sup {
    font-size: 40%;
    top: -14px;
}
sup {
    top: -2px;
    font-size: 60%;
}
.gold-text {
    color: #be933c;
}
.logo {
    padding-top: 14px;
    padding-bottom: 14px;
}
.main-banner {
    background-image: url(https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/b0ff05b9-7aa0-40ee-9bee-c5514226ae12.jpg);
    background-repeat: no-repeat;
    background-color: #3d3935;
    background-size: cover;
    background-position: right;
}
.main-banner p {
    font-size: 23px;
    line-height: 28px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-content .section {
    padding-top: 16px;

}
.price-box {
    background-color: #ebebea;
    padding: 30px 60px;
}
.price-box:first-of-type {
    margin-bottom: 20px;
}
.price-box h3 {
    font-size: 21px;
    margin-bottom: 25px;
}
.price-box h2 {
    font-size: 30px;
}
.footer {
    background: #3d3935;
}
.footer p {
    color: #949695;
    font-size: 12px;
    line-height: 16px;
}
.disclaimer {
    font-size: 11px;
    margin-top: 120px;
    line-height: normal;
}
.disclaimer a {
    color: #3d3935;
    text-decoration: underline;
}
.btn {
    color: #ffffff;
    background-color: #009ace;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    padding: 9px 0 !important;
    min-width: 315px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    border-radius: 0;
}
.btn:hover, .btn:focus {
    background-color: #00aee8;
    color: #ffffff;
    text-decoration: none;
}
.numberCircle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #fff;
    border: 2px solid #009bce;
    color: #009bce;
    text-align: center;
    font: 55px 'Roboto', sans-serif;
    margin: 50px auto 15px auto;
}