@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-BoldItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-BlackItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../font/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Black.woff2') format('woff2'),
        url('../font/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../font/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-MediumItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../font/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../font/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../font/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Light.woff2') format('woff2'),
        url('../font/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('../font/poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Italic.woff2') format('woff2'),
        url('../font/poppins/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-ThinItalic.woff2') format('woff2'),
        url('../font/poppins/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Thin.woff2') format('woff2'),
        url('../font/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Retro Signature';
    src: url('../font/retro-signature/RetroSignatureRegular.woff2') format('woff2'),
        url('../font/retro-signature/RetroSignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {

    --pv-blue: #84cdc7;
    --pv-blue-alternate: #7bc5c2;
    --pv-blue-darker: #3f8a87;
    --pv-purple: #d4cae9;
    --pv-purple-darker: #b7a4dd;
    --pv-purple-hard: #a59abb;
    --pv-creamy: #efe9e4;
    --pv-creamy-light: #fbfaf9;
    --pv-text-darker: #245453;
    --pv-filter-blue-darker: invert(23%) sepia(66%) saturate(383%) hue-rotate(130deg) brightness(98%) contrast(87%);
    --pv-button: #1c6563;
    --whatsapp-color: #388e3c;
    --pv-yellow: #ffc400;

    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
}

a,
a:visited,
a:hover,
a:active {
    color: var(--button-background);
}

a:hover,
a:active {
    cursor: pointer;
}


img {
    width: 100%;
}

.wrapper em {
    color: var(--pv-button);
}


.wrapper .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.wrapper .flexed {
    display: flex;
}

.wrapper .cta {
    justify-content: space-around;
    gap: 3rem;
}

.wrapper .cta .message {
    max-width: 60%;
}


.wrapper header nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: 300ms;
    z-index: 1000;
}

.wrapper header nav .topcurves {
    background-image: url(../image/top-curves.png);
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    height: 70px;
    transform: rotate(180deg);
    display: none;
    z-index: -1;
}

.wrapper header nav.scrolled .topcurves {
    background-image: url(../image/top-curves.png);
    position: absolute;
    top: 74%;
    width: 100%;
    left: 0;
    right: 0;
    height: 70px;
    transform: rotate(180deg);
    display: block;

}

.wrapper header nav.scrolled {
    background: var(--color-invert);
    padding: 1rem 0;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0px 1px 7px var(--pv-purple);
}

.wrapper header nav .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wrapper header nav.scrolled .container {
    justify-content: space-between;
}

.wrapper header nav .container img {
    max-width: 150px;
    height: 100%;
    display: none;
}

.wrapper header nav.scrolled .container img {
    display: block;
}

.wrapper header nav .container .controls {
    display: none;
    gap: 1.4rem;
    align-items: center;
    padding: 0;
    background: transparent;
}

.wrapper header nav.scrolled .container .controls {
    display: flex;
}

.wrapper header nav .container .controls button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--pv-button);
    border: 1px solid var(--pv-button);
    border-radius: 0.2rem;
    padding: 0.4rem 0.7rem;
    color: white;
    font-size: 1.1rem;
    gap: .3rem;
}

.wrapper header nav .container .controls button img {
    filter: invert(1);
    width: 28px;
    height: 28px;
}

.wrapper header nav .container .controls ul {
    display: flex;
    gap: 1.4rem;
    padding: 0;
    margin: 0;
}

.wrapper header nav .container .controls ul li {
    list-style: none;
}

.wrapper header nav .container .controls ul li a,
.wrapper header nav .container .controls ul li a:visited {
    text-decoration: none;
    color: var(--color);
    font-size: 1.13rem;
    font-weight: 400;
    transition: 250ms;
}

.wrapper header nav .container .controls ul li a:hover {
    background: var(--pv-purple-hard);
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    color: var(--color-invert);
}

.wrapper header .topcurves {
    background-image: url(../image/top-curves.png);
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    right: 0;
    height: 70px;
}

.wrapper header #badge {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    bottom: -2rem;
    justify-content: flex-end;
}

.wrapper header #badge .bubble {
    background: var(--pv-purple);
    display: flex;
    border-radius: 10rem;
    padding: 1rem;
}

.wrapper header #badge .bubble img {
    width: 40px;
    height: 40px;
}

