body .thanks-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    letter-spacing: 0.02rem;
    line-height: 1.5;
}
body .thanks-page h1 {
    font-weight: 300;
    margin-top: 2rem;
}
body .thanks-page .thx-section {
    background: #fff;
}
body .thanks-page .thx-section .container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 0.1rem solid #f4f4f4;
    border-radius: 0.8rem;
    box-shadow: 0 0 2rem 0.8rem rgba(0, 0, 0, 0.03);
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
body .thanks-page .thx-section .install-steps {
    display: inline-flex;
    flex-direction: column;
}
@media (min-width: 1224px) {
    body .thanks-page .thx-section .install-steps {
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: row;
    }
}
body .thanks-page .thx-section .install-steps__step {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-bottom: 3rem;
    position: relative;
}
body .thanks-page .thx-section .install-steps__step:before {
    background: #f4f4f4;
    bottom: 0;
    content: "";
    height: auto;
    left: 2.6rem;
    position: absolute;
    right: 0;
    top: 5.5rem;
    width: 0.3rem;
}
body .thanks-page .thx-section .install-steps__step--third:before {
    display: none;
}
@media (min-width: 1224px) {
    body .thanks-page .thx-section .install-steps__step {
        padding: 6rem 2rem 0;
    }
    body .thanks-page .thx-section .install-steps__step:before {
        bottom: 0;
        height: 0.3rem;
        left: 0;
        right: 0;
        top: 2.5rem;
        width: auto;
    }
    body .thanks-page .thx-section .install-steps__step--first:before {
        left: 50%;
    }
    body .thanks-page .thx-section .install-steps__step--third:before {
        display: block;
        left: 0;
        right: 50%;
    }
    body .thanks-page .thx-section .install-steps__label {
        margin-left: 15%;
        margin-right: 15%;
    }
}
body .thanks-page .thx-section .install-steps__counter {
    margin: 0 1rem 0 0;
}
@media (min-width: 1224px) {
    body .thanks-page .thx-section .install-steps__counter {
        margin: 0 0 2rem;
    }
}
body .thanks-page .thx-section .install-steps__counter span {
    background: #fff;
    border: 0.3rem solid #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 400;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    width: 5rem;
}
@media (min-width: 1224px) {
    body .thanks-page .thx-section .install-steps__counter span {
        border-width: 0.3rem;
        font-size: 2.4rem;
        height: 5rem;
        left: 50%;
        line-height: 5rem;
        margin-left: -2.5rem;
        position: absolute;
        top: 0;
        width: 5rem;
    }
}
body .thanks-page .thx-section .info-message {
    color: #909090;
}
body .thanks-page--r20 {
    background-image: url("https://yelliot.com/browser/images/c93006edf3718cff811db12a4ee31faf.d3bf16d2b83c.jpg?6ac346f42f4b");
    background-size: cover;
    border: 10px solid linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 15%, rgba(0,212,255,1) 100%);
    box-sizing: border-box;
	
}
@media (min-width: 768px) {
    body .thanks-page--r20 {
        border-width: 20px;
    }
}
@media (min-width: 1824px) {
    body .thanks-page--r20 {
        background-image: url("https://yelliot.com/browser/images/7b8bf0ada265ec78cdfd39944c7e9008.e79739f7ccd5.jpg?6ac346f42f4b");
    }
}
body .thanks-page--r20 h1 {
    margin-top: 0;
}
body .thanks-page--r20 .thx-section {
    background: 0;
}
body .thanks-page--r20 .thx-section .container {
    background: #fff;
    border-radius: 2.4rem;
}
@media (max-width: 640px) {
    body .thanks-page--r20 .thx-section .container {
        margin: 0 1rem;
        width: auto;
    }
}
@media (min-width: 1024px) {
    body .thanks-page--r20 .thx-section .container {
        max-width: 96rem;
    }
}
body .thanks-page--r20 .thx-section .container .info-message {
    color: #000;
}
body .thanks-page--r20 .thx-section .install-steps__counter span {
    background: #004196;
    border-color: #004196;
    color: #fff;
}
img {
    max-width: 100%;
}
.lazy-resolved img {
    height: auto;
}
html {
    scroll-padding-top: 6.5rem;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}
:focus {
    outline: 0;
}
main {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    flex: 1 0 auto;
    font-family: Averta, Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.5;
    width: 100%;
}
main,
main section {
    display: block;
}
.my5 {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.mb5 {
    margin-bottom: 4rem;
}
.py5 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.pb5 {
    padding-bottom: 4rem;
}
.mt4 {
    margin-top: 2rem;
}
.mb3 {
    margin-bottom: 1.5rem;
}
.px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.mt2 {
    margin-top: 1rem;
}
.mb2 {
    margin-bottom: 1rem;
}
a {
    color: #909090;
    text-decoration: underline;
}
a:hover {
    color: #606060;
}
a img {
    border: 0;
}
h1 {
    font-size: 4rem;
    line-height: 1;
}
.h-level-5 {
    font-size: 1.6rem;
}
.h-level-5 {
    line-height: 1;
    margin: 0 0 1rem;
}
p {
    line-height: normal;
    margin: 0.6em 0;
}
p {
    font-size: 1.4rem;
}
.text-level-4 {
    font-size: 1.2rem;
}
.text-align--center {
    text-align: center;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    opacity: 0.80;
}
.center-xs {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}
section:not(.lazy-resolved),
section:not(.lazy-resolved) * {
    background-image: none !important;
}