<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    scroll-behavior: smooth;
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}
a:focus{
    outline:none
}
.progress-container {
  width: 100%;
    height: 5px;
    background: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
}
.fixed {
    position: fixed;
    background-color: #fff;
    z-index:9;
    top:0; left:0;
    width: 100%; }
/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
    background: #99cf35;
  width: 0%;
}
.blocks.row &gt;div{margin-bottom:20px}
.icons.row &gt;div{padding:10px}
/*.icons img{max-width:90%}*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.46;
    font-size: 18px;
    /*color: #71706e;*/
    color:#0e3774
}
.movie-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.slogan {color:#0e3774;font-weight:600;font-size:1.2em}
/* colors */
#config {position:relative;z-index:9}
#config .slogan-big {font-size: 4em;
    font-weight: bold;
    text-align: center;
    display: block;}
#config .slogan-small {font-size: 2em;
    font-weight: bold;
    text-align: center;
    display: block;}
.config-select-second {display:none}

.white {
    color: #fff !important;
}

/* class */

.overflow-wrapper {
    overflow: hidden;
}

/* navbar */

.navbar {
    padding: .5rem 4rem;
    background-color: white !important;
}

.navbar .navbar-brand {
    width: 50%;
    max-width: 210px;
    min-width: 150px;
    text-align: center;
}

.navbar .navbar-brand img{
    width: 100%;
}

.navbar .navbar-brand p {
    margin: 0;
    color: #0e3774;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-size:14px
}

.navbar .nav-item {
    font-size: 16px;
    font-weight: 500;
    color: #0e3774;
}

.navbar .nav-item:hover a {
    color: #666;
}

.navbar .nav-item a.nav-link {
    color: #0e3774;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar .nav-item a.nav-link:hover{color:#666}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon  {
    background-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path stroke='rgba(14, 55, 116, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/&gt;&lt;/svg&gt;");
}
@media (max-width: 575px) {
    .navbar {
        padding: .5rem 1rem;
    }
}
@media (max-width: 992px) {
    .navbar .nav-item a.nav-link{   text-align: center;
        text-transform: uppercase;
        /* margin: 20px; */
        border-top: 1px solid;
        padding: 20px;
    }
}

/* header */