.wrapper header {
    position: relative;
}

.wrapper header #slider {
    background: var(--pv-creamy);
    width: 100%;
    height: 56vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3rem 0 0;
    overflow: hidden;
    background-image: url(../image/more-texture-invert.webp);
}

.wrapper header #slider .container.flexed {
    gap: 6rem;
}

.wrapper header #slider .right {
    flex-shrink: 0;
}

.wrapper header #slider .right img {
    max-width: 450px;
}

.wrapper header #slider .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.wrapper header #slider .left img {
    width: 90%;
}

.wrapper header #slider .left p.overname {
    font-weight: 300;
    font-size: 1.4rem;
    font-style: italic;
    margin: 0 0 1rem;
}

.wrapper header #slider .left p.name {
    font-size: 4rem;
    margin: 0;
    color: var(--pv-blue-darker);
    font-weight: 600;
}

.wrapper header #slider .left button {
    background: var(--pv-blue-darker);
    border: 1px solid var(--pv-blue-darker);
    padding: 1rem 2rem;
    font-size: 1.2rem;
    color: white;
    margin-top: 2rem;
    text-transform: uppercase;
    width: max-content;
    border-radius: .2rem;
}


/*info*/
#info {
    padding: 7rem 0;
}

#info h1 {
    font-size: 1.95rem;
    font-weight: 200;
    margin: 0 0 2rem;
    text-align: center;
    line-height: 3.5rem;
}

#info h1 strong {
    font-weight: 600;
    color: var(--pv-blue-darker);
}

#info h1 span {
    font-weight: 300;
    display: block;
    font-size: 1.8rem;
    margin-bottom: -10px;
    color: #222;
}

#info p {
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 300;
}

#info h3 {
    font-size: 1.75rem;
    text-align: left;
    font-weight: 500;
    color: var(--pv-blue-darker);
    margin-bottom: .5rem;
}

#info ul {
    padding: 0;
    margin: 0 0 2rem;
    list-style: none;
}

#info li {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 300;
}

#info li::before {
    content: "★";
    color: var(--pv-purple-darker);
    margin-right: 0.4rem;
    font-size: 1.5rem;
}


#info .container {
    gap: 6rem;
    align-items: center;
}

#info .left {
    flex-shrink: 0;
    width: 45%;
}

#info .left img {
    border-radius: 2.5rem 2.5rem 0 2.5rem;
    box-shadow: 1.2rem 1.2rem 1px var(--pv-blue);
}

#info .left.bordered {
    flex-shrink: 0;
    width: 45%;
    background: var(--pv-blue-alternate);
    border-radius: .5rem;
    padding: 1.4rem;
}

#info .left video {
    border-radius: .4rem;
}

#info .areas {
    margin-top: 7rem;
}

#info .areas h2 {
    font-size: 2.3rem;
    font-weight: 300;
    color: var(--color);
    margin: 0;
    text-align: center;
}

#info .areas p.topline {
    font-size: 1.35rem;
    text-align: center;
}

#info .areas h2 span {
    color: var(--pv-blue-darker);
    font-weight: 600;
}

#info .areas .flexed {
    gap: 4rem;
    margin: 4rem 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

#info .areas .flexed .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 44%;
}

#info .areas .flexed .card h3 {
    margin: 1rem 0;
    text-align: center;
}

#info .areas .flexed .card img {
    max-width: fit-content;
    background: var(--pv-purple);
    border-radius: 10rem;
    overflow: hidden;
}

#info .areas .flexed .card p {
    text-align: justify;
}

/*more*/
#more {
    padding: 7rem 0;
    background-color: var(--pv-blue);
    background-image: url(../image/more-texture.png);
}

#more h2 {
    font-size: 4rem;
    font-weight: 600;
    color: white;
    margin: 0 0 2rem;
    padding: 0;
}

#more .cardboard {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 7rem;
}

#more .cardboard .card {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    overflow: hidden;
    border-radius: 0.3rem;
}

#more .cardboard .card .picture {
    position: relative;
}

#more .cardboard .card .picture .tag {
    position: absolute;
    background: var(--pv-creamy);
    top: 0;
    right: 0;
    margin: 0;
    padding: 0.7rem 1.2rem 0.7rem 1.6rem;
    border-radius: 0 0 0 2rem;
    color: var(--pv-text-darker);
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#more .cardboard .card .picture img {
    border-bottom: 2px solid var(--pv-purple);
}

