.technical-guide-cta{display:flex;align-items:center;justify-content:space-between;padding:40px 48px;height:100%;width:100%;gap:24px;flex-wrap:wrap}@media screen and (min-width:360px){.technical-guide-cta{flex-direction:column;align-items:center;justify-content:flex-start;padding:24px;flex-wrap:nowrap}}@media screen and (min-width:1024px){.technical-guide-cta{flex-direction:row;align-items:center;justify-content:space-between;padding:40px 48px}}.technical-guide-cta__text{font-weight:700;font-size:22px;line-height:32px;color:#000;margin:0;flex:1 1;font-family:Inter,sans-serif}@media screen and (min-width:360px){.technical-guide-cta__text{width:100%;margin-bottom:16px;flex:none;text-align:center}}@media screen and (min-width:1024px){.technical-guide-cta__text{text-align:left;flex:1 1}}.technical-guide-cta .cta-button{background:#003d4f;color:#fff;padding:12px 24px;white-space:nowrap;flex-wrap:wrap;width:auto;align-self:center;flex-shrink:0}@media screen and (min-width:1024px){.technical-guide-cta .cta-button{align-self:center}}.technical-guide-cta .cta-button:hover{background:#002a38}.technical-guide-cta .cta-button .cta-button__text{color:#fff;font-family:Inter,sans-serif}.technical-guide-cta .cta-button svg{color:#fff;stroke:#fff}.technical-guide-cta .cta-button:hover .cta-button__text{text-decoration:none!important}.technical-guide-page{background-color:#fff;width:100%;min-height:100vh}.technical-guide-page__content{display:flex;flex-direction:column;width:100%}.technical-guide-page__main{width:100%}