:root{--bs-black: #24292C;--bs-green: #65CE86;--bs-primary: #65CE86;--bs-primary-dark: #4BA969;--bs-accent: #C3B8EC;--bs-white: #FFFFFF;--bs-light: #F5F7F9;--bs-white-50: #E9EBED;--bs-lavender: #C3B8EC;--bs-grey: #6E7B80;--bs-font-heading: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bs-font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bs-font-alt: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-10: 10px;--fs-12: 12px;--fs-14: 14px;--fs-16: 16px;--fs-18: 18px;--fs-20: 20px;--fs-24: 24px;--fs-36: 36px;--fs-48: 48px;--fs-60: 60px;--fs-h1: clamp(40px, 4.17vw + 0px, 60px);--fs-h2: clamp(32px, 2.09vw + 18px, 48px);--fs-h3: clamp(24px, 36px - 0px, 36px);--bs-custom-shadow: 0px 0px 48px rgba(31, 36, 89, 0.06)}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.no-select{user-select:none;-webkit-user-select:none;-ms-user-select:none}body{height:100%;margin:0;padding:0;overflow:hidden;width:100%;font-family:var(--bs-font-body);font-weight:400;font-size:var(--fs-16);background-color:var(--bs-white);-webkit-font-smoothing:antialiased}.container-fluid-sm{padding-inline:24px;max-width:1890px;margin:auto}.container-fluid-md{width:100%;display:flex;align-items:center;justify-content:center;padding:20px}@media(max-width: 1439px){.container-fluid-md{padding-inline:50px}}@media(max-width: 767px){.container-fluid-md{padding-inline:30px}}.container-fluid-lg{width:100%;display:flex;align-items:center;justify-content:center;padding:20px}.form-group{position:relative;margin-bottom:30px}.error-message{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:5px;background:#dc3545;color:#fff;padding:8px 12px 4px;border-radius:4px;font-size:13px;white-space:nowrap;z-index:1000;animation:slideIn .3s ease}.login-error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;padding:12px 16px;margin-bottom:20px;font-size:14px;text-align:center;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.forgot{margin-left:8px;color:var(--bs-primary)}.forgot:hover{color:var(--bs-primary-dark)}.alert-danger{background:none;color:red}.alert{padding:0;margin:4px 0 0 24px;border:none}.error-message::before{content:"";position:absolute;bottom:100%;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #dc3545}.error-message.show{display:block}.email-input.invalid{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid,.form-control.is-valid{background-image:none !important;padding-right:inherit !important}.form-control.error{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}@keyframes slideIn{from{opacity:0;transform:translateX(-50%) translateY(-5px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.rounded-pill:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc}.rounded-pill:not(:disabled){cursor:pointer;transition:all .3s ease}.rounded-pill:not(:disabled):hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.2)}h1,h2,h3,h4,h5,h6{font-style:normal;margin:0;padding:0}ul,ul li{list-style:none}button{padding:0}a,button,input,textarea,select,a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:none !important;box-shadow:none !important;text-decoration:none}button,input{border:0;background:rgba(0,0,0,0)}input,input:focus,.form-control:focus,.btn.focus,.btn:focus{outline:none;box-shadow:none}p,b,strong,span,i,sub,sup{color:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0;color:var(--bs-black)}.h1,h1{font-size:var(--fs-h1);line-height:96%}.h2,h2{font-size:var(--fs-h2);line-height:96%}.h3,h3{font-size:var(--fs-h3);line-height:96%}.h4 h4{font-size:var(--fs-24);line-height:108%}.h5,h5{font-size:var(--fs-16);line-height:144%}.h6,h6{font-size:var(--fs-14);line-height:144%}.content p{display:block;font-size:var(--fs-16);font-style:normal;line-height:144%;color:var(--bs-black)}.content.medium p{font-size:var(--fs-12)}.content.small p{font-size:var(--fs-10)}.content p+p{margin-top:12px}.content p:last-child{margin-bottom:0}.content.white *{color:var(--bs-white)}.title *{font-family:var(--bs-font-heading);letter-spacing:-2px}.title-white *{color:var(--bs-white)}.white *{color:var(--bs-white)}.black *{color:var(--bs-black)}.pretitle{position:relative;font-family:var(--bs-font-alt);padding-left:12px;font-size:var(--fs-14);font-weight:600;text-transform:capitalize}.pretitle::before{content:"";position:absolute;top:0;left:0;height:100%;border-left:2px solid var(--bs-primary)}.login-banner{padding-block:75px;background:linear-gradient(135deg, #24292C 0%, #3A4145 100%);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;position:fixed;inset:0;overflow-y:auto;z-index:1000}.login-box{max-width:878px;margin:auto;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;position:relative;width:100%}.login-box p{max-width:inherit !important}.login-box .pretitle .content p{max-width:inherit !important}.login-box .box-data{display:flex;flex-direction:column;gap:48px;background-color:var(--bs-white-50);padding:48px}.login-box .box-data img{width:auto;border-radius:0}.login-box .box-card{display:flex;justify-content:space-between;gap:24px}.login-box .box-info{display:flex;flex-direction:column;gap:12px}.login-box h5{font-size:18px;font-weight:700;letter-spacing:normal}.login-form{background-color:var(--bs-white);display:flex;flex-direction:column;justify-content:center;padding:48px;gap:24px;border-left:2px solid rgba(36,41,44,.3)}.login-form form{display:flex;flex-direction:column;gap:24px}.login-form input{border:1px solid var(--bs-white-50);border-radius:8px;padding:10px 16px;height:42px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.login-form input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 3px rgba(101,206,134,.15) !important}.login-form button{background:linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-dark) 100%);color:#fff;padding:10px 0px;height:42px;font-weight:600;font-family:var(--bs-font-alt);border-radius:8px;transition:all .2s ease}.login-form button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(101,206,134,.4)}.login-form .gray-line{display:flex;gap:12px;justify-content:space-between;align-items:center}.login-form hr{border:1px solid var(--bs-white-50);width:100%;margin:0}.login-form .gray-line p{opacity:72%}.login-form .login-with{display:flex;flex-direction:column;gap:12px}.login-form .login-with button{border:1px solid var(--bs-black);width:100%;opacity:100%;border-radius:6px;display:flex;align-items:center;gap:12px;justify-content:center;height:36px;font-size:14px}.login-form .content p{max-width:270px !important;margin:auto}@media(max-width: 768px){.login-banner{padding:10px}.login-box{max-height:calc(100vh - 20px)}.login-box .row{flex-direction:column}.box-data{display:none}}@keyframes onAutoFillStart{}input:-webkit-autofill{animation-name:onAutoFillStart}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #fff inset !important;-webkit-text-fill-color:#333 !important;border:1px solid var(--bs-primary) !important}.error-message{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:5px;background:#dc3545;color:#fff;padding:8px 12px;border-radius:4px;font-size:13px;display:none;z-index:1000;white-space:nowrap}.error-message.show{display:block}.error-message::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border-width:5px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #dc3545 rgba(0,0,0,0)}@font-face{font-family:"FONTSPRING DEMO - Grold";src:url("/fonts/FONTSPRINGDEMO-GroldMediumRegular.eot");src:url("/fonts/FONTSPRINGDEMO-GroldMediumRegular.eot?#iefix") format("embedded-opentype"),url("/fonts/FONTSPRINGDEMO-GroldMediumRegular.woff2") format("woff2"),url("/fonts/FONTSPRINGDEMO-GroldMediumRegular.woff") format("woff"),url("/fonts/FONTSPRINGDEMO-GroldMediumRegular.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"FONTSPRING DEMO - Grold";src:url("/fonts/FONTSPRINGDEMO-GroldBoldRegular.eot");src:url("/fonts/FONTSPRINGDEMO-GroldBoldRegular.eot?#iefix") format("embedded-opentype"),url("/fonts/FONTSPRINGDEMO-GroldBoldRegular.woff2") format("woff2"),url("/fonts/FONTSPRINGDEMO-GroldBoldRegular.woff") format("woff"),url("/fonts/FONTSPRINGDEMO-GroldBoldRegular.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Black.eot");src:url("/fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Black.woff2") format("woff2"),url("/fonts/Poppins-Black.woff") format("woff"),url("/fonts/Poppins-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-BlackItalic.eot");src:url("/fonts/Poppins-BlackItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-BlackItalic.woff2") format("woff2"),url("/fonts/Poppins-BlackItalic.woff") format("woff"),url("/fonts/Poppins-BlackItalic.ttf") format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Bold.eot");src:url("/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Bold.woff2") format("woff2"),url("/fonts/Poppins-Bold.woff") format("woff"),url("/fonts/Poppins-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-BoldItalic.eot");src:url("/fonts/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-BoldItalic.woff2") format("woff2"),url("/fonts/Poppins-BoldItalic.woff") format("woff"),url("/fonts/Poppins-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-ExtraBoldItalic.eot");src:url("/fonts/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),url("/fonts/Poppins-ExtraBoldItalic.woff") format("woff"),url("/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-ExtraBold.eot");src:url("/fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-ExtraBold.woff2") format("woff2"),url("/fonts/Poppins-ExtraBold.woff") format("woff"),url("/fonts/Poppins-ExtraBold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-ExtraLight.eot");src:url("/fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-ExtraLight.woff2") format("woff2"),url("/fonts/Poppins-ExtraLight.woff") format("woff"),url("/fonts/Poppins-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-ExtraLightItalic.eot");src:url("/fonts/Poppins-ExtraLightItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),url("/fonts/Poppins-ExtraLightItalic.woff") format("woff"),url("/fonts/Poppins-ExtraLightItalic.ttf") format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Light.eot");src:url("/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Light.woff2") format("woff2"),url("/fonts/Poppins-Light.woff") format("woff"),url("/fonts/Poppins-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Italic.eot");src:url("/fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Italic.woff2") format("woff2"),url("/fonts/Poppins-Italic.woff") format("woff"),url("/fonts/Poppins-Italic.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-LightItalic.eot");src:url("/fonts/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-LightItalic.woff2") format("woff2"),url("/fonts/Poppins-LightItalic.woff") format("woff"),url("/fonts/Poppins-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-MediumItalic.eot");src:url("/fonts/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-MediumItalic.woff2") format("woff2"),url("/fonts/Poppins-MediumItalic.woff") format("woff"),url("/fonts/Poppins-MediumItalic.ttf") format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Medium.eot");src:url("/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Medium.woff2") format("woff2"),url("/fonts/Poppins-Medium.woff") format("woff"),url("/fonts/Poppins-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Regular.eot");src:url("/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Regular.woff2") format("woff2"),url("/fonts/Poppins-Regular.woff") format("woff"),url("/fonts/Poppins-Regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-SemiBold.eot");src:url("/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-SemiBold.woff2") format("woff2"),url("/fonts/Poppins-SemiBold.woff") format("woff"),url("/fonts/Poppins-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-SemiBoldItalic.eot");src:url("/fonts/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"),url("/fonts/Poppins-SemiBoldItalic.woff") format("woff"),url("/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-Thin.eot");src:url("/fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-Thin.woff2") format("woff2"),url("/fonts/Poppins-Thin.woff") format("woff"),url("/fonts/Poppins-Thin.ttf") format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/fonts/Poppins-ThinItalic.eot");src:url("/fonts/Poppins-ThinItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/Poppins-ThinItalic.woff2") format("woff2"),url("/fonts/Poppins-ThinItalic.woff") format("woff"),url("/fonts/Poppins-ThinItalic.ttf") format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-BlackItalic.eot");src:url("/fonts/NunitoSans-BlackItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-BlackItalic.woff2") format("woff2"),url("/fonts/NunitoSans-BlackItalic.woff") format("woff"),url("/fonts/NunitoSans-BlackItalic.ttf") format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-Black.eot");src:url("/fonts/NunitoSans-Black.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-Black.woff2") format("woff2"),url("/fonts/NunitoSans-Black.woff") format("woff"),url("/fonts/NunitoSans-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-BoldItalic.eot");src:url("/fonts/NunitoSans-BoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-BoldItalic.woff2") format("woff2"),url("/fonts/NunitoSans-BoldItalic.woff") format("woff"),url("/fonts/NunitoSans-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-Bold.eot");src:url("/fonts/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-Bold.woff2") format("woff2"),url("/fonts/NunitoSans-Bold.woff") format("woff"),url("/fonts/NunitoSans-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-ExtraBold.eot");src:url("/fonts/NunitoSans-ExtraBold.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-ExtraBold.woff2") format("woff2"),url("/fonts/NunitoSans-ExtraBold.woff") format("woff"),url("/fonts/NunitoSans-ExtraBold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-ExtraLight.eot");src:url("/fonts/NunitoSans-ExtraLight.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-ExtraLight.woff2") format("woff2"),url("/fonts/NunitoSans-ExtraLight.woff") format("woff"),url("/fonts/NunitoSans-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-LightItalic.eot");src:url("/fonts/NunitoSans-LightItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-LightItalic.woff2") format("woff2"),url("/fonts/NunitoSans-LightItalic.woff") format("woff"),url("/fonts/NunitoSans-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-ExtraBoldItalic.eot");src:url("/fonts/NunitoSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-ExtraBoldItalic.woff2") format("woff2"),url("/fonts/NunitoSans-ExtraBoldItalic.woff") format("woff"),url("/fonts/NunitoSans-ExtraBoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-Regular.eot");src:url("/fonts/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-Regular.woff2") format("woff2"),url("/fonts/NunitoSans-Regular.woff") format("woff"),url("/fonts/NunitoSans-Regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-Italic.eot");src:url("/fonts/NunitoSans-Italic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-Italic.woff2") format("woff2"),url("/fonts/NunitoSans-Italic.woff") format("woff"),url("/fonts/NunitoSans-Italic.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-ExtraLightItalic.eot");src:url("/fonts/NunitoSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-ExtraLightItalic.woff2") format("woff2"),url("/fonts/NunitoSans-ExtraLightItalic.woff") format("woff"),url("/fonts/NunitoSans-ExtraLightItalic.ttf") format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-Light.eot");src:url("/fonts/NunitoSans-Light.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-Light.woff2") format("woff2"),url("/fonts/NunitoSans-Light.woff") format("woff"),url("/fonts/NunitoSans-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-SemiBold.eot");src:url("/fonts/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-SemiBold.woff2") format("woff2"),url("/fonts/NunitoSans-SemiBold.woff") format("woff"),url("/fonts/NunitoSans-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Nunito Sans";src:url("/fonts/NunitoSans-SemiBoldItalic.eot");src:url("/fonts/NunitoSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/NunitoSans-SemiBoldItalic.woff2") format("woff2"),url("/fonts/NunitoSans-SemiBoldItalic.woff") format("woff"),url("/fonts/NunitoSans-SemiBoldItalic.ttf") format("truetype");font-weight:600;font-style:italic;font-display:swap}
