.hero-wrapper{background-image:url(/_build/assets/hero-Om6xAg8V.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;min-height:100vh}.hero-wrapper .hero{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:24px;min-height:100vh;max-width:600px;margin-left:15%;color:#f9f9f9}@media (max-width: 1279px){.hero-wrapper .hero{margin-left:40px}.hero-wrapper .hero p{max-width:50ch}}@media (max-width: 1023px){.hero-wrapper .hero{margin-left:16px}}.hero-wrapper .hero .text-green{color:#bfe02b;font-weight:700}.hero-wrapper .hero .items{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.hero-wrapper .hero .items .row{display:flex;align-items:center;justify-content:flex-start;gap:8px}.hero-wrapper .hero .button{margin-top:8px}.welcome-items{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:112px 0 48px}@media (max-width: 1023px){.welcome-items{padding:80px 0}}@media (max-width: 767px){.welcome-items{padding:64px 0}}.welcome-items h2{text-align:center;margin-bottom:48px}@media (max-width: 767px){.welcome-items h2{font-size:32px}}.welcome-items p{text-align:center;line-height:150%;margin-bottom:16px}.welcome-items .item-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 86px;margin-bottom:64px}@media (max-width: 767px){.welcome-items .item-wrapper{grid-template-columns:1fr;gap:48px}}.welcome-items .item{display:flex;align-items:flex-start;gap:16px;max-width:340px;padding-right:24px;padding-bottom:56px;border-bottom:1px solid #BFE02B}@media (max-width: 1023px){.welcome-items .item{padding-right:24px;padding-bottom:36px}}@media (max-width: 767px){.welcome-items .item{padding-right:34px;padding-bottom:28px}}.welcome-items .item h6{font-family:var(--font-family-secondary, Arial),sans-serif;font-weight:400;font-size:18px;line-height:150%}@media (max-width: 767px){.welcome-items .item h6{font-size:16px}}.section-container{display:flex;align-items:center;justify-content:space-between;gap:80px;max-width:1432px;margin:0 auto;padding:80px 40px}@media (max-width: 1023px){.section-container{padding:80px 16px}}.section-container.reverse{flex-direction:row-reverse}@media (max-width: 767px){.section-container.reverse{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse}}.section-container.reverse .shadow{box-shadow:-22px 22px #eaf48e}@media (max-width: 1023px){.section-container.reverse .shadow{box-shadow:-20px 20px #eaf48e}}@media (max-width: 767px){.section-container.reverse .shadow{box-shadow:0 14px #eaf48e}}@media (max-width: 767px){.section-container{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;padding:64px 16px;gap:48px}.section-container img{width:100%}}.section-container .first-side{max-width:578px}@media (max-width: 1519px){.section-container .first-side{max-width:486px}}@media (max-width: 1023px){.section-container .first-side{max-width:358px}}.section-container img{min-width:330px;max-width:678px;width:100%;height:auto;aspect-ratio:1/1}.section-container h2{margin-bottom:24px}.reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:80px 48px;text-align:center;padding:112px 0}@media (max-width: 1023px){.reasons{padding:80px 0}}@media (max-width: 767px){.reasons{grid-template-columns:repeat(1,1fr);gap:48px;padding:64px 0}}.reasons .section-title{grid-column:1/4}@media (max-width: 767px){.reasons .section-title{grid-column:1}}.reasons .btn{grid-column:2/3;justify-self:center}@media (max-width: 767px){.reasons .btn{grid-column:1}}.reasons .column{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:80px}@media (max-width: 1023px){.reasons .column{gap:48px}}.reasons .reason-item{justify-items:center;text-align:center;width:100%}@media (min-width: 768px) and (max-width: 1023px){.reasons .reason-item p{display:none}}.reasons .image{max-width:540px;max-height:540px;align-self:center;aspect-ratio:1/1}@media (max-width: 1279px){.reasons .image{max-width:463px;max-height:463px}}@media (max-width: 1023px){.reasons .image{max-width:334px;max-height:334px}}@media (max-width: 767px){.reasons .image{max-width:100%;max-height:100%;width:100%;height:auto;aspect-ratio:1/1;grid-area:1}}.reasons .circle-icon{padding:20px;border-radius:100%;background-color:#f5fbb5;border:1px solid #EAF48E;margin-bottom:16px}@media (max-width: 1023px){.reasons .circle-icon{margin-bottom:20px}}.price-list{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:112px 0}@media (max-width: 767px){.price-list{padding:64px 0}}.price-list h2{text-align:center;margin-bottom:80px}@media (max-width: 767px){.price-list h2{margin-bottom:48px}}.accordion-container{max-width:943px;margin:0 auto}.accordion-content{cursor:pointer}.accordion-box:first-child{border-top:1px solid #9D9D9D}.accordion-item-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 0}.accordion-item-header .title{font-size:20px;font-weight:700}.accordion-item-header .title.normal{font-weight:400}.accordion-item-header .accordion-chevron{transition:transform .3s ease-in-out;flex-shrink:0;width:32px;height:32px;transform:rotate(180deg)}.accordion-item-header .accordion-chevron.accordion-chevron-open{transform:rotate(0)}.accordion-item-content{overflow:hidden;transition:max-height .3s ease-out;border-bottom:1px solid #9D9D9D}.accordion-item-content .accordion-item-row{display:grid;grid-template-columns:[first] auto [line2] 220px;border:1px solid #9D9D9D;border-bottom:none}.accordion-item-content .accordion-item-row:first-child>p{font-weight:700}.accordion-item-content p{font-size:16px;border-right:1px solid #9D9D9D;padding:10px;align-content:center}.accordion-item-content p:last-child{border:none}.accordion-item-content p.faq-text{padding:0 0 24px}@media (max-width: 1023px){.accordion-item-content p.faq-text{padding:0 36px 20px 0}}.service-steps{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:80px;padding:112px 0}@media (max-width: 1023px){.service-steps{gap:48px;padding:64px 0}}.service-steps .row{display:flex;align-items:center;justify-content:space-between;gap:8px}.service-steps .last{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.service-steps h2{line-height:120%;letter-spacing:-.4px;text-align:center}.service-steps .section-title{display:flex;align-items:center;justify-content:center;flex-direction:column}.service-steps .steps{display:flex;gap:32px}.service-steps .steps .arrow{align-self:center}.service-steps .steps .step{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;text-align:center}@media (max-width: 1023px){.service-steps .steps .step{display:grid;grid-template-columns:[first] 64px auto;text-align:left;align-items:start;gap:0 20px}.service-steps .steps .step .box2{grid-area:2;justify-self:center;margin-top:16px}}.service-steps .steps h1{color:#bfe02b;line-height:120%;margin-bottom:24px;letter-spacing:-.48px}@media (max-width: 1023px){.service-steps .steps h1{font-size:48px;margin-bottom:0}}.service-steps .steps h5{font-size:23px;line-height:140%;margin-bottom:8px}@media (max-width: 1023px){.service-steps .steps h5{font-size:18px;align-self:center}}.service-steps .steps p{min-width:247px;max-width:400px}@media (max-width: 1023px){.service-steps .steps{flex-direction:column;gap:24px}.service-steps .steps .mobile-none{display:none}}.service-steps .desktop-none{display:none}@media (max-width: 1023px){.service-steps .desktop-none{display:block}}.service-trust{padding-bottom:112px}@media (max-width: 1023px){.service-trust{padding-bottom:80px}}@media (max-width: 1023px){.service-trust{padding-bottom:64px}}.service-trust .content{display:flex;align-items:flex-start;justify-content:flex-start;padding:80px 0 0;gap:32px}@media (max-width: 1439px){.service-trust .content{padding:80px 40px 0}}@media (max-width: 1023px){.service-trust .content{padding:48px 16px 0}}@media (max-width: 767px){.service-trust .content{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:48px 16px 0;gap:20px}}.service-trust .image-full{background-image:url(/_build/assets/man-with-bike-QQcOgLwA.png);background-position:center;background-position-y:-800px;background-repeat:no-repeat;background-size:cover;border-image:none;max-width:100vw;width:100%;height:438px}@media (max-width: 1439px){.service-trust .image-full{background-position-y:-600px}}@media (max-width: 1520px){.service-trust .image-full{background-position-y:-590px}}@media (max-width: 1279px){.service-trust .image-full{background-position-y:-400px}}@media (max-width: 1023px){.service-trust .image-full{background-position-y:-240px;height:320px}}@media (max-width: 767px){.service-trust .image-full{min-width:320px;min-height:320px;width:100%;background-position-y:0;background-position:center;background-size:cover}}.faq{padding:112px 0;justify-items:center}@media (max-width: 1023px){.faq{padding:80px 0}}@media (max-width: 767px){.faq{padding:64px 0}}.faq h2{text-align:center;margin-bottom:80px}@media (max-width: 1023px){.faq h2{margin-bottom:48px}}.prefooter{display:flex;align-items:center;justify-content:space-between;background-color:#f5fbb5;padding:112px 90px;border-radius:32px}@media (max-width: 1519px){.prefooter{padding:64px;gap:20px}}@media (max-width: 767px){.prefooter{margin:0;border-radius:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 16px;gap:40px}.prefooter .content{justify-items:center;text-align:center}}.prefooter h2{margin-bottom:24px}.prefooter p{margin-bottom:45px}@media (max-width: 1023px){.prefooter p{margin-bottom:40px}}@media (max-width: 767px){.prefooter p{margin-bottom:32px}}.prefooter a{color:#131313}.prefooter .black-btn{background-color:#353535;color:#f9f9f9}.prefooter .black-btn .arrow{filter:invert(100%) sepia(3%) saturate(1%) hue-rotate(203deg) brightness(111%) contrast(95%)}@media (max-width: 767px){.prefooter .black-btn{justify-self:center}}.prefooter .contact-info{height:100%;background-color:#bfe02b;padding:32px 70px;border-radius:32px}@media (max-width: 1439px){.prefooter .contact-info{padding:32px 48px}}@media (max-width: 1279px){.prefooter .contact-info{padding:24px 32px}}@media (max-width: 1023px){.prefooter .contact-info{padding:24px}}@media (max-width: 767px){.prefooter .contact-info{padding:32px 24px}}.prefooter .contact-info h4{margin-bottom:24px}.prefooter .contact-info .row{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:16px}
