@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.hero{background:#343f49;border-radius:16px;margin:120px 20px 20px;padding:20px 0}.hero__mobile-header{display:none}@media(max-width:999px){.hero__mobile-header{display:block}}.hero__inner{align-items:center;display:grid;gap:40px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1400px;padding:0 24px}.hero__inner--left{background:#fff;border-radius:16px;display:flex;gap:30px;padding:20px}@media(max-width:999px){.hero__inner--left{display:grid;order:2}.hero__inner--left .hero__mobile-header{order:1}.hero__inner--left .hero__mobile-header h1{margin-bottom:0}.hero__inner--left .hero__image{background-position:50%;height:536px;order:2}.hero__inner--left .hero__inner--content{order:3}.hero__inner--left .hero__inner--content .trustpilot-widget{display:none}}@media(max-width:499px){.hero__inner--left .hero__image{height:236px}}.hero__inner--left .trustpilot-widget{border:1px solid #0fb37d;border-radius:10px;margin-bottom:20px;padding:12px 0}.hero__inner--right{color:#fff}.hero__inner--right h3{color:#fff;margin-bottom:30px;text-align:center}.hero__inner--right p{font-family:Inter,sans-serif;font-size:8px;line-height:normal;margin-top:30px;text-align:center}.hero__inner--right p a{color:#fff;text-decoration:underline}@media(max-width:999px){.hero__inner--right{order:1}.hero__inner{grid-template-columns:1fr}}.hero__content--heading{margin-bottom:15px}.hero__content--subheading{margin-bottom:25px}.hero__content--cta-wrapper{margin-top:25px}@media(max-width:999px){.hero__content--heading{display:none}}.hero__image{background-size:cover;border-radius:16px;flex:0 0 300px}