<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Authenia';
    src: url('../fonts/Authenia-Regular.woff2') format('woff2'),
    url('../fonts/Authenia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#step-graphic-style-2-number-container {
    float: left;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 80px;
    background-color: #0fa37b;
    text-align: center;
}

#step-graphic-style-2-number {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    position: relative;

}

.step-graphic-style-2 div {
    margin-left: 70px;
}

.step-graphic-style-2 p {
    font-family: inherit;
    font-size: 24px;
    line-height: 1.3em;
    color: inherit;
    margin: 0;
}

.step-graphic-style-2 p.heading {
    font-weight: 500;
    color: #f6f6f6;
    margin: 0px 0;
}

.step-graphic-style-2 li {
    display: block;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px!important;
    clear: both;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
    border-radius: 3px;
}
.step-graphic-style-2 {
    width: 100%;
}
element.style {
}
.step-graphic-style-2 {
    width: 100%;
}
ul {
    list-style: none;
}



.cloud{
    float: left;
    position: relative;
    margin-left:150px;
    margin-top: 40px;
}
.cloud.fliped img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.cloud.pos1{
    right:20px;
    left:auto;
    bottom: 70px;
}
.cloud.pos1 img{
    width:100px;
}
.cloud.pos2{
    bottom: 150px;
    right:50px;
    left:auto;
}
.cloud.pos2 img{
    width:150px;
}
.cloud.pos3{
    bottom: 200px;
    left:120px;
}
.cloud.pos3 img{
    width:180px;
}

.floating{
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}</pre></body></html>