:root{--dark-blue:#2e5072;--mid-blue:#5798d8;--light-blue:#59c8e6;--pastel-blue:#cae9ff;--light-grey:#f6f5f8;--mid-grey:#d4d4d4;--box-shadow-1:0 2px 4px #00000040;--main-bg-light:white;--main-blue-colour:#2e5072;--main-blue-colour-1:#69a7e6;--main-border-radius-1:.75rem;--main-border-radius-2:1.5rem;--main-border-radius-3:2.5rem;font-size:10px}@property --myColor1{syntax:"<color>";inherits:false;initial-value:#59c8e6}@property --myColor2{syntax:"<color>";inherits:false;initial-value:#59c8e6}*{font-family:Inter,sans-serif;text-decoration:none}body{background-color:var(--main-bg-light);margin:0;font-weight:400}a:visited{color:inherit}.content-grid,.full-width{--padding-inline:2rem;--content-max-width:60vw;--breakout-max-width:80vw;--breakout-size:calc((var(--breakout-max-width) - var(--content-max-width))/2);grid-template-columns:[full-width-start]minmax(var(--padding-inline),1fr)[breakout-start]minmax(0,var(--breakout-size))[content-start]min(100% - (var(--padding-inline)*2),var(--content-max-width))[content-end]minmax(0,var(--breakout-size))[breakout-end]minmax(var(--padding-inline),1fr)[full-width-end];display:grid}.content-grid>:not(.breakout,.full-width),.full-width>:not(.breakout,.full-width){grid-column:content}.content-grid>.breakout{grid-column:breakout}.content-grid>.full-width{grid-column:full-width}.header{z-index:1000;width:100%;position:sticky;top:0}.nav{border-radius:var(--main-border-radius-3);z-index:1000;-webkit-backdrop-filter:blur(1.7px);backdrop-filter:blur(1.7px);background-color:#ffffff8c;border:1px solid #bccbcc33;flex-direction:row;align-items:center;gap:2.5cap;height:3cap;margin:1.5rem 0;padding:1rem;font-size:1.4rem;transition:all .2s ease-in-out;display:flex;box-shadow:0 8px 8px -5px #14151a0d,0 18px 24px -5px #14151a0d}.nav:hover{background-color:#fffc}.nav_logo_burger_links_buttons_div{grid-template-areas:"nav_logo_burger_links_div nav-link-li-buttons";display:grid}.nav_logo_burger_links_div,.nav_logo_burger_div{display:flex}.nav_logo_burger_links_buttons_div,.nav_logo_burger_div{justify-content:space-between;width:100%}.nav_logo_burger_links_div{grid-area:nav_logo_burger_links_div;gap:1.5rem}.nav_logo_link{align-items:center;display:flex}.nav_logo{color:#000;width:100%;max-height:2em}.nav-links{flex-direction:row;justify-content:start;align-items:center;gap:2.5cap;margin:0;padding-left:0;display:flex}.nav-link-li{color:#646464;margin:0;font-weight:500;list-style:none}.nav-link-li.buttons{grid-area:nav-link-li-buttons;gap:1.5rem;display:flex}.nav-link-item,.language-icon{color:#646464;cursor:pointer;white-space:nowrap;border-radius:1.5rem;width:fit-content;padding:.75rem;transition:color .2s,background-color .2s}.nav-link-item.demo{border-radius:var(--main-border-radius-3);border:1px solid #d3d3d3;transition:all .2s ease-in-out}.nav-link-item:hover,.language-icon:hover{color:#000;background-color:#ffffff40}.nav-link-item.demo:hover{background-color:#ffffff40;box-shadow:0 0 5px #00000040;border-color:#000!important}.hamburger{cursor:pointer;margin-left:auto;padding:.2rem;display:none}.bar{background-color:#000;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}.hamburger:hover .bar{background-color:#000}.burgermenu{display:none}.hero_section{color:#fff;background-color:var(--main-bg-light);height:fit-content}.hero_text_grid{grid-template-areas:"hero_title hero_title""hero_subtitle hero_cta_div";align-items:center;gap:1.5cap 2.5cap;width:100%;margin:7.5rem 0;display:grid}.hero_title{color:#000;grid-area:hero_title;height:fit-content;margin:0;font-size:7.2rem;font-weight:500;line-height:8.4rem}.hero_title-effortless,.hero_title-cash_pooling{text-shadow:0 0 5px #ffffff40;font-family:Bricolage Grotesque,sans-serif}.hero_subtitle{color:gray;grid-area:hero_subtitle;height:fit-content;margin:0;font-size:2rem;font-weight:500;line-height:1.4}.hero_cta_div{grid-area:hero_cta_div;justify-content:end;align-items:center;gap:1.5rem;display:flex}.cta_button{border-radius:var(--main-border-radius-3);cursor:pointer;border:1px solid #0000;padding:.75em 1em;font-size:1.4rem;font-weight:500;transition:filter .2s ease-in-out}.cta_button.white{color:#000;background-color:#fff}.cta_button.black{color:#fff;background-color:#000}.cta_button:hover{filter:drop-shadow(0 .167em .167em #00000040)}.contact-form{grid-template-columns:1fr;gap:1rem;font-size:1.6rem;display:grid}.contact-form.popup{grid-template-columns:1fr 1fr}.contact-form-header{margin:0;padding:2.5rem;font-size:2.4rem;font-weight:400}.form-group{gap:.5rem;display:grid}.form-group.popup,.contact-form.popup>button{grid-column:1/-1}.contact-form-label{text-align:left}.form-group:has(.contact-form-checkbox-label){grid-column:1/-1;align-items:center;gap:1ch;font-size:1.2rem;display:flex}.contact-form input,.contact-form textarea{border-radius:var(--main-border-radius-3);accent-color:var(--dark-blue);cursor:text;border:1px solid #0000;padding:.75em 1em}.contact-form-checkbox-label,.contact-form #privacy{cursor:pointer}.contact-form-submit{color:#000;cursor:pointer;background-color:#fff;border-style:none;border-radius:2.5rem;grid-column:1/-1;justify-self:center;padding:1ex 3ex;font-size:1.6rem;transition:background-color .2s,box-shadow .2s,color .2s,opacity 1s 1.25s!important}.contact-form-submit:hover{background-color:var(--light-blue);color:#fff;box-shadow:var(--box-shadow-1)}.status_message{text-align:center;margin:1em 0;font-size:2rem}.book_a_demo{border-radius:var(--main-border-radius-3);cursor:pointer;border:1px solid #d3d3d3;margin:0;padding:.75em 1em;font-size:1.4rem;transition:all .2s ease-in-out}.book_a_demo.white{color:#fff}.book_a_demo.black{color:#000}.book_a_demo:hover{box-shadow:0 0 5px #59c8e680;border-color:var(--light-grey)!important;color:var(--light-grey)!important}.book_a_demo.white:hover{box-shadow:0 0 5px #ffffff40;color:#fff!important;border-color:#fff!important}.book_a_demo.black:hover{box-shadow:0 0 5px #00000040;color:#000!important;border-color:#000!important}.book_demo_iframe{background-color:#fff;border:0;border-radius:15px;width:100%;height:600px;margin-top:30px}.hero-features-bar{width:calc(100% - 3rem);box-shadow:var(--box-shadow-1);color:#000;background-color:#fafafa0d;border-radius:6rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5cap;padding:.5rem 1.5rem;font-size:1.4rem;display:flex}.hero-features-bar-feature{align-items:center;gap:.75ch;margin:0;display:flex}.MuiSvgIcon-root.hero-features-icon{width:1em;height:1em}.hero_laptop{width:115%;margin-top:1.5rem;position:relative;bottom:-1px}.hero_images{background:linear-gradient(292deg,#2e5072,#69a7e6,#181f6b,#d8ffc5,#2e5072) 0 0/1000% 1000%;padding:4rem 0;animation:28s infinite hero-gradient}@keyframes hero-gradient{0%{background-position:34% 0}50%{background-position:67% 100%}to{background-position:34% 0}}.hero_dashboard{border-radius:var(--main-border-radius-2);width:100%;box-shadow:0 8px 8px -5px #14151a0d,0 18px 24px -5px #14151a1a}.problem_solution_section,.video_section{padding:4rem 0}.problem_solution_title,.video_title,.pricing_section_title,.cta_title,.about_section_title,.contact_section_title,.book_demo_section_title{margin:0;font-size:4.8rem;font-weight:600}.problem_solution_text,.video_text,.pricing_section_text,.about_section_text,.contact_section_text,.book_demo_section_text{color:gray;max-width:50ch;font-size:2rem;line-height:1.4}.features_section{row-gap:7rem;padding:4rem 0;overflow:hidden}.features_div{flex-direction:row;align-items:center;column-gap:5rem;width:100%;display:flex}.features_images.left{flex:1;justify-content:right;padding:4rem;display:flex;overflow:visible}.features_images.right{flex:1;justify-content:left;padding:4rem;display:flex;overflow:visible}.feature_image{border-radius:var(--main-border-radius-3);box-sizing:content-box;object-fit:cover;width:150%}.feature_image.pool{background-image:linear-gradient(90deg,#f8f9ff,#f3fcff,#f0feff,#f3fff8,#fcfff2)}.feature_image.struct_pos{background-image:linear-gradient(to top right,#f4f6ff,#f9f7fe,#fcf8fd,#fef9fc,#fffbfc);width:140%}.feature_image.export{background:linear-gradient(to top left,#f6fbff,#f6fbff,#f7fbff,#f7faff,#f8faff,#f8faff,#f8faff,#f8faff,#f7faff,#f6fbff,#f6fbff,#f5fbff)}.features_text_div{flex:1;height:fit-content}#technology{scroll-margin-top:5rem}.features_title{margin:0;font-size:4.8rem;font-weight:600;line-height:1}.features_subtitle{color:gray;margin:2rem 0 4rem;font-size:2rem;font-weight:500}.features_list_div{flex-direction:column;gap:1rem;font-size:2rem;font-weight:500;display:flex}.MuiSvgIcon-root.features-icon{width:2rem;height:2rem;color:var(--mid-blue)}.features_list_item{align-items:center;gap:1.5rem;margin:0;display:flex}.benefits_section{padding:4rem 0}.benefits_cards_container,.about_us_cards_container,.book_demo_section_benefits_cards_container{flex-direction:row;justify-content:space-between;gap:2.5rem;display:flex}.benefit_card,.about_us_card{border-radius:1.5rem;flex-direction:column;width:30%;padding:2.5rem;display:flex}.MuiSvgIcon-root.benefits-icon{width:3rem;height:3rem;color:var(--mid-blue)}.benefit_card_title{margin:2.5rem 0 1rem;font-size:2.4rem;font-weight:600}.benefit_card_text{color:gray;margin:0;font-size:1.6rem;line-height:1.5}.video-container{aspect-ratio:16/9;border-radius:var(--main-border-radius-3);box-sizing:border-box;background:linear-gradient(#0055ff0d 0%,#00fc4c0d 100%);width:100%;margin:1.5rem auto 2.5rem;padding:4rem;position:relative}.video-iframe{border-radius:var(--main-border-radius-2);border:none;width:100%;height:100%}.video-thumbnail{cursor:pointer;border-radius:var(--main-border-radius-2);background-image:url(../media/video-thumbnail.c952cb98.png);background-position:50%;background-size:cover;width:100%;height:100%;position:relative}.video-overlay{border-radius:var(--main-border-radius-2);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-play-button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:4rem}.pricing_section{padding:4rem 0}.pricing_cards_div{flex-direction:row;justify-content:space-between;gap:2.5rem;width:100%;padding-top:2.5rem;display:flex}.pricing_card_div{border-radius:var(--main-border-radius-3);color:#000;background-color:#fff;border:1px solid #d3d3d3;flex:1;gap:1ch;width:340px;height:fit-content;padding:2.5rem;font-size:1.6rem}.pricing_card_div.Advanced{background:linear-gradient(#0055ff14 0%,#00fc4c14 100%)}.pricing_card_div.Global{color:#fff;background-image:linear-gradient(#2e5072,#2d3d57,#272c3d,#1c1d25,#0d0d0d)}.pricing_card_div.Global>.pricing_card_price_subtitle{color:#ffffffb3}.pricing_card_div.highlight{border:2px solid var(--light-blue)}.pricing_card_title{margin:0;font-size:2.4rem;font-weight:500}.pricing_card_title_div{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.pricing_card_title_offer{background:var(--light-blue);color:#fff;border-radius:5px;height:fit-content;padding:5px}.pricing_card_price{font-size:4rem;font-weight:600}.pricing_card_custom_quote{margin:0;padding:.867rem 0;font-size:2.4rem;font-weight:400}.pricing_card_price_yearmonth{color:gray;margin:0;font-size:1em}.pricing_card_price_subtitle{color:gray;margin:1rem 0 0;font-size:2rem;font-weight:300;line-height:1.4}.pricing_card_price_subtext{color:gray;font-size:1.4rem;font-weight:200}.pricing_card_line{background-color:#d3d3d3;border-width:0;height:1px;margin:2.5rem 0}.pricing_card_div.Global>.pricing_card_line{background-color:#ffffffb3}.button_pricing_get_started{color:#fff;cursor:pointer;border-style:none;border-radius:2.5rem;width:100%;padding:.6em;font-size:1em;transition:--myColor1 .8s,--myColor2 .8s,filter .2s ease-in-out}.button_pricing_get_started:hover{filter:drop-shadow(0 .167em .167em #00000040)}.button_pricing_get_started.Essential{color:#000;background:#fff;border:1px solid #d3d3d3}.button_pricing_get_started.Advanced{background:#000}.button_pricing_get_started.Global{color:#000;background:#fff}ul.pricing_card_list{text-align:left;flex-grow:1;width:100%;margin-top:1.5rem;margin-bottom:0;padding:0;list-style:none;position:relative}ul.pricing_card_list li{margin:1em 0;padding-left:1.5em;position:relative}ul.pricing_card_list li.cross{color:#ccc}ul.pricing_card_list li.plus:before{content:"+";color:var(--light-blue);font-weight:700;position:absolute;top:0;left:0}ul.pricing_card_list li.check:before{content:"✓";color:green;font-weight:700;position:absolute;top:0;left:0}ul.pricing_card_list li.cross:before{content:"✗";color:#ccc;font-weight:700;position:absolute;top:0;left:0}.compare_tiers_text{color:#000;text-align:center;cursor:pointer;justify-self:center;padding:2.5rem;font-size:2rem;text-decoration-color:#0000;transition:all .2s ease-in-out}.compare_tiers_text:hover{-webkit-text-decoration:underline #000;text-decoration:underline #000}#comparePlans{scroll-margin-top:3rem}.pricing_table_outer_wrapper{padding:6rem 0 4rem;position:relative}.pricing_table_wrapper{max-width:100%;max-height:35vh;overflow:auto hidden}.pricing_table_wrapper.show{max-width:100%;max-height:120vh;overflow:auto}.pricing_table{border-collapse:collapse;width:100%;min-width:620px}.pricing_table_column_header{z-index:10;background-color:#fff;padding:15px;font-size:2.4em;font-weight:500;position:sticky;top:0;overflow-y:visible}.pricing_table_cell{border:1px solid #d3d3d3;border-width:1px 0;padding-top:15px;padding-bottom:15px;font-size:1.6em}.pricing_table_cell.tiers{text-align:center;padding-left:10px;padding-right:10px;font-weight:300}.pricing_table_footer{color:gray;font-size:1.4rem}.pricing_table_fadeout{pointer-events:none;background:linear-gradient(#0000 10%,#fff 100%);width:100%;height:100%;position:absolute;bottom:0;left:0}.pricing_table_show_more_div{z-index:10;pointer-events:auto;justify-content:center;width:100%;display:flex;position:absolute;bottom:10px;left:0}.pricing_table_show_more_div.show{position:relative;bottom:-2.5px}.pricing_table_show_more_text{color:#000;cursor:pointer;background-color:#fff;border:1px solid #000;border-radius:2.5rem;padding:.75em 1em;font-size:1.4em;transition:background-color .2s,filter .2s,color .2s,opacity 1s 1.25s!important}.pricing_table_show_more_text:hover{color:#000;filter:drop-shadow(0 .167em .167em #00000040);border-color:#000}.cta_section{padding:4rem 0 8rem}.cta_div{border-radius:var(--main-border-radius-3);color:#fff;background-image:linear-gradient(#2e5072,#2d3d57,#272c3d,#1c1d25,#0d0d0d);flex-direction:column;align-items:center;padding:8rem 2.5rem;display:flex;box-shadow:0 3.02973px 1.59459px #00000012,0 6.88378px 3.62304px #0000000d,0 11.9809px 6.30574px #0000000d,0 19.0328px 10.0172px #0000000a,0 29.3661px 15.4559px #0000000a,0 45.8236px 24.1177px #00000008,0 76.0742px 40.0391px #00000005,0 152px 80px #00000005}.cta_subtitle{color:#ffffffb3;text-align:center;max-width:50ch;margin-bottom:4rem;font-size:2rem;line-height:1.4}.footer-container{background-color:var(--dark-blue)}.footer_section{color:#c0c7cf;grid-template-columns:3fr 1fr auto;grid-template-areas:"footer_synergen footer_nav_links_product footer_nav_links_contact""footer_copyright footer_copyright footer_copyright""footer_legal_contact footer_legal_contact footer_legal_contact";column-gap:2.5rem;padding:5rem 0 .5rem;font-size:1.4rem;display:grid}.footer_nav_links{flex-direction:column;align-items:start;margin:0;padding:0;display:flex}.footer_nav_links.product{grid-area:footer_nav_links_product}.footer_nav_links.contact{grid-area:footer_nav_links_contact}.footer_nav_li,.footer_legal_contact_li{margin:0;list-style:none}.footer_nav_li.heading{color:#fff;padding:0 .75rem .75rem;font-weight:500}.footer_nav_link,.footer_legal_contact_link{cursor:pointer;width:fit-content;color:inherit;padding:.75rem;transition:color .2s;display:inline-block}.footer_nav_link:hover,.footer_legal_contact_link:hover{color:#fff}.footer_legal_contact_link>a{color:inherit}.footer_legal_contact{grid-area:footer_legal_contact}.footer_legal_contact>ul{justify-content:center;padding:0;display:flex}.footer_synergen{grid-area:footer_synergen}.footer_logo{color:#fff;width:auto;max-height:4ch}.footer_eu_label{max-height:4ch}.footer_linkedin_a{color:#c0c7cf;align-items:center;gap:.5rem;width:fit-content;padding-top:2.5rem;transition:all .2s ease-in-out;display:flex;position:relative;left:-4px}.footer_linkedin_a:hover{color:#fff}.footer_linkedin_icon{width:4ch!important;height:4ch!important}.footer_linkedin_icon:hover{cursor:pointer}.footer_copyright{grid-area:footer_copyright;justify-content:center;padding-top:5rem;display:flex}.about_section{grid-template-areas:"about_section_mission_div""about_us_cards""about_section_about_div";row-gap:6rem;padding:4rem 0}.about_section_mission_div{text-align:center;flex-direction:column;grid-area:about_section_mission_div;align-items:center;display:flex}.about_section_title{max-width:20ch}.about_section_subtitle{color:gray;max-width:75ch;font-size:2rem;font-weight:500;line-height:1.4}.about_section_text{max-width:75ch}.about_section_about_div{grid-area:about_section_about_div;grid-template-columns:1fr 2fr;align-items:center;column-gap:3.5rem;display:grid}.about_section_img{max-height:375px}.about_us_cards_container{grid-area:about_us_cards}.MuiSvgIcon-root.about-card-icon{width:3rem;height:3rem;color:var(--mid-blue)}.contact_section{row-gap:6rem;padding:4rem 0 8rem}.contact_section_text_form_container{grid-template:"contact_section_title contact_section_form""contact_section_subtitle contact_section_form""contact_section_text contact_section_form""contact_section_benefits contact_section_form"1fr/1fr 1fr;grid-auto-flow:column;gap:2.5rem;display:grid}.contact_section_title{grid-area:contact_section_title;max-width:20ch}.contact_section_subtitle{color:gray;grid-area:contact_section_subtitle;max-width:75ch;margin:0;font-size:2rem;font-weight:500;line-height:1.4}.contact_section_text{grid-area:contact_section_text;max-width:38ch;margin:0}.contact_section_benefits{color:gray;flex-direction:column;grid-area:contact_section_benefits;gap:1rem;margin:2rem 0;font-size:2rem;font-weight:500;display:flex}.contact_section_benefit{flex-direction:row;align-items:center;gap:1.5rem;display:flex}.MuiSvgIcon-root.contact_section_benefits-icon{width:2rem;height:2rem;color:var(--mid-blue)}.contact_section_form{border-radius:var(--main-border-radius-3);background:linear-gradient(to top left,#f6fbff,#f6fbff,#f7fbff,#f7faff,#f8faff,#f8faff,#f8faff,#f8faff,#f7faff,#f6fbff,#f6fbff,#f5fbff);border:1px solid #d3d3d3;grid-area:contact_section_form;padding:2.5rem}.contact-form-input{border:1px solid #d3d3d3!important}.book_demo_section{padding:4rem 0 8rem}.book_demo_section_title{max-width:20ch}.book_demo_section_text{max-width:55ch}.book_demo_section_benefits_calendar_container{align-items:center;gap:2.5rem;padding:4rem 0;display:flex}.book_demo_section_benefits_cards_container{flex-direction:column}.book_demo_benefit_card{width:60%}.book_demo_iframe.iframe_book_demo_page,.demo_modal_cookies_not_enabled.iframe_book_demo_page{border-radius:var(--main-border-radius-3);background:linear-gradient(to top left,#f6fbff,#f6fbff,#f7fbff,#f7faff,#f8faff,#f8faff,#f8faff,#f8faff,#f7faff,#f6fbff,#f6fbff,#f5fbff);border:1px solid #d3d3d3;height:700px;margin:0}.blogs-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;gap:7.5rem 6rem;display:grid}.blog-card-link{border-radius:var(--main-border-radius-2)var(--main-border-radius-2)0 0;height:fit-content}.blog-card{border-radius:var(--main-border-radius-2)var(--main-border-radius-2)0 0;color:#000;flex:1;gap:1ch;width:100%;height:fit-content;font-size:1.6rem;overflow:hidden}.blog-card-image-div{aspect-ratio:1.90476;border-radius:var(--main-border-radius-2);width:100%;overflow:hidden}.blog-card-image{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-info-meta{color:#00000080;justify-content:space-between;align-items:start;font-size:1rem;display:flex}.blog-card-info-meta-categories{flex-wrap:wrap;justify-content:end;gap:.5rem;width:100%;margin:.75rem 0 .75rem 1.5rem;display:flex}.blog-card-info-meta-category{color:#000000b3;background-color:#f6f5f8;border-radius:2rem;height:fit-content;padding:.25rem .75rem}.blog-card-info>h2{color:#000;margin:0;font-size:1.8rem;font-weight:500}.blog-card-info>p{color:#000;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:.5rem 0 0;font-size:1.2rem;line-height:1.6rem;display:-webkit-box;overflow:hidden}.blog-post-article{max-width:100ch;font-size:1.6rem}.blog-post-article>h1{font-size:3.6rem;font-weight:600}.blog-post-article>.blog-post-date{font-size:1.2rem}.blog-post-content-section>h2{font-size:2.4rem;font-weight:600}.blog-post-content-section>h3{font-size:2rem;font-weight:500}.blog-post-content-section>p{line-height:2.4rem}.legal-page-section{color:#000;padding:4rem 0}.error-page-section{color:#000;text-align:center;margin-bottom:auto;padding:8rem}.legal-page-section>h1,.error-page-section>h1{font-size:3.2rem}.legal-page-section>h2,.error-page-section>h2{font-size:2.4rem}.legal-page-section>p,.legal-page-section>ul,.error-page-section>p,.error-page-back-to-home-link{max-width:100ch;font-size:1.6rem}.legal-page-section>p>a{color:inherit}.error-page-back-to-home-link{color:#000;border:1px solid #d3d3d3;border-radius:4rem;width:fit-content;margin-left:auto;padding:1.5rem;transition:all .2s}.error-page-back-to-home-link:hover{box-shadow:var(--box-shadow-1);border-color:#000}.reshow_cookie_banner_link{cursor:pointer;text-decoration:underline}.cookie-banner-wrapper{pointer-events:none;z-index:1000;justify-content:end;width:100%;margin:1.5rem;display:flex;position:fixed;bottom:0;right:0}.cookie-banner{-webkit-backdrop-filter:blur(1.7px);backdrop-filter:blur(1.7px);color:#000;text-align:center;pointer-events:auto;background:#ffffff80;border:1px solid #bccbcc33;border-radius:5rem;justify-content:center;align-items:center;width:fit-content;padding:1rem;font-size:1.4rem;display:flex;box-shadow:0 8px 8px -5px #14151a0d,0 18px 24px -5px #14151a0d}.cookie-banner>p{margin:0;padding:.75rem}.cookie-banner>p>a{color:inherit}.cookie-link{color:inherit;text-decoration:underline}.cookie-buttons button{cursor:pointer;color:#fff;border-radius:1.6rem;margin:0 .5em;padding:.4em 1em}.cookie-accept,.cookie-reject{background:#000;border:2px solid #000;transition:all .2s}.cookie-accept:hover,.cookie-reject:hover{box-shadow:var(--box-shadow-1);color:#000;background:0 0}.yt_video_cookies_not_enabled{color:#000;border-radius:var(--main-border-radius-2);background-color:#d3d3d3;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100%;font-size:1.6rem;display:flex}.yt_video_cookies_not_enabled>span>a{color:inherit}.cookies_not_enabled_accept{cursor:pointer;color:#fff;background:#000;border:2px solid #000;border-radius:1.6rem;width:fit-content;padding:.4em 1em;transition:all .2s}.cookies_not_enabled_accept:hover{color:#000;box-shadow:var(--box-shadow-1);background:#fff}.demo_modal_cookies_not_enabled{color:#000;background-color:#fff;border:0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:600px;margin-top:30px;font-size:1.6rem;display:flex}.demo_modal_cookies_not_enabled>span>a{color:inherit}@media (min-width:2560px){.nav.full-width{grid-column:breakout}.benefits_cards_container,.about_us_cards_container,.book_demo_section_benefits_cards_container{gap:10rem}.pricing_card_div{width:400px}}@media (max-width:1485px){.hero_title{font-size:8rem;line-height:8rem}.hero_subtitle{font-size:2rem}.hero-features-bar{font-size:1.3rem}}@media (max-width:1400px){.hero_title{font-size:7.2rem;line-height:7.2rem}.hero_subtitle{font-size:2rem}.hero-features-bar{font-size:1.2rem}.book_demo_section_benefits_calendar_container{flex-direction:column-reverse;gap:5rem}.book_demo_section_benefits_cards_container{flex-direction:row}}@media (max-width:1250px){.content-grid>:not(.breakout,.full-width),.full-width>:not(.breakout,.full-width){grid-column:breakout}.hero_title{font-size:6.4rem;line-height:6.4rem}.benefits_cards_container,.about_us_cards_container,.book_demo_section_benefits_cards_container{flex-direction:column;align-items:center;gap:5rem}.benefit_card{width:70%;min-height:20rem}.features_title{font-size:3.6rem}.pricing_cards_div{flex-direction:column;align-items:center;gap:2.5rem;width:100%}.pricing_card_div{width:70%}.about_section{grid-template-areas:"about_section_mission_div""about_us_cards""about_section_about_div"}.about_section_about_div{grid-template-columns:1fr}.about_section_img{display:none}.benefit_card,.about_us_card{min-height:fit-content}.cookie-banner-wrapper{justify-content:center;margin:0 0 1.5rem}}@media (max-width:1100px){.features_div{flex-direction:column;align-items:start}.features_images.right{padding-left:0}.features_images.left{padding-right:0}.features_div:has(.features_images.left){flex-direction:column-reverse}.video_section{align-items:center}}@media (max-width:900px){.contact_section_text_form_container{grid-template-columns:1fr;grid-template-areas:"contact_section_title""contact_section_subtitle""contact_section_text""contact_section_benefits""contact_section_form"}.hamburger{z-index:13;display:block;position:fixed;right:17.5px}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{background-color:#000;transform:translateY(8px)rotate(45deg)}.hamburger.active .bar:nth-child(3){background-color:#000;transform:translateY(-8px)rotate(-45deg)}.nav_logo_link{z-index:12}.nav,.nav.active{box-sizing:border-box}.nav:hover{background-color:#ffffff8c}.nav.active{z-index:12;background-color:#ffffffe6;width:100%;height:auto;position:absolute;top:0;left:0}.nav{height:calc(3cap + 2rem)}.header{z-index:100;height:calc(3cap + 5rem);position:sticky;top:0}.nav_logo_burger_links_buttons_div{grid-template-areas:"nav_logo_burger_links_div nav_logo_burger_links_div";display:grid}.nav_logo_burger_links_buttons_div.active{grid-template-areas:"nav_logo_burger_links_div nav_logo_burger_links_div""nav-link-li-buttons nav-link-li-buttons";display:grid}.nav_logo_burger_links_div,.nav_logo_burger_div{display:flex}.nav_logo_burger_links_buttons_div,.nav_logo_burger_div{justify-content:space-between;width:100%}.nav_logo_burger_links_buttons_div,.nav_logo_burger_links_div{flex-direction:column;gap:2rem}.nav_logo_burger_div{align-items:center}.nav_logo,.nav_logo_link,.nav_logo_burger_div{flex-shrink:0}.nav_logo{flex-shrink:0;width:auto;height:2em}.nav-links{flex-direction:column;display:none}.nav-links.active{display:flex}.nav-link-li.buttons{justify-content:center;padding:1.5rem 0;display:none}.nav-link-li.buttons.active{display:flex}.hero_text_grid{grid-template-areas:"hero_title""hero_subtitle""hero_cta_div";align-items:center;row-gap:2.5cap;width:100%;margin:7.5rem 0}.hero_cta_div{justify-content:start;padding:1.5rem 0}.features_title{font-size:3.2rem}.features_list_div,.contact_section_benefits{font-size:1.6rem}.feature_image,.feature_image.struct_pos{width:100%}.features_images.right,.features_images.left{padding:4rem 0}.video-container{padding:0}}@media (max-width:750px){.hero_title{margin:1.5rem 0;font-size:4.4rem;line-height:4rem}.hero_subtitle{font-size:1.6rem}.hero-features-bar{width:fit-content;box-shadow:none;background-color:#0000;flex-direction:column;align-items:start}.hero_dashboard{border-radius:var(--main-border-radius-1)}.MuiSvgIcon-root.hero-features-icon{width:1em;height:1em}.problem_solution_title,.video_title,.pricing_section_title,.cta_title,.about_section_title,.contact_section_title,.book_demo_section_title{font-size:3.2rem}.problem_solution_text,.benefit_card_text,.video_text,.pricing_section_text,.compare_tiers_text,.about_section_subtitle,.about_section_text,.contact_section_subtitle,.contact_section_text,.book_demo_section_text{font-size:1.6rem}.benefit_card{width:90%}.benefit_card_icon{height:3rem}.features_subtitle,.cta_subtitle{font-size:1.6rem}.pricing_card_div{width:90%}.pricing_card_price{font-size:3.2rem}.pricing_card_title_offer,.footer_section{font-size:1.4rem}.cta_div{padding:4rem 2.5rem}.cta_div>.hero_cta_div{padding:0}.footer_section{grid-template-columns:2fr 1fr;grid-template-areas:"footer_synergen footer_nav_links_product""footer_synergen footer_nav_links_contact""footer_copyright footer_copyright""footer_legal_contact footer_legal_contact";gap:2.5rem}.legal-page-section>h1,.error-page-section>h1{font-size:2.4rem}.legal-page-section>h2,.error-page-section>h2,.contact-form-header{font-size:2rem}.legal-page-section>p,.error-page-section>p,.error-page-back-to-home-link{font-size:1.6rem}.cookie-banner,.cookie-accept,.cookie-reject,.cookies_not_enabled_accept{font-size:1.2rem}}@media (max-width:550px){.hero_text_grid{row-gap:.5cap;margin:4rem 0}.hero_title{font-size:3.2rem;line-height:3.2rem}.hero_subtitle{font-size:1.4rem}.cta_button,.book_a_demo{padding:.75em 1em;font-size:1.2rem}.contact-form,.contact-form.popup{grid-template-columns:1fr}.hero-features-bar{font-size:1.2rem}.hero_images{padding:2rem 0}.problem_solution_title,.video_title,.pricing_section_title,.cta_title,.about_section_title,.contact_section_title,.book_demo_section_title{font-size:2.8rem}.benefit_card{width:90%}.features_title{font-size:2.8rem}.pricing_card_div{width:90%}.pricing_table_column_header{font-size:2em}.pricing_table_cell{font-size:1.4em}.pricing_table_footer,.pricing_table_show_more_text{font-size:1.2rem}.footer_section{grid-template-columns:1fr 1fr;grid-template-areas:"footer_synergen footer_synergen""footer_nav_links_product footer_nav_links_contact""footer_copyright footer_copyright""footer_legal_contact footer_legal_contact";gap:2.5rem}.footer_linkedin_a{padding-top:1.5rem}.footer_nav_li.heading,.footer_nav_link{padding:.75rem 0}.cookie-banner>p{text-align:start}.cookie-buttons{display:flex}.yt_video_cookies_not_enabled,.demo_modal_cookies_not_enabled{gap:1rem;font-size:1.4rem}.yt_video_cookies_not_enabled>span,.demo_modal_cookies_not_enabled>span{padding:1.5rem}}@media (max-width:450px){.hero_title{font-size:3.2rem;line-height:2.8rem}.hero_images{padding:1.5rem 0}.features_title{font-size:2.4rem}.cta_title{text-align:center;font-size:2rem}.cta_subtitle{font-size:1.4rem}.error-page-section{padding:8rem 0}}@media (max-width:350px){.cta_button,.book_a_demo{font-size:1rem}}