.header {
    height: 500px;
    width: 100%;
    position: relative;
    background: #9acf35;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}
.header img {max-height:500px}
.header.active-left {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    background: #009de0;
}

.header.active-right {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background: #003b81;
}

.header-box.left {
    position: absolute;
    left: -40%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003774;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.header-box.left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 500px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 500px;
    border-left: 300px solid #003774;
    position: absolute;
    left: 100%;
}

.header-box.right {
    position: absolute;
    right: 20%;
    top: 0;
    width: 20%;
    height: 100%;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.header-box.right::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 500px solid transparent;
    border-right: 300px solid #9acf35;
    position: absolute;
    right: 100%;
}

.header-box.center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.header-box-caption {
    width: 100%;
    z-index: 999;
}

.header-box-caption ul {
    margin: 100px 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    max-width: 400px;
    position: absolute;
}

.header-box-caption.left ul {
    left: 4rem;
    text-align: left;
    top: 5rem
}

.header-box-caption.right ul {
    right: 4rem;
    text-align: right;
    top: 5rem;
}

.header-box-caption.left ul li {
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    position: relative;
}

.header-box-caption.right ul li {
    font-size: 16px;
    color: #fff;
    padding-right: 25px;
    position: relative;
}

.header-box-caption.left ul li::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../img/vending-check.png');
    position: absolute;
    left: 0;
    top: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-box-caption.right ul li::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../img/vending-check.png');
    position: absolute;
    right: 0;
    top: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-box-caption.left h2 {
    position: fixed;
    left: 5%;
    top: 10%;
    max-width: 700px;
    min-width: 300px;
    font-size: 4vw;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

a.btn {

    font-size: 14px;
    color: #fff;
    background: #9acf35;
    padding:10px 15px;
    font-weight: normal;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
a.btn:hover{
    color:#fff;
    background:#009de0;
    letter-spacing: 1px;

}
.header a.btn { position: fixed;
    left: 5%;
    bottom: 10%;}
.header-box-caption h2 span {
    font-weight: 600;
    font-size: 2vw;
    display: block;
    width: auto;

}
@media (max-width: 575px) {
    .header-box-caption.left h2 {
        position: fixed;
        left: 5%;
        top: 10%;
        width:90%;
        font-size: 9vw;
        max-width: 200px!important;

    }

    .header-box-caption h2 span {
        font-weight: 400;
        font-size: 5vw;

    }
}
@media (min-width:576px) and (max-width: 1180px) {
    .header-box-caption.left h2 {
        position: fixed;
        left: 5%;
        top: 10%;
        width:90%;
        font-size: 6vw;
        max-width: 60%;
    }

    .header-box-caption h2 span {
        font-weight: 400;
        font-size: 3vw;

    }
}
@media (min-width:1181px) {
    .header-box-caption.left h2 {
        position: fixed;
        left: 5%;
        top: 10%;
        width:90%;
        font-size: 4vw;
        max-width: 60%;
    }

    .header-box-caption h2 span {
        font-weight: 400;
        font-size: 2vw;

    }
}
.header-box-caption.left {
    position: absolute;
    padding: 1rem 4rem;
}

.header-box-caption.right {
    position: absolute;
    padding: 1rem 4rem;
}

.header-box-caption.right h2 {
    position: fixed;
    right: 4rem;
    top: 4rem;
    font-size: 40px;
    font-size:4vw;
    color: #fff;
    font-weight: 600;
    text-align: justify;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.header-form.left {
    position: absolute;
    left: calc(50% - 150px);
    top: 50%;
    transform: translate(calc(-50% + 300px), -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: calc(100% - 30px);
    max-width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}

.header-form.right {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: calc(100% - 30px);
    max-width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}

.header-form.active {
    opacity: 1; 
}

.header-form-title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.header-form input[type="text"] {
    margin-bottom: 20px;
    margin-top: 15px;
}


/* segment */

.segment {
    padding: 45px 0;
    position: relative;
}
.nopadding {
    padding: 0!important;
}
.padding-top {padding-top:30px!important}
.segment.segment-top-extra-separate {
    padding-top: 180px;
}

.segment.segment-bottom-extra-separate {
    padding-bottom: 180px;
}

.segment.background {
    background: #e9e9e9;
}

.segment.background.dark {
    background: #003b81;
}

.segment-title {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    color:#0e3774;
}

.segment-title.center {text-align:center}

.segment-title::after {
    content: "";
    width: 50%;
    max-width: 400px;
    height: 4px;
    background: #99cf35;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}

.segment-title2 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 35px;
    margin-top:35px;
    text-align: left;
    position: relative;
}

.segment-title2::after {
    content: "";
    width: 30%;
    max-width: 400px;
    height: 2px;
    background: #009de0;
    position: absolute;
    left: 0%;
    bottom: 0;

}

.segment-description {
    font-size: 18px;
    text-align: justify;
}

@media (max-width: 575px) {
    .segment-title {
        font-size: 18px;
    }

}
@media (min-width: 576px) and (max-width: 1400px) {
    .segment-title {
        font-size: 26px;
    }

}
/* plus minus circle */
.circle{
    border:none;
    width:30px;
    height:30px;
    border-radius:100%;
    position:relative;
    margin-right:10px;
    display:inline-block;
    vertical-align:middle;
    background:#0e3774;
}
.circle.plus:before,
.circle.plus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#fff;
}
.circle.plus:before{
    width: 4px;
    margin: 6px auto;
}
.circle.plus:after{
    margin: auto 6px;
    height: 4px;
}

.circle.minus:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#fff;
    margin: auto 6px;
    height: 4px;
}

.benefits-list{list-style:none;padding-left:0px}
li.benefit {margin-bottom:20px;font-size:22px;color:#0e3774;cursor:pointer}
li.benefit span.trimed,li.benefit span.whole {display:inline-block;margin-top:3px;font-size:0.9em;text-align:justify;width:90%}
a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}
.comment {
    width: 400px;
    background-color: #f0f0f0;
    margin: 10px;
}

@media (max-width: 575px) {
    li.benefit {margin-bottom:20px;font-size:16px;color:#0e3774;cursor:pointer}
}
@media (min-width: 576px) and (max-width:1180px) {
    li.benefit {margin-bottom:20px;font-size:18px;color:#0e3774;cursor:pointer}
}

/* list with image */



.list-with-image + .list-with-image {
    margin-top: 60px;
}

.list-with-image-desc {
    width: 100%;
    max-width: calc(100% - 200px);
}
@media (max-width: 575px) {
    .list-with-image-desc {
        width: 100%;
        max-width: 100%;
    }
}

.list-with-image-desc p {
    margin: 0;
}

.list-with-image-desc ul {
    margin: 0;
    padding: 0;
}

.list-with-image-desc ul li {
    font-size: 16px;
    list-style-type: none;
    padding-left: 10px;
    position: relative;
}

.list-with-image-desc ul li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}


.list {
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

.list li {
    padding-left: 0;
    position: relative;
}



/*block*/
.blocks .owl-stage {display:flex;flex-wrap: wrap}
#machines .block {background:#fff;border:2px solid #fff}
#machines .block.item.new {position:relative;border:2px solid #FF9800}
#machines .block.item.new:after {
    content: "NOWOĹÄ";
    top: 10px;
    position: absolute;
    right: 10px;
    padding: 5px 15px;
    background: #FF9800;
    color: #fff;
    border-radius: 10px;}
#possibilities .icons img {align-self: center}
#possibilities .icons h3 {font-size:1.2em}
#possibilities ul {
    text-align: left;
    display: block;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
}
#possibilities ul li {
    display: block;
    position: relative;
    padding: 20px 25px;
    background: #fff;
    border:1px solid #0e3774;
    color:#0e3774;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius:7px;
    font-weight:bold
}
#possibilities ul li:hover {
    background: #dddddd;
    color:#0e3774
}
#message {text-align: center;
    font-size: 1.4em;
    line-height: 1.1em;color:#fff}
#possibilities .btn.now{padding:20px 30px; margin:20px}
#possibilities ul li ul,#possibilities ul li:hover ul {
    padding: 10px;
    text-align:center;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index:9;
    background:#fff;
    border: 1px solid #0e3774;
    border-radius:7px
}
#possibilities #pos2 {display:none}
#possibilities li.focus {box-shadow: 0px 0px 6px #99cf35;}
#possibilities ul li ul li {
    background-color: #efefef;
    font-size:18px;font-weight:bold;
    border:none;
    background:#fff;
    padding:10px
}
#possibilities ul li ul li &gt; a { 
    text-decoration: none;
    display: block; 
    color: #fff;
}
#possibilities ul li ul li:hover {
    background: #dddddd;
    color:#0e3774
}

