*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:#374151;background-color:#f9fafb}html .no-scroll,body .no-scroll{overflow:hidden}:root{--color-primary: #3b82f6;--color-primary-light: #93c5fd;--color-primary-dark: #1d4ed8;--color-secondary: #6b7280;--color-secondary-light: #9ca3af;--color-secondary-dark: #4b5563;--color-accent: #8b5cf6;--color-accent-light: #c4b5fd;--color-accent-dark: #6d28d9;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--color-background: #f9fafb;--color-surface: #ffffff;--color-border: #e5e7eb;--color-text-primary: #111827;--color-text-secondary: #6b7280;--color-text-disabled: #9ca3af;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--border-radius: .375rem;--border-width: 1px;--transition-speed: .2s;--transition-timing: ease-in-out}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em;color:var(--color-text-primary)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}p{margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-speed) var(--transition-timing)}a:hover{color:var(--color-primary-dark);text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:500;font-size:var(--font-size-sm);line-height:1.5;cursor:pointer;transition:all var(--transition-speed) var(--transition-timing);border:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-primary{background-color:var(--color-primary);color:#fff}.btn.btn-primary:hover:not(:disabled){background-color:var(--color-primary-dark)}.btn.btn-secondary{background-color:var(--color-secondary-light);color:#fff}.btn.btn-secondary:hover:not(:disabled){background-color:var(--color-secondary)}.btn.btn-outline{background-color:transparent;border:var(--border-width) solid var(--color-border);color:var(--color-text-secondary)}.btn.btn-outline:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.btn.btn-danger{background-color:var(--color-error);color:#fff}.btn.btn-danger:hover:not(:disabled){background-color:#8b0000}input,select,textarea{width:100%;padding:.5rem .75rem;border:var(--border-width) solid var(--color-border);border-radius:var(--border-radius);font-size:var(--font-size-sm);line-height:1.5;transition:all var(--transition-speed) var(--transition-timing)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}input.invalid,select.invalid,textarea.invalid{border-color:var(--color-error)}label{display:block;font-size:var(--font-size-sm);font-weight:500;margin-bottom:var(--spacing-xs);color:var(--color-text-secondary)}.form-group{margin-bottom:var(--spacing-md)}.card{background-color:var(--color-surface);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:var(--spacing-lg)}.alert{padding:var(--spacing-md);border-radius:var(--border-radius);margin-bottom:var(--spacing-md)}.alert.alert-info{background-color:#e0f2fe;color:#0369a1;border:var(--border-width) solid #bae6fd}.alert.alert-warning{background-color:#fef3c7;color:#92400e;border:var(--border-width) solid #fde68a}.alert.alert-danger{background-color:#fee2e2;color:#b91c1c;border:var(--border-width) solid #fecaca}.alert.alert-success{background-color:#d1fae5;color:#047857;border:var(--border-width) solid #a7f3d0}.spinner{border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top:3px solid var(--color-primary);width:1.5rem;height:1.5rem;animation:spin 1s linear infinite}.loader-inline{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message{padding:var(--spacing-md);border-radius:var(--border-radius);margin:var(--spacing-md) 0}.message.message-error{background-color:#fee2e2;color:#b91c1c}.message.message-success{background-color:#d1fae5;color:#047857}.language-selector{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body.has-dropdown-open{position:relative}body.has-dropdown-open:after{content:"";position:fixed;inset:0;z-index:50}@media (max-width: 768px){.hide-mobile{display:none!important}}@media (min-width: 769px){.hide-desktop{display:none!important}}.sidebar{display:flex;flex-direction:column;height:100vh;background-color:#1e293b;color:#fff;padding:1.5rem 0;box-shadow:0 0 10px #0000001a}.sidebar .sidebar-logo{padding:0 1.5rem;margin-bottom:2rem}.sidebar .sidebar-nav{flex:1;display:flex;flex-direction:column;padding:0 1rem}.sidebar .nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#e2e8f0;text-decoration:none;border-radius:.375rem;margin-bottom:.5rem;transition:all .2s ease;cursor:pointer}.sidebar .nav-item:hover{background-color:#ffffff1a;color:#fff}.sidebar .nav-item svg{width:20px;height:20px}.sidebar .nav-divider{height:1px;background-color:#ffffff1a;margin:1rem 0}.sidebar .sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.app-container{display:flex;width:100%;min-height:100vh;background-color:#f9fafb}#dashboard .main-content{flex:1;padding:2rem;overflow-y:auto}#dashboard .page-header{margin-bottom:2rem}#dashboard .page-header h1{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0}#dashboard .dashboard-content{width:100%}#dashboard .split-layout{display:flex;gap:2rem;height:calc(100vh - 160px)}@media (max-width: 768px){#dashboard .split-layout{flex-direction:column;height:auto}}#dashboard .modules-container{width:100%}#dashboard .desktop-only{display:block}#dashboard .mobile-only{display:none!important}#dashboard .modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}#dashboard .carousel-wrapper{position:relative;overflow:hidden;width:100%}#dashboard .carousel-track{display:flex;transition:transform .3s ease-out;will-change:transform}#dashboard .carousel-track.dragging{transition:none}#dashboard .carousel-slide{flex:0 0 100%;padding:0 10px;box-sizing:border-box}#dashboard .carousel-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:0 20px}#dashboard .nav-arrow{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background-color:#ffffff1a;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#dashboard .nav-arrow:hover:not(:disabled){background-color:#fff3;border-color:#ffffffe6;transform:scale(1.05)}#dashboard .nav-arrow:disabled{opacity:.3;cursor:not-allowed;transform:none}#dashboard .nav-arrow svg{width:20px;height:20px}#dashboard .slide-counter{color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#0000004d;padding:8px 16px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#dashboard .module-button{width:100%;height:100%;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;border-radius:60px 60px 10px 10px;box-shadow:0 4px 4px #00000040;border:0px;background-color:#fff;cursor:pointer;transition:all .3s ease;padding:20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}#dashboard .module-button:hover{transform:translateY(-5px);box-shadow:0 8px 4px #00000020}#dashboard .module-button.active{background-color:#153d68}#dashboard .module-button.active .module-infos h3,#dashboard .module-button.active .module-infos .module-desc{color:#fff}#dashboard .module-infos{display:flex;gap:15px;width:100%;margin-bottom:15px}#dashboard .about{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;flex:1}#dashboard .module-title{color:#153d68;font-size:22px;font-weight:600;margin:0}#dashboard .module-desc{color:#868686;font-size:16px;margin-top:2px;line-height:15px;text-align:left}#dashboard .progress-container{width:100%}#dashboard .progress-bar-container{width:100%;height:7px;background-color:#f3f4f6;margin-top:15px;border-radius:9999px;position:relative;overflow:hidden}#dashboard .progress-bar{height:7px;border-radius:9999px;background-color:#ed74b5;transition:width .3s ease}#dashboard .progress-text{position:absolute;right:0;top:-20px;font-size:12px;font-weight:600;color:#666}#dashboard .course-status{margin-top:3px}#dashboard .status-row{display:flex;justify-content:space-between;font-size:14px}#dashboard .status-row .status{color:#666}#dashboard .status-value.score{color:#ed74b5;font-weight:600}#dashboard .status-value.completed{color:#10b981;font-weight:600;width:100%;text-align:center}@media (max-width: 768px){#dashboard .desktop-only{display:none!important}#dashboard .mobile-only{display:block!important}#dashboard .module-button{min-height:200px;padding:15px}#dashboard .module-title{font-size:18px}#dashboard .module-desc{font-size:14px;line-height:18px}#dashboard .module-infos{gap:10px}#dashboard .carousel-slide{padding:0 5px}}@media (max-width: 480px){#dashboard .module-title{font-size:16px}#dashboard .module-desc{font-size:12px;line-height:16px}#dashboard .module-button{min-height:180px;padding:12px}}#dashboard .vertical-divider{width:1px;background-color:#e5e7eb}@media (max-width: 768px){#dashboard .vertical-divider{display:none}}#dashboard .courses-section{flex:1;min-width:0;overflow-y:auto;padding-right:1rem}#dashboard .selected-module-header{margin-bottom:1.5rem}#dashboard .selected-module-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}#dashboard .selected-module-header .module-description{color:#6b7280;margin:0;line-height:1.5}#dashboard .courses-list{display:flex;flex-direction:column;gap:.75rem}#dashboard .course-card{position:relative;display:flex;flex-direction:column;background-color:#fff;pointer-events:auto;border-radius:.5rem;border:1px solid #e5e7eb;padding:1.25rem;transition:all .2s;cursor:pointer;width:100%}#dashboard .course-card:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}#dashboard .course-card.course-completed{border-left:4px solid #10b981}#dashboard .course-card.course-in-progress{border-left:4px solid #3b82f6}#dashboard .course-card .course-header{display:flex;align-items:center;margin-bottom:.75rem;gap:.75rem}#dashboard .course-card .level-badge{position:static;padding:.25rem .5rem;font-size:.75rem;font-weight:500;background-color:#f3f4f6;color:#4b5563;border-radius:9999px}#dashboard .course-card .course-type{display:inline-flex}#dashboard .course-card .course-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;flex:1}#dashboard .course-card .course-details{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%}#dashboard .course-card .course-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5;flex:1}#dashboard .course-card .course-footer{display:flex;align-items:center;margin-top:1rem;width:100%}#dashboard .course-card .progress-container{display:flex;flex-direction:column;gap:.5rem;width:100%}#dashboard .course-card .progress-bar-container{width:100%;height:8px;background-color:#f3f4f6;border-radius:9999px;position:relative;overflow:hidden}#dashboard .course-card .progress-bar{height:100%;background-color:#3b82f6;border-radius:9999px;transition:width .3s ease}#dashboard .course-card .progress-text{position:absolute;right:0;top:-18px;font-size:.75rem;font-weight:600;color:#6b7280}#dashboard .course-card .course-status{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}#dashboard .course-card .status-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}#dashboard .course-card .status-label{color:#6b7280}#dashboard .course-card .status-value{font-weight:500}#dashboard .course-card .status-value.completed{color:#10b981}#dashboard .course-card .status-value.in-progress{color:#3b82f6}#dashboard .course-card .status-value.not-started{color:#6b7280}#dashboard .course-card .status-value.score{color:#6366f1}#dashboard .course-card .status-value.required-score{color:#ef4444}#dashboard .badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}#dashboard .badge.badge-primary{background-color:#dbeafe;color:#1e40af}#dashboard .badge.badge-accent{background-color:#fae8ff;color:#86198f}#dashboard .badge.badge-secondary{background-color:#e0e7ff;color:#3730a3}#dashboard .badge.badge-warning{background-color:#fef3c7;color:#92400e}#dashboard .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}#dashboard .loading-state .spinner{width:2rem;height:2rem;border-radius:50%;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;animation:spin 1s linear infinite;margin-bottom:1rem}#dashboard .loading-state p{color:#6b7280;font-weight:500}#dashboard .empty-state{background-color:#fff;border-radius:.5rem;padding:2rem;text-align:center;border:1px dashed #d1d5db}#dashboard .empty-state p{color:#6b7280;margin:0}#dashboard .alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}#dashboard .alert.alert-danger{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}#dashboard .alert .alert-actions{display:flex;gap:1rem;margin-top:1rem}#dashboard .btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:500;border-radius:.375rem;transition:all .2s;cursor:pointer}#dashboard .btn.btn-danger{background-color:#ef4444;color:#fff;border:none}#dashboard .btn.btn-danger:hover{background-color:#dc2626}#dashboard .btn-link{color:#3b82f6;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer}#dashboard .btn-link:hover{color:#2563eb}@media (max-width: 1200px){#dashboard .modules-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width: 768px){#dashboard .main-content{padding:1.5rem}#dashboard .page-header h1{font-size:1.5rem}#dashboard .course-details{flex-direction:column}#dashboard .course-status{flex-direction:column;align-items:flex-start;gap:.5rem}}.sidebar-footer .language-selector{position:relative;display:flex;justify-content:center}.sidebar-footer .language-selector .language-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background-color:transparent;color:#e2e8f0;cursor:pointer;transition:background-color .2s}.sidebar-footer .language-selector .language-button:hover{background-color:#ffffff1a}.sidebar-footer .language-selector .language-flag{font-size:1.25rem}.sidebar-footer .language-selector .language-dropdown{position:fixed;left:82px;transform:translate(-10px);background-color:#2a3a55;border-radius:8px;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transition:all .2s;z-index:100;overflow:hidden;width:200px}.sidebar-footer .language-selector .language-dropdown.show{opacity:1;visibility:visible;transform:translate(0)}.sidebar-footer .language-selector .language-dropdown.position-above{bottom:10px}.sidebar-footer .language-selector .dropdown-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);font-weight:500}.sidebar-footer .language-selector .close-button{background:none;border:none;color:#e2e8f0;font-size:1.25rem;cursor:pointer;padding:0;display:flex;align-items:right;justify-content:right;width:24px;height:24px;border-radius:4px;transition:background-color .2s}.sidebar-footer .language-selector .close-button:hover{background-color:#ffffff1a}.sidebar-footer .language-selector .language-list{list-style:none;margin:14px 3px;display:grid;max-height:300px;overflow-y:auto;justify-items:center;align-items:center}.sidebar-footer .language-selector .language-list button{background:none;border:none;color:inherit;display:flex;align-items:center;width:90%;margin:auto;padding:10px 15px;border-radius:2px;cursor:pointer;transition:background-color .2s}.sidebar-footer .language-selector .language-list button:hover{background-color:#ffffff1a}.sidebar-footer .language-selector .language-list button.active{background-color:#3b82f64d}.sidebar-footer .language-selector .language-list .language-flag{margin-right:10px;font-size:1.1rem}.sidebar-footer .language-selector .language-list .language-name{font-size:.9rem}@media (max-width: 768px){.sidebar-footer .language-selector .language-dropdown{left:auto;right:10px}}nav .lang-wrapper .language-selector{position:relative;display:flex;justify-content:center}nav .lang-wrapper .language-selector .language-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background-color:transparent;color:#e2e8f0;cursor:pointer;transition:background-color .2s}nav .lang-wrapper .language-selector .language-button:hover{background-color:#ffffff1a}nav .lang-wrapper .language-selector .language-flag{font-size:1.25rem}nav .lang-wrapper .language-selector .language-dropdown{position:fixed;transform:translate(-5px);background-color:#2a3a55;border-radius:8px;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transition:all .2s;z-index:100;overflow:hidden;width:200px}nav .lang-wrapper .language-selector .language-dropdown.show{opacity:1;visibility:visible;transform:translate(-100px) translateY(100px)}nav .lang-wrapper .language-selector .dropdown-header{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);font-weight:500;padding:12px 15px}nav .lang-wrapper .language-selector .close-button{background:none;border:none;color:#e2e8f0;font-size:1.25rem;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:background-color .2s;margin-left:auto}nav .lang-wrapper .language-selector .close-button:hover{background-color:#ffffff1a}nav .lang-wrapper .language-selector .language-list{gap:0px!important;width:100%;list-style:none;margin:0;display:flex;flex-direction:column;max-height:300px;overflow-y:auto;overflow-x:hidden}nav .lang-wrapper .language-selector .language-list img{width:24px;height:24px}nav .lang-wrapper .language-selector .language-list button{background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;width:100%;padding:10px 15px;border-radius:0;transition:background-color .2s;text-align:left}nav .lang-wrapper .language-selector .language-list button:hover{background-color:#ffffff1a}nav .lang-wrapper .language-selector .language-list button.active{background-color:#3b82f64d}nav .lang-wrapper .language-selector .language-list .language-flag{margin-right:10px;font-size:1.1rem;flex-shrink:0}nav .lang-wrapper .language-selector .language-list .language-name{font-size:.9rem}@media (max-width: 768px){nav .lang-wrapper .language-selector .language-dropdown{left:auto;right:10px}}.content{width:100%}#scorm-player{display:flex;width:100%;min-height:100vh;background-color:#f9fafb}#scorm-player .main-content{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column}#scorm-player .course-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}#scorm-player .course-header h1{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}#scorm-player .scorm-player-content{display:flex;flex-direction:column;flex:1}#scorm-player .loading-spinner-fullscreen{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#f9fafb}#scorm-player .loading-spinner-fullscreen .spinner{width:3rem;height:3rem;border-radius:50%;border:4px solid rgba(59,130,246,.2);border-top-color:#3b82f6;animation:spin 1s linear infinite}#scorm-player .loading-spinner-fullscreen p{margin:5px;color:#6b7280;font-weight:500}#scorm-player .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;flex:1}#scorm-player .loading-spinner .spinner{width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;animation:spin 1s linear infinite;margin-bottom:1rem}#scorm-player .loading-spinner p{color:#6b7280;font-weight:500}#scorm-player .error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#fee2e2;border-radius:.5rem;margin:2rem auto;max-width:600px}#scorm-player .error-message p{color:#b91c1c;margin-bottom:1rem;text-align:center}#scorm-player .error-message button{background-color:#ef4444;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}#scorm-player .error-message button:hover{background-color:#dc2626}#scorm-player .iframe-container{flex:1;display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px #0000001a}#scorm-player .iframe-container iframe{flex:1;width:100%;border:none;background-color:#fff}@media (max-width: 768px){#scorm-player .main-content{padding:1rem}#scorm-player .course-header h1{font-size:1.25rem}}#welcome-page #maintenance-page{min-height:100vh;display:flex;flex-direction:column}#welcome-page .maintenance-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}#welcome-page .maintenance-content{text-align:center;max-width:500px;background-color:#fff;border-radius:8px;padding:5px}#welcome-page .maintenance-content h2{padding:10px;margin-bottom:1rem;color:#333;text-align:center;display:block}#welcome-page .maintenance-content p{margin-bottom:2rem;color:#666;line-height:1.6}#welcome-page .maintenance-icon{margin-top:2rem;opacity:.7}#welcome-page .maintenance-icon svg{width:64px;height:64px;color:#999}#welcome-page .welcome-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb}#welcome-page .welcome-header{display:flex;justify-content:flex-end;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e5e7eb}#welcome-page .lang-selector{margin-left:auto}#welcome-page .welcome-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}#welcome-page .welcome-card{width:100%;max-width:400px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}#welcome-page .title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#3b82f6}#welcome-page .subtitle{font-size:1.125rem;color:#4b5563}#welcome-page a{color:#3b82f6;font-weight:500;text-decoration:none}#welcome-page a:hover{text-decoration:underline}#welcome-page .connect{cursor:pointer}#welcome-page #welcome-page nav div .connect{border:1px solid #234aaf;font-size:15px;padding:13px 19px;border-radius:4px;color:#234aaf;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;cursor:pointer}#welcome-page #welcome-page nav div .connect:hover{background-color:#234aaf;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;color:#fff;text-decoration:none}@media (max-width: 1400px){#welcome-page #welcome-page nav div .connect{padding:8px 13px}}#login-modal .modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}#login-modal .modal-content{background-color:#fff;border-radius:8px;width:100%;max-width:450px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:1.5rem 2rem}#login-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}#login-modal .title{font-size:2rem;font-weight:700;color:#3b82f6;margin:0}#login-modal .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}#login-modal .close-btn:hover{background-color:#f3f4f6;color:#111827}#login-modal .subtitle{color:#6b7280;text-align:center;margin-bottom:1.5rem}#login-modal .login-option{margin-bottom:1.5rem}#login-modal .full-width{width:100%}#login-modal .or-divider{display:flex;align-items:center;margin:1.5rem 0}#login-modal .or-divider .line{flex-grow:1;height:1px;background-color:#e5e7eb}#login-modal .or-divider .or-text{padding:0 1rem;color:#9ca3af;font-size:.875rem}#login-modal .form-group{margin-bottom:1rem}#login-modal .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}#login-modal .form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}#login-modal .form-group input.invalid{border-color:#ef4444}#login-modal .button-group{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}#login-modal .btn-link{color:#3b82f6;font-weight:500;cursor:pointer;background:none;border:none;padding:0}#login-modal .btn-link:hover{text-decoration:underline}#login-modal .btn-link:disabled{color:#9ca3af;cursor:not-allowed}#login-modal .error-hint{color:#ef4444;font-size:.75rem;margin-top:.25rem}#login-modal .message{padding:.75rem 1rem;margin-top:1rem;border-radius:.375rem;font-size:.875rem}#login-modal .message.message-error{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}#login-modal .loader-inline{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}#logout-modal .modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}#logout-modal .modal-content{background-color:#fff;border-radius:8px;width:100%;max-width:500px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column}#logout-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}#logout-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#153d68}#logout-modal .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}#logout-modal .close-btn:hover{color:#111827}#logout-modal .modal-body{padding:1.5rem}#logout-modal .anonymous-id-section{margin-top:1rem;padding:1rem;background-color:#f9fafb;border-radius:8px}#logout-modal .id-display{display:flex;align-items:center;gap:.75rem;margin:1rem 0;padding:.75rem;background-color:#f3f4f6;border-radius:6px}#logout-modal .id-value{font-family:monospace;font-size:1.125rem;font-weight:500;flex:1;overflow:auto}#logout-modal .copy-btn{padding:.25rem .75rem;font-size:.75rem;white-space:nowrap}#logout-modal .alert{margin-top:1rem}#logout-modal .modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-Regular-77WYH2YF.woff2") format("woff2"),url("./media/WixMadeforDisplay-Regular-BKJBSBRD.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-ExtraBold-I4YJK5M5.woff2") format("woff2"),url("./media/WixMadeforDisplay-ExtraBold-24U46G2I.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-Bold-BNDY6Z5D.woff2") format("woff2"),url("./media/WixMadeforDisplay-Bold-LGUOEW3P.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-Regular-77WYH2YF.woff2") format("woff2"),url("./media/WixMadeforDisplay-Regular-BKJBSBRD.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-SemiBold-IU4POYFX.woff2") format("woff2"),url("./media/WixMadeforDisplay-SemiBold-NIENKX2Y.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-Regular-77WYH2YF.woff2") format("woff2"),url("./media/WixMadeforDisplay-Regular-BKJBSBRD.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Wix Madefor Display;src:url("./media/WixMadeforDisplay-Medium-YIG5QHAI.woff2") format("woff2"),url("./media/WixMadeforDisplay-Medium-74GPMJBK.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}h2{color:#fff;display:flex;align-items:center;padding-left:60px}a:focus-visible,button:focus-visible{outline:4px solid #DE6EAB;outline-offset:6px}html{scroll-behavior:smooth}body{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;letter-spacing:-.2px;background:url("./media/bg-SDO2VQCW.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;min-height:100vh;height:auto}@media (max-width: 1400px){body{background:url("./media/bg-SDO2VQCW.jpg") no-repeat;background-size:cover}}@media (max-width: 765px){body .content{width:calc(100% - 50px)}}body .sidebar{background-color:#fff;min-height:100vh;box-shadow:none;height:100%}@media (max-width: 992px){body .sidebar{width:50px;padding-top:0;padding-bottom:1%}}body .sidebar .sidebar-logo{padding:0 17px}@media (max-width: 992px){body .sidebar .sidebar-logo{padding:0}}@media (max-width: 992px){body .sidebar .sidebar-logo img{width:80%;margin-left:10%}}body .sidebar .sidebar-nav{gap:40px}@media (max-width: 992px){body .sidebar .sidebar-nav{padding:0}}body .sidebar .sidebar-nav a.home{width:39px;height:39px;background:url("./media/home-5IYJNZPF.svg");background-size:28px;background-repeat:no-repeat;background-position:center;margin:0 auto}@media (max-width: 992px){body .sidebar .sidebar-nav a.home{background-size:20px}}body .sidebar .sidebar-nav a.home.active{position:relative;background:url("./media/home_active-GGWZ5IAX.svg");background-size:25px;background-repeat:no-repeat;background-position:center;margin:0 auto}body .sidebar .sidebar-nav a.home.active:before{content:"";width:5px;height:42px;border-radius:5px 0 0 5px;position:absolute;right:-32px;background-color:#153d68}@media (max-width: 992px){body .sidebar .sidebar-nav a.home.active:before{width:4px;right:-6px}}@media (max-width: 992px){body .sidebar .sidebar-nav a.home.active{background-size:20px}}body .sidebar .sidebar-nav a.home:hover{background-color:#f3f4f6}body .sidebar .sidebar-nav a.fake{display:none;width:39px;height:39px;background:url("./media/fake-PA4ZMLNZ.svg");background-size:23px;background-repeat:no-repeat;background-position:center;margin:0 auto}@media (max-width: 992px){body .sidebar .sidebar-nav a.fake{background-size:18px}}body .sidebar .sidebar-nav a.fake:hover{background-color:#f3f4f6}body .sidebar .sidebar-nav a.admin{width:39px;height:39px;background:url("./media/admin-56TZSGUF.svg");background-size:28px;background-repeat:no-repeat;background-position:center;margin:0 auto}@media (max-width: 992px){body .sidebar .sidebar-nav a.admin{background-size:22px}}body .sidebar .sidebar-nav a.admin:hover{background-color:#f3f4f6}body .sidebar .sidebar-nav button.logout{width:39px;height:39px;background:url("./media/logout-A6WB4ARN.svg");background-size:23px;background-repeat:no-repeat;background-position:center;margin:0 auto;border:0px}@media (max-width: 992px){body .sidebar .sidebar-nav button.logout{background-size:18px}}body .sidebar .sidebar-nav button.logout:hover{background-color:#f3f4f6}body .sidebar .sidebar-footer{padding:1rem 1.5rem 0rem}body .sidebar .sidebar-footer .lang-wrapper button{position:relative}body .sidebar .sidebar-footer .lang-wrapper button img{position:absolute;border-radius:5px;left:calc(50% - 18px)}@media (max-width: 992px){body .sidebar .sidebar-footer .lang-wrapper button img{width:25px;left:calc(50% - 12px)}}body .sidebar .sidebar-footer .lang-wrapper .language-button:hover{background-color:#f3f4f6}body .sidebar .sidebar-footer .lang-wrapper .language-selector{-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;border-radius:.375rem}body .sidebar .sidebar-footer .lang-wrapper .language-selector:hover{-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;background-color:#f3f4f6}body .sidebar .sidebar-footer .lang-wrapper .language-selector .language-list{overflow:visible;margin:14px}body .sidebar .sidebar-footer .lang-wrapper .language-selector .language-list button{width:100%}body .sidebar .sidebar-footer .lang-wrapper .language-selector .language-dropdown{background-color:#153d68;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;letter-spacing:.1px;overflow-y:auto;overflow:auto}body .sidebar .sidebar-footer .lang-wrapper .language-dropdown{overflow:auto}@media (max-width: 992px){body .sidebar .sidebar-footer .lang-wrapper .language-dropdown{left:50px}}body .sidebar .sidebar-footer .lang-wrapper .language-dropdown button img{position:relative;left:auto;width:20px;border-radius:2px}body .sidebar .sidebar-footer .lang-wrapper .language-dropdown button:focus-visible{outline:4px solid #DE6EAB;outline-offset:0px}body .sidebar .sidebar-footer .lang-wrapper .language-dropdown button:hover,body .sidebar .sidebar-footer .lang-wrapper .language-dropdown button.active{background-color:#0f3155}body #dashboard .split-layout{gap:0;min-height:100vh;height:100%}body #dashboard .courses-section{overflow-y:clip;padding-right:0}body #dashboard main.main-content{padding:0;overflow:hidden}body #dashboard main.main-content .modules-section{background:url("./media/bg-SDO2VQCW.jpg") no-repeat;background-position:right;background-size:cover;flex:0 0 50%;padding-right:0;padding-bottom:10px}@media (max-width: 1200px){body #dashboard main.main-content .modules-section{flex:0 0 40%}}body #dashboard main.main-content .modules-section h2{color:#fff;height:84px;margin-bottom:0;text-shadow:1px 2px 10px rgba(0,0,0,.3)}@media (max-width: 768px){body #dashboard main.main-content .modules-section h2{height:64px;display:flex;align-items:center;padding-left:0;text-align:center;justify-content:center;font-size:20px}}body #dashboard main.main-content .modules-section h2 br{display:none}body #dashboard main.main-content .modules-section .module_box{padding:0 60px}@media (max-width: 768px){body #dashboard main.main-content .modules-section .module_box{padding:0 20px}}body #dashboard main.main-content .modules-section .module_box .modules-grid{gap:2rem}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;border-radius:60px 60px 10px 10px;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.2509803922);box-shadow:0 4px 4px #00000040;border:0px}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button:disabled:hover{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0);-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.2509803922);box-shadow:0 4px 4px #00000040}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0px 8px 4px 0px rgba(0,0,0,.1254901961);box-shadow:0 8px 4px #00000020}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos{display:flex;gap:15px}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos .about{display:flex;align-items:flex-start;flex-direction:column;justify-content:center}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos h3{color:#153d68;font-size:18px;font-weight:600;margin-bottom:0}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos .module-desc{color:#868686;font-size:15px;margin-top:2px;line-height:15px;text-align:left}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos.soon{flex-direction:column}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos.soon img{margin:0 auto}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos.soon .about{justify-content:center;align-items:center}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos.soon .about h3{color:#757575;text-align:center}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .module-infos.soon .about .comingsoon{text-align:center;font-weight:bolder;font-weight:400;color:#757575;font-size:15px;margin-top:2px;line-height:15px}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button.active{background-color:#153d68}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button.active .module-infos h3{color:#fff}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button.active .module-infos .module-desc{color:#fff}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button.active .course-status .status-row .status-value.completed{color:#fff}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button.active .course-status .status-row .status{color:#fff}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button.active .course-status .status-row .score{color:#fff}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .progress-bar-container{width:100%;height:7px;background-color:#f3f4f6;margin-top:0;border-radius:9999px;position:relative;overflow:hidden}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .progress-bar-container .progress-bar{height:7px;width:60%;border-radius:9999px;background-color:#ed74b5}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .progress-bar-container .progress-text{display:none}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .course-status{margin-top:3px}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .course-status .status-row{display:flex;justify-content:space-between}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .course-status .status-row .status-value.completed{color:#1d1d1d}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .course-status .status-value .completed span{width:100%}body #dashboard main.main-content .modules-section .module_box .modules-grid .module-button .course-status .status-value.score{color:#1d1d1d}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only{position:relative}@media (max-width: 768px){body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only img{width:60px}}@media (max-width: 768px){body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only button.module-button{min-height:130px;border-radius:40px 40px 10px 10px}}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only button.module-button:hover{transform:none}@media (max-width: 768px){body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only button.module-button .module-infos{margin-bottom:0}}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only button.module-button .course-status .status-row span{color:#1d1d1d}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only button.module-button.active .course-status{color:#fff}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only button.module-button.active .course-status .status-row span{color:#fff}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only .carousel-navigation{justify-content:center;align-items:center;margin-top:18px;margin-bottom:8px}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only .carousel-navigation .slide-counter{left:50%;bottom:5px;font-size:11px}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only .carousel-navigation button{position:absolute;bottom:4px}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only .carousel-navigation button.nav-arrow-left{left:2px!important}body #dashboard main.main-content .modules-section .module_box .carousel-wrapper.mobile-only .carousel-navigation button.nav-arrow-right{right:2px!important}body #dashboard main.main-content .courses-section{background-color:#fff}body #dashboard main.main-content .courses-section h2{position:relative;color:#fff;height:84px;margin-bottom:0;background-color:#153d68;font-size:20px}@media (max-width: 768px){body #dashboard main.main-content .courses-section h2{height:65px;padding-left:70px;font-size:1.2rem;display:none}}body #dashboard main.main-content .courses-section h2 img{z-index:10;left:-42px;position:absolute}@media (max-width: 768px){body #dashboard main.main-content .courses-section h2 img{left:0;width:65px}}body #dashboard main.main-content .courses-section h2 span{margin-right:10px}body #dashboard main.main-content .courses-section h2 span.description{font-weight:100;font-size:15px;margin-left:10px;position:relative}@media (max-width: 768px){body #dashboard main.main-content .courses-section h2 span.description{font-size:18px}}body #dashboard main.main-content .courses-section h2 span.description:before{content:"";width:2px;height:20px;background-color:#fff;position:absolute;left:-11px;top:0}body #dashboard main.main-content .courses-section .courses-list{padding:0 25px}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list{padding:0 10px 0 0}}body #dashboard main.main-content .courses-section .courses-list .course-card{background:none;border:none;font:inherit;color:inherit;text-align:inherit;pointer-events:auto;display:block;cursor:pointer;display:flex;align-items:stretch;flex-direction:row;align-items:stretch!important;padding:0 20px 0 0;border-radius:10px;border:1px solid rgba(0,0,0,.2)}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card{padding:0 4px 0 0}}body #dashboard main.main-content .courses-section .courses-list .course-card:hover{border:1px solid #153D68;box-shadow:none;text-decoration:solid}body #dashboard main.main-content .courses-section .courses-list .course-card .course-description{display:none}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header{padding-left:65px;margin-bottom:0}@media (max-width: 992px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header{padding-left:10px;gap:.15rem;height:80px}}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header .level-badge{display:none}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title{font-weight:100;font-size:18px}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title{font-size:15px!important}}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title span{letter-spacing:8px}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title span{display:inline;float:left}}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title span.order{font-weight:700;margin-left:-53px;letter-spacing:2px}@media (max-width: 992px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title span.order{margin-left:0}}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title span:nth-child(2){margin-right:8px}@media (max-width: 992px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title span:nth-child(2){margin-right:-4px;margin-left:5px}}@media (max-width: 1200px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header h3.course-title{font-size:16px;line-height:20px}}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header svg{width:80px}}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .course-header circle{r:26;stroke-width:5}}body #dashboard main.main-content .courses-section .courses-list .course-card .course-header img{display:none}body #dashboard main.main-content .courses-section .courses-list .course-card .check{border-radius:8px 0 0 8px;border-right:1px solid rgba(0,0,0,.2)}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .check{padding-left:4px}}body #dashboard main.main-content .courses-section .courses-list .course-card .check.complete{background-color:#153d68}body #dashboard main.main-content .courses-section .courses-list .course-card .check.complete .checkboxOverride label{border:1px solid #153D68}body #dashboard main.main-content .courses-section .courses-list .course-card .check.complete .checkboxOverride label:after{content:"";background:url("./media/check_icon-QE4I6475.svg");height:10px;left:4px;opacity:0;position:absolute;top:6px;width:13px}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .check.complete .checkboxOverride label:after{left:2px;top:4px}}body #dashboard main.main-content .courses-section .courses-list .course-card .check .checkboxOverride{position:relative;width:44px;height:100%;border-radius:10px 0 0 10px}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .check .checkboxOverride{width:25px}}body #dashboard main.main-content .courses-section .courses-list .course-card .check .checkboxOverride input[type=checkbox]:checked+label:after{opacity:1}body #dashboard main.main-content .courses-section .courses-list .course-card .check .checkboxOverride input[type=checkbox]{visibility:hidden}body #dashboard main.main-content .courses-section .courses-list .course-card .check .checkboxOverride label{background-color:#fff;border-radius:8px;border:1px solid rgba(21,61,104,.2);cursor:pointer;height:23px;left:calc(50% - 11px);top:calc(50% - 11px);position:absolute;width:23px}@media (max-width: 768px){body #dashboard main.main-content .courses-section .courses-list .course-card .check .checkboxOverride label{height:18px;width:18px;margin-bottom:0}}body #dashboard main.main-content .courses-section .courses-list .course-card .box{width:100%}body #dashboard main.main-content .courses-section .courses-list .course-card .box .course-footer{margin-top:0}body #dashboard main.main-content .courses-section .courses-list .course-card svg{position:relative;margin:6px 0 0}body #dashboard main.main-content .courses-section .courses-list .course-card .course-footer .progress-container .progress-bar-container{display:none}body #dashboard main.main-content .courses-section .courses-list .course-card .course-footer .progress-container .course-status{display:none}body #welcome-page{background:url("./media/bg2-UHADLQXK.png") no-repeat;background-size:1200px;background-position:bottom right;min-height:100vh}@media (max-width: 1400px){body #welcome-page{min-height:auto}}body #welcome-page a{display:block}body #welcome-page nav{padding:0 30px;height:100px;background-color:#fff;box-shadow:0 4px 4px #00000026;display:flex;justify-content:space-between;align-content:center;align-items:center}@media (max-width: 1400px){body #welcome-page nav{height:60px}}@media (max-width: 600px){body #welcome-page nav{padding:0 1rem}}body #welcome-page nav h1{margin-bottom:0}@media (max-width: 1400px){body #welcome-page nav h1 img{width:145px}}body #welcome-page nav div{display:flex;align-items:center;gap:15px}body #welcome-page nav div button.connect{border:1px solid #234AAF;background:none;font:inherit;text-decoration:none;font-size:15px;padding:13px 19px;border-radius:4px;color:#234aaf;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}body #welcome-page nav div button.connect:hover{background-color:#234aaf;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;color:#fff;text-decoration:none}@media (max-width: 1400px){body #welcome-page nav div button.connect{padding:8px 13px}}body #welcome-page nav div a.flag{height:22px}body #welcome-page nav div a.flag img{width:35px;border-radius:5px}@media (max-width: 1400px){body #welcome-page nav img .logo{width:140px}}body #welcome-page .welcome-container{background:transparent;display:flex;flex-direction:row;height:100%}body #welcome-page .welcome-container .welcome-content{gap:180px;padding-top:0}@media (max-width: 2200px){body #welcome-page .welcome-container .welcome-content{gap:100px}}@media (max-width: 1400px){body #welcome-page .welcome-container .welcome-content{padding-top:40px;padding-bottom:40px}}@media (max-width: 992px){body #welcome-page .welcome-container .welcome-content{padding-top:40px}}@media (max-width: 500px){body #welcome-page .welcome-container .welcome-content{padding:1rem}}body #welcome-page .welcome-container .video_box{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.5);padding:20px 20px 15px;border-radius:40px}body #welcome-page .welcome-container .video_box iframe{aspect-ratio:16/9;width:100%;border-radius:20px}body #welcome-page .welcome-container .left{padding-left:170px;width:50%;padding-right:20px}@media (max-width: 1900px){body #welcome-page .welcome-container .left{padding-left:50px}}@media (max-width: 1400px){body #welcome-page .welcome-container .left{width:80%;padding-left:0;padding-right:0}}@media (max-width: 768px){body #welcome-page .welcome-container .left{width:100%;padding-left:0;padding-right:0}}body #welcome-page .welcome-container .left h2{font-size:42px;padding-left:0;margin-bottom:30px}@media (max-width: 1400px){body #welcome-page .welcome-container .left h2{margin-bottom:40px}}@media (max-width: 992px){body #welcome-page .welcome-container .left h2{font-size:32px}}@media (max-width: 500px){body #welcome-page .welcome-container .left h2{font-size:23px;margin-bottom:20px}}body #welcome-page .welcome-container .left .video_box{display:none;margin-bottom:30px}@media (max-width: 1400px){body #welcome-page .welcome-container .left .video_box{display:block}}body #welcome-page .welcome-container .left p{color:#fff;font-size:20px;line-height:28px;font-weight:100;margin-bottom:35px;padding-left:30px}body #welcome-page .welcome-container .left p span{color:#ffb8e1;font-weight:600}@media (max-width: 1400px){body #welcome-page .welcome-container .left p{padding-right:30px}}@media (max-width: 992px){body #welcome-page .welcome-container .left p{font-size:16px;line-height:24px;letter-spacing:0}}@media (max-width: 600px){body #welcome-page .welcome-container .left p{padding-left:20px;padding-right:20px}}body #welcome-page .welcome-container .left .law{position:relative;display:flex;flex-direction:row;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.5);margin-bottom:30px}@media (max-width: 600px){body #welcome-page .welcome-container .left .law{display:flex;flex-direction:column;align-items:center;margin-top:50px}}@media (max-width: 600px){body #welcome-page .welcome-container .left .law img.law_icon{width:117px;position:absolute;top:-58px;left:calc(50% - 58px)}}body #welcome-page .welcome-container .left .law .about{display:flex;flex-direction:column;justify-content:center;padding-right:80px}@media (max-width: 600px){body #welcome-page .welcome-container .left .law .about{padding:2rem 1rem 1rem}}body #welcome-page .welcome-container .left .law .about p{margin-bottom:0;font-size:15px;line-height:24px;font-weight:100;padding-left:0}@media (max-width: 600px){body #welcome-page .welcome-container .left .law .about p{text-align:center;padding-right:0}}body #welcome-page .welcome-container .left .law .about p b{font-weight:700;font-size:15px}@media (max-width: 600px){body #welcome-page .welcome-container .left .law .about p b{margin-right:9px}}body #welcome-page .welcome-container .left .law .about p span a{position:relative;display:contents}@media (min-width: 600px){body #welcome-page .welcome-container .left .law .about p span a{display:none}}body #welcome-page .welcome-container .left .law a{width:40px;height:40px;position:absolute;display:flex;justify-content:center;align-items:center;right:30px;top:calc(50% - 20px);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}@media (max-width: 600px){body #welcome-page .welcome-container .left .law a{top:auto;bottom:1rem;right:1rem;display:none}}body #welcome-page .welcome-container .left .law a img{width:22px}@media (max-width: 768px){body #welcome-page .welcome-container .left .law a img{width:15px}}body #welcome-page .welcome-container .left .law a:hover{-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;background-color:#fff3;border-radius:5px}body #welcome-page .welcome-container .left button{background:linear-gradient(90deg,#de6eab,#e55292);font-weight:400;font-size:20px;line-height:100%;letter-spacing:0%;text-align:center;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;padding:20px 25px;border:1px solid rgba(255,255,255,.3)}body #welcome-page .welcome-container .left button:focus,body #welcome-page .welcome-container .left button:focus-visible{outline-offset:6px}@media (max-width: 1400px){body #welcome-page .welcome-container .left button{display:block;margin:0 auto}}@media (max-width: 600px){body #welcome-page .welcome-container .left button{margin-bottom:30px}}body #welcome-page .welcome-container .right{width:50%;padding-left:20px;padding-right:170px}@media (max-width: 1900px){body #welcome-page .welcome-container .right{padding-right:50px}}@media (max-width: 1400px){body #welcome-page .welcome-container .right{display:none}}body #scorm-player .loading-spinner-fullscreen{display:flex;flex-direction:column;gap:10px}body #scorm-player .nav-sidebar-header__inner{display:none!important}body #scorm-player .main-content{padding:0;position:relative}body #scorm-player .main-content .course-header{display:none}body #scorm-player .app-container .sidebar .sidebar-nav a.home.active{width:39px;height:39px;background:url("./media/home-5IYJNZPF.svg");background-size:28px;background-repeat:no-repeat;background-position:center;margin:0 auto}body #scorm-player .app-container .sidebar .sidebar-nav a.home.active:before{display:none}@media (max-width: 992px){body #scorm-player .app-container .sidebar .sidebar-nav a.home.active{background-size:20px}}body #scorm-player .app-container .sidebar .sidebar-nav a.home:hover{background-color:#f3f4f6}body #scorm-player .iframe-container{border-radius:0}body #logout-modal,body #login-modal{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif}body #logout-modal .modal-content,body #login-modal .modal-content{max-width:550px}body #logout-modal .modal-content .modal-header,body #login-modal .modal-content .modal-header{position:relative;justify-content:center;flex-direction:column;border-bottom:0;padding-bottom:0;padding-top:30px}body #logout-modal .modal-content .modal-header h2,body #login-modal .modal-content .modal-header h2{text-align:center;padding-left:0;margin-bottom:5px;font-size:24px;font-weight:700}body #logout-modal .modal-content .modal-header button,body #login-modal .modal-content .modal-header button{position:absolute;right:20px;top:20px;width:20px;height:20px;line-height:10px}body #logout-modal .modal-content .modal-header p,body #login-modal .modal-content .modal-header p{font-size:17px;margin-bottom:0;color:#5a5a5a}body #logout-modal .modal-content .modal-body,body #login-modal .modal-content .modal-body{padding:1.5rem 3.5rem}@media (max-width: 768px){body #logout-modal .modal-content .modal-body,body #login-modal .modal-content .modal-body{padding:15px}}body #logout-modal .modal-content .modal-body .anonymous-id-section,body #login-modal .modal-content .modal-body .anonymous-id-section{margin-top:0;background:url("./media/bg-SDO2VQCW.jpg");border-radius:38px;background-size:220%}body #logout-modal .modal-content .modal-body .anonymous-id-section p,body #login-modal .modal-content .modal-body .anonymous-id-section p{padding:0 40px;color:#fff;text-align:center;letter-spacing:0}body #logout-modal .modal-content .modal-body .id-display,body #login-modal .modal-content .modal-body .id-display{border-radius:30px;margin-bottom:0;background-color:#fff}body #logout-modal .modal-content .modal-body .id-value,body #login-modal .modal-content .modal-body .id-value{font-size:14px}body #logout-modal .modal-content .modal-body .alert-warning,body #login-modal .modal-content .modal-body .alert-warning{border-radius:10px;color:#000;background-color:#daedff;border:1px solid #C8E2FA;font-size:16px;line-height:24px;width:86%;margin-left:7%;margin-top:20px;margin-bottom:0}@media (max-width: 768px){body #logout-modal .modal-content .modal-body .alert-warning,body #login-modal .modal-content .modal-body .alert-warning{width:100%;margin-left:0}}body #logout-modal .modal-content .modal-footer,body #login-modal .modal-content .modal-footer{border-top:0;padding-top:0}body #logout-modal .modal-content .modal-footer button,body #login-modal .modal-content .modal-footer button{font-size:15px;padding:0 25px;height:45px;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}body #logout-modal .modal-content .modal-footer button.btn-secondary,body #login-modal .modal-content .modal-footer button.btn-secondary{background-color:#fff;color:#1d1d1d;border:1px solid rgba(0,0,0,.2)}body #logout-modal .modal-content .modal-footer button.btn-secondary:hover,body #login-modal .modal-content .modal-footer button.btn-secondary:hover{border:1px solid rgba(0,0,0,.8);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}body #logout-modal .modal-content .modal-footer button.btn-primary,body #login-modal .modal-content .modal-footer button.btn-primary{background-color:#234aaf;border:1px solid #234AAF}body #logout-modal .modal-content .modal-footer button.btn-primary:hover,body #login-modal .modal-content .modal-footer button.btn-primary:hover{border:1px solid #193A8F;background-color:#193a8f;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}body #login-modal .modal-content{padding:0;height:440px}body #login-modal .modal-content .modal-header h2{color:#000}body #login-modal .modal-content .modal-body ul{background:url("./media/bg-SDO2VQCW.jpg");border-radius:38px;background-size:220%;height:60px;display:flex;justify-content:space-around;align-items:stretch;padding:4px;gap:4px}body #login-modal .modal-content .modal-body ul li{color:#fff;list-style:none;width:100%;text-align:center;border-radius:30px;border:1px solid transparent;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}body #login-modal .modal-content .modal-body ul li button{background:none;border:none;padding:0;font:inherit;text-decoration:underline;cursor:pointer;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;color:#fff;font-size:.95rem;height:100%;width:100%;text-decoration:none}body #login-modal .modal-content .modal-body ul li:hover{border:1px solid rgba(255,255,255,.8)}body #login-modal .modal-content .modal-body ul li.active{background-color:#fff;border:1px solid white}body #login-modal .modal-content .modal-body ul li.active a,body #login-modal .modal-content .modal-body ul li.active button{color:#000}body #login-modal .modal-content .modal-body form label,body #login-modal .modal-content .modal-body form h3{text-align:center;font-size:1rem;color:#666666e6;font-weight:900;margin-top:30px;margin-bottom:30px;line-height:normal}body #login-modal .modal-content .modal-body form input{font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;margin-bottom:15px;height:50px}body #login-modal .modal-content .modal-body form input::placeholder{color:#0000004d;font-size:13px}body #login-modal .modal-content .modal-body form input:hover{border:1px solid rgba(0,0,0,.8);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}body #login-modal .modal-content .modal-body form #registerCap{margin:0 auto 35px;width:fit-content;display:block;padding:0 25px;height:35px}body #login-modal .modal-content .modal-body form button.submit{background-color:#234aaf;width:auto;margin:0 auto;display:block;font-family:Wix Madefor Display,Arial,Helvetica,sans-serif;font-size:15px;padding:0 25px;height:45px}body #login-modal .modal-content .modal-body form .id-display{height:50px;text-align:center;border:1px solid rgba(0,0,0,.15);width:fit-content;margin:0 auto 30px;padding:10px 20px}body #login-modal .modal-content .modal-body form .id-display button.copy-btn{padding:.25rem .75rem;font-size:.75rem;white-space:nowrap;margin-left:20px}body #legal{display:flex;width:100%;min-height:100vh;background-size:cover}@media (max-width: 768px){body #legal{flex-direction:column}}body #legal .sidebar{width:25%;background:transparent;color:#fff;padding:2rem 3rem;position:fixed;height:100vh;overflow-y:auto;background:url("./media/bg-SDO2VQCW.jpg") no-repeat}@media (max-width: 1200px){body #legal .sidebar{padding:2rem 0rem}}@media (max-width: 768px){body #legal .sidebar{width:100%;height:auto;z-index:1;position:relative}}body #legal .sidebar .logo{cursor:pointer;width:220px}@media (max-width: 1200px){body #legal .sidebar .logo{width:150px;margin-left:50px}}body #legal .sidebar h2{padding-left:50px;margin-top:20px}body #legal .sidebar nav ul{list-style:none;margin-top:2rem}body #legal .sidebar nav ul li{margin:1rem 0}body #legal .sidebar nav ul li a{cursor:pointer;color:#d3d3ff;text-decoration:none;transition:color .3s;font-size:1rem;margin-left:50px;display:block;margin-bottom:20px;position:relative}body #legal .sidebar nav ul li a:before{content:"";width:3px;height:3px;border-radius:10px;position:absolute;top:11px;left:-20px;background-color:#ffffff80}body #legal .sidebar nav ul li a.active,body #legal .sidebar nav ul li a:hover{color:#ecb4d2;font-weight:400}body #legal .sidebar nav ul li a.active:before,body #legal .sidebar nav ul li a:hover:before{content:"";width:3px;height:3px;border-radius:10px;position:absolute;top:11px;left:-20px;background-color:#ecb4d2}body #legal .content{background-color:#fff;width:75%;margin-left:25%;padding:3rem 9rem}@media (max-width: 768px){body #legal .content{width:100%;position:relative;margin-left:0;padding:1.5rem}}body #legal .content section{margin-bottom:4rem}body #legal .content section h3{color:#ed74b5;font-size:1.5rem;margin-bottom:1.2rem;position:relative}body #legal .content section h3:before{content:"";position:absolute;width:15px;height:18px;background:url("./media/law_icon-UQJELLTH.svg") no-repeat;background-size:100%;left:-32px;top:6px}@media (max-width: 768px){body #legal .content section h3{padding-left:30px}body #legal .content section h3:before{left:0}}body #legal .content section h4{font-size:1.2rem;margin-bottom:1.5rem;color:#1d1d1d;font-weight:700}body #legal .content section h5{font-size:1.1rem;font-style:italic;margin-bottom:1.5rem}body #legal .content section p{margin-bottom:1.6rem;line-height:1.6;font-size:1rem}body #legal .content section p span.tofill{color:red}body #legal .content section a{font-weight:700;color:#1d1d1d}body #legal .content section ul{padding-left:35px}body #legal .content section ul li{padding-left:15px;margin-bottom:1.6rem}body #legal #backToTopCSS{position:fixed;bottom:20px;right:20px;z-index:100;background-color:#3b82f6;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:1.2rem;cursor:pointer;text-decoration:none;text-align:center;box-shadow:0 2px 8px #0003;transition:background-color .3s;padding-top:10px}body #legal #backToTopCSS:hover{background-color:#1d4ed8}body footer{padding:40px 160px;color:#fff;display:flex;flex-direction:row;gap:15%;background-color:#153d68cc;min-height:100%}@media (max-width: 1600px){body footer{padding:40px 0}}body footer .footer-content{display:flex;flex-direction:row;width:100%;height:100%;justify-content:space-evenly}@media (max-width: 1200px){body footer .footer-content{display:block}}@media (max-width: 1200px){body footer .footer-content .legal{width:50%;float:left;display:flex;flex-direction:column;align-items:center}}@media (max-width: 768px){body footer .footer-content .legal{width:100%}}body footer .footer-content .legal h4{color:#fff;font-size:1.5rem;padding-left:50px;margin-top:20px}@media (max-width: 768px){body footer .footer-content .legal h4{padding-left:0}}body footer .footer-content .legal ul{list-style:none;margin-top:2rem}@media (max-width: 768px){body footer .footer-content .legal ul{margin-top:0rem}}body footer .footer-content .legal ul li{margin:1rem 0}body footer .footer-content .legal ul li a{color:#d3d3ff;text-decoration:none;transition:color .3s;font-size:1rem;margin-left:50px;display:block;margin-bottom:20px;position:relative}@media (max-width: 768px){body footer .footer-content .legal ul li a{margin-left:0}}body footer .footer-content .legal ul li a:before{content:"";width:3px;height:3px;border-radius:10px;position:absolute;top:11px;left:-20px;background-color:#ffffff80}body footer .footer-content .legal ul li a.active,body footer .footer-content .legal ul li a:hover{color:#ecb4d2;font-weight:400;text-decoration:none}body footer .footer-content .legal ul li a.active:before,body footer .footer-content .legal ul li a:hover:before{content:"";width:3px;height:3px;border-radius:10px;position:absolute;top:11px;left:-20px;background-color:#ecb4d2}@media (max-width: 1200px){body footer .footer-content .contact{width:50%;float:left;display:flex;flex-direction:column;align-items:center;margin-bottom:50px}}@media (max-width: 768px){body footer .footer-content .contact{width:100%;display:flex;padding:0 20px}}body footer .footer-content .contact .logo{display:flex;align-items:center;flex-direction:row;gap:12px;margin-bottom:30px;padding-top:15px}@media (max-width: 768px){body footer .footer-content .contact .logo{flex-direction:column;margin-top:30px}}body footer .footer-content .contact .logo img{width:44px}body footer .footer-content .contact .logo h5{font-size:1rem;line-height:1.5rem;color:#fff}@media (max-width: 768px){body footer .footer-content .contact .logo h5{text-align:center}}body footer .footer-content .contact ul li{list-style:none;color:#d3d3ff;margin-bottom:30px;position:relative;padding-left:56px}body footer .footer-content .contact ul li:nth-child(1):before{content:"";background:url("./media/icon_location-LVK3ZNWA.svg") no-repeat;width:18px;height:22px;background-repeat:no-repeat;position:absolute;top:14px;left:16px}body footer .footer-content .contact ul li:nth-child(2):before{content:"";background:url("./media/icon_phone-YDBBUP65.svg") no-repeat;width:20px;height:20px;background-repeat:no-repeat;position:absolute;top:4px;left:16px}body footer .footer-content .contact ul li:nth-child(3):before{content:"";background:url("./media/icon_address-6FG74FPU.svg") no-repeat;width:20px;height:15px;background-repeat:no-repeat;position:absolute;top:6px;left:16px}body footer .footer-content .contact ul li a{color:#d3d3ff;text-decoration:none}body footer .footer-content .contact ul li a:hover{color:#ecb4d2;text-decoration:underline}body footer .footer-content .contact p{color:#fff;font-size:1rem;border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:8px 15px 10px;margin-left:15px}body footer .footer-content .contact p u{font-weight:600}@media (max-width: 768px){body footer .footer-content .contact p{margin-left:0}}body footer .footer-content .footer-form h3{color:#fff}@media (max-width: 1200px){body footer .footer-content .footer-form{display:table;margin:50px auto 0}}@media (max-width: 768px){body footer .footer-content .footer-form{padding:0 20px}}body footer .footer-content .footer-form form{width:565px;border:1px solid rgba(255,255,255,.3);border-radius:35px;padding:20px;background-color:#ffffff1a;gap:10}@media (max-width: 768px){body footer .footer-content .footer-form form{width:100%}}body footer .footer-content .footer-form form .container{position:relative;padding:25px;background-color:#153d68;border-radius:20px}body footer .footer-content .footer-form form .container .success-overlay{position:absolute;inset:0;background-color:#153d68;border-radius:20px;display:flex;align-items:center;justify-content:center;z-index:10;animation:fadeIn .5s ease-in-out}body footer .footer-content .footer-form form .container .success-overlay .success-content{text-align:center;animation:fadeIn .5s ease-in-out}body footer .footer-content .footer-form form .container .success-overlay .success-content .checkmark-circle{width:80px;height:80px;margin:0 auto 20px}body footer .footer-content .footer-form form .container .success-overlay .success-content .checkmark-circle .checkmark{width:100%;height:100%;border-radius:50%;display:block;stroke-width:2;stroke:#4caf50;stroke-miterlimit:10}body footer .footer-content .footer-form form .container .success-overlay .success-content .checkmark-circle .checkmark .checkmark-circle-bg{stroke-width:2;stroke-miterlimit:10;stroke:#4caf50;fill:none}body footer .footer-content .footer-form form .container .success-overlay .success-content .checkmark-circle .checkmark .checkmark-check{transform-origin:50% 50%;fill:none}body footer .footer-content .footer-form form .container .success-overlay .success-content h3{color:#4caf50;font-size:1.5rem;margin-bottom:10px;font-weight:600}body footer .footer-content .footer-form form .container .success-overlay .success-content p{color:#666;font-size:1rem;margin:0;border:none;padding:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body footer .footer-content .footer-form form .container label{color:#fff;font-size:1rem;margin-bottom:10px}body footer .footer-content .footer-form form .container label span.required{color:#ff8575}body footer .footer-content .footer-form form .container .firstLast{display:flex;gap:20px}@media (max-width: 768px){body footer .footer-content .footer-form form .container .firstLast{display:block}}body footer .footer-content .footer-form form .form-group{width:100%}body footer .footer-content .footer-form form .form-actions{display:flex;flex-direction:column;align-content:flex-end;align-items:flex-end}body footer .footer-content .footer-form form .form-actions button{background-color:#186ff1;font-size:.9rem;padding:14px;margin-top:20px}body footer .footer-content .footer-form form p.required{text-align:center;color:#fff;font-size:.9rem;margin-top:15px;margin-bottom:0}body footer .footer-content .footer-form form p.required span{color:#ff8575}
