@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;text-decoration:none;color:#000;background-color:transparent;box-sizing:border-box;padding:0;border:none;outline:none;margin:0;list-style-type:none;scroll-behavior:smooth;scroll-margin-block:3rem}body{background-color:#f6f8ff;overflow-x:hidden;overflow-y:auto}body .hero{position:relative;display:flex;flex-direction:column;width:100dvw;height:100dvh;background-color:#86a1c41f}body .hero .bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;z-index:-1}body .hero .navbar{display:flex;justify-content:space-between;align-items:center;width:100%;height:120px;padding-inline:1rem}body .hero .navbar .nav-section{display:flex;align-items:center;gap:8rem}body .hero .navbar .nav-section .logo-link{display:flex;width:98px;height:98px;z-index:10}body .hero .navbar .nav-section .logo-link .logo{width:100%;height:100%}body .hero .navbar .nav-section .nav-links{display:flex;align-items:center;gap:2rem}body .hero .navbar .nav-section .hamburger-trigger{position:relative;display:none;width:40px;height:40px;padding:8px 5px;border-radius:8px;cursor:pointer;z-index:10}body .hero .navbar .nav-section .hamburger-trigger .hamburger-line{position:absolute;left:50%;display:block;width:80%;height:4px;background-color:#1a3f70;border-radius:4px;transform:translate(-50%) translateY(-50%);transition:all .3s ease-in-out}body .hero .navbar .nav-section .hamburger-trigger .hamburger-line:nth-child(1){top:25%}body .hero .navbar .nav-section .hamburger-trigger .hamburger-line:nth-child(3){bottom:15%}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(1){top:50%;width:75%}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(3){bottom:40%;width:75%}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(2){opacity:0}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)}body .hero .navbar .cta-section{display:flex;align-items:center;gap:1rem}body .hero .navbar .cta-section .lang-dropdown{position:relative;width:-moz-fit-content;width:fit-content;margin-right:1rem}body .hero .navbar .cta-section .lang-dropdown .dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer}body .hero .navbar .cta-section .lang-dropdown .dropdown-trigger svg:first-child{width:42px;height:42px}body .hero .navbar .cta-section .lang-dropdown .dropdown-items{position:absolute;top:120%;left:0;display:none;flex-direction:column;gap:.5rem;background-color:#f6f8ff;padding:.2rem;border-radius:5px;z-index:5}body .hero .navbar .cta-section .lang-dropdown .dropdown-items.active{display:flex}body .hero .navbar .cta-section .lang-dropdown .dropdown-items .dropdown-item:hover{background-color:#86a1c41f}body .hero .navbar .cta-section .lang-dropdown .dropdown-items .dropdown-item .dropdown-option{display:flex;align-items:center;gap:.8rem;padding-block:.5rem;padding-left:1rem;padding-right:4rem}body .hero .navbar .cta-section .lang-dropdown .dropdown-items .dropdown-item .dropdown-option>svg{width:32px;height:32px}body .hero .navbar .cta-section .button.btn-primary{background-color:#0d2b50;border-color:#0d2b50;color:#fff}body .hero .navbar .cta-section .button.btn-secondary{background-color:transparent;border-color:#0d2b50;color:#0d2b50}body .hero .navbar .cta-section .button:has(svg){display:none;align-items:center;justify-content:center;gap:.5rem;border-color:#1a3f70;color:#1a3f70}body .hero .sidenav{position:fixed;top:0;bottom:0;left:120%;display:flex;justify-content:space-between;flex-direction:column;gap:2rem;width:100dvw;height:100dvh;background-color:#fff;padding:1rem;z-index:5;transition:.3s all ease-out;overflow:hidden}body .hero .sidenav.active{left:0}body .hero .sidenav .navbar-placeholder{width:100%;height:80px}body .hero .sidenav .translations-section{flex:1;display:flex;flex-direction:column;gap:2rem}body .hero .sidenav .translations-section .translation-list{display:flex;flex-direction:column;gap:1rem}body .hero .sidenav .translations-section .translation-list .sidenav-option{display:flex;align-items:center;gap:.5rem}body .hero .sidenav .translations-section .translation-list .sidenav-option>svg{width:32px;height:32px}body .hero .sidenav .auth-options{display:flex;flex-direction:column;gap:1rem}body .hero .sidenav .auth-options .button{width:100%}body .hero .sidenav .auth-options .button:has(svg){display:none;align-items:center;justify-content:center;gap:.5rem;border-color:#1a3f70;color:#1a3f70}body .hero .hero-wrapper{flex:1;display:flex;align-items:center;justify-content:space-between;padding-inline:1rem}body .hero .hero-wrapper .hero-context{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}body .hero .hero-wrapper .hero-context .hero-slogon{font-weight:700;font-size:72px;text-transform:uppercase;margin-block:1.5rem;transition:translate .5s ease-out,line-height .5s ease-out,opacity .5s ease-out;translate:0 30%;line-height:100px;opacity:.2}body .hero .hero-wrapper .hero-context .hero-slogon.initial-animate{translate:0 0;line-height:80px;opacity:1}body .hero .hero-wrapper .hero-context .hero-slogon span{font-weight:700;font-size:72px;line-height:80px;letter-spacing:0%;text-transform:uppercase}body .hero .hero-wrapper .hero-context .hero-slogon span:nth-child(2){color:#1a3f70}body .hero .hero-wrapper .hero-context .paragraph{font-size:22px;width:60ch;margin-bottom:4rem;transition:translate .5s ease-out,line-height .5s ease-out,opacity .5s ease-out;translate:0 30%;line-height:40px;opacity:.2}body .hero .hero-wrapper .hero-context .paragraph.initial-animate{translate:0 0;line-height:26px;opacity:1}body .hero .hero-wrapper .hero-visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}body .hero .hero-wrapper .hero-visual .hero-visual-background .circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}body .hero .hero-wrapper .hero-visual .hero-visual-background .circle-1{width:720px;height:720px;border:1px solid rgba(29,52,95,.2);border-radius:50%}body .hero .hero-wrapper .hero-visual .hero-visual-background .circle-2{width:500px;height:500px;border:1px solid rgba(29,52,95,.4196078431)}body .hero .hero-wrapper .hero-visual .hero-visual-background .circle-3{width:410px;height:410px;background-color:#1a3f70}body .hero .hero-wrapper .hero-visual .hero-person{position:absolute;bottom:0;height:850px}body .hero .hero-wrapper .hero-visual .hero-state{position:absolute;display:flex;align-items:center;gap:1.2rem;width:300px;background-color:#fff;padding:.8rem 1.5rem;border-radius:.8rem;z-index:2;transition:translate .5s ease-out,opacity .5s ease-out;translate:0 20%;opacity:.2}body .hero .hero-wrapper .hero-visual .hero-state.initial-animate{translate:0 0;opacity:1}body .hero .hero-wrapper .hero-visual .hero-state:nth-child(3){top:50%;left:0}body .hero .hero-wrapper .hero-visual .hero-state:nth-child(4){top:70%;right:10%}body .hero .hero-wrapper .hero-visual .hero-state .state-logo-wrapper{padding:.8rem;background-color:#1a3f70;border-radius:100% 100% 0}body .hero .hero-wrapper .hero-visual .hero-state .state-texts .state-name{font-weight:600;font-size:18px;line-height:26px;letter-spacing:0%}body .hero .hero-wrapper .hero-visual .hero-state .state-texts .state-count{color:#86a1c4;font-weight:600;font-size:42px;line-height:50px;letter-spacing:0%}body .hero .hero-wrapper .hero-visual .arrow{position:absolute;top:5%;left:-10%;width:280px}body #hippopitch-info-page{height:-moz-fit-content;height:fit-content;min-height:-moz-fit-content;min-height:fit-content;margin-bottom:5rem;padding-bottom:3rem}body #hippopitch-info-page .bg-pattern{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}body #hippopitch-info-page .information-section{padding-inline:2rem;padding-bottom:2rem}body #hippopitch-info-page .information-section .section-header{margin-block:3rem}body #hippopitch-info-page .information-section .region-slogon-wrapper{display:flex;align-items:center;justify-content:center;font-size:xx-large;gap:1rem;margin:2rem}body #hippopitch-info-page .information-section .region-slogon-wrapper span{font-size:xx-large}body #hippopitch-info-page .information-section .paragraph.information{max-width:1440px;margin-inline:auto;font-size:x-large;line-height:140%;color:#656565;text-align:justify}body #hippopitch-info-page .information-section .paragraph.information:nth-child(3){margin-bottom:2rem}body #hippopitch-info-page .information-section .paragraph.information:nth-child(4){margin-bottom:2rem}body #hippopitch-info-page .information-section .paragraph.bold{font-weight:500;max-width:1440px;margin-inline:auto;margin-block:3rem}body #hippopitch-info-page .information-section .conditions-group{max-width:1440px;margin-inline:auto;margin-bottom:2rem}body #hippopitch-info-page .information-section .conditions-group .group-title{font-size:xx-large;line-height:140%;font-weight:bolder;margin-bottom:1rem;color:#1a3f70}body #hippopitch-info-page .information-section .conditions-group .paragraph.information{font-size:x-large;line-height:140%;color:#656565;text-align:justify}body #hippopitch-info-page .information-section .conditions-group .group-list{margin-block:.8rem}body #hippopitch-info-page .information-section .conditions-group .group-list .list-item{font-size:x-large;line-height:140%;color:#656565}body #hippopitch-info-page .secondary-title{color:#1a3f70;text-align:center;font-weight:700;font-size:30px;line-height:38px;letter-spacing:0%;text-transform:uppercase;margin-bottom:1rem}body #hippopitch-info-page #faq{display:flex;flex-direction:column;gap:1rem;max-width:1024px;max-height:1066px;margin-inline:auto;padding-right:1rem;overflow-y:auto}body #hippopitch-info-page #faq .accordion{display:flex;flex-direction:column;background-color:#f9f9f9;border:1px solid #ddd;border-radius:.285rem;cursor:pointer}body #hippopitch-info-page #faq .accordion:hover{background-color:#f1f1f1}body #hippopitch-info-page #faq .accordion.active{background-color:#fff}body #hippopitch-info-page #faq .accordion.active .answer{display:block}body #hippopitch-info-page #faq .accordion .question{font-size:1.2rem;font-weight:400;padding:2rem 1rem}body #hippopitch-info-page #faq .accordion .answer{display:none;padding:1rem;font-size:1rem;color:#737373;border-top:1px solid #ddd}body .page-contents{display:flex;flex-direction:column;align-items:center;gap:8rem;margin-block:4rem}body .page-contents .how-it-works{display:grid;place-items:center;gap:8rem;width:100%;padding-inline:1rem}body .page-contents .how-it-works .section-content{position:relative;display:flex;justify-content:space-around;align-items:center;width:100%}body .page-contents .how-it-works .section-content .step{display:flex;flex-direction:column;align-items:center;gap:2rem;transition:.3s translate ease-out}body .page-contents .how-it-works .section-content .step .step-visual{position:relative}body .page-contents .how-it-works .section-content .step .step-visual .step-page{width:180px}body .page-contents .how-it-works .section-content .step .step-visual .step-icon{position:absolute;bottom:0;left:50%;display:grid;place-items:center;aspect-ratio:1/1;background-color:#1a3f70;padding:1rem;border-radius:100%;transform:translate(-50%,20%)}body .page-contents .how-it-works .section-content .step .step-info{max-width:42ch}body .page-contents .how-it-works .section-content .step .step-info .step-title{color:#000;text-align:center;font-weight:700;font-size:30px;line-height:38px;letter-spacing:0%;text-transform:uppercase;margin-bottom:1rem}body .page-contents .how-it-works .section-content .step .step-info .step-desc{color:#737373;font-weight:400;font-size:24px;line-height:32px;letter-spacing:0%;text-align:center}body .page-contents .how-it-works .section-content .step:nth-child(1){translate:0 -5%}body .page-contents .how-it-works .section-content .step:nth-child(2){translate:0 5%}body .page-contents .how-it-works .section-content .step:nth-child(3){translate:0 -10%}body .page-contents .how-it-works .section-content .steps-background{position:absolute;top:0;left:0;width:100%;z-index:-1}body .page-contents .cards-display-section{width:100%;padding-inline:1rem}body .page-contents .cards-display-section .section-header .paragraph{max-width:128ch}body .page-contents .cards-display-section .cards-display{display:flex;align-items:center;flex-wrap:wrap;gap:8rem;justify-content:center;margin-top:6rem}body .page-contents .cards-display-section .cards-display .post-card{display:flex;flex-direction:column;width:100%;max-width:28rem;height:100%;border-radius:1rem;box-shadow:0 0 .5rem #0000004d;overflow:hidden;transition:all .3s ease-out}body .page-contents .cards-display-section .cards-display .post-card:hover{cursor:pointer;transform:translateY(-.5rem);box-shadow:0 .5rem 1rem #0000004d}body .page-contents .cards-display-section .cards-display .post-card .post-thumbnail{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;background-color:transparent;border-top-left-radius:1rem;border-top-right-radius:1rem;overflow:hidden}body .page-contents .cards-display-section .cards-display .post-card .post-thumbnail .post-bookmark-btn{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background-color:transparent;padding:0;border:none;outline:none}body .page-contents .cards-display-section .cards-display .post-card .post-thumbnail .post-bookmark-btn>img{width:100%;aspect-ratio:1/1}body .page-contents .cards-display-section .cards-display .post-card .post-thumbnail .post-thumbnail-img{width:100%;border-radius:.5rem;background-color:transparent}body .page-contents .cards-display-section .cards-display .post-card .post-content{flex:1;display:flex;flex-direction:column;padding:1rem}body .page-contents .cards-display-section .cards-display .post-card .post-content .badge-group{display:flex;flex-direction:column-reverse;gap:.2rem}body .page-contents .cards-display-section .cards-display .post-card .post-content .badge-group .badge{color:#fff;padding:.5rem;margin-bottom:.5rem;text-align:center;border-radius:.45rem;font-weight:700}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-title{color:#1a3f70;font-size:1.875rem;font-weight:600;line-height:1.5}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .post-bullet-group{margin-block:1.5rem}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .post-detail-bullet{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:large;font-weight:500;line-height:2;margin-block:0;opacity:1!important}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .post-detail-bullet span{font-size:large;font-weight:500;line-height:2;color:#6c757d;text-wrap:nowrap}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .post-detail-bullet .bullet-icon{width:1rem;aspect-ratio:1/1}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .custom-tooltip{position:relative;width:-moz-fit-content;width:fit-content}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .custom-tooltip .tooltip-text{position:absolute;top:-1lh;left:0;visibility:hidden;color:#fff;background-color:#000c;padding:0 .5rem;border-radius:.5rem}body .page-contents .cards-display-section .cards-display .post-card .post-content .post-details .custom-tooltip:hover .tooltip-text{visibility:visible}body .page-contents .cards-display-section .cards-display .user-card-icon{width:1.2rem;height:1.2rem}body .page-contents .cards-display-section .cards-display .user-card-text-black{display:flex;align-items:center;gap:.2rem;font-size:1.25rem;line-height:1.375;font-weight:600;color:#6c757d;margin:0}body .page-contents .cards-display-section .cards-display .user-card-text-black span{font-size:1.25rem!important;line-height:1.375!important;font-weight:600!important;color:#6c757d!important;margin:0!important}body .page-contents .cards-display-section .cards-display .user-card{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:2rem;width:100%;max-width:28rem;height:564px;padding:2rem 1rem;border-radius:1rem;box-shadow:0 0 .5rem #0000004d;overflow:hidden;transition:all .3s ease-out}body .page-contents .cards-display-section .cards-display .user-card:hover{cursor:pointer;transform:translateY(-.5rem);box-shadow:0 .5rem 1rem #0000004d}body .page-contents .cards-display-section .cards-display .user-card .user-card-header{display:flex;flex-direction:row;gap:.5rem;justify-content:start;align-items:center}body .page-contents .cards-display-section .cards-display .user-card .user-card-header .user-profile-pic{width:4rem;height:4rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}body .page-contents .cards-display-section .cards-display .user-card .user-card-header .user-header-info .user-header-title-wrapper{display:flex;flex-wrap:nowrap;align-items:start}body .page-contents .cards-display-section .cards-display .user-card .user-card-header .user-header-info .user-header-title-wrapper .user-header-title{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:calc(1.275rem + .3vw);font-weight:600;line-height:1.375;color:#1a3f70}body .page-contents .cards-display-section .cards-display .user-card .user-card-region{display:flex;flex-direction:row;align-items:center;gap:.5rem}body .page-contents .cards-display-section .cards-display .user-card-role-group{display:flex;flex-direction:column}body .page-contents .cards-display-section .cards-display .user-card-role-group span{font-weight:400;line-height:1.6;color:#495057}body .page-contents #google-ad-within-sections{width:100%}body .page-contents .partners-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;width:100%;height:90dvh;background-color:#0d2b50;clip-path:polygon(0% 0%,100% 0,100% 75%,0 100%,0% 100%);padding-bottom:15rem}body .page-contents .partners-section .paragraph{max-width:92ch;text-align:center}body .page-contents .partners-section .partners-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1440px;margin-top:4rem}body .page-contents .partners-section .partners-list .partner-detail{display:flex;align-items:center;gap:1.5rem;background-color:#ffffff1f;padding:.8rem 1.5rem;border-radius:6px;transition:all .2s}body .page-contents .partners-section .partners-list .partner-detail:hover{background-color:#ffffff2f}body .page-contents .partners-section .partners-list .partner-detail .partner-icon{display:grid;place-items:center;background-color:#ffffff08;padding:.8rem;border:1.8px solid rgba(217,217,217,.2901960784);border-radius:100%;aspect-ratio:1/1}body .page-contents .partners-section .partners-list .partner-detail .partner-icon .partner-logo{width:36px;height:36px}body .page-contents .partners-section .partners-list .partner-detail .partner-text{color:#fff;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%}body .page-contents .climate-control{display:flex;align-items:center;justify-content:space-evenly;width:100%;height:50dvh}body .page-contents .climate-control .stripe-climate-link{width:25%}body .page-contents .climate-control .stripe-climate-link .stripe-climate-control-image{width:100%}body .page-contents .climate-control-content{display:flex;flex-direction:column;gap:1.2rem}body .page-contents .climate-control-content .section-title{width:-moz-fit-content;width:fit-content;max-width:16ch}body .page-contents .climate-control-content .paragraph{width:-moz-fit-content;width:fit-content;max-width:64ch}body .page-contents .testimonial-section{display:flex;flex-direction:column;gap:5rem;padding-inline:1rem}body .page-contents .testimonial-section .section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}body .page-contents .testimonial-section .section-header-text{display:flex;flex-direction:column;gap:.5rem}body .page-contents .testimonial-section .testimonials{display:flex;align-items:center;justify-content:space-between;gap:1rem}body .page-contents .testimonial-section .testimonials .control{display:grid;place-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;aspect-ratio:1/1;background-color:#d9d9d9;padding:.8rem;border-radius:100%;cursor:default}body .page-contents .testimonial-section .testimonials .control:first-child svg{translate:20% 0}body .page-contents .testimonial-section .testimonials .control.active{background-color:#1a3f70;cursor:pointer}body .page-contents .testimonial-section .testimonials .testimonial-list{display:grid;grid-auto-flow:column;align-items:center;gap:2rem;overflow-x:auto}body .page-contents .testimonial-section .testimonials .testimonial-list::-webkit-scrollbar{display:none}body .page-contents .testimonial-section .testimonials .testimonial-list .testimonial{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;width:100%;min-width:450px;height:100%;background-color:#fff;padding:2rem;border-radius:.8rem}body .page-contents .testimonial-section .testimonials .testimonial-list .testimonial .user-badge{display:flex;align-items:center;gap:.5rem}body .page-contents .testimonial-section .testimonials .testimonial-list .testimonial .user-badge .user-pfp{width:48px;height:48px;border-radius:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body .page-contents .testimonial-section .testimonials .testimonial-list .testimonial .user-badge .user-details .user-name{font-weight:700;font-size:18px;line-height:26px;letter-spacing:0%}body .page-contents .testimonial-section .testimonials .testimonial-list .testimonial .user-badge .user-details .user-profession{color:#2f3a2f;font-weight:400;font-size:12px;line-height:20px;letter-spacing:0%;margin-top:1rem}body .page-contents .subscriptions{display:grid;place-items:center;gap:8rem;padding-inline:1rem}body .page-contents .subscriptions .section-header{gap:1.5rem}body .page-contents .subscriptions .section-header .section-title{color:#1a3f70}body .page-contents .subscriptions .subscription-options{display:flex;gap:2rem;width:100%;max-width:1440px}body .page-contents .subscriptions .subscription-options .subscription-option{width:100%;height:100%;background-color:#fff;padding:2rem;border-radius:2rem}body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(2){translate:0 -3%;box-shadow:0 0 36px #0000002c}body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(1),body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(3){border:2px solid #d9d9d9}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-name{color:#000;font-weight:700;font-size:24px;line-height:32px;letter-spacing:0%;margin-bottom:3rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-price{color:#1a3f70;font-weight:400;font-size:68px;line-height:72px;letter-spacing:0%;margin-bottom:2rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-price span{color:#1a3f70;font-weight:500;font-size:68px;line-height:72px;letter-spacing:0%}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-price span.time-period{color:#737373;font-weight:400;font-size:24px;line-height:32px;letter-spacing:0%}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-desc{color:#737373;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%;margin-bottom:2rem}body .page-contents .subscriptions .subscription-options .subscription-option .button{width:100%;margin-bottom:3rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-perks-list{display:flex;flex-direction:column;gap:1rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-perks-list .perk{display:flex;align-items:center;gap:.5rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-perks-list .perk .perk-text{color:#737373;font-weight:500;font-size:18px;line-height:26px;letter-spacing:0%;vertical-align:middle}body .page-contents .newsletter{display:flex;align-items:center;justify-content:space-around;width:100%;height:50dvh;background-color:#0d2b50;border-radius:5rem;margin-top:8rem;margin-bottom:2rem}body .page-contents .newsletter .newsletter-contents{display:flex;flex-direction:column;gap:3rem;width:100%;height:100%;padding:5rem;padding-right:0}body .page-contents .newsletter .newsletter-contents .newsletter-header{display:flex;flex-direction:column;gap:1rem}body .page-contents .newsletter .newsletter-contents .newsletter-header .newsletter-title{color:#fff;font-weight:700;font-size:60px;line-height:68px;letter-spacing:0%;vertical-align:middle}body .page-contents .newsletter .newsletter-contents .newsletter-header .newsletter-desc{color:#fff;font-weight:400;font-size:24px;line-height:32px;letter-spacing:0%;vertical-align:middle}body .page-contents .newsletter .newsletter-contents .newsletter-form{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;background-color:#fff;padding:.8rem;border-radius:1rem}body .page-contents .newsletter .newsletter-contents .newsletter-form .email-input{flex:3;height:100%;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%}body .page-contents .newsletter .newsletter-contents .newsletter-form .button.btn-primary{flex:1}body .page-contents .newsletter .newsletter-visual{position:relative;width:100%;height:100%;padding:5rem;padding-left:0}body .page-contents .newsletter .newsletter-visual .visual-background{position:absolute;bottom:-50%;width:100%;height:100%;clip-path:polygon(0% -30%,0% 50%,100% 50%,100% -30%)}body .page-contents .newsletter .newsletter-visual .visual-background .circle{position:absolute;top:50%;left:50%;background-color:#86a1c43d;border-radius:100%;translate:-50% -50%}body .page-contents .newsletter .newsletter-visual .visual-background .circle:nth-child(1){width:750px;height:750px}body .page-contents .newsletter .newsletter-visual .visual-background .circle:nth-child(2){width:600px;height:600px}body .page-contents .newsletter .newsletter-visual .visual-background .circle:nth-child(3){width:450px;height:450px}body .page-contents .newsletter .newsletter-visual .newsletter-person{position:absolute;bottom:0;left:50%;width:550px;z-index:2;translate:-50% 0}body .page-contents .newsletter .newsletter-visual .newsletter-growth{position:absolute;top:10%;left:15%;width:100px}body .footer{display:flex;flex-direction:column;gap:2rem;padding-inline:1rem;margin-top:4rem;margin-bottom:1rem}body .footer .footer-contents{display:flex;justify-content:space-between;gap:5rem}body .footer .footer-contents .footer-section{display:flex;flex-direction:column;gap:1rem}body .footer .footer-contents .footer-section:first-child{max-width:400px}body .footer .footer-contents .footer-section .company-logo{width:100px;height:100px;translate:-1rem 0}body .footer .footer-contents .footer-section .company-info{color:#737373;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%}body .footer .footer-contents .footer-section .partners{display:flex;justify-content:space-between;gap:1rem}body .footer .footer-contents .footer-section .partners .partner-link{display:grid;place-items:center}body .footer .footer-contents .footer-section .partners .partner-logo{width:80px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}body .footer .footer-contents .footer-section .footer-section-title{font-weight:700;font-size:24px;line-height:32px;letter-spacing:0%}body .footer .footer-contents .footer-section .paragraph{line-height:42px}body .footer .footer-contents .footer-section .paragraph:hover{font-weight:500}body .footer .footer-separator{width:100%;height:3px;border-radius:6px;background-color:#d9d9d9}body .footer .footer-footer{display:flex;justify-content:space-between;align-items:center}body .footer .footer-footer .social-section{display:flex;align-items:center;gap:1.5rem;width:400px}body .footer .footer-footer .social-section .social-media-handle .social-media-icon{width:2rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}body .footer .footer-footer .copyrights span{font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%}body .footer .footer-footer .copyrights .footer-link{font-weight:700;font-size:18px;line-height:26px;letter-spacing:0%}body .footer .footer-footer .payment-options{width:400px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.container{margin:0 auto}.container.sm{max-width:1440px}.container.md{max-width:1620px}.container.lg{max-width:1680px}.link{font-size:18px;font-weight:400;color:#000;transition:all .2s ease-in-out;cursor:pointer}.link:hover{font-weight:500}.button{display:block;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;text-align:center;font-weight:500;line-height:26px;padding:.6rem 1.5rem;border-width:2px;border-style:solid;border-radius:.5rem;cursor:pointer}.button span{text-align:center;font-weight:500;line-height:26px}.button.btn-primary,.button.btn-primary span{background-color:#1a3f70;border-color:#1a3f70;color:#fff}.button.btn-primary.special{position:relative;border-radius:4rem;border-bottom-right-radius:0}.button.btn-primary.special:hover .circle{width:84%;border-radius:4rem;border-bottom-right-radius:0}.button.btn-primary.special .circle{top:50%;left:8%;transform:translateY(-50%);width:25px;height:25px;border-radius:100%;position:absolute;background-color:#ffffff1f;transition:all .2s}.button.btn-primary.shadow-border{position:relative}.button.btn-primary.shadow-border:hover:after{top:0;right:0}.button.btn-primary.shadow-border:after{position:absolute;bottom:-6px;right:-6px;display:block;content:" ";width:100%;height:100%;border:2px solid #1a3f70;border-radius:.5rem;transition:all .2s ease-out}.button.btn-outline{background-color:transparent;border-color:#1a3f70;color:#1a3f70}.section-highlight{max-width:-moz-fit-content;max-width:fit-content;font-weight:700;font-size:20px;line-height:28px;letter-spacing:0%;text-transform:uppercase;color:#1a3f70;background-color:#86a1c43d;padding:.5rem .8rem;border-radius:.3rem}.section-highlight.secondary{color:#fff;background-color:transparent}.section-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.section-title{color:#1a3f70;font-weight:700;font-size:60px;line-height:68px;letter-spacing:0%;text-transform:uppercase}.section-title.white{color:#fff}.paragraph{color:#737373;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%;transition:all .2s}.paragraph.white{color:#fff}@media screen and (min-height: 1080px){body .hero .hero-wrapper .hero-visual .hero-person{height:90dvh}}@media screen and (max-width: 768px){body .hero .bg-pattern{-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}body .hero .navbar{height:-moz-fit-content;height:fit-content}body .hero .navbar .nav-section{width:100%;justify-content:space-between;padding:1rem}body .hero .navbar .nav-section .logo-link{width:80px;height:80px}body .hero .navbar .nav-section .nav-links{display:none}body .hero .navbar .nav-section .hamburger-trigger{display:block}body .hero .navbar .cta-section .lang-dropdown,body .hero .navbar .cta-section .button{display:none}body .hero .hero-wrapper .hero-context{padding-inline:0}body .hero .hero-wrapper .hero-context .hero-slogon{margin-block:1rem}body .hero .hero-wrapper .hero-context .hero-slogon span{display:block;width:100%;font-size:38px;line-height:120%}body .hero .hero-wrapper .hero-context .hero-slogon span:nth-child(2){color:#1a3f70}body .hero .hero-wrapper .hero-context .paragraph{width:100%;margin-bottom:4rem}body .hero .hero-wrapper .hero-visual{display:none}body #hippopitch-info-page .information-section{padding-inline:1rem;padding-bottom:1rem}body #hippopitch-info-page .information-section .section-header .section-title{font-size:48px;line-height:140%}body #hippopitch-info-page .information-section .region-slogon-wrapper{flex-direction:column}body .page-contents{gap:4rem;margin-block:2rem}body .page-contents .how-it-works{gap:6rem;max-width:100dvh}body .page-contents .how-it-works .section-content{flex-direction:column;gap:3rem}body .page-contents .how-it-works .section-content .step{max-width:80%}body .page-contents .how-it-works .section-content .step .step-visual{position:relative}body .page-contents .how-it-works .section-content .step .step-visual .step-page{width:120px}body .page-contents .how-it-works .section-content .step .step-visual .step-icon{padding:.8rem}body .page-contents .how-it-works .section-content .step .step-info{max-width:42ch}body .page-contents .how-it-works .section-content .step .step-info .step-title{font-weight:600;font-size:x-large;line-height:28px;margin-bottom:.5rem}body .page-contents .how-it-works .section-content .step .step-info .step-desc{font-size:larger;line-height:28px}body .page-contents .how-it-works .section-content .step:nth-child(1){translate:0 0}body .page-contents .how-it-works .section-content .step:nth-child(2){translate:0 0}body .page-contents .how-it-works .section-content .step:nth-child(3){translate:0 0}body .page-contents .how-it-works .section-content .steps-background{display:none}body .page-contents .cards-display-section .cards-display{gap:3rem}body .page-contents .partners-section{gap:.8rem;height:-moz-fit-content;height:fit-content;clip-path:none;padding-bottom:1rem;padding-inline:1rem}body .page-contents .partners-section .paragraph{text-align:justify}body .page-contents .climate-control{flex-direction:column;gap:4rem;width:100%;height:-moz-fit-content;height:fit-content}body .page-contents .climate-control .stripe-climate-link{width:60%}body .page-contents .climate-control-content{align-items:center;gap:1.5rem}body .page-contents .climate-control-content .section-title{width:-moz-fit-content;width:fit-content;max-width:none;text-align:center}body .page-contents .climate-control-content .paragraph{width:-moz-fit-content;width:fit-content;max-width:none;text-align:justify;padding-inline:1rem}body .page-contents .climate-control-content .button{margin-top:1.5rem}body .page-contents .testimonial-section{align-items:center;gap:2rem;max-width:100%;padding-inline:1rem}body .page-contents .testimonial-section .section-header-text{align-items:center}body .page-contents .testimonial-section .section-header-text .section-title{text-align:justify}body .page-contents .testimonial-section .section-header .button{display:none}body .page-contents .testimonial-section .testimonials{align-items:flex-start}body .page-contents .testimonial-section .testimonials .control{display:none}body .page-contents .testimonial-section .testimonials .testimonial-list{display:flex;align-items:flex-start;max-width:100dvw;overflow-x:auto;padding-inline:1rem}body .page-contents .testimonial-section .testimonials .testimonial-list::-webkit-scrollbar{display:none}body .page-contents .testimonial-section .testimonials .testimonial-list .testimonial{max-width:100%;min-width:100%;padding:1.2rem}body .page-contents .subscriptions{display:grid;place-items:center;gap:4rem;width:100dvw;padding-inline:1rem}body .page-contents .subscriptions .section-header{gap:.8rem}body .page-contents .subscriptions .section-header .section-title,body .page-contents .subscriptions .section-header .paragraph{text-align:justify}body .page-contents .subscriptions .subscription-options{flex-direction:column}body .page-contents .subscriptions .subscription-options .subscription-option{border:2px solid #d9d9d9}body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(2){translate:0 0;box-shadow:none}body .page-contents .newsletter{align-items:center;height:-moz-fit-content;height:fit-content;border-radius:0;margin-block:0}body .page-contents .newsletter .newsletter-contents{padding:1rem}body .page-contents .newsletter .newsletter-contents .newsletter-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}body .page-contents .newsletter .newsletter-contents .newsletter-header .newsletter-title{width:-moz-fit-content;width:fit-content;font-size:32px;line-height:44px}body .page-contents .newsletter .newsletter-contents .newsletter-header .newsletter-desc{width:-moz-fit-content;width:fit-content;font-size:18px;text-align:justify}body .page-contents .newsletter .newsletter-contents .newsletter-form{gap:.5rem;width:100%;background-color:#fff;padding:.5rem;border-radius:.5rem}body .page-contents .newsletter .newsletter-visual{display:none}body .footer{padding:1rem}body .footer .footer-contents{flex-direction:column;align-items:center;gap:2rem}body .footer .footer-contents .footer-section{align-items:center;gap:.5rem}body .footer .footer-contents .footer-section:first-child{max-width:none}body .footer .footer-contents .footer-section .company-logo{width:80px;height:80px}body .footer .footer-contents .footer-section .partners{width:100%}body .footer .footer-contents .footer-section .partners .partner-logo{width:60px}body .footer .footer-contents .footer-section .footer-section-title{font-weight:600}body .footer .footer-footer{flex-direction:column;align-items:center;gap:2rem}body .footer .footer-footer .social-section{justify-content:space-evenly;width:100%}body .footer .footer-footer .copyrights{display:flex;flex-direction:column;align-items:center}body .footer .footer-footer .payment-options{width:100%}.section-title{font-size:32px;line-height:44px;letter-spacing:0%;text-transform:uppercase}.section-highlight{font-size:18px;line-height:24px}}
