.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,#fff);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:var(--react-international-phone-disabled-text-color,#666)}.styles_inputContainer__2HGNC{border:.5px solid #009241;background-color:#fff;box-sizing:border-box;border-radius:9px;width:100%;display:inline-flex;align-content:center}.styles_inputContainer__2HGNC input{border:none}.styles_inputContainer__2HGNC:hover{outline:2px solid var(--gradient-surface,#009241);outline-offset:-2px}.styles_inputContainer__2HGNC:focus-within{outline:3px solid var(--gradient-surface,#009241);outline-offset:-3px}.styles_largeInputContainer__UD0RW{border:.5px solid #009241;background-color:#fff;box-sizing:border-box;border-radius:9px}.styles_largeInputContainer__UD0RW input{border:none}.styles_largeInputContainer__UD0RW:hover{outline:2px solid var(--gradient-surface,#009241);outline-offset:-2px}.styles_largeInputContainer__UD0RW:focus-within{outline:3px solid var(--gradient-surface,#009241);outline-offset:-3px}.styles_inputContainer__6dr6I{border:.5px solid #009241;background-color:#fff;box-sizing:border-box;box-shadow:0 0 10px rgba(4,173,79,.1);border-radius:9px}.styles_inputContainer__6dr6I input{border:none}.styles_inputContainer__6dr6I:hover{outline:2px solid var(--gradient-surface,#009241);outline-offset:-2px}.styles_inputContainer__6dr6I:focus-within{outline:3px solid var(--gradient-surface,#009241);outline-offset:-3px}.styles_largeInputContainer__4BFWz{border:.5px solid #009241;background-color:#fff;box-sizing:border-box;box-shadow:0 0 10px rgba(4,173,79,.1);border-radius:9px}.styles_largeInputContainer__4BFWz input{border:none}.styles_largeInputContainer__4BFWz:hover{outline:4px solid var(--gradient-surface,#009241);outline-offset:-3px}.styles_largeInputContainer__4BFWz:focus-within{outline:5px solid var(--gradient-surface,#009241);outline-offset:-3px}.styles_mobileView___cvOC{display:none}.styles_underLine__pdxCA{position:relative;display:inline-flex}.styles_underLine__pdxCA:after{content:"";position:absolute;width:95%;height:.5rem;flex-shrink:0;border-radius:1.25rem;background:linear-gradient(90deg,#3e9b1d .02%,rgba(194,220,88,.68) 61.84%,rgba(125,142,58,.68) 98.45%);top:90%}.styles_AboveLimit__1N_k_{background:#f8f8f8}.styles_container__Q933E{width:100%;padding:5.38rem 0 5.55rem 6.45%}.styles_titleText___gaS9{font-family:Poppins;font-size:2.9375rem;font-style:normal;font-weight:700;line-height:120%;color:var(--character-title-85,rgba(0,0,0,.85));margin-top:0;margin-left:.2rem;margin-bottom:3.87rem}.styles_gridContainer__tqF0k{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.31rem;gap:1.31rem;width:87.11%}.styles_gridItem1__hKWje{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2.55rem;flex:1 1}.styles_gridItem2___XJg7{width:100%;height:auto;border-radius:.625rem;flex:1 1}.styles_gridTextContainer__miLd7{display:flex;width:inherit}.styles_timelineHeadImage__3Ahfx{margin-left:-.35rem;margin-top:-.08rem}.styles_gridSubtextContainer__6OsP3{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;align-self:stretch;margin-left:.62rem}.styles_gridSubheading__kBIU2{font-family:Poppins;font-size:1.6875rem;font-style:normal;font-weight:700;line-height:120%;margin:0}.styles_gridSubtext__Rkf2M{font-weight:400;align-self:stretch;margin:0}.styles_buttonText__AEJbA,.styles_gridSubtext__Rkf2M{font-family:Poppins;font-size:1.3125rem;font-style:normal;line-height:150%}.styles_buttonText__AEJbA{font-weight:700}@media(max-width:921px){.styles_desktopView__tpSHH{display:none}.styles_mobileView___cvOC{display:block}.styles_container__Q933E{width:100%;padding-left:3.45%;padding-top:1.5rem;padding-bottom:1.5rem}.styles_gridContainer__tqF0k{grid-template-columns:1fr;gap:0;width:93%}.styles_gridItem2___XJg7{order:-1;width:100%;height:auto}.styles_titleText___gaS9{font-family:Poppins;font-size:2.0625rem;font-style:normal;font-weight:700;line-height:120%;order:0;text-align:center;margin-top:2.5rem}.styles_gridItem1__hKWje{order:1}.styles_timelineHeadImage__3Ahfx{margin-top:.2rem;margin-left:-.4rem;height:9rem}.styles_gridSubtextContainer__6OsP3{padding-top:.25rem;margin-left:.72rem;gap:.55rem;height:9rem}.styles_gridSubheading__kBIU2{font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:120%}.styles_gridSubtext__Rkf2M{font-weight:400;line-height:150%}.styles_buttonText__AEJbA,.styles_gridSubtext__Rkf2M{font-family:Poppins;font-size:1.1875rem;font-style:normal}.styles_buttonText__AEJbA{font-weight:700;line-height:120%}}@media(max-width:500px){.styles_underLine__pdxCA:after{height:.3rem}.styles_titleText___gaS9{margin-top:2.5rem}.styles_gridItem1__hKWje{row-gap:3.8rem}.styles_gridSubtextContainer__6OsP3,.styles_timelineHeadImage__3Ahfx{height:100%}}.styleSheet_flagRowDiv__L0BPv{display:flex;flex-direction:row;justify-content:flex-start;margin-left:-.5rem;align-items:center}.styleSheet_flagImage___HXAd{width:3.69rem;height:2.79rem;border-radius:.3125rem}@media(max-width:683px){.styleSheet_flagImage___HXAd{width:2.7675rem;height:2.0925rem}}.styleSheet_heroSection__tICwt{width:100%;display:flex;justify-content:center;padding-top:5.19rem}.styleSheet_container__pPjfk{width:80.1333%;display:flex;justify-content:center;align-items:center;gap:2.7rem}.styleSheet_leftPane__APYlp{display:flex;flex-direction:column;gap:2rem}.styleSheet_rightPane__GYyzI{display:flex}.styleSheet_textContainer__5aYkJ{display:flex;flex-direction:column;align-items:flex-start;gap:var(--Size-32,2rem)}.styleSheet_titleContainer__mEw5e{text-align:left;display:flex;justify-content:flex-start;align-item:flex-start}.styleSheet_titleText__haQE8{font-family:Poppins;font-size:3.25rem;font-style:normal;font-weight:700;line-height:120%;color:#000}.styleSheet_subTitleContainer__LyA23{text-align:left;display:flex;justify-content:flex-start;align-item:flex-start}.styleSheet_subTitleText__FWUp_{font-family:Poppins;font-size:1.3125rem;font-style:normal;font-weight:400;line-height:150%;color:#000}.styleSheet_subTitleText__FWUp_ .styleSheet_changeColorSubTitle__Fnnvb{color:#2ea663}.styleSheet_ImageDiv__DitjG{width:35rem;object-fit:contain;height:auto;z-index:1;-webkit-backdrop-filter:blur(11.1548099518px);backdrop-filter:blur(11.1548099518px)}.styleSheet_ImageContainer__4dURX{display:flex;justify-content:center;align-items:center;position:relative}.styleSheet_ImageContainer__4dURX :before{width:10.27444rem;height:9.98088rem;transform:rotate(30deg);flex-shrink:0;position:absolute;border-radius:.625rem;background:linear-gradient(112deg,rgba(0,146,65,.42) 1.3%,rgba(59,255,146,.62) 86.5%);margin-top:-16rem;margin-left:-4.5rem}.styleSheet_ImageContainer__4dURX :after{width:14.27969rem;height:13.1405rem;transform:rotate(-30deg);osition:absolute;background:url(/_next/static/media/triangle.3834499d.svg) no-repeat 50%;flex-shrink:0;position:absolute;fill:linear-gradient(110deg,rgba(0,146,65,.42) -2.1%,rgba(59,255,146,.62) 86.04%);margin-left:25.5rem;margin-top:3rem}.styleSheet_spacer1__tCmFH{width:1px;padding-top:3.5rem}.styleSheet_lowerContainer__Mbqi5{display:flex;padding:var(--Space-0,0);flex-direction:column;align-items:flex-start;gap:1rem;z-index:1;flex-shrink:0}.styleSheet_FieldClass__t0tpM{width:95%;background:#fff;display:flex;justify-content:center;justify-self:center;-webkit-backdrop-filter:0 .125rem .5rem 0 hsla(0,0%,100%,.15);backdrop-filter:0 .125rem .5rem 0 hsla(0,0%,100%,.15);border:.0625rem solid transparent;border-radius:.625rem;align-items:center;height:3.75rem}.styleSheet_buttonTextContainer__e5jIG{display:flex;padding:var(--Space-0,0);align-items:center;gap:1rem;align-self:stretch}.styleSheet_FilledButtonText__w88_N{font-family:Poppins;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem;text-align:center}.styleSheet_greyTextContainer__jvovE{width:50%}.styleSheet_greyText__v8DK9{color:rgba(0,0,0,.45);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:150%}.styleSheet_titleText__haQE8 span{position:relative;display:inline-flex}.styleSheet_titleText__haQE8 span:after{content:"";position:absolute;width:100%;height:.5rem;flex-shrink:0;border-radius:1.25rem;background:linear-gradient(90deg,#3e9b1d .02%,rgba(194,220,88,.68) 61.84%,rgba(125,142,58,.68) 98.45%);top:90%}.styleSheet_underLine2__2ts1p{position:relative}.styleSheet_underLine2__2ts1p :before{content:"";position:absolute;width:20rem;height:.5rem;flex-shrink:0;border-radius:1.25rem;background:linear-gradient(90deg,#3e9b1d .02%,rgba(194,220,88,.68) 61.84%,rgba(125,142,58,.68) 98.45%);top:90%;margin-left:-20rem}.styleSheet_buttonContainer__9YkB9{width:12rem}@media(max-width:1374px){.styleSheet_titleText__haQE8 span :before{margin-left:-19.45rem;top:95%}}@media(max-width:994px){.styleSheet_spacer1__tCmFH{padding-top:9rem}.styleSheet_container__pPjfk{flex-wrap:wrap;justify-content:center;width:75%}.styleSheet_textContainer__5aYkJ{width:100%;margin-left:auto;margin-right:auto;align-items:center;justify-content:center;gap:1rem;text-align:center}.styleSheet_subTitleText__FWUp_,.styleSheet_titleText__haQE8{text-align:center}.styleSheet_ImageContainer__4dURX{padding-top:4rem}}@media(max-width:683px){.styleSheet_titleText__haQE8 span:before,.styleSheet_underLine2__2ts1p:before{height:.3rem}.styleSheet_container__pPjfk{width:95%;gap:1.5rem}.styleSheet_textContainer__5aYkJ{gap:.3rem}.styleSheet_titleText__haQE8{font-family:Poppins;font-size:2.5rem;font-style:normal;font-weight:700;line-height:120%}.styleSheet_subTitleText__FWUp_{font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:400;line-height:150%}.styleSheet_greyText__v8DK9{font-family:Poppins;font-size:.8125rem;font-style:normal;font-weight:400;line-height:120%}.styleSheet_buttonTextContainer__e5jIG{flex-direction:column;justify-content:center;align-items:center}.styleSheet_buttonContainer__9YkB9{width:100%}.styleSheet_greyTextContainer__jvovE{width:49%;text-align:center}.styleSheet_greyText__v8DK9{text-align:center}.styleSheet_ImageDiv__DitjG{width:24.3185rem}.styleSheet_titleText__haQE8 span :before{width:6.5rem;margin-left:0;top:90%}.styleSheet_underLine2__2ts1p :before{width:13.5rem;margin-left:-13.3rem}.styleSheet_ImageContainer__4dURX{padding-top:0}.styleSheet_ImageContainer__4dURX :before{width:9.90944rem;height:9.90944rem;border-radius:9.90944rem;margin-top:-8.1rem;margin-left:-3.8rem}.styleSheet_ImageContainer__4dURX :after{width:12.18438rem;height:12.18438rem;border-radius:12.18438rem;margin-left:18.5rem;margin-top:-1.5rem}.styleSheet_spacer1__tCmFH{padding-top:1.3rem}}@keyframes styleSheet_scroll__r0OIO{0%{transform:translateX(0)}to{transform:translateX(-85.5rem)}}.styleSheet_carousel___WZrV{align-items:center;background:#000;display:flex;justify-content:center}.styleSheet_BG__kojOF{background:radial-gradient(50% 50% at 50% 50%,rgba(0,255,87,.15) 0,transparent 100%),#000;width:100%;margin:auto}.styleSheet_TitleContainer__3_TcQ{margin:auto;padding-bottom:3.63rem;padding-top:4rem;display:inline-flex;flex-wrap:wrap;text-align:center}.styleSheet_TitleText__pZ5jv{font-family:Poppins;font-size:2.9375rem;font-style:normal;font-weight:700;line-height:120%;color:#fff}.styleSheet_underLine__Sbho4{position:relative;display:inline-flex}.styleSheet_underLine__Sbho4:after{content:"";position:absolute;width:100%;height:.5rem;flex-shrink:0;border-radius:1.25rem;background:linear-gradient(90deg,#3e9b1d .02%,rgba(194,220,88,.68) 61.84%,rgba(125,142,58,.68) 98.45%);top:90%}.styleSheet_isDesktop__tTHLi{display:inline-block}.styleSheet_isMobile__nZrO5{display:none}.styleSheet_slider___lLbI{background:transparent;box-shadow:0 10px 20px -5px rgba(0,0,0,.125);height:100px;margin:auto;overflow:hidden;position:relative;padding-bottom:3.85rem;width:100%}.styleSheet_slider___lLbI:before{left:0}.styleSheet_slider___lLbI:after,.styleSheet_slider___lLbI:before{background:linear-gradient(90deg,#000 0,hsla(0,0%,100%,0));content:"";height:100px;position:absolute;width:200px;z-index:2;top:0}.styleSheet_slider___lLbI:after{right:0;transform:rotate(180deg)}.styleSheet_slideTrack__plN6M{animation:styleSheet_scroll__r0OIO 40s linear infinite;display:flex;width:171rem}.styleSheet_slide__s_xsj{height:5.625rem;width:7.125rem}.styleSheet_ButtonClass__qKIQt{width:11.875rem;margin:auto;padding-bottom:4rem}.styleSheet_FilledButtonText__fejU9{font-family:Poppins;font-size:1.3125rem;font-style:normal;font-weight:700;line-height:150%;color:#fff}@media(max-width:683px){.styleSheet_isDesktop__tTHLi{display:none}.styleSheet_isMobile__nZrO5{display:inline-flex}.styleSheet_TitleText__pZ5jv{font-family:Poppins;font-size:2.0625rem;font-style:normal;font-weight:700;line-height:120%;color:#fff}.styleSheet_ButtonClass__qKIQt{width:90%;margin:auto}.styleSheet_FilledButtonText__fejU9{font-family:Poppins;font-size:1.1875rem;font-style:normal;font-weight:700;line-height:120%}}.styles_BG__mzsQz{border-radius:var(--tallyCount,0);background:var(--neutral-1,#fff)}.styles_Container__f__3_{margin:2rem auto;width:86.1%;gap:var(--Spacing-40,2.5rem)}.styles_Container__f__3_,.styles_Head__sOh1N{display:flex;flex-direction:column;align-items:center}.styles_Head__sOh1N{justify-content:center;gap:var(--Spacing-40,2.1rem)}.styles_UpperHead___ftjH{display:flex;padding:1rem var(--tallyCount,0);flex-direction:column;align-items:center;gap:1rem}.styles_Title__2ycHM{display:flex;align-items:center;gap:.25rem;align-self:stretch}.styles_Title__2ycHM h1{color:var(--character-title-85,rgba(0,0,0,.85));text-align:center;font-family:Poppins;font-size:2.9375rem;font-style:normal;font-weight:700;line-height:120%}.styles_SubTitle__lnGLU{display:flex;align-items:center;gap:.25rem;align-self:stretch}.styles_SubTitle__lnGLU h1{color:var(--character-title-85,rgba(0,0,0,.85));text-align:center;font-family:Poppins;font-size:1.3125rem;font-style:normal;font-weight:400;line-height:150%}.styles_LowerHead__8wKFR{display:inline-flex;padding:var(--tallyCount,0);align-items:center;gap:2.9375rem}.styles_Logo__t9e8I{width:7.6875rem;height:7.6875rem;fill:#000;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.styles_Body__LU6Ff{display:inline-flex;padding:var(--tallyCount,0);align-items:center;margin:auto;gap:1rem}.styles_Left__8qIJd,.styles_Right__vrN2g{display:flex;width:38.2%;padding:1rem;flex-direction:column;align-items:center;gap:var(--Spacing-24,1.5rem)}.styles_Main__vqbZu{color:var(--character-title-85,rgba(0,0,0,.85));text-align:center;font-family:Poppins;font-size:2.25rem;font-style:normal;font-weight:700;line-height:120%}.styles_Data__QBDFl{display:flex;padding:var(--tallyCount,0);flex-direction:column;align-items:center;gap:.625rem;align-self:stretch;white-space:nowrap}.styles_Data__QBDFl h5{color:var(--character-title-85,rgba(0,0,0,.85));text-align:center;font-weight:400}.styles_Data__QBDFl h5,.styles_Data__QBDFl h5 span{font-family:Poppins;font-size:1.6875rem;font-style:normal;line-height:200%}.styles_Data__QBDFl h5 span{color:var(--dust-red-6,#f5222d);font-weight:700}