.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;border:none;outline:none;transition:all .2s ease-in-out;gap:4px;width:fit-content}.btn .btn-icon{display:inline-flex;align-items:center;flex-shrink:0}.btn.btn-icon-only{padding:0 !important;border-radius:1000px !important}.btn.btn-icon-only.btn-xs{width:24px;height:24px}.btn.btn-icon-only.btn-sm{width:28px;height:28px}.btn.btn-icon-only.btn-md{width:32px;height:32px}.btn.btn-icon-only.btn-lg{width:36px;height:36px}.btn.btn-icon-only.btn-xl{width:40px;height:40px}.btn:disabled,.btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-xs{padding:4px 8px;height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xs .btn-icon svg{width:12px;height:12px}.btn-sm{padding:4px 8px;height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-sm .btn-icon svg{width:14px;height:14px}.btn-md{padding:6px 10px;height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-md .btn-icon svg{width:16px;height:16px}.btn-lg{padding:8px 12px;height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-lg .btn-icon svg{width:18px;height:18px}.btn-xl{padding:10px 14px;height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xl .btn-icon svg{width:20px;height:20px}.btn-primary{background-color:#091a47}.btn-primary:hover{background-color:#3f5183}.btn-primary:active,.btn-primary:focus{background-color:#172a5c}.btn-primary-outline{border:solid 1px #091a47;color:#091a47;background-color:#fff}.btn-primary-outline:hover{background-color:#091a47;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-outline:active,.btn-primary-outline:focus{background-color:#172a5c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary{background-color:#015de3}.btn-secondary:hover{background-color:#619aed}.btn-secondary:active,.btn-secondary:focus{background-color:#174d9c}.btn-secondary-outline{border:solid 1px #015de3;color:#015de3;background-color:#fff}.btn-secondary-outline:hover{background-color:#015de3;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary-outline:active,.btn-secondary-outline:focus{background-color:#174d9c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-tertiary{background-color:#ffcc26;color:#091a47}.btn-tertiary:hover{background-color:#e7b925}.btn-tertiary:active,.btn-tertiary:focus{background-color:#e7b925;color:#091a47}.btn-tertiary-outline{border:solid 1px #ffcc26;color:#091a47;background-color:#fff}.btn-tertiary-outline:hover{background-color:#ffcc26;border:solid 1px #ffcc26;color:#091a47}.btn-tertiary-outline:active,.btn-tertiary-outline:focus{background-color:#d3a718;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-quaternary{background-color:#038332}.btn-quaternary:hover{background-color:#0b7030;color:#fff}.btn-quaternary:active,.btn-quaternary:focus{background-color:#0b5e29;color:#fff}.btn-quaternary-outline{border:solid 1px #038332;color:#038332;background-color:#fff}.btn-quaternary-outline:hover{background-color:#038332;border:solid 1px #038332;color:#fff}.btn-quaternary-outline:active,.btn-quaternary-outline:focus{background-color:#0b5e29;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-light{background-color:#ecf7ff;color:#091a47}.btn-primary-light:hover{background-color:#d6ecfc;color:#091a47}.btn-primary-light:active,.btn-primary-light:focus{background-color:#bfe3fd;color:#091a47}.btn-primary-light-outline{border:solid 1px #ecf7ff;color:#091a47;background-color:#fff}.btn-primary-light-outline:hover{background-color:#ecf7ff;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-primary-light-outline:active,.btn-primary-light-outline:focus{background-color:#bfe3fd;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-destructive{background-color:#c10007;color:#fff}.btn-destructive:hover{background-color:#ff6467;color:#fff}.btn-destructive:active,.btn-destructive:focus{background-color:#e7000b;color:#fff}.btn-destructive-outline{border:solid 1px #c10007;color:#c10007;background-color:#fff}.btn-destructive-outline:hover{background-color:#c10007;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-destructive-outline:active,.btn-destructive-outline:focus{background-color:#e7000b;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-invert{background-color:#fff;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC);color:#101828}.btn-primary-invert:hover{background-color:#e9e9e9;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-primary-invert:active,.btn-primary-invert:focus{background-color:#d8d8d8;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-loading{position:relative;pointer-events:none}.btn-loading .btn-text{visibility:hidden}.btn-loading .btn-icon{visibility:hidden}.btn-loading .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block}.btn-block{display:flex;width:100%}.btn-group{display:inline-flex}.btn-group .btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(0,0,0,.1)}@media(max-width: 360px){.xs\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xs .btn-icon svg{width:12px;height:12px}.xs\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xs\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-sm .btn-icon svg{width:14px;height:14px}.xs\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xs\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-md .btn-icon svg{width:16px;height:16px}.xs\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xs\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-lg .btn-icon svg{width:18px;height:18px}.xs\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xs\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xl .btn-icon svg{width:20px;height:20px}.xs\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xs\:btn-block{display:flex;width:100%}.xs\:btn-inline{width:auto}}@media(max-width: 768px){.sm\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xs .btn-icon svg{width:12px;height:12px}.sm\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.sm\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-sm .btn-icon svg{width:14px;height:14px}.sm\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.sm\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-md .btn-icon svg{width:16px;height:16px}.sm\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.sm\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-lg .btn-icon svg{width:18px;height:18px}.sm\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.sm\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xl .btn-icon svg{width:20px;height:20px}.sm\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.sm\:btn-block{display:flex;width:100%}.sm\:btn-inline{width:auto}}@media(max-width: 1024px){.md\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xs .btn-icon svg{width:12px;height:12px}.md\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.md\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-sm .btn-icon svg{width:14px;height:14px}.md\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.md\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-md .btn-icon svg{width:16px;height:16px}.md\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.md\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-lg .btn-icon svg{width:18px;height:18px}.md\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.md\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xl .btn-icon svg{width:20px;height:20px}.md\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.md\:btn-block{display:flex;width:100%}.md\:btn-inline{width:auto}}@media(max-width: 1280px){.lg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xs .btn-icon svg{width:12px;height:12px}.lg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.lg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-sm .btn-icon svg{width:14px;height:14px}.lg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.lg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-md .btn-icon svg{width:16px;height:16px}.lg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.lg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-lg .btn-icon svg{width:18px;height:18px}.lg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.lg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xl .btn-icon svg{width:20px;height:20px}.lg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.lg\:btn-block{display:flex;width:100%}.lg\:btn-inline{width:auto}}@media(max-width: 1440px){.xlg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xs .btn-icon svg{width:12px;height:12px}.xlg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-sm .btn-icon svg{width:14px;height:14px}.xlg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-md .btn-icon svg{width:16px;height:16px}.xlg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-lg .btn-icon svg{width:18px;height:18px}.xlg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xl .btn-icon svg{width:20px;height:20px}.xlg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-block{display:flex;width:100%}.xlg\:btn-inline{width:auto}}.badge{display:inline-flex;justify-content:center;align-items:center;gap:.25rem;font-size:12px;font-weight:600;line-height:1;font-weight:500;color:#000;vertical-align:middle;border-radius:.375rem;padding:.375rem .75rem;transition:all .2s ease;cursor:default;height:24px;user-select:none;background:#091a47}.badge svg{fill:#fff}.badge:hover{opacity:.85}.badge i{margin-right:.25rem;font-size:9.6px;vertical-align:middle;opacity:.8}.badge--lg .badge i{font-size:1.125rem}.badge--sm .badge i{font-size:.75rem}.badge--primary{background-color:#d5ebff;color:#091a47}.badge--primary svg{fill:#091a47;color:#091a47}.badge--primary-light{background-color:#d5ebff;color:#101828}.badge--primary-light svg{fill:#101828;color:#101828}.badge--secondary{background-color:#d6efff;color:#015de3}.badge--secondary svg{fill:#015de3;color:#015de3}.badge--secondary-light{background-color:#d6efff;color:#015de3}.badge--secondary-light svg{fill:#015de3;color:#015de3}.badge--success{background-color:#e1f7e3;color:#257031}.badge--success svg{fill:#257031;color:#257031}.badge--warning{background-color:#fef9c2;color:orange}.badge--warning svg{fill:orange;color:orange}.badge--destructive{background-color:#ffe2e2;color:#c10007}.badge--destructive svg{fill:#c10007;color:#c10007}.badge--tertiary{background-color:#efae03;color:#091a47}.badge--tertiary svg{fill:#091a47;color:#091a47}.badge--quatenary{background-color:#d4ffe4;color:#091a47}.badge--quatenary svg{fill:#091a47;color:#091a47}.badge--gray{background-color:#f3f4f6;color:#6a7282}.badge--gray svg{fill:#6a7282;color:#6a7282}.badge--white{background-color:#fff;color:#101828}.badge--white svg{fill:#101828;color:#101828}.badge--outline.badge--primary{background-color:#d5ebff;border-color:#091a47;color:#091a47}.badge--outline.badge--primary-light{background-color:#d5ebff;border-color:#101828;color:#101828}.badge--outline.badge--secondary{background-color:#d6efff;border-color:#015de3;color:#015de3}.badge--outline.badge--secondary-light{background-color:#d6efff;border-color:#015de3;color:#015de3}.badge--outline.badge--success{background-color:#e1f7e3;border-color:#257031;color:#257031}.badge--outline.badge--warning{background-color:#fef9c2;border-color:orange;color:orange}.badge--outline.badge--destructive{background-color:#ffe2e2;border-color:#c10007;color:#c10007}.badge--outline.badge--tertiary{background-color:#efae03;border-color:#091a47;color:#091a47}.badge--outline.badge--quatenary{background-color:#d4ffe4;border-color:#091a47;color:#091a47}.badge--outline.badge--gray{background-color:#f3f4f6;border-color:#6a7282;color:#6a7282}.badge--outline.badge--white{background-color:#fff;border-color:#101828;color:#101828}.badge--outline-neutral.badge--primary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#091a47}.badge--outline-neutral.badge--primary-light{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#101828}.badge--outline-neutral.badge--secondary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#015de3}.badge--outline-neutral.badge--secondary-light{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#015de3}.badge--outline-neutral.badge--success{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#257031}.badge--outline-neutral.badge--warning{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:orange}.badge--outline-neutral.badge--destructive{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#c10007}.badge--outline-neutral.badge--tertiary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#091a47}.badge--outline-neutral.badge--quatenary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#091a47}.badge--outline-neutral.badge--gray{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#6a7282}.badge--outline-neutral.badge--white{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#101828}.badge--sm{padding:.25rem .5rem;font-size:12px}.badge--sm-pill{padding:.25rem .5rem;font-size:12px;border-radius:25rem}.badge--lg{padding:.5rem 1rem;font-size:15px}.badge--outline{background-color:rgba(0,0,0,0);border:1px solid currentColor;color:inherit}.badge--outline-neutral{background-color:rgba(0,0,0,0);border:1px solid currentColor;color:inherit}.badge--rounded-sm{border-radius:.375rem}.badge--rounded-xl{border-radius:.84375rem}.badge--rounded{border-radius:.75rem}.badge--pill{border-radius:25rem}.badge-invert{display:flex;justify-content:center;align-items:center;gap:6px;width:fit-content;height:32px;min-height:32px;max-height:32px;padding:2px 10px;font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;color:#101828;border-radius:1000px;border:1px solid #e5e7eb;background-color:#fff;margin:0 auto 16px}.section-hero{padding:32px 16px;background-color:#fff;background-image:url("/assets/img/pages/home/pattern-hero.svg");background-repeat:no-repeat;background-position:bottom;background-size:auto}@media(min-width: 768px){.section-hero{padding:64px}}@media(min-width: 1024px){.section-hero{padding:102px 64px}}.section-hero .container-lg{padding:0}.section-hero .hero-title-container{position:relative;max-width:328px;margin:0 auto}@media(min-width: 768px){.section-hero .hero-title-container{max-width:640px}}@media(min-width: 1024px){.section-hero .hero-title-container{max-width:898px}}.section-hero h1{position:relative;color:#091a47;text-align:center;font-family:"Noka",sans-serif;font-size:32px;font-weight:600;line-height:110%;z-index:1;margin-bottom:24px}@media(min-width: 768px){.section-hero h1{font-size:48px}}@media(min-width: 1024px){.section-hero h1{font-size:64px}}.section-hero p{color:#6a7282;text-align:center;font-family:"Poppins",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:32px}.section-hero p span{font-weight:600;font-variant-numeric:tabular-nums;display:inline-block;text-align:right}@media(min-width: 768px){.section-hero p{margin-bottom:64px;font-size:20px}}@media(min-width: 1024px){.section-hero p{margin-bottom:80px;font-size:18px}}.section-hero .svgBox{position:absolute;right:98px;top:51px;z-index:0}.section-hero .svgBox svg{width:80px}@media(min-width: 768px){.section-hero .svgBox svg{width:auto}}@media(min-width: 768px){.section-hero .svgBox{top:45px;right:108px}}@media(min-width: 1024px){.section-hero .svgBox{right:191px;top:76px}}.section-partners{padding:32px 16px}@media(min-width: 768px){.section-partners{padding:32px 64px}}.section-partners .container-lg{padding:0}.section-partners h2{color:#101828;text-align:center;font-family:"Poppins",sans-serif;font-size:20px;font-weight:600;line-height:150%;margin-bottom:24px}.section-partners .pattners-logo{position:relative;overflow:hidden;max-width:1280px;width:100%;margin:0 auto}@media(min-width: 1024px){.section-partners .pattners-logo{overflow:initial}}.section-partners .pattners-logo ul{display:flex;gap:24px 48px;padding:0;margin:0;width:max-content;animation:scroll 50s linear infinite}@media(min-width: 1024px){.section-partners .pattners-logo ul{width:100%;animation:none;flex-wrap:wrap;justify-content:center}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.section-partners .pattners-logo figure{margin:0;flex-shrink:0}@media(min-width: 1024px){.section-partners .pattners-logo .duplicate{display:none}}.section-solution{padding:32px 16px}@media(min-width: 768px){.section-solution{padding:64px}}.section-solution .container-lg{padding:0}.section-solution h2{color:#101828;font-family:"Noka",sans-serif;font-size:24px;font-weight:600;line-height:110%;text-align:center}@media(min-width: 768px){.section-solution h2{font-size:32px}}@media(min-width: 1440px){.section-solution h2{text-align:left}}.section-solution .solution-content{display:grid;grid-template-columns:1fr;justify-content:center;align-items:center;gap:56px}@media(min-width: 1440px){.section-solution .solution-content{grid-template-columns:1fr 1fr}}.section-solution .solution-cards{display:grid;grid-template-columns:1fr;justify-content:center;align-items:stretch;gap:32px;min-width:100%}@media(min-width: 768px){.section-solution .solution-cards{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.section-solution .solution-cards{min-width:824px;grid-template-columns:auto auto}}.section-solution .solution-card{display:flex;width:100%;max-width:max-content;flex-direction:column;border-radius:16px;border:1px solid #e5e7eb;background:#fff;position:relative;transition:all .6s ease-in-out;text-decoration:none}@media(min-width: 1024px){.section-solution .solution-card{max-width:396px}}.section-solution .solution-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .6s ease-in-out;z-index:1;border-radius:16px}.section-solution .solution-card .card-image{line-height:0;transition:opacity .6s ease-in-out;border-radius:16px 16px 0 0}.section-solution .solution-card .card-image img{width:100%;height:auto;object-fit:cover;object-position:center;border-radius:16px 16px 0 0}.section-solution .solution-card .card-content{padding:24px 16px;transition:opacity .6s ease-in-out}.section-solution .solution-card .card-content h3{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%;margin-bottom:8px}.section-solution .solution-card .card-content p{color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%;margin-bottom:24px}.section-solution .solution-card .card-content span{color:#101828;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%;display:flex;align-items:center;gap:8px}.section-solution .solution-card .hover-content{position:absolute;bottom:24px;left:16px;right:16px;text-align:left;opacity:0;transition:opacity .6s ease-in-out;z-index:2}.section-solution .solution-card .hover-content .hover-title{color:#fff;font-family:"Noka",sans-serif;font-size:48px;font-style:normal;font-weight:500;line-height:110%;letter-spacing:0px;margin-bottom:24px}.section-solution .solution-card .hover-content .hover-cta{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;color:#fff;font-family:"Poppins",sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:0px}.section-solution .solution-card .hover-content .hover-cta svg path{fill:#fff}.section-solution .solution-card:hover{border-color:rgba(0,0,0,0)}.section-solution .solution-card:hover::before{opacity:1}.section-solution .solution-card:hover .hover-content{opacity:1}.section-solution .solution-card:hover .card-image,.section-solution .solution-card:hover .card-content{opacity:0}.section-solution .solution-card.candidate-card{color:#038332}.section-solution .solution-card.candidate-card::before{background-image:url("/assets/img/pages/home/pattern-card-candidato.png");background-size:cover;background-position:center;background-color:#038332;box-shadow:0px 20px 40px 4px rgba(3,131,50,.5)}.section-solution .solution-card.company-card{color:#091a47}.section-solution .solution-card.company-card::before{background-image:url("/assets/img/pages/home/pattern-card-empresa.png");background-size:cover;background-position:center;background-color:#091a47;box-shadow:0px 20px 40px 4px rgba(9,26,71,.5)}.section-opportunities{padding:32px 16px}@media(min-width: 768px){.section-opportunities{padding:64px}}.section-opportunities .container-lg{padding:0}.section-opportunities h2{color:#101828;text-align:center;font-family:"Noka",sans-serif;font-size:24px;font-weight:600;line-height:110%;margin-bottom:32px}@media(min-width: 768px){.section-opportunities h2{font-size:32px;margin-bottom:56px}}.section-opportunities .tab-content{display:none}.section-opportunities .tab-content.active{display:block}.section-opportunities .opportunities-tabs{margin:0 auto;width:100%;max-width:616px;display:flex;padding:0;justify-content:flex-start;align-items:end;gap:32px;border-bottom:1px solid #e5e7eb;margin-bottom:32px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.section-opportunities .opportunities-tabs::-webkit-scrollbar{display:none}@media(min-width: 768px){.section-opportunities .opportunities-tabs{width:max-content;max-width:none;justify-content:center;align-items:center;overflow:visible;padding:0px 32px}}.section-opportunities .opportunities-tabs .tab-button{min-width:max-content;display:flex;padding:16px 4px;align-items:center;gap:8px;color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%;letter-spacing:0px;border:none;background:rgba(0,0,0,0);cursor:pointer}.section-opportunities .opportunities-tabs .tab-button.active{color:#091a47;border-bottom:2px solid #091a47}.section-opportunities .opportunities-grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width: 768px){.section-opportunities .opportunities-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1440px){.section-opportunities .opportunities-grid{grid-template-columns:repeat(5, 1fr)}}.section-opportunities .opportunities-grid .opportunity-link{display:flex;min-width:192px;padding:16px 12px;align-items:center;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#101828;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%;letter-spacing:0px;transition:all .3s}.section-opportunities .opportunities-grid .opportunity-link:hover{background:#f9fafb}.section-statistics{padding:32px 16px}@media(min-width: 768px){.section-statistics{padding:64px}}@media(min-width: 1024px){.section-statistics{padding:102px 64px}}.section-statistics .container-lg{padding:0}.section-statistics h2{max-width:478px;margin:0 auto;color:#101828;text-align:center;font-family:"Noka",sans-serif;font-size:24px;font-weight:600;line-height:110%;letter-spacing:0px;margin-bottom:16px}@media(min-width: 768px){.section-statistics h2{font-size:32px}}.section-statistics .statistics-description{color:#6a7282;text-align:center;font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:150%;max-width:598px;margin:0 auto;margin-bottom:32px}@media(min-width: 768px){.section-statistics .statistics-description{margin-bottom:56px}}.section-statistics .card-image{margin:0;padding:0;line-height:0}.section-statistics .card-image img{object-fit:cover;object-position:top;width:100%;height:auto}.section-statistics .statistics-cards{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:32px;margin-left:auto;margin-right:auto}@media(min-width: 1024px){.section-statistics .statistics-cards{grid-template-columns:repeat(3, 1fr);margin-left:0;margin-right:0}}.section-statistics .statistics-cards .statistics-card{display:flex;flex-direction:column;border-radius:8px 8px 0 0;overflow:hidden}.section-statistics .statistics-cards .card-content{display:flex;padding:48px 32px;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0px 0px 8px 8px;border:1px solid #e5e7eb;background:#fff}.section-statistics .statistics-cards .card-content h3{color:#101828;text-align:center;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%;margin-bottom:16px}.section-statistics .statistics-cards .card-content p{color:#6a7282;text-align:center;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-statistics .cta-button{width:100%;margin:0 auto;justify-content:center;display:flex}@media(min-width: 768px){.section-statistics .cta-button{width:300px}}.section-testimonials{background-color:#f9fafb;padding:32px 0 32px}@media(min-width: 768px){.section-testimonials{padding:64px 0 64px}}.section-testimonials .content{display:flex;flex-direction:column;align-items:center;gap:32px;padding:0}@media(min-width: 768px){.section-testimonials .content{gap:56px;padding:0 72px}}@media(min-width: 1024px){.section-testimonials .content{flex-direction:row;gap:64px;padding:0}}.section-testimonials h2{font-family:"Noka",sans-serif;font-size:24px;font-weight:600;line-height:110%;color:#101828;text-align:center;margin-bottom:32px}@media(min-width: 768px){.section-testimonials h2{font-size:32px;margin-bottom:56px}}.section-testimonials .carousel{position:relative;overflow:hidden;width:100%}.section-testimonials .carousel-inner{overflow:hidden;position:relative;width:100%}.section-testimonials .carousel-item{min-height:300px;width:100%;overflow:hidden;position:absolute;top:0;left:0;right:0;display:none;transition:transform .6s ease-in-out}.section-testimonials .carousel-item:first-child{position:relative}.section-testimonials .carousel-item.active{display:block;position:relative}.section-testimonials .carousel-item.carousel-item-next,.section-testimonials .carousel-item.carousel-item-prev{display:block;position:absolute}.section-testimonials .carousel-item.carousel-item-next{transform:translateX(100%)}.section-testimonials .carousel-item.carousel-item-next.carousel-item-start{transform:translateX(0)}.section-testimonials .carousel-item.carousel-item-prev{transform:translateX(-100%)}.section-testimonials .carousel-item.carousel-item-prev.carousel-item-end{transform:translateX(0)}.section-testimonials .carousel-item.active.carousel-item-start{transform:translateX(-100%)}.section-testimonials .carousel-item.active.carousel-item-end{transform:translateX(100%)}.section-testimonials .carousel-item .list{min-height:210px}.section-testimonials .carousel-item .list h3{font-family:"Noka",sans-serif;font-size:32px;font-weight:500;line-height:110%;text-align:left;color:#030712;margin-bottom:32px}.section-testimonials .carousel-item .list p{color:#091a47}.section-testimonials .carousel-item .list span{color:#364153;font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.section-testimonials .carousel-control-prev,.section-testimonials .carousel-control-next{display:flex;justify-content:center;align-items:center;border:solid 1px #d1d5dc;background-color:#fff;width:32px;height:32px;border-radius:100%;top:94%;margin-top:-16px;padding:4px;z-index:200;cursor:pointer;position:absolute}.section-testimonials .carousel-control-prev:hover,.section-testimonials .carousel-control-next:hover{background-color:#e9e9e9}.section-testimonials .carousel-control-prev:active,.section-testimonials .carousel-control-next:active{background-color:#d8d8d8}@media(min-width: 768px){.section-testimonials .carousel-control-prev,.section-testimonials .carousel-control-next{top:50%}}.section-testimonials .carousel-control-prev{left:25%}@media(min-width: 768px){.section-testimonials .carousel-control-prev{left:15px}}@media(min-width: 1024px){.section-testimonials .carousel-control-prev{left:2px}}.section-testimonials .carousel-control-next{right:25%}@media(min-width: 768px){.section-testimonials .carousel-control-next{right:15px}}@media(min-width: 1024px){.section-testimonials .carousel-control-next{right:2px}}.section-testimonials .carousel-control-next-icon,.section-testimonials .carousel-control-prev-icon{position:relative;display:flex;justify-content:center;align-items:center;background-image:none}.section-testimonials .carousel-control-next-icon{left:25px}.section-testimonials .carousel-control-prev-icon{left:23px}.section-testimonials .carousel-indicators{position:relative;display:flex;justify-content:center;gap:8px;max-width:100%;width:100%;margin:0;padding:0 24px;margin-bottom:24px}@media(min-width: 768px){.section-testimonials .carousel-indicators{max-width:1280px;margin:48px 0 0;padding:0 64px;margin-bottom:0}}@media(min-width: 1024px){.section-testimonials .carousel-indicators{padding:0 8%}}.section-testimonials .carousel-indicators button{width:16px;height:16px;border:solid 1px #e5e7eb;border-radius:1000px;background-color:#fff}.section-testimonials .carousel-indicators button.active{background-color:#091a47}.section-testimonials .carousel .visually-hidden{visibility:hidden}.section-testimonials .testimonial-one,.section-testimonials .testimonial-two,.section-testimonials .testimonial-tree{max-width:1280px;width:100%;padding:0 0 32px;overflow:hidden}@media(min-width: 768px){.section-testimonials .testimonial-one,.section-testimonials .testimonial-two,.section-testimonials .testimonial-tree{padding:0 8%}}.section-testimonials .testimonial-one .content,.section-testimonials .testimonial-two .content,.section-testimonials .testimonial-tree .content{display:flex;width:100%;overflow:hidden}.section-testimonials .testimonial-one .content .list,.section-testimonials .testimonial-two .content .list,.section-testimonials .testimonial-tree .content .list{display:flex;justify-content:center;flex-direction:column;width:100%}@media(min-width: 1024px){.section-testimonials .testimonial-one .content .list,.section-testimonials .testimonial-two .content .list,.section-testimonials .testimonial-tree .content .list{width:58%}}.section-testimonials .testimonial-one .content h3,.section-testimonials .testimonial-two .content h3,.section-testimonials .testimonial-tree .content h3{display:flex;align-items:flex-start;gap:10px;font-size:24px;min-height:114px;text-align:center}@media(min-width: 768px){.section-testimonials .testimonial-one .content h3,.section-testimonials .testimonial-two .content h3,.section-testimonials .testimonial-tree .content h3{min-height:90px}}@media(min-width: 1024px){.section-testimonials .testimonial-one .content h3,.section-testimonials .testimonial-two .content h3,.section-testimonials .testimonial-tree .content h3{font-size:32px;min-height:auto;text-align:left}}.section-testimonials .testimonial-one .content p,.section-testimonials .testimonial-two .content p,.section-testimonials .testimonial-tree .content p{font-family:"Poppins",sans-serif;font-size:20px;font-weight:600;color:#091a47;text-align:center;margin-bottom:8px}@media(min-width: 1024px){.section-testimonials .testimonial-one .content p,.section-testimonials .testimonial-two .content p,.section-testimonials .testimonial-tree .content p{text-align:left}}.section-testimonials .testimonial-one .content span,.section-testimonials .testimonial-two .content span,.section-testimonials .testimonial-tree .content span{display:flex;justify-content:center;font-family:"Poppins",sans-serif;font-size:16px;font-weight:400}@media(min-width: 1024px){.section-testimonials .testimonial-one .content span,.section-testimonials .testimonial-two .content span,.section-testimonials .testimonial-tree .content span{justify-content:start}}.section-testimonials .testimonial-one .content picture,.section-testimonials .testimonial-two .content picture,.section-testimonials .testimonial-tree .content picture{max-width:100%}@media(min-width: 1024px){.section-testimonials .testimonial-one .content picture,.section-testimonials .testimonial-two .content picture,.section-testimonials .testimonial-tree .content picture{max-width:42%}}.section-testimonials .testimonial-one .content picture img,.section-testimonials .testimonial-two .content picture img,.section-testimonials .testimonial-tree .content picture img{width:100%;height:200px;max-width:100%;object-fit:cover;border-radius:24px}@media(min-width: 1024px){.section-testimonials .testimonial-one .content picture img,.section-testimonials .testimonial-two .content picture img,.section-testimonials .testimonial-tree .content picture img{height:auto}}.section-testimonials .section-testimonials{overflow-x:hidden;width:100%}.section-testimonials .section-testimonials .container-lg{overflow-x:hidden}.section-blog{padding:32px 16px}@media(min-width: 768px){.section-blog{padding:64px}}@media(min-width: 1024px){.section-blog{padding:102px 64px}}.section-blog .container-lg{padding:0}.section-blog h2{max-width:478px;margin:0 auto;color:#101828;text-align:center;font-family:"Noka",sans-serif;font-size:24px;font-weight:600;line-height:110%;letter-spacing:0px;margin-bottom:16px}@media(min-width: 768px){.section-blog h2{font-size:32px}}.section-blog p{color:#6a7282;text-align:center;font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:150%;max-width:674px;margin:0 auto;margin-bottom:32px}@media(min-width: 768px){.section-blog p{margin-bottom:56px}}.section-blog .cta-button{position:relative;display:block;max-width:300px;width:100%;margin:32px auto 0}@media(max-width: 767px){.section-blog .cta-button{max-width:100%}}.section-blog .card-content-carousel{position:relative;overflow:hidden;cursor:grab}.section-blog .card-content-carousel.dragging{cursor:grabbing}.section-blog .card-content-carousel.dragging .card-content-track{transition:none}.section-blog .card-content-carousel.dragging .card-content-item a{pointer-events:none}.section-blog .card-content-track{display:flex;gap:16px;transition:transform .4s ease-in-out;user-select:none}.section-blog .card-content-item{flex:0 0 284px;width:284px;min-width:284px;background-color:#fff;border-radius:24px;border:1px solid #e5e7eb;overflow:hidden;padding:32px 24px}@media(min-width: 768px){.section-blog .card-content-item{flex:0 0 388px;width:388px;min-width:388px}}.section-blog .card-content-item a{display:block;text-decoration:none;color:inherit}.section-blog .card-content-item picture{display:block;width:100%;height:auto;overflow:hidden;margin-bottom:24px}.section-blog .card-content-item picture img{width:100%;height:100%;object-fit:cover;pointer-events:none;border-radius:16px}.section-blog .card-content-body h3{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%;color:#101828;margin-bottom:8px}.section-blog .card-content-body p{font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%;color:#6a7282;text-align:left;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0}.section-blog .card-content-nav{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.section-blog .card-content-nav button{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5dc;background-color:#fff;border-radius:50%;cursor:pointer;transition:background-color .2s ease}.section-blog .card-content-nav button:hover{background-color:#e9e9e9}.section-blog .card-content-nav button:active{background-color:#d8d8d8}.section-blog .card-content-nav button:disabled{opacity:.4;cursor:not-allowed}.section-blog .card-content-nav button:disabled:hover{background-color:#fff}.section-cta{padding:32px 16px}@media(min-width: 768px){.section-cta{padding:32px 64px}}.section-cta .container-lg{padding:0}.section-cta .cta-content{padding-top:40px;padding-left:16px;background:url("/assets/img/pages/home/pattern-ball.png") repeat,linear-gradient(0deg, var(--Quaternary-400, #26FF73) 0%, var(--Core-quaternary, #038332) 25.4%, var(--Quaternary-950, #003813) 100%);box-shadow:0px 10px 15px -3px rgba(0,0,0,.12);filter:drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.12));display:flex;flex-direction:column;align-items:start;gap:32px;border-radius:24px;overflow:hidden}@media(min-width: 1024px){.section-cta .cta-content{flex-direction:row;align-items:center;padding-left:64px;background:url("/images/home/pattern-ball.png") repeat,linear-gradient(270deg, var(--Quaternary-400, #26FF73) 0%, var(--Core-quaternary, #038332) 25.4%, var(--Quaternary-950, #003813) 100%)}}.section-cta h2{color:#fff;font-family:"Noka",sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:150%;margin-bottom:16px}@media(min-width: 768px){.section-cta h2{font-size:32px;line-height:110%}}.section-cta p{color:#fff;font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:150%;margin-bottom:32px}@media(min-width: 768px){.section-cta p{font-size:20px}}.section-cta .cta-text{min-width:initial;max-width:max-content;padding-right:16px}.section-cta .cta-text a{width:100%}@media(min-width: 768px){.section-cta .cta-text{padding-right:40px}.section-cta .cta-text a{width:auto}}@media(min-width: 1024px){.section-cta .cta-text{min-width:478px;max-width:478px;padding-right:0}}.section-cta .cta-image{align-self:stretch}@media(min-width: 1024px){.section-cta .cta-image{align-self:auto}}.section-cta .cta-figure{display:flex;margin:0;padding:0;line-height:0}.section-cta .cta-figure img{object-fit:cover;height:240px;object-position:left}@media(min-width: 768px){.section-cta .cta-figure img{height:320px;border-radius:32px 0 0 0;object-position:top}}@media(min-width: 1024px){.section-cta .cta-figure img{height:382px;border-radius:0;object-position:left}}.autocomplete-suggestions{position:absolute;z-index:1000;background:#fff;max-height:200px;overflow-y:auto;width:100%}.autocomplete-suggestion{font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;padding:8px;cursor:pointer}.autocomplete-suggestion:hover{background:#f0f0f0}.clear-btn{position:absolute;display:flex;justify-content:center;align-items:center;right:8px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;color:#99a1af;cursor:pointer;padding:4px;border-radius:4px;z-index:5}.clear-btn:hover{background-color:#ecf7ff;color:#364153}.clear-btn svg{width:16px;height:16px}.loader{position:absolute;right:35px;top:50%;transform:translateY(-50%);z-index:1000}.spinner{width:16px;height:16px;border:2px solid #99a1af;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}