.header__container{position:relative;display:flex;align-items:center;justify-content:space-between;gap:5rem;padding-left:0;padding-right:0;height:60px}@media (max-width: calc(1200px + 3rem)){.header__container{padding-left:1rem;padding-right:1rem}.course-details-container{padding-right:1rem}}.header__nav-icon{cursor:pointer}@media not all and (min-width: 1024px){.header__nav-icon{width:2rem}.header__nav-icon svg{width:2rem}}.header__nav-icon path{stroke:#1984ef}.header__logo-image{height:100%;width:auto}.header__nav{display:flex;width:100%;align-items:center;justify-content:flex-start;justify-self:start}.header__nav-list{margin:0;display:flex;list-style-type:none;gap:1.5rem;padding:0}.header__nav-link{font-size:1.125rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(0 102 204 / var(--tw-text-opacity, 1));text-decoration-line:none}.header__nav-link:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.header__actions{display:flex;align-items:center;gap:1.75rem}.header__button{border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(0 102 204 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.header__burger{height:2rem;width:2rem;align-items:center;justify-content:center}@media (min-width: 1024px){.header__burger{display:none}}.header__burger{cursor:pointer}.header__burger svg{height:100%;width:100%}.header__burger rect{transition:all .3s ease-in-out;transform-origin:center}.header__burger.open rect:nth-child(1){transform:translateY(-4.5px) translate(6px) rotate(45deg)}.header__burger.open rect:nth-child(2){opacity:0}.header__burger.open rect:nth-child(3){transform:translateY(5.5px) translate(6px) rotate(-45deg)}.header__mobile-menu{position:fixed;top:100vh;left:0;display:flex;height:100vh;width:100%;flex-direction:column;justify-content:flex-end;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .7;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 1024px){.header__mobile-menu{display:none}}.header__mobile-menu{z-index:40}.header__mobile-menu.open{opacity:1;top:0}.header__mobile-menu.open .header__mobile-wrapper{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.header__mobile-wrapper{display:flex;height:-moz-max-content;height:max-content;width:100%;--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.header__mobile-nav{display:flex;height:100%;width:100%;flex-direction:column;justify-content:center;row-gap:1.5rem;padding:2.25rem 1.5rem}.header__mobile-nav-list{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.header__mobile-nav-item{box-sizing:border-box}.header__mobile-nav-link{box-sizing:border-box;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity, 1));padding:18px;font-weight:500;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.header__mobile-button{border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(25 132 239 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.header__mobile-button-white{border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(25 132 239 / var(--tw-text-opacity, 1))}.header__mobile-actions{display:flex;flex-direction:column;gap:1rem}.header__actions-mobile{align-items:center;-moz-column-gap:.75rem;column-gap:.75rem}@media (max-width: 1024px){.header__nav{display:none}}.header-blue{--tw-bg-opacity: 1;background-color:rgb(25 132 239 / var(--tw-bg-opacity, 1))}.header-blue .header__logo svg path{fill:#fff}.header-blue .header__nav-link{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.header-blue .header__nav-link:hover{color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-text-opacity: .7}.header-blue .header__button{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(25 132 239 / var(--tw-text-opacity, 1))}.header-blue .header__burger rect{fill:#fff}.header-blue .header__nav-icon path{stroke:#fff}.header-blue .account-menu__name,.header-blue .account-menu__role{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.account-menu{position:relative}.account-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-in-out}@media not all and (min-width: 1024px){.account-menu-dropdown{max-width:calc(100vw - 30px)}}@media (min-width: 1024px){.account-menu-dropdown{min-width:316px}}.account-menu-dropdown{flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.25rem;border-radius:1rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1));box-shadow:0 4px 4px #00000040,0 -2px 4px #00000040}.account-menu-dropdown__visible{opacity:1;visibility:visible;transform:translateY(0);display:flex}.account-menu__trigger{display:flex;-moz-column-gap:1.25rem;column-gap:1.25rem}@media not all and (min-width: 1024px){.account-menu__trigger{width:2rem}}.account-menu__trigger svg{height:100%;max-height:100%;max-width:100%}.account-menu__name{text-align:end;text-wrap:nowrap;--tw-text-opacity: 1;color:rgb(25 132 239 / var(--tw-text-opacity, 1));font-size:22px;font-weight:700}.account-menu__role{--tw-text-opacity: 1;color:rgb(25 132 239 / var(--tw-text-opacity, 1));font-size:1em;font-weight:600}.account-menu__trigger-info{flex-direction:column;align-items:flex-end}@media (min-width: 1024px){.account-menu__trigger-info{display:flex}}.account-menu__icon{max-height:100%;width:-moz-max-content;width:max-content}.footer{max-width:100vw;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(41 40 40 / var(--tw-bg-opacity, 1));padding-top:2.5rem;padding-bottom:2.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer__content-wrapper{display:flex;gap:5rem}.footer__grid-layout{display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-template-rows:1fr auto;gap:2rem}.footer__content h3{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer__logo{margin-bottom:1.75rem;height:2.5rem}.footer__links{display:flex;flex-direction:column;gap:2.5rem}.footer__links>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.footer__links h3{margin-bottom:.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer__links ul{display:flex;list-style-type:none;gap:.5rem;padding:0}.footer__links li a{font-size:1.125rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.footer__links li a:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer__qr{display:flex;flex-direction:column;align-items:center}.footer__qr-img{width:100%;height:100%;width:76px;-o-object-fit:contain;object-fit:contain}.footer__socials h3{margin-bottom:.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer__socials-list,.footer__support-list{margin-top:.5rem;display:flex}.footer__socials-list>:not([hidden])~:not([hidden]),.footer__support-list>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.footer__socials-list li a,.footer__support-list li a{display:flex;width:2.5rem;height:2.5rem}@media (min-width: 1024px){.footer__socials-list li a,.footer__support-list li a{width:3rem;height:3rem}}.footer__socials-list li a img,.footer__support-list li a img{width:100%;height:100%}@media (min-width: 1024px){.footer__socials-list li a img,.footer__support-list li a img{width:3rem;height:3rem}}.footer__bottom{margin-top:2rem;display:flex;gap:6rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-top:1rem}.footer__bottom p{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.footer__bottom a{color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-text-opacity: .7;text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:1rem}}@media (max-width: 1024px){.footer__grid-layout{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1024px){.footer{padding-top:1.25rem;padding-bottom:1.25rem}.footer__content{display:flex;width:100%;flex-direction:column}.footer__grid-layout{grid-column-start:1;grid-column-end:3;grid-template-columns:repeat(2,minmax(0,1fr))}.footer__links--double-column{grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;margin-top:0!important}.footer__links--double-column div:last-child{margin-top:0!important}.footer__links h3{font-size:1rem;line-height:1.5rem}.footer__links li a{font-size:.875rem;line-height:1.25rem}.footer__qr>div{padding:1rem}.footer__qr-img{width:50px}.footer__qr-button{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}.footer__socials{margin-top:1rem}.footer__links{row-gap:1rem}.footer__bottom p,.footer__bottom a{font-size:.875rem;line-height:1.25rem}.footer__qr-img{width:40px}.footer__qr-button{padding:.25rem .75rem;font-size:.75rem;line-height:1rem}}.dropdown-item{padding:1rem;display:flex;align-items:center;justify-content:space-between}.dropdown-item:hover{background-color:#f5f5f5}.checkmark{width:2rem;height:2rem;background-color:green;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem}.dropdown-menu{position:absolute;top:100%;left:0;right:0;display:flex;max-height:0px;width:-moz-fit-content;width:fit-content;flex-direction:column;gap:.25rem;overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.25rem;padding-right:1.25rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.dropdown-menu.show{visibility:visible!important;padding-top:.75rem!important;padding-bottom:.75rem!important;max-height:-moz-max-content!important;max-height:max-content!important}.dropdown-menu__phone-code{margin-left:14px;box-sizing:content-box;padding-left:.5rem;padding-right:.5rem}.dropdown-menu__phone-code .dropdown-item{box-sizing:content-box}.dropdown-menu__phone-code.show{padding-top:.75rem;padding-bottom:.75rem}.dropdown-container{padding:.5rem 2rem;height:-moz-max-content;height:max-content}.dropdown-item{display:flex;cursor:pointer;align-items:center;border-radius:.25rem;padding:.75rem}.dropdown-item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.dropdown-trigger>div{transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dropdown-trigger{height:var(--max-height, -moz-max-content);height:var(--max-height, max-content)}.dropdown-trigger svg,.dropdown-trigger img{height:2rem}@media (min-width: 1024px){.dropdown-trigger svg,.dropdown-trigger img{height:3.5rem}}.flag-dropdown{display:flex;width:-moz-max-content;width:max-content;cursor:pointer;align-items:center;white-space:nowrap}.flag-icon{height:1.5rem;width:1.75rem}.flag-arrow{margin-left:0;margin-right:0}.country-code{margin-right:.5rem;width:18px;cursor:pointer;border-radius:0;padding:0;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.country-code:active{outline:2px solid transparent;outline-offset:2px}#callbackModal .visible-input{width:100%!important;border-radius:1rem!important;border-width:1px!important;border-style:solid!important;--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))!important;--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important;padding:1.5rem 1.25rem!important}#callbackModal .visible-input input{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}#callbackModal .custom-checkbox{transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}#callbackModal .custom-checkbox .checkbox-bg{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}#callbackModal .custom-checkbox.checked .checkbox-bg{fill:#000}#callbackModal .custom-checkbox.checked .checkbox-check{display:block}
