* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@keyframes stroke-animation {
    0% {
        stroke-dashoffset: 0;
    }
    30% {
        stroke-dashoffset: 1550;
    }
    60% {
        stroke-dashoffset: 3100;
        fill: transparent;
        transform: scale(1);
    }
    80% {
        transform: scale(1.1);
    }
    90% {
        transform: scale(1);
    }
    100% {
        stroke-dashoffset: 3100;
    }
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    float: left;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.footer-h6{
    color: #01a9ac!important;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}
.footer-mentions>div>a{
    text-decoration: none;
    color: #fff;
}
.footer-mentions>div>a:hover{
    text-decoration: underline;
    color: #ccc;
}
.footer-heading-line>::before {
    right: 100%;
    margin-right: 20px;
}
.footer-heading-line>::after, .footer-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.6px + 0.03em)/ 2));
    width: 80px;
    border-bottom: calc(0.6px + 0.03em) solid #01a9ac;
}
.footer-heading-line {
    overflow: hidden;
}
.footer-heading-line>* {
    display: inline-block;
    position: relative;
}
.footer-text-small {
    font-size: 12px;
    line-height: 1.5;
}