html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: Montserrat;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100vh;
}

.banner_lp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_lp img{
    width: 443px;
    object-fit: cover;
    box-shadow: 0 0 0 #000;
    position: static;
    user-select: none;
}

.banner_lp a{
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .1s ease, visibility 0s;
    width: 240px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 22px;
    border: 3px solid #009B99;
    text-decoration: none;
    color: #009B99;
}

.banner_lp a:hover{
    background: #009B99;
    color: #FFFFFF;
}

.banner_lp .discover-txt{
    transition: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0px 2px 0px 0px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    font-family: Montserrat;
}

.banner_lp svg{
    transition: inherit;
    display: initial;
    fill: #009B99;
    margin: 0px 0px 0px 2px;
    width: 12px;
    height: 12px;
    margin-top: 6px;
}


.trustpilot_lp .trustpilot-top{
    display: flex;
    align-items: center;
}

.trustpilot_lp .trustpilot-top .tp-img-1{
    width: 250px;
    object-fit: cover;
}

.trustpilot_lp .trustpilot-top .tp-img-2{
    width: 292px;
    object-fit: cover;
}

.trustpilot_lp .trustpilot-bottom ul{
    list-style: none; 
 }  

 .trustpilot_lp .trustpilot-bottom ul li{
    color: #009B99;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 20px 0;
 }  


 .trustpilot_lp svg{
    width: 32px;
    height: 32px;
 }

 .trustpilot_lp svg path{
    fill: #009B99;
 }

 .trustpilot-atc{
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: auto;
    width: 100%;
    margin-top: 40px;
 }

 .trustpilot-atc a{
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 307px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 22px;
    border: 3px solid #009B99;
    text-decoration: none;
    color: #009B99;

 }

 .trustpilot-atc a:hover{
    background: #009B99;
    color: #FFFFFF;
}

 .trustpilot-atc .discover-txt{
    transition: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0px 2px 0px 0px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-weight: 900;
    font-family: Montserrat;
}

.trustpilot-atc a svg{
    transition: inherit;
    display: initial;
    fill: #009B99;
    margin: 0px 0px 0px 2px;
    width: 12px;
    height: 12px;
    margin-top: 6px;
}

.reviews{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin-top: 150px;
}

.reviews .review-block{
    width: 30%;
}

.reviews .review-block img{
    width: 100%;
}

.container.trustpilot-reviews{
    flex-direction: column;
    margin-bottom: 250px;
    height: auto;
}

@media (max-width: 750px) {
    .banner_lp img{
        width: 280px;
    }

	.trustpilot_lp .trustpilot-top .tp-img-1{
        width: 150px;
        object-fit: cover;
    }
    
    .trustpilot_lp .trustpilot-top .tp-img-2{
        width: 190px;
        object-fit: cover;
    }

    .reviews .review-block{
        width: 46%;
    }
	
}

@media (max-width: 480px) {
	.trustpilot_lp .trustpilot-top .tp-img-1{
        width: 130px;
        object-fit: cover;
    }
    
    .trustpilot_lp .trustpilot-top .tp-img-2{
        width: 150px;
        object-fit: cover;
    }

    .trustpilot_lp .trustpilot-bottom ul li{
        font-size: 15px;
    }

    .reviews .review-block{
        width: 96%;
    }

	
}