#more .cardboard .card h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 1rem 0 0;
    color: #222;
    text-align: center;
}

#more .cardboard .card button,
#more .cardboard .card a.button {
    background: var(--pv-purple);
    border: 1px solid var(--pv-purple);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color);
    border-radius: 0.2rem;
    padding: 1rem 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-evenly;
    margin: 1.6rem 0;
    text-decoration: none;
    cursor: pointer;
}

/*cta*/
#cta {
    padding: 7rem 0;
}

#cta .container {
    gap: 3rem;
    align-items: center;
}

#cta h2 {
    font-size: 3rem;
    font-weight: 300;
    color: var(--pv-text-darker);
    margin: 0;
    text-align: center;
}

#cta h2 strong {
    font-weight: 600;
    color: var(--pv-blue-darker);
}

#cta p {
    font-size: 1.1rem;
    font-weight: 300;
    text-align: center;
}

button.action {
    background: var(--pv-button);
    border: 1px solid var(--pv-button);
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 300;
    color: white;
    border-radius: 0.4rem;
    padding: 1rem 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-evenly;
}

#cta button.action {
    width: 35%;
}

button img {
    filter: invert(1);
    width: 60px;
    height: 60px;
}

#cta .testimonials {
    margin: 6rem auto 0;
}

#cta .testimonials h2 {
    font-size: 2.3rem;
    font-weight: 300;
    color: var(--color);
    margin: 0;
    text-align: center;
}

#cta .testimonials h2 span {
    color: var(--pv-blue-darker);
    font-weight: 600;
}

#cta .testimonials .cards.autoslider {
    margin: 3rem 0 0;
}

#cta .testimonials .cards.autoslider .scroll-carousel-viewport {
    padding: .3rem 0
}

#cta .testimonials .cards.autoslider .sc-slide {
    margin-right: 3rem !important;
}

#cta .cards.container {
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
}

#cta .testimonials .cards.arrowslider {
    max-width: 800px;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    padding: 0 6rem;
}

#cta .testimonials .cards.arrowslider .slider {
    width: 100%;
}

#cta .testimonials .cards.arrowslider .slider:hover {
    cursor: default;
}

#cta .testimonials .cards.arrowslider .slide-controller {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    padding: 0 2rem;
    top: 4rem;
}

#cta .testimonials .cards.arrowslider .slide-controller a {
    background: var(--pv-purple-hard);
    display: flex;
    border-radius: 10rem;
    padding: 0.2rem;
}

#cta .testimonials .cards.arrowslider .slide-controller a img {
    filter: invert(1);
    zoom: 1.5;
}

#cta .testimonials .cards.arrowslider .testimonial {
    width: 99%;
}

#cta .testimonials .testimonial {
    width: 520px;
    min-width: 320px;
    padding: 1rem;
    box-shadow: 2px 2px 5px var(--pv-purple);
    border-radius: 2rem;
    background: var(--pv-creamy-light);
    margin: .5rem;
}

#cta .testimonials .testimonial .baloon .top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

#cta .testimonials .testimonial .baloon .top .stars {
    color: var(--pv-yellow);
    font-size: 1.3rem;
}

#cta .testimonials .testimonial .baloon .top img {
    max-width: 40px !important;
}

#cta .testimonials .testimonial .signer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}


#cta .testimonials .testimonial .signer .initial {
    background: var(--pv-purple);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    font-weight: 600;
    color: var(--color);
    font-size: 1.45rem;
}

#cta .testimonials .testimonial .signer .signature {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 1.2rem;
}

#cta .testimonials .testimonial .signer .signature span {
    color: var(--pv-blue-darker);
    font-size: 1rem;
}

#cta .slick-next:before,
#cta .slick-prev:before {
    color: var(--pv-purple-hard);
    font-size: 40px;
}

#cta .slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
}

#cta .slick-next {
    right: 0;
    width: 40px;
    height: 40px;
}

#cta .slick-list {
    margin: 0 1rem;
}

.wrapper footer {
    background-image: url("../image/footer-curves.webp");
    background-repeat: no-repeat;
    background-color: var(--pv-blue-darker);
    color: white;
    padding: 6.8rem 0 0;
}

