.header-wrapper{width:100%;position:relative;z-index:5000;display:flex;justify-content:center}.header-wrapper header{max-width:1200px;width:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center;z-index:5000}@media screen and (max-width:1000px){.application-header{padding:0 40px}}@media screen and (max-width:600px){.application-header{padding:0 20px}}@media screen and (max-width:420px){.application-header{padding:0 10px}}img{-webkit-user-select:none;user-select:none}.footer *{font-family:var(--technical-font)}.footer-links-container,.footer-contacts-container p,.footer-information-container,.footer-copyright{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.footer{padding:80px 20px 40px;background:var(--default-footer-background-color-dark)}.footer-content-wrapper,.footer-labels-container{max-width:1200px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}.footer-logo-container svg{width:172px;height:81px;-webkit-transition:stroke .2s ease-in-out;-moz-transition:stroke .2s ease-in-out;-o-transition:stroke .2s ease-in-out;transition:stroke .2s ease-in-out}.footer-logo-container:hover svg{stroke:#ffffff80}.footer-information-container{max-width:445px}.footer-description-container,.footer-copyright,.footer-contacts-container span,.footer-links-container,.footer-contacts-container p{font-weight:500;font-size:14px}.footer-links-container{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.footer-links-container p{cursor:pointer;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.footer-links-container p:hover{opacity:.75}.footer-contacts-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;white-space:nowrap}.footer-divider{margin-top:70px;margin-bottom:20px;border:1px solid}.footer-made-by{width:80px;height:43px;opacity:1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.footer-made-by:hover{opacity:.8;-webkit-transform:translateY(4px);-moz-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.footer-made-by img{width:100%;height:auto;display:block}@media screen and (max-width:1000px){.footer{padding:80px 20px 40px}}@media screen and (max-width:800px){.footer{padding:40px 20px}.footer-content-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-divider{margin-top:35px;margin-bottom:20px}.footer-contacts-container{text-align:center}.footer-labels-container{gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer.emotional-intelligence-footer{padding:92px 20px 56px;background:linear-gradient(90deg,#dff2fe,#fbf5fc 29%,#fcf1eb 62%,#fef6eb)!important}.footer.emotional-intelligence-footer .footer-content-wrapper,.footer.emotional-intelligence-footer .footer-labels-container{width:100%;max-width:1152px}.footer.emotional-intelligence-footer .footer-content-wrapper{display:grid;grid-template-columns:172px minmax(280px,445px) minmax(170px,1fr);align-items:start;column-gap:clamp(48px,7vw,112px)}.footer.emotional-intelligence-footer .footer-divider{max-width:1440px;margin:90px auto 20px;border-color:#688eab!important}@media screen and (max-width:1000px){.footer.emotional-intelligence-footer{padding-top:72px;padding-bottom:48px}.footer.emotional-intelligence-footer .footer-content-wrapper{column-gap:48px}.footer.emotional-intelligence-footer .footer-divider{margin-top:64px}}@media screen and (max-width:800px){.footer.emotional-intelligence-footer{padding:48px 20px 40px}.footer.emotional-intelligence-footer .footer-content-wrapper{display:flex}.footer.emotional-intelligence-footer .footer-divider{margin-top:35px}}.privacy-policy-modal .privacy-policy-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;max-height:90vh;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;outline:none;display:flex;flex-direction:column;overflow:hidden}.privacy-policy-modal .privacy-policy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px 16px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-title{font-size:24px;font-weight:600;color:#333;margin:0;font-family:Open Sans,sans-serif}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-close{color:#666;padding:8px}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-close:hover{background-color:#0000000a;color:#333}.privacy-policy-modal .privacy-policy-modal-body{padding:24px 32px 32px;overflow-y:auto;flex:1}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content{font-family:Open Sans,sans-serif;line-height:1.6;color:#333}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content h3{font-size:18px;font-weight:600;color:#2c3e50;margin:24px 0 12px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content h3:first-child{margin-top:0}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content p{font-size:14px;margin:0 0 16px;color:#555}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content ul{margin:12px 0 16px;padding-left:24px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content ul li{font-size:14px;margin:8px 0;color:#555}@media(max-width:768px){.privacy-policy-modal .privacy-policy-modal-content{width:95%;max-height:95vh}.privacy-policy-modal .privacy-policy-modal-header{padding:16px 20px 12px}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-title{font-size:18px}.privacy-policy-modal .privacy-policy-modal-body{padding:16px 20px 24px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content h3{font-size:16px;margin:20px 0 10px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content p,.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content ul li{font-size:13px}}.content-section::selection{color:var(--default-footer-text-color-white);background-color:var(--section-container-primary-bg)}.content-section{width:100%;padding:44px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:36px}.content-section-text-container{max-width:1200px;margin:auto;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;text-align:center}.content-section-title{font-weight:700;font-size:48px;color:#289ff5}.content-section-description{font-weight:400;font-size:16px}.content-section-content-container{width:100%;display:flex;flex-direction:column;gap:36px}@media(max-width:800px){.content-section{padding:40px 0;gap:24px}.content-section-title{font-size:30px}}.pages-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.bordered-card-content-wrapper{position:relative}.bordered-card{border:1px solid red;border-radius:0!important}.bordered-card-content{position:absolute;top:0;left:0;right:0;margin:auto;color:#fff}.language-select-container{display:flex;flex-direction:column;align-items:start;justify-content:center;width:fit-content}.language-select-option{color:#000000de}.language-select-container .css-1ev28is-MuiInputBase-root-MuiInput-root:after{border-bottom:.125rem solid #ffffff}.language-select-container [class*=MuiFormLabel-root-MuiInputLabel-root],.language-select-container [class*=MuiFormLabel-root-MuiInputLabel-root].Mui-focused{color:#fff}.centered-header-wrapper{width:100%;display:flex;justify-content:center;z-index:5000;transition:transform .25s ease,opacity .25s ease;will-change:transform}.centered-header-wrapper.is-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.centered-header-wrapper.is-visible{transform:translateY(0);opacity:1}.centered-header-wrapper header{max-width:1540px;width:100%;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.centered-application-header-center{position:absolute;top:0;right:0;left:0;margin-right:auto;margin-left:auto;display:flex;justify-content:center}@media screen and (max-width:1000px){.centered-application-header{padding:0 40px}}@media screen and (max-width:600px){.centered-header-wrapper *{transform:scale(.96)}.centered-header-wrapper header{padding:0 15px}.centered-application-header{padding:0 20px}}@media screen and (max-width:579px){.centered-application-header-center *{display:none}}@media screen and (max-width:420px){.centered-application-header{padding:0 10px}}.default-layout{width:100%}.disabled{pointer-events:none;opacity:.7}.cardiovascular-system-cover-section{position:relative;width:100%;height:960px;overflow:hidden}.cardiovascular-system-cover-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.cardiovascular-system-cover-title-container{position:absolute;z-index:2;top:379px;left:92px;display:flex;flex-direction:column;gap:20px}.title-first-line,.title-second-line{margin:0;color:#474747;font-family:Roboto,sans-serif;font-size:80px;font-weight:700;text-transform:uppercase;line-height:1.1;z-index:2}.cardiovascular-system-cover-heart{position:absolute;top:106px;left:792px;width:417px;height:698px;z-index:3}.cardiovascular-system-cover-pulse{position:absolute;top:366px;left:586px;width:829px;height:223px;z-index:2}@media(max-width:1224px){.cardiovascular-system-cover-title-container{top:389px;left:92px}.title-first-line,.title-second-line{font-size:70px}.cardiovascular-system-cover-heart{width:380px;height:600px;top:130px;left:680px}.cardiovascular-system-cover-pulse{top:366px;left:500px;width:700px;height:200}}@media(max-width:1070px){.cardiovascular-system-cover-title-container{top:389px;left:92px}.title-first-line,.title-second-line{font-size:65px}.cardiovascular-system-cover-heart{width:330px;height:550px;top:130px;left:650px}.cardiovascular-system-cover-pulse{top:356px;left:480px;width:600px;height:200}}@media(max-width:990px){.cardiovascular-system-cover-title-container{top:389px;left:40px}.title-first-line,.title-second-line{font-size:60px}.cardiovascular-system-cover-heart{width:280px;height:500px;top:170px;left:620px}.cardiovascular-system-cover-pulse{top:350px;left:440px;width:580px;height:200}}@media(max-width:900px){.cardiovascular-system-cover-title-container{top:350px;left:60px;width:280px;gap:29px}.title-first-line,.title-second-line{font-size:65px}.cardiovascular-system-cover-heart{width:250px;height:430px;top:240px;left:475px}.cardiovascular-system-cover-pulse{top:400px;left:290px;width:580px;height:200}}@media(max-width:768px){.cardiovascular-system-cover-title-container{top:350px;left:30px;width:280px;gap:29px}.title-first-line,.title-second-line{font-size:65px}.cardiovascular-system-cover-heart{width:250px;height:430px;top:240px;left:420px}.cardiovascular-system-cover-pulse{top:400px;left:240px;width:530px;height:200}}@media(max-width:680px){.cardiovascular-system-cover-title-container{top:350px;left:30px;width:280px;gap:29px}.title-first-line,.title-second-line{font-size:60px}.cardiovascular-system-cover-heart{width:230px;height:410px;top:240px;left:365px}.cardiovascular-system-cover-pulse{top:410px;left:230px;width:470px;height:170px}}@media(max-width:600px){.cardiovascular-system-cover-title-container{top:350px;left:30px;width:280px;gap:29px}.title-first-line,.title-second-line{font-size:50px}.cardiovascular-system-cover-heart{width:210px;height:380px;top:240px;left:310px}.cardiovascular-system-cover-pulse{top:395px;left:180px;width:430px;height:170px}}@media(max-width:525px){.cardiovascular-system-cover-title-container{top:350px;left:30px;width:280px;gap:29px}.title-first-line,.title-second-line{font-size:50px}.cardiovascular-system-cover-heart{width:200px;height:350px;top:260px;left:290px}.cardiovascular-system-cover-pulse{top:405px;left:180px;width:380px;height:150px}}@media(max-width:425px){.cardiovascular-system-cover-section{height:600px}.cardiovascular-system-cover-title-container{top:200px;left:30px;width:260px;gap:20px}.title-first-line,.title-second-line{font-size:40px}.cardiovascular-system-cover-heart{width:150px;height:250px;top:160px;left:240px}.cardiovascular-system-cover-pulse{top:240px;left:160px;width:290px;height:120px}}@media(max-width:390px){.cardiovascular-system-cover-section{height:569px}.cardiovascular-system-cover-title-container{top:180px;left:21px;width:260px;gap:17px}.title-first-line,.title-second-line{font-size:40px}.cardiovascular-system-cover-heart{width:149px;height:250px;top:129px;left:225px}.cardiovascular-system-cover-pulse{top:240px;left:131px;width:281px;height:75px}}@media(max-width:320px){.cardiovascular-system-cover-title-container{top:180px;left:21px;width:230px}.title-first-line,.title-second-line{font-size:35px}.cardiovascular-system-cover-heart{width:100px;height:200px;top:130px;left:190px}.cardiovascular-system-cover-pulse{top:230px;left:120px;width:230px;height:75px}}:root{--modal-window-blur: blur(3px);--header-height: 70px;--page-padding-x: 144px;--page-mobile-padding-x: 20px;--section-container-secondary-half-bg: #FAFAFB;--section-container-secondary-bg: #FFFFFF;--section-container-primary-bg: #289FF5;--primary-text-color: #289FF5;--secondary-control-text-color: #3870C9;--secondary-text-color: #FFFFFF;--secondary-opacity-text-color: rgba(255, 255, 255, .87);--common-text-color: #000000;--default-footer-background-color-dark: #181818;--default-footer-text-color-grey: #FFFFFF66;--default-footer-text-color-white: #FFFFFF;--default-footer-divider-color-grey: var(--default-footer-text-color-grey);--common-opacity-text-color: rgba(0, 0, 0, .87);--common-second-opacity-text-color: rgba(0, 0, 0, .6);--cards-list-gap: 24px;--card-max-w: 270px;--card-max-h: 350px;--small-card-max-w: 220px;--small-card-max-h: 300px;--card-image-container-h: 270px;--card-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .14), 0 1px 1px 0 rgba(0, 0, 0, .14);--card-hover-box-shadow: 0 1px 4px rgba(0, 0, 0, .25), 0 1px 4px rgba(0, 0, 0, .22);--transition-duration: .35s;--title-font: "Ubuntu", sans-serif;--text-font: "Roboto", sans-serif;--technical-font: "Montserrat", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none}html{overflow:hidden;scroll-behavior:smooth}html,body{width:100%;height:100%}body{background-color:#fff;color:var(--common-text-color);-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;overflow:auto}h1,h2,h4{margin:0;padding:0;font-family:var(--title-font)}a,p,div,li,ul,ol,h3{font-family:var(--text-font)}a,p{text-decoration:none;margin:0;padding:0;color:inherit}*{scroll-behavior:smooth}::-webkit-scrollbar{width:5px;height:8px}::-webkit-scrollbar-thumb{border-radius:2px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#cbcbcb}::-webkit-scrollbar-thumb:hover{background-color:#b0b0b0}.nutrition-section *{--title-font: "Nunito Sans", sans-serif;--text-font: "Nunito Sans", sans-serif}@font-face{font-family:Gunny Rewritten;src:url(/assets/GunnyRewritten-CmOGLqXI.woff) format("woff");font-style:normal}@font-face{font-family:Ubuntu;src:url(/assets/Ubuntu-Regular-DsoW2BCl.woff) format("woff");font-style:normal}@font-face{font-family:Roboto Italic;src:url(/assets/Roboto-Italic-CxmaCvOL.woff) format("woff");font-style:normal}@font-face{font-family:Roboto Light-Italic;src:url(/assets/Roboto-LightItalic-aUfYUUPO.woff) format("woff");font-style:normal}.common-text{font-weight:400;font-size:1.5rem;line-height:133%;letter-spacing:0;color:#ffffffde}.centered-text{text-align:center}.header-text{font-weight:400;font-size:3rem;line-height:3.25rem;letter-spacing:0;color:#ffffffde}.title-text{font-weight:400;font-size:2rem;line-height:3.25rem;letter-spacing:0;color:#ffffffde}.header-text-bold{font-weight:700;font-size:4rem;line-height:100%;letter-spacing:-.1rem;color:#ffffffde}.caption-text{font-weight:400;font-size:1rem;line-height:133%;letter-spacing:0;color:#ffffffde}.gr-font-family{font-family:Gunny Rewritten}.ub-font-family{font-family:Ubuntu}.rob-it-font-family{font-family:Roboto Italic}.rob-light-it-font-family{font-family:Roboto Light-Italic}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74}.token.keyword{color:#66d9ef}.token.regex,.token.important{color:#fd971f}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
