@import url('reset.css');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


* {
    box-sizing: border-box;
}
/* html {
    height: 100%;
} */
 
body {
    height: 100%;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 26px;
    min-height: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #3e3e3e;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.uvfre67lo-button {
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    max-width: 220px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    background: #00a335;
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}
.uvfre67lo-button:hover {
    background: #00c941;
}

/* Header */
.uvfre67lo-header {
    padding: 20px 24px;
    border-bottom: 1px solid #5f6c77;
}
.uvfre67lo-logo {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.uvfre67lo-logo span {
    margin-left: 10px;
}

/* banner */
.uvfre67lo-banner {
    position: relative;
    height: 86vh;
    padding: 60px 24px 60px;
    background: #2aac54;
    color: #ffffff;
    overflow: hidden;
}
.uvfre67lo-banner::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    background: #5f6c77;
    width: 52%;
    height: 140%;
    border-radius: 0 50% 50% 0;
    transition: .3s;
}
.uvfre67lo-banner--module {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uvfre67lo-banner--left {
    max-width: 700px;
    width: 100%;
    position: relative;
    padding-right: 26px;
}
.uvfre67lo-banner--image {
    position: relative;
}
.uvfre67lo-naming {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 20px;
}
.uvfre67lo-text {
    margin-bottom: 30px;
}

/* Company */
.uvfre67lo-company {
    padding: 80px 24px;
    background: #f4f4f4;
}
.uvfre67lo-company--module {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uvfre67lo-company--left {
    max-width: 700px;
    width: 100%;
    position: relative;
    padding-right: 26px;
}
.uvfre67lo-naming--middle {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.uvfre67lo-company--text {
    color: #777777;
}
.uvfre67lo-company--text strong {
    font-weight: 700;
    color: #00a335;
}


/* Get */
.uvfre67lo-get {
    padding: 80px 24px;
}
.uvfre67lo-naming--small {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}
.uvfre67lo-get--module {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}
.uvfre67lo-get--item p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    color: #777777;
}
.uvfre67lo-get--item p::before {
    content: '';
    background-image: url(../images/check-uvfre67lo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 18px;
    width: 18px;
    height: 18px;
    display: block;
    margin: 5px 10px 0 0;
}
.uvfre67lo-get--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.uvfre67lo-get .uvfre67lo-naming--middle {
    margin-bottom: 0;
}
.uvfre67lo-get--image {
    margin-bottom: 20px;
}
.uvfre67lo-get--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* argument */
.uvfre67lo-argument {
    padding: 80px 24px 160px;
    background: #00a335;
    color: #ffffff;
}
.uvfre67lo-argument .uvfre67lo-naming--middle {
    margin-bottom: 0;
}
.uvfre67lo-argument--module {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    grid-gap: 20px;
    align-items: center;
}
.uvfre67lo-argument--text {
    max-width: 500px;
    width: 100%;
}


/* options */
.uvfre67lo-options {
    padding: 0 24px 40px;
    margin-top: -100px;
}
.uvfre67lo-options--ledger {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.uvfre67lo-options--piece {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 440px;
    width: 100%;
    padding: 30px 20px;
    background: #ffffff;
    transition: .5s;
    cursor: pointer;
}
.uvfre67lo-options--piece:hover {
    box-shadow: 0px 2px 16px #06060694;
    transform: translateY(-20px);
}
.uvfre67lo-options--naming {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}
.uvfre67lo-options--article {
    color: #777777;
}
.uvfre67lo-options--article strong {
    font-weight: 700;
    color: #00a335;
}
.uvfre67lo-options--image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

/* contacter */
.uvfre67lo-contacter {
    position: relative;
    padding: 80px 24px;
    background: #5f6c77;
    color: #ffffff;
    overflow: hidden;
}
.uvfre67lo-contacter--text {
    margin-bottom: 14px;
}
.uvfre67lo-contacter--title {
    color: #cfd3d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.uvfre67lo-contacter--link {
    font-weight: 700;
    transition: .3s;
}
.uvfre67lo-contacter--link:hover {
    color: #00a335;
}

/* Footer */
.uvfre67lo-endnoting {
    padding: 40px 24px;
    background: #272e32;
    color: #ffffff;
}
.uvfre67lo-endnoting--nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.uvfre67lo-endnoting--point {
    padding: 4px;
    transition: .3s;
}
.uvfre67lo-endnoting--point:hover {
    color: #00a335;
}

/* Info */
.uvfre67lo-information {
    padding: 60px 24px;
}

.uvfre67lo-information--module h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}
.uvfre67lo-information--module h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.uvfre67lo-information--module h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}
.uvfre67lo-information--module p {
    margin-bottom: 14px;
}
.uvfre67lo-information--module ol {
    padding-left: 30px;
    list-style-type: decimal;
}
.uvfre67lo-information--module ul {
    padding-left: 30px;
    list-style-type: disc;
}
.uvfre67lo-information--module li {
    margin-bottom: 16px;
}
.uvfre67lo-information--module li::marker {
    font-weight: 700;
}
.uvfre67lo-information--module b {
    font-weight: 700;
}

.strokes-wrap {
    position: absolute;
    height: 50px;
    bottom: -26px;
    left: 0;
    right: 0;
}
.strokes {
    height: 100%;
    width: 100%;
}
.stroke {
    position: absolute;
    display: flex;
    transition: all 0.1s ease-in-out;
    width: 100%;
}
.marquee {
    animation: scroll 24s linear infinite;
}
.strokes-wrap.strokes-wrap--secondary {
    bottom: -5px;
}
.strokes-wrap.strokes-wrap--third {
    bottom: 4px;
}
.strokes-wrap--secondary .marquee {
    animation: scroll 6s linear infinite;
    animation-delay: .6s;
    opacity: .4;
}
.strokes-wrap--third .marquee {
    animation: scroll 4s linear infinite;
    animation-delay: 1.2s;
    opacity: .7;
}

.reverce {
    animation-direction: reverse;
}
.perfscan {
    margin: 20px 0;
    text-align: center;
    bottom: 0;
    background: #fff;
    padding: 5px;
}
.perfscan hr {
    border: solid #999;
    border-width: 1px 0 0 0;
    max-width: 50%;
    margin: 0 auto 20px;
}
.perfscan a {
    color: #000;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .uvfre67lo-header {
        padding: 20px;
    }
    .uvfre67lo-naming {
        font-size: 36px;
        line-height: 42px;
    }
    .uvfre67lo-banner--module {
        flex-direction: column;
        justify-content: center;
    }
    .uvfre67lo-banner--left {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .uvfre67lo-button {
        margin: 0 auto;
    }
    .uvfre67lo-banner {
        height: auto;
        padding: 40px 20px 60px;
    }
    .uvfre67lo-banner::before {
        width: 90%;
    }
    .uvfre67lo-naming--middle {
        font-size: 28px;
        line-height: 32px;
    }
    .uvfre67lo-company {
        padding: 40px 20px;
    }
    .uvfre67lo-get {
        padding: 40px 20px;
    }
    .uvfre67lo-argument {
        padding: 40px 20px 100px;
    }
    .uvfre67lo-options {
        padding: 0 20px 40px;
        margin-top: -60px;
    }
    .uvfre67lo-contacter {
        padding: 40px 20px;
    }
    .uvfre67lo-endnoting {
        padding: 24px 20px;
    }
    .uvfre67lo-options--piece {
        box-shadow: 0px 2px 16px #06060694;
        margin: 0 10px 20px;
        max-width: 280px;
    }
    .uvfre67lo-argument--module {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .uvfre67lo-get--module {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .uvfre67lo-information {
        padding: 40px 14px;
        word-break: break-word;
    }
    .uvfre67lo-information--module h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .uvfre67lo-information--module h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .strokes-wrap.strokes-wrap--third {
        bottom: -10px;
    }
    .stroke img {
        height: 40px;
    }
    .strokes-wrap {
        height: 40px;
        bottom: -16px;
    }
}

@media (max-width: 720px) {
    .uvfre67lo-logo {
        font-size: 26px;
        line-height: 30px;
    }
    .uvfre67lo-logo img {
        width: 60px;
    }
    .uvfre67lo-company--module {
        flex-direction: column;
    }
    .uvfre67lo-company--left {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .uvfre67lo-options--piece {
        max-width: 100%;
    }
    .uvfre67lo-get--list {
        grid-template-columns: 1fr;
    }
}




  
@keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 20px));
    }
}




/* Animate */

.uvfre67lo-svg--animate {
    position: absolute;
    z-index: 0;
    opacity: .3;
    left: 0;
    bottom: -16%;
    pointer-events: none;
}
.uvfre67lo-contacter .uvfre67lo-svg--animate {
    top: -40%;
    bottom: 0;
    transform: rotate(352deg);
}
.uvfre67lo-contacter .uvfre67lo-svg--animate svg {
    width: 100%;
    height: 110%;
} 

@keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 2045.683349609375px;
      stroke-dasharray: 2045.683349609375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 2045.683349609375px;
    }
}
  
.svg-elem-1 {
    animation: animate-svg-stroke-1 .2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
  
@keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 2004.2294921875px;
      stroke-dasharray: 2004.2294921875px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 2004.2294921875px;
    }
}
  
.svg-elem-2 {
    animation: animate-svg-stroke-2 .2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}
  
@keyframes animate-svg-stroke-3 {
    0% {
      stroke-dashoffset: 1809.3026123046875px;
      stroke-dasharray: 1809.3026123046875px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 1809.3026123046875px;
    }
}
  
.svg-elem-3 {
    animation: animate-svg-stroke-3 .2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
}
  
@keyframes animate-svg-stroke-4 {
    0% {
      stroke-dashoffset: 1683.339111328125px;
      stroke-dasharray: 1683.339111328125px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 1683.339111328125px;
    }
}
  
.svg-elem-4 {
    animation: animate-svg-stroke-4 .2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
}
  
@keyframes animate-svg-stroke-5 {
    0% {
      stroke-dashoffset: 1564.88671875px;
      stroke-dasharray: 1564.88671875px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 1564.88671875px;
    }
}
  
.svg-elem-5 {
    animation: animate-svg-stroke-5 .2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
}
  