.builtByCreatives{padding:8rem 0;background:var(--background);position:relative}@media(max-width:768px){.builtByCreatives{padding:6rem 0}}@media(max-width:480px){.builtByCreatives{padding:4rem 0}}.builtByCreatives .builtByCreativesContainer{max-width:1200px;margin:0 auto;padding:0 var(--app-side-safe-area);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:768px){.builtByCreatives .builtByCreativesContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;padding:0 var(--app-side-safe-area)}}@media(max-width:1024px){.builtByCreatives .builtByCreativesContainer{grid-template-columns:1fr;gap:3rem}}.builtByCreatives .builtByCreativesContent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}.builtByCreatives .builtByCreativesContent .builtByCreativesTitle{font-size:2.8rem;font-weight:800;color:var(--text-white);line-height:1.2;width:100%}@media(max-width:768px){.builtByCreatives .builtByCreativesContent .builtByCreativesTitle{font-size:2.3rem}}@media(max-width:480px){.builtByCreatives .builtByCreativesContent .builtByCreativesTitle{font-size:2rem}}.builtByCreatives .builtByCreativesContent .builtByCreativesText p{font-size:1.2rem;color:var(--navbar-inactive);line-height:1.7;margin-bottom:1.5rem}.builtByCreatives .builtByCreativesContent .builtByCreativesText p:last-child{margin-bottom:0;color:var(--text-white);font-weight:500}@media(max-width:768px){.builtByCreatives .builtByCreativesContent .builtByCreativesText p{font-size:1.1rem}}@media(max-width:480px){.builtByCreatives .builtByCreativesContent .builtByCreativesText p{font-size:1rem}}.builtByCreatives .builtByCreativesContent .builtByCreativesCta{margin-top:1rem;width:100%}.creativeToolbox{padding:8rem 0;background:var(--background);position:relative}.creativeToolbox .creativeToolboxContainer{max-width:1200px;margin:0 auto;padding:0 var(--app-side-safe-area)}.creativeToolbox .creativeToolboxTitle{font-size:3rem;font-weight:800;color:var(--text-white);text-align:center;margin-bottom:4rem;position:relative}.creativeToolbox .creativeToolboxTitle:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--main),var(--main-hover));border-radius:2px}@media(max-width:768px){.creativeToolbox .creativeToolboxTitle{font-size:2.5rem;margin-bottom:3rem}}@media(max-width:480px){.creativeToolbox .creativeToolboxTitle{font-size:2rem}}.creativeToolbox .creativeToolboxFeatures{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}@media(max-width:768px){.creativeToolbox .creativeToolboxFeatures{grid-template-columns:1fr;gap:1.5rem}}.creativeToolbox .feature{background:var(--background-lighter);padding:2rem;border-radius:var(--border-radius);border:1px solid rgba(21,171,219,.1);text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.creativeToolbox .feature:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(21,171,219,.05),transparent);transition:left .6s ease}.creativeToolbox .feature:hover{transform:translateY(-8px);border-color:rgba(21,171,219,.2);box-shadow:0 15px 35px rgba(0,0,0,.2)}.creativeToolbox .feature:hover:before{left:100%}.creativeToolbox .feature:hover .featureIcon{transform:scale(1.1)}.creativeToolbox .feature .featureIcon{font-size:3rem;margin-bottom:1rem;transition:transform .3s ease;display:block}@media(max-width:768px){.creativeToolbox .feature .featureIcon{font-size:2.5rem}}@media(max-width:480px){.creativeToolbox .feature .featureIcon{font-size:2rem}}.creativeToolbox .feature .featureTitle{font-size:1.4rem;font-weight:700;color:var(--text-white);margin-bottom:1rem;line-height:1.3}@media(max-width:768px){.creativeToolbox .feature .featureTitle{font-size:1.3rem}}@media(max-width:480px){.creativeToolbox .feature .featureTitle{font-size:1.2rem}}.creativeToolbox .feature .featureDescription{font-size:1rem;color:var(--navbar-inactive);line-height:1.6;margin:0}@media(max-width:768px){.creativeToolbox .feature .featureDescription{font-size:.95rem}}@media(max-width:480px){.creativeToolbox .feature .featureDescription{font-size:.9rem}}@media(max-width:768px){.creativeToolbox .feature{padding:1.5rem}}@media(max-width:480px){.creativeToolbox .feature{padding:1.2rem}}.creativeToolbox .creativeToolboxCta{margin-top:2rem;width:100%}@media(max-width:768px){.creativeToolbox{padding:6rem 0}}@media(max-width:480px){.creativeToolbox{padding:4rem 0}}.email{padding:8rem 0 10rem;min-height:80lvh;position:relative;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}@media(max-width:768px){.email{width:100%}}.email .fade{position:absolute;top:-2px;left:0;width:100%;height:50%;background:linear-gradient(to bottom,var(--background),transparent);z-index:0}.email:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.email .emailContainer{max-width:800px;position:relative;z-index:1;width:100%;background-color:var(--background-lighter);border-radius:var(--border-radius);padding:4rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}@media(max-width:768px){.email .emailContainer{padding:3rem 2rem;margin:0 var(--app-side-safe-area);width:calc(100% - var(--app-side-safe-area)*2)}}.email .emailTitle{font-size:2.75rem;font-weight:800;color:var(--text-white);line-height:1.2}@media(max-width:768px){.email .emailTitle{font-size:2.6rem}}@media(max-width:480px){.email .emailTitle{font-size:2.2rem}}.email .emailText{font-size:1.1rem;color:var(--navbar-inactive);line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.email .emailText{font-size:1.2rem}}@media(max-width:480px){.email .emailText{font-size:1.1rem}}.email .emailForm{margin-bottom:.5rem}.email .emailForm .emailInputWrapper{display:flex;max-width:500px;margin:0 auto;gap:0;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}@media(max-width:768px){.email .emailForm .emailInputWrapper{flex-direction:column;gap:1rem;box-shadow:none}}.email .emailForm .emailConsent{max-width:500px;margin:0 auto 1.5rem;padding:0 1rem}.email .emailForm .emailConsent .consentLabel{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;transition:opacity .3s ease}.email .emailForm .emailConsent .consentLabel:hover{opacity:.8}.email .emailForm .emailConsent .consentLabel .consentCheckbox{width:1.25rem;height:1.25rem;accent-color:var(--main);cursor:pointer;margin-top:.125rem;flex-shrink:0}.email .emailForm .emailConsent .consentLabel .consentCheckbox:disabled{opacity:.5;cursor:not-allowed}.email .emailForm .emailConsent .consentLabel .consentText{font-size:.9rem;color:var(--navbar-inactive);line-height:1.4;text-align:left}@media(max-width:768px){.email .emailForm .emailConsent .consentLabel .consentText{font-size:.85rem}}@media(max-width:480px){.email .emailForm .emailConsent .consentLabel .consentText{font-size:.8rem}}@media(max-width:768px){.email .emailForm .emailConsent{margin-top:.8rem;padding:0 .5rem}}@media(max-width:480px){.email .emailForm .emailConsent{margin-top:.7rem;padding:0 .3rem}}.email .emailForm .emailError{max-width:500px;margin:.75rem auto 0;padding:.75rem 1rem;background-color:rgba(212,103,103,.1);border:1px solid var(--red);border-radius:var(--border-radius);color:var(--red);font-size:.9rem;font-weight:500;text-align:center;animation:fadeInError .3s ease-out}@media(max-width:768px){.email .emailForm .emailError{margin-top:.5rem;font-size:.85rem;padding:.6rem .8rem}}@media(max-width:480px){.email .emailForm .emailError{font-size:.8rem;padding:.5rem .7rem}}.email .emailForm .emailInput{width:100%;padding:1.25rem 2rem;border-radius:var(--border-radius) 0 0 var(--border-radius);background-color:var(--input);color:var(--text-white);font-size:1.125rem;font-weight:500;transition:.3s;border:2px solid rgba(0,0,0,0)}@media(max-width:1440px){.email .emailForm .emailInput{padding:1rem 1.5rem}}@media(max-width:1440px)and (max-height:700px){.email .emailForm .emailInput{padding:.9rem 1.5rem;font-size:1rem}}@media(max-width:768px){.email .emailForm .emailInput{border-radius:var(--border-radius);padding:1rem 1.5rem;font-size:1rem;border:2px solid var(--input-border)}}@media(max-width:480px){.email .emailForm .emailInput{padding:.9rem 1.2rem;font-size:.95rem}}.email .emailForm .emailInput::placeholder{color:var(--input-placeholder)}.email .emailForm .emailInput:focus{background-color:var(--input-active);border-color:var(--main);box-shadow:0 0 0 3px rgba(21,171,219,.1)}.email .emailForm .emailSubmit{padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,var(--main),var(--main-hover));color:var(--text-white);border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;border-radius:0;min-height:56px}.email .emailForm .emailSubmit:hover:not(:disabled){background:linear-gradient(135deg,var(--main-hover),var(--main));transform:translateY(-2px);box-shadow:0 8px 20px rgba(21,171,219,.3)}.email .emailForm .emailSubmit:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:768px){.email .emailForm .emailSubmit{border-radius:var(--border-radius);padding:1rem 1.5rem;font-size:1rem;min-height:32px}}@media(max-width:480px){.email .emailForm .emailSubmit{padding:1rem;font-size:1rem}}.email .emailSuccess{max-width:500px;margin:0 auto 2rem;padding:2rem;background:var(--background-lighter);border-radius:var(--border-radius);border:2px solid var(--green)}.email .emailSuccess .successIcon{font-size:3rem;margin-bottom:1rem}@media(max-width:480px){.email .emailSuccess .successIcon{font-size:2.5rem}}.email .emailSuccess .successTitle{font-size:1.8rem;font-weight:700;color:var(--green);margin-bottom:1rem}@media(max-width:768px){.email .emailSuccess .successTitle{font-size:1.6rem}}@media(max-width:480px){.email .emailSuccess .successTitle{font-size:1.4rem}}.email .emailSuccess .successText{font-size:1.1rem;color:var(--navbar-inactive);line-height:1.6;margin:0}@media(max-width:480px){.email .emailSuccess .successText{font-size:1rem}}@media(max-width:768px){.email .emailSuccess{padding:1.5rem}}@media(max-width:480px){.email .emailSuccess{padding:1.2rem}}.email .emailMiniText{font-size:.9rem;color:var(--input-placeholder);font-style:italic;margin:0}@media(max-width:480px){.email .emailMiniText{font-size:.85rem}}@media(max-width:768px){.email{padding:8rem 0}}@media(max-width:480px){.email{padding:6rem 0}}@keyframes fadeInError{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.failure{padding:8rem 0;background:var(--background);position:relative;text-align:center}@media(max-width:768px){.failure{padding:6rem 0}}@media(max-width:480px){.failure{padding:4rem 0}}.failure .failureContainer{max-width:900px;margin:0 auto;padding:0 var(--app-side-safe-area);position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(max-width:768px){.failure .failureContainer{width:100%;padding:0 var(--app-side-safe-area)}}.failure .failureTitle{font-size:3rem;font-weight:800;color:var(--text-white);line-height:1.2}@media(max-width:768px){.failure .failureTitle{font-size:2.5rem}}@media(max-width:480px){.failure .failureTitle{font-size:2rem}}.failure .failureText{margin-bottom:1rem}.failure .failureText p{font-size:1.2rem;color:var(--navbar-inactive);line-height:1.7;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:768px){.failure .failureText p{font-size:1.1rem}}@media(max-width:480px){.failure .failureText p{font-size:1rem}}.failure .failureText .failureUrgent{font-size:1.3rem;color:var(--main);font-weight:600;font-style:italic;position:relative;padding:1.5rem;border:2px solid rgba(21,171,219,.3);border-radius:var(--border-radius);background:rgba(21,171,219,.05);margin-bottom:0}@media(max-width:768px){.failure .failureText .failureUrgent{font-size:1.2rem;padding:1.2rem}}@media(max-width:480px){.failure .failureText .failureUrgent{font-size:1.1rem;padding:1rem}}.failure .failureCta{display:flex;justify-content:center;width:100%}@keyframes pulse{0%{box-shadow:0 4px 15px rgba(21,171,219,.4)}50%{box-shadow:0 8px 25px rgba(21,171,219,.8)}to{box-shadow:0 4px 15px rgba(21,171,219,.4)}}.hateAI{padding:8rem 0;background:var(--background);position:relative;z-index:5}@media(max-width:768px){.hateAI{padding:6rem 0}}@media(max-width:480px){.hateAI{padding:4rem 0}}.hateAI .hateAIContainer{max-width:1200px;margin:0 auto;padding:0 var(--app-side-safe-area);display:grid;grid-template-columns:1.2fr .8fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:768px){.hateAI .hateAIContainer{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:2rem;width:100%;padding:0 var(--app-side-safe-area)}}.hateAI .hateAIContent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}.hateAI .hateAIContent .hateAITitle{font-size:2.8rem;font-weight:800;color:var(--text-white);line-height:1.2;width:100%}@media(max-width:768px){.hateAI .hateAIContent .hateAITitle{font-size:2.3rem}}@media(max-width:480px){.hateAI .hateAIContent .hateAITitle{font-size:2rem}}.hateAI .hateAIContent .hateAIText p{font-size:1.2rem;color:var(--navbar-inactive);line-height:1.7}@media(max-width:768px){.hateAI .hateAIContent .hateAIText p{font-size:1.1rem}}@media(max-width:480px){.hateAI .hateAIContent .hateAIText p{font-size:1rem}}.hateAI .hateAIContent .hateAICta{margin-top:1rem;width:100%}.hateAI .hateAIImage,.hateAI .hateAIImage .imagePlaceholder{display:flex;justify-content:center;align-items:center}.hateAI .hateAIImage .imagePlaceholder{width:100%;max-width:400px;height:350px;background-color:var(--background-lighter);border-radius:var(--border-radius);border:3px solid var(--red);position:relative;overflow:hidden}.hateAI .hateAIImage .imagePlaceholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(212,103,103,.1) 0,rgba(212,103,103,.1) 20px)}.hateAI .hateAIImage .imagePlaceholder .aiWarning{font-size:2.5rem;font-weight:800;color:var(--red);text-shadow:0 0 10px rgba(212,103,103,.5);transform:rotate(-15deg);z-index:2;position:relative;padding:1rem 2rem;border:3px solid var(--red);border-radius:var(--border-radius);background:rgba(212,103,103,.1)}@media(max-width:768px){.hateAI .hateAIImage .imagePlaceholder .aiWarning{font-size:2rem;padding:.8rem 1.5rem}}@media(max-width:480px){.hateAI .hateAIImage .imagePlaceholder .aiWarning{font-size:1.5rem;padding:.6rem 1rem}}@media(max-width:768px){.hateAI .hateAIImage .imagePlaceholder{height:280px}}@media(max-width:480px){.hateAI .hateAIImage .imagePlaceholder{height:220px}}.imageWithHoverEffect,.imageWithHoverEffect img{position:absolute;top:0;left:0;right:0;margin:0 auto;width:100%;height:112lvh;object-fit:cover;z-index:1}.imageWithHoverEffect img{transition:transform .3s ease}.imageWithHoverEffect canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.header{min-height:100lvh;background:var(--background);position:relative;z-index:6;height:112lvh}.header,.header .headerContainer{display:flex;align-items:center;justify-content:center}.header .headerContainer{position:absolute;bottom:calc(12lvh + 3rem);max-width:80vw;width:100%;padding:0 var(--app-side-safe-area);flex-direction:column;text-align:center;z-index:2}@media(max-width:768px){.header .headerContainer{top:20vh;bottom:auto;max-width:90vw}}.header .fade{position:absolute;bottom:0;left:0;width:100%;height:12lvh;background:linear-gradient(to top,var(--background),transparent);z-index:9}.header h1{font-family:ivypresto-display,serif;font-display:swap;font-size:6.6vw;font-weight:300;font-style:normal;color:var(--text-white);line-height:1.1;margin-bottom:2rem;text-align:center;text-wrap:pretty;letter-spacing:.04em}@media(max-width:768px){.header h1{font-size:14vw}}.header h1 span{font-weight:300;font-style:italic;font-family:ivypresto-display,serif;font-display:swap}.header .headerTitleInitial{opacity:1!important;transform:translateY(0)!important}.header .headerTextContainer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.header .headerTextContainer .headerText{font-size:1.1vw;color:var(--text-white);line-height:1.6;margin-bottom:2rem;width:100%;text-align:justify;text-justify:auto;text-align-last:center}@media(max-width:768px){.header .headerTextContainer .headerText{font-size:4vw;line-height:1.2;width:80vw;font-weight:500}}.header .headerTextContainer .headerCta{display:flex;justify-content:center;width:240px}@media(max-width:768px){.header .headerTextContainer .headerCta{width:80vw}}.header .headerImage,.header .headerImage img{position:absolute;top:0;left:0;right:0;margin:0 auto;width:100%;height:112lvh;object-fit:cover;z-index:1}.header .headerImage img{transition:transform .3s ease}.plan{padding:8rem 0;background:var(--background);position:relative}@media(max-width:768px){.plan{padding:6rem 0}}@media(max-width:480px){.plan{padding:4rem 0}}.plan .planContainer{max-width:1200px;margin:0 auto;padding:0 var(--app-side-safe-area);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}@media(max-width:768px){.plan .planContainer{gap:0;width:100%;padding:0 var(--app-side-safe-area)}}.plan .planTitle{font-size:3rem;font-weight:800;color:var(--text-white);text-align:center;position:relative}.plan .planTitle:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--main),var(--main-hover));border-radius:2px}@media(max-width:768px){.plan .planTitle{font-size:2.5rem;margin-bottom:3rem}}@media(max-width:480px){.plan .planTitle{font-size:2rem}}.plan .planSteps{display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.plan .planSteps{gap:2.5rem}}.plan .planStep{display:grid;grid-template-columns:auto 1fr auto;grid-gap:2rem;gap:2rem;align-items:center;padding:2rem;background:var(--background-lighter);border-radius:var(--border-radius);border:1px solid rgba(21,171,219,.1);transition:all .3s ease;position:relative;overflow:hidden}@media(max-width:1024px){.plan .planStep{gap:1.5rem;text-align:center}}@media(max-width:768px){.plan .planStep{padding:1.5rem}}.plan .planStep:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(21,171,219,.05),transparent);transition:left .6s ease}.plan .planStep:hover{border-color:rgba(21,171,219,.3);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.plan .planStep:hover:before{left:100%}.plan .planStep .stepNumber{font-size:3rem;font-weight:800;color:var(--main);opacity:.8;line-height:1}@media(max-width:1024px){.plan .planStep .stepNumber{order:-1;font-size:2.5rem}}@media(max-width:480px){.plan .planStep .stepNumber{font-size:2rem}}.plan .planStep .stepContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem}.plan .planStep .stepContent .stepTitle{font-size:1.5rem;font-weight:700;color:var(--text-white);line-height:1.3}@media(max-width:768px){.plan .planStep .stepContent .stepTitle{font-size:1.3rem}}@media(max-width:480px){.plan .planStep .stepContent .stepTitle{font-size:1.2rem}}.plan .planStep .stepContent .stepDescription{font-size:1.1rem;color:var(--navbar-inactive);line-height:1.6;margin:0}@media(max-width:768px){.plan .planStep .stepContent .stepDescription{text-align:left;font-size:1rem}}@media(max-width:480px){.plan .planStep .stepContent .stepDescription{font-size:.9rem}}.plan .planStep .stepImage{width:120px;height:100px;background-color:var(--background);border-radius:var(--border-radius);border:2px solid rgba(21,171,219,.2);position:relative;overflow:hidden}@media(max-width:1024px){.plan .planStep .stepImage{width:150px;height:120px;margin:0 auto}}@media(max-width:480px){.plan .planStep .stepImage{width:64px;height:64px}}.plan .planStep .stepImage img{width:100%;height:100%;object-fit:cover}.plan .planStep .stepImage img:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(21,171,219,.1),transparent);animation:shimmer 2.5s infinite}.plan .planCta{margin-top:-1.5rem;width:100%}@media(max-width:768px){.plan .planCta{margin-top:3rem}}.problem{padding:8rem 0;background:var(--background);position:relative;z-index:5}@media(max-width:768px){.problem{padding:6rem 0}}@media(max-width:480px){.problem{padding:4rem 0}}.problem .problemContainer{max-width:1200px;margin:0 auto;padding:0 var(--app-side-safe-area);display:grid;grid-template-columns:1.2fr .8fr;grid-gap:4rem;gap:4rem;align-items:center}@media(max-width:768px){.problem .problemContainer{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:2rem;width:100%;padding:0 var(--app-side-safe-area)}}.problem .problemContent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}.problem .problemContent .problemTitle{font-size:2.8rem;font-weight:800;color:var(--text-white);line-height:1.2;width:100%}@media(max-width:768px){.problem .problemContent .problemTitle{font-size:2.3rem}}@media(max-width:480px){.problem .problemContent .problemTitle{font-size:2rem}}.problem .problemContent .problemText p{font-size:1.2rem;color:var(--navbar-inactive);line-height:1.7;margin-bottom:1.5rem}@media(max-width:768px){.problem .problemContent .problemText p{font-size:1.1rem}}@media(max-width:480px){.problem .problemContent .problemText p{font-size:1rem}}.problem .problemContent .problemText .problemHighlight{font-size:1.3rem;color:var(--main);font-weight:600;font-style:italic;position:relative;padding-left:1.5rem;margin-bottom:0}.problem .problemContent .problemText .problemHighlight:before{content:"";position:absolute;left:0;top:.5rem;width:4px;height:60%;background:linear-gradient(180deg,var(--main),var(--main-hover));border-radius:2px}@media(max-width:768px){.problem .problemContent .problemText .problemHighlight{font-size:1.2rem}}@media(max-width:480px){.problem .problemContent .problemText .problemHighlight{font-size:1.1rem}}.problem .problemContent .problemCta{margin-top:1rem;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}