.wrapper footer .nav {
    gap: 1rem;
    justify-content: space-between;
}

.wrapper footer .nav a {
    color: white;
}

.wrapper footer .nav .logo {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-items: center;
}

.wrapper footer .nav .logo img {
    max-width: 340px;
}

.wrapper footer .nav .logo .social {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.wrapper footer .nav .logo .social a,
.wrapper footer .nav .logo .social a:visited {
    padding: 0.5rem;
    background: white;
    border-radius: 50rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper footer .nav .logo .social a img,
.wrapper footer .nav .logo .social a:visited img {
    filter: var(--pv-filter-blue-darker);
}

.wrapper footer .nav .mid {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    align-items: normal;
}

.wrapper footer .nav .mid h3 {
    font-weight: 600;
    color: var(--pv-creamy);
    font-size: 1.4rem;
    margin: 0 0 .3rem;
}

.wrapper footer .nav .mid a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.wrapper footer .nav .mid a img {
    filter: invert(1);
    width: 24px;
    height: 20px;
    margin: 0px 0 0 -8px;
}

.wrapper footer .nav .contact {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    align-items: normal;
}

.wrapper footer .nav .contact h3 {
    font-weight: 600;
    color: var(--pv-creamy);
    font-size: 1.4rem;
    margin: 0 0 .3rem;
}

.wrapper footer .nav .contact a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem;
    text-decoration: none;
}

.wrapper footer .nav .contact a img {
    filter: invert(1);
    width: 28px;
    height: 28px;
}

.wrapper footer .nav .contact .qrbox {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wrapper footer .nav .contact .qrbox a img {
    filter: invert(0);
    height: 100px;
    width: 100px;
}

.wrapper footer .nav .contact .qrbox p {
    margin: 0;
    line-height: 1.2rem;
}

.wrapper footer .nav .contact .qrbox p img {
    width: auto;
    display: block;
}

.wrapper footer .bottom {
    background-color: var(--pv-creamy);
    margin: 2rem 0 0;
    color: var(--pv-text-darker);
}

.wrapper footer .bottom a {
    color: var(--pv-text-darker);
}

.wrapper footer .bottom .container {
    justify-content: space-between;
    align-items: center;
}

.wrapper footer .bottom .container .lgpd {
    gap: 1rem;
}

/* contato cta */
#contato-cta {
    position: fixed;
    bottom: 1rem;
    right: .5rem;
    z-index: 99;
}

#contato-cta a,
#contato-cta a:visited {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

#contato-cta a .cta-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#contato-cta a .cta-box span {
    width: 5rem;
    height: 5rem;
    background: var(--whatsapp-color);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 5rem;
    padding: 0.3rem;
    border: 3px solid #fff;
    margin: -2.5rem;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}

#contato-cta a .cta-box span img {
    width: 80%;
    filter: invert(1);
}

#contato-cta a:hover,
#contato-cta a:active {
    animation: shake 1000ms;
    animation-iteration-count: 1;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* gkconsent */
body div.gckconsent-setup {
    background-color: rgba(1, 1, 1, .4);
}

body div.gckconsent-setup #gckconsent-flag {
    border-top: 0.3rem solid var(--pv-blue-darker);
}

body div.gckconsent-setup #gckconsent-flag h3 {
    color: var(--pv-blue-darker);
    margin: 0 0 0.5rem;
}

body div.gckconsent-setup #gckconsent-flag h3 img {
    filter: invert(44%) sepia(35%) saturate(592%) hue-rotate(129deg) brightness(99%) contrast(83%);
}

body div.gckconsent-setup #gckconsent-flag div.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

body div.gckconsent-setup #gckconsent-flag .controls .acceptall,
body div.gckconsent-setup #gckconsent-flag .controls .acceptall:focus,
body div.gckconsent-setup #gckconsent-flag .controls .acceptall:visited {
    background: var(--pv-blue-darker);
}

body div.gckconsent-setup #gckconsent-flag .controls .acceptall:hover,
body div.gckconsent-setup #gckconsent-flag .controls .acceptall:active {
    background: var(--pv-text-darker);
}

body div.gckconsent-setup #gckconsent-flag .controls .prefs,
body div.gckconsent-setup #gckconsent-flag .controls .prefs:focus,
body div.gckconsent-setup #gckconsent-flag .controls .prefs:visited {
    background-color: #aaaaaa;
    color: var(--color);
}

body div.gckconsent-setup #gckconsent-flag .controls .prefs:hover,
body div.gckconsent-setup #gckconsent-flag .controls .prefs:active {
    background: var(--pv-text-darker);
    color: var(--color-invert);
}

/*responsive*/
/* max 767 */
@media (max-width: 1024px) {
    .wrapper header #slider .right img {
        max-width: 400px;
    }

    .wrapper header #slider .container.flexed {
        gap: 2rem;
    }

    #info .container.flexed {
        display: block;
    }

    #info .container.flexed .left {
        float: left;
        margin: 0 4rem 2rem 0;
    }
}

@media (max-width: 900px) {
    .wrapper footer .nav {
        flex-wrap: wrap;
        row-gap: 3rem;
        justify-content: space-between;
    }

    .wrapper footer .nav .logo {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {

    .wrapper header nav .container .controls ul {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 1rem;
    }

    #more .cardboard {
        flex-direction: column;
        gap: 2rem;
        row-gap: 2rem;
    }

    #more .cardboard .card {
        width: 100%;
    }

    #cta .container.flexed {
        flex-direction: column;
        gap: 2rem;
    }

    #cta .testimonials h2 {
        padding: 0 1rem;
    }


    #cta button.action {
        width: initial;
    }

    .wrapper footer .nav {
        flex-wrap: nowrap;
        row-gap: 2rem;
        flex-direction: column;
    }

    .wrapper footer .nav>div {
        text-align: center;
    }

    .wrapper footer .nav .mid a {
        margin: 0 auto;
        height: 36px;
        text-decoration: underline;
    }

    .wrapper footer .nav .mid a img {
        display: none;
    }

    .wrapper footer .nav .contact>a {
        margin: 0 auto;
    }

    .wrapper footer .nav .contact .qrbox {
        justify-content: center;
    }

    .wrapper footer .nav .contact {
        margin-bottom: 2rem;
    }
}

@media (max-width: 560px) {

    .wrapper .container {
        padding: 0 1rem;
    }

    #info,
    #more,
    #cta {
        padding: 3.5rem 0;
    }

    #info h1 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    #info .areas h2 {
        font-size: 1.8rem;
    }

    #more h2 {
        font-size: 2.6rem;
    }

    #cta h2 {
        font-size: 1.8rem;
    }

    .wrapper header #slider .container.flexed {
        gap: 0;
        flex-direction: column;
    }

    .wrapper header #slider .left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
        align-items: center;
    }

    .wrapper header #slider .left p.overname {
        margin: 0;
    }

    .wrapper header #slider .left img {
        width: 284px;
    }

    .wrapper header #slider .right {
        flex-shrink: initial;
        text-align: center;
    }

    .wrapper header #slider .right img {
        max-width: 245px;
    }

    #info .container.flexed {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #info .container.flexed .left {
        flex-basis: 100%;
        width: 100%;
        float: none;
        margin: 0;
    }

    #info .areas .flexed {
        gap: 2rem;
        flex-direction: column;
    }

    #info .areas .flexed .card {
        width: 100%;
    }

    #info .areas {
        margin-top: 2rem;
    }

    #cta .testimonials h2 {
        font-size: 1.6rem;
    }

    #cta .cards.container {
        margin-top: 4.5rem;
        gap: 0;
        display: block;
    }

    #cta .slick-prev {
        left: 20vw;
        top: -30px;
    }

    #cta .slick-next {
        right: 20vw;
        top: -30px;
    }

    #cta .slick-list {
        padding: 0;
        margin: 0;
    }

    #cta .testimonials .testimonial {
        min-width: auto;
    }

    #cta .testimonials .testimonial .baloon p {
        font-size: 1rem;
    }

    #cta .testimonials .testimonial .signer .initial {
        display: none;
    }
}

@media (max-width: 500px) {
    .wrapper header #slider .left p.overname {
        display: none;
    }

    .wrapper footer .nav .contact .qrbox {
        display: none;
    }

    .wrapper header #slider {
        min-height: 140vw;
    }
}