#possibilities ul li &gt; span {
    display: inline;
    margin: 0 0 -3px 5px;
    background-size: 12px 12px;
}
#possibilities span.arrow-down {position:absolute;right:30px}
#possibilities ul li &gt; span img {width:18px;color:#0e3774}



.block {background:#e9e9e9;padding:30px;border-radius:10px;height:100%;align-items:center}
.block p {margin-bottom:0px}
.block-header {    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
    position:relative;
    top:-10px
}
.block-header span{    display: inline-block;
    background: #0e3774;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 40px;}

/* profits */

.profits-list {
    color: #fff;
    font-weight: 500;
}

/* contact */



.contact-form {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.contact-form input[type="text"], .contact-form input[type="phone"], .contact-form input[type="email"], .header-form input[type="text"] {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 6px;
}

.contact-form input + input {
    margin-top: 10px;
}

.contact-form .pretty {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: normal;
}

.contact-form .pretty .state label{
    padding-left: 20px;
    text-indent: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1.23;
}

.contact-form .pretty .state label::after, .contact-form .pretty .state label::before {
    top: 0;
}

.contact-form input[type="submit"], .header-form input[type="submit"] {
    background: #a4d718;
    color: #003b81;
    border-radius: 6px;
    box-shadow: none;
    display: block;
    width: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    box-shadow: none;
    font-weight: 500;
    border: 2px solid #a4d718;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-form input[type="submit"] {
    max-width: 240px;
}

.contact-form input[type="submit"]:hover {
    background: #003b81;
    color: #a4d718;
}

.header-form input[type="submit"]:hover {
    background: transparent;
    color: #a4d718;
}

/* element */

.element {
    height: 45px;
    width: 30px;
    background: transparent;
    border: 2px solid #0e3774;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.element-top {
    top: 67.5px;
    -webkit-animation: top .6s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
    animation: top .6s infinite;
    animation-direction: alternate;
    animation-delay: 1.2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes top {
    0%   {top: 67.5px;}
    25%  {top: 70.5px;}
    50%  {top: 73.5px;}
    75%  {top: 76.5px;}
    100% {top: 79.5px;}
}

/* Standard syntax */
@keyframes top {
    0%   {top: 67.5px;}
    25%  {top: 70.5px;}
    50%  {top: 73.5px;}
    75%  {top: 76.5px;}
    100% {top: 79.5px;}
}

.element-bottom {
    bottom: 67.5px;
    -webkit-animation: bottom .6s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
    animation: bottom .6s infinite;
    animation-direction: alternate;
    animation-delay: 1.2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bottom {
    0%   {bottom: 67.5px;}
    25%  {bottom: 64.5px;}
    50%  {bottom: 61.5px;}
    75%  {bottom: 58.5px;}
    100% {bottom: 55.5px;}
}

/* Standard syntax */
@keyframes bottom {
    0%   {bottom: 67.5px;}
    25%  {bottom: 64.5px;}
    50%  {bottom: 61.5px;}
    75%  {bottom: 58.5px;}
    100% {bottom: 55.5px;}
}

.element span {
    display: inline-block;
    background: #0e3774;
    height: 10px;
    width: 2px;
    border-radius: 1px;
    position: relative;
    top: 5px;
}

.element i {
    border: solid #0e3774;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    left: 7px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 99999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.loader-icon {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 200px;
}

/* scroll to top */

.scroll-top {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #fff;
    border-radius: 22.5px;
    border-width: 2px;
    border-color: #737270;
    outline: none !important;
    box-shadow: none !important;
}
.scroll-top:hover {
    background-color: #D9D8D6;
    border-color: #737270;
}
.scroll-top:focus, .scroll-top:active {
    background-color: #fff !important;
    border-color: #737270 !important; 
}
.scroll-top i {
    border: solid #737270;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    bottom: 12px;
    right: 15px;
}

.scroll-top .down {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

/* alert */

.alert {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
}

.machine-link {color:#0e3774;text-align:center}
.machine-link button {    background: #99cf35;
    border: none;
    padding: 10px 15px;
    color: #fff;
    margin: 0 auto;
    width: 150px;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    border-radius: .25rem;
-webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.machine-link button:hover{
    background: #009de0;
    letter-spacing: 1px;
    
}
a.machine-link:hover {text-decoration:none;color:#666}
.machine-link-header {font-weight:bold;text-align:center;display:block}

sidebar {
    background: rgba(255,255,255,0.95);
    position: fixed;
    z-index: 9;
    padding: 30px 30px 30px 20px;
}
.stepper{list-style-type:none;padding:5px 0px;margin:0;position:relative;overflow:hidden}
.stepper-item{list-style:none;padding:0;margin:0;position:relative}
.stepper-item:after{content:'';width:2px;height:calc(100% + 15px);position:absolute;left:15px;top:15px}
#step1.stepper-item:after{background:#edb440}
#step2.stepper-item:after{background:#8cbc36}
#step3.stepper-item:after{background:#0078bb}
#step4.stepper-item:after{background:#d7316f}
#step5.stepper-item:after{background:#7d5d81}
#step6.stepper-item:after{background:#edb440}
#step7.stepper-item:after{background:#8cbc36}
#step8.stepper-item:after{background:#0078bb}
#step9.stepper-item:after{background:#d7316f}
#step10.stepper-item:after{background:none}
.stepper-item+.stepper-item{margin-top:18px}
.stepper-item .title{padding:5px 0 5px 40px!important;color:#666;margin:0;position:relative;line-height:12px!important;font-size:0.9em}
.stepper-item .title:after{content:attr(data-step);width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;font-weight:400;position:absolute;left:0;top:0;color:#fff;border-radius:22.5px;z-index:1}
#step1.stepper-item .title:after{background:#edb440}
#step2.stepper-item .title:after{background:#8cbc36}
#step3.stepper-item .title:after{background:#0078bb}
#step4.stepper-item .title:after{background:#d7316f}
#step5.stepper-item .title:after{background:#7d5d81}
#step6.stepper-item .title:after{background:#edb440}
#step7.stepper-item .title:after{background:#8cbc36}
#step8.stepper-item .title:after{background:#0078bb}
#step9.stepper-item .title:after{background:#d7316f}
#step10.stepper-item .title:after{background:#7d5d81}
.stepper-item .wrapper{display:none;overflow:hidden}
.stepper-item:nth-child(1) .wrapper{display:block}
.copyright{color:#fff;font-size:12px;text-align:center;padding-top:20px}</pre></body></html>