@charset "UTF-8";.header{background:#00d600;display:flex;align-items:center;justify-content:space-between;width:100%}.header.header--local{background:#d3ffbd}.header.header--dev{background:#eae5fd}.header.header--uat{background:#ffa46b}.header .environment{position:absolute;top:0;right:0;background:rgba(0,0,0,.5);color:#f5fff0;padding:5px 10px;font-size:1rem;font-weight:700;z-index:1000}.header img{height:40px;display:block}@media only screen and (min-width: 1020px){.header img{height:60px}}.header .wrapper{max-width:978px;width:100%;margin:0 auto;align-items:center;padding:15px 20px}.header h1{margin:0;color:#184918;font-size:1.4rem;grid-column:auto/span 12}@media only screen and (min-width: 310px){.header h1{grid-column:auto/span 9;text-align:right}}@media only screen and (min-width: 576px){.header h1{font-size:1.6rem}}@media only screen and (min-width: 1020px){.header h1{font-size:2.6rem}}.header .logo-wrapper{grid-column:auto/span 12}@media only screen and (min-width: 310px){.header .logo-wrapper{grid-column:auto/span 3}}.form-validation-message{top:100%;width:100%;padding:3px 5px;font-size:15px;margin-top:3px;border-radius:5px;margin-bottom:15px}.form-validation-message--error{color:#4c1504;background:rgb(229.4,174.2,156.6)}.form-validation-message--warning{color:#664d03;background:rgb(255,230.2,155.8)}.form-validation-message--single-field{position:absolute;z-index:1}.form-validation-message--custom-error{position:absolute}.form-element-container{margin-top:40px;display:flex;flex-direction:column;height:calc(100% - 40px)}.form-element-container--label-right{display:inline-flex;margin-right:10px;flex-direction:row}.form-element-container--label-left{display:inline-flex;flex-direction:row}.form-element-container--area-padding-3,.form-element-container--area-padding-4{padding-bottom:0}.form-element-container--single-field{margin-top:0;height:100%}.form-element-container--with-markup-label label{display:inline}@media only screen and (min-width: 1020px){.form-element-container--area-padding-3{padding-bottom:60px}.form-element-container--area-padding-4{padding-bottom:80px}}.form-relative-container{position:relative}.form-label,.form-legend{margin-bottom:5px;flex-grow:1}.form-label.required:after,.form-legend.required:after{content:"*";color:#bf3509}.form-label{display:inline-block;font-size:2.4rem;font-weight:700}.form-label.label-right{margin:0 25px 6px 2px;padding-left:10px}.form-label.label-left{margin:0 2px 6px 0;padding-right:10px}.form-legend{margin-top:40px;margin-bottom:-20px}div.react-select__control{height:auto;border-radius:5px;box-shadow:none;border:2px solid #184918;border-color:#184918!important;color:#0a1e0a;background-color:transparent!important}div.react-select__control--is-focused,div.react-select__control:hover{border-color:#749274}div.react-select__control--is-disabled{border-color:#a3b6a3!important;color:#749274}.invalid div.react-select__control{border-color:#bf3509}div.react-select__option--is-focused,div.react-select__option:hover{border-radius:5px!important;color:#0a1e0a;background-color:#eae5fd}div.react-select__option--is-selected{border-radius:5px!important;background-color:#184918;color:#f5fff0}div.react-select__menu{border-radius:5px;z-index:10;background-color:#f5fff0}div.react-select__menu-list{padding-top:0;padding-bottom:0}div.react-select__placeholder,div.react-select__indicator{color:#184918!important}div.react-select__control--is-disabled .react-select__placeholder,div.react-select__control--is-disabled .react-select__indicator,div.react-select__control--is-disabled .react-select__single-value{color:#749274!important}.react-select__multi-value{color:#f5fff0!important;background-color:#184918!important}.react-select__multi-value__label{color:#f5fff0!important}.pagination-wrapper{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:20px}.items-text{margin-left:20px}textarea{display:block}.form-text-field{line-height:16px;font-size:16px;padding:10px 10px 10px 0;height:38px;box-sizing:border-box;width:100%}.form-text-field--no-resize{resize:none}.form-text-field--x-resize{resize:vertical}.form-text-field--y-resize{resize:horizontal}.additional-text{margin-left:1.5rem}.input-field--wrapper{position:relative}.input-field--wrapper .loader.loader--small{width:20px;height:20px;border-width:3px;top:calc(50% - 10px);right:10px;left:unset;position:absolute}.transform-uppercase{text-transform:uppercase}.why-we-need-to-ask{margin-top:15px}.why-we-need-to-ask .help-icon{margin-right:5px;transform:translateY(2px)}footer{background-color:#184918;bottom:0;color:#184918;padding:5px 0;position:absolute;width:100%}footer ul{list-style:none;padding:0 15px;max-width:978px;margin:0 auto;display:flex;flex-direction:column}@media only screen and (min-width: 1020px){footer ul{flex-direction:row}}footer ul li{margin:.5em 0}footer ul a{color:#f5fff0;display:block;padding:.5rem 1rem;text-decoration:none;font-size:14px;font-size:1.4rem}footer ul a:hover{text-decoration:underline}.progress-bar{margin:20px auto;max-width:1055px;padding:0 20px}@media only screen and (min-width: 1020px){.progress-bar{margin:40px auto}}.progress-bar-wrapper{position:relative}@media only screen and (min-width: 1020px){.progress-bar--small .progress-bar-wrapper{margin:40px 150px}}@media only screen and (min-width: 1020px){.progress-bar{padding:0}}.progress-bar .bar-wrapper{width:calc(100% - 60px);position:absolute;left:50%;transform:translate(-50%);top:13px;background:#f9f9f9}@media only screen and (min-width: 1020px){.progress-bar .bar-wrapper{width:calc(100% - 160px)}}.progress-bar .bar{width:50%;height:5px;background:#184918}.progress-bar .active-step-name{padding-top:15px;font-weight:700}@media only screen and (min-width: 1020px){.progress-bar .active-step-name{display:none}}.progress-bar .steps{display:flex;align-items:top;justify-content:space-between;width:100%}.progress-bar .steps .step{width:30px;font-size:14px;font-size:1.4rem;text-align:center;line-height:16px;position:relative;background:none;border:none}@media only screen and (min-width: 1020px){.progress-bar .steps .step{width:170px}}.progress-bar .steps .step>span{display:none}@media only screen and (min-width: 1020px){.progress-bar .steps .step>span{display:inline}}.progress-bar .steps .step.active{font-weight:700;font-size:14px}.progress-bar .steps .step.active:before{background:#f9f9f9;border:5px solid #184918}.progress-bar .steps .step:before{content:"";height:30px;width:30px;background:#f9f9f9;border-radius:50%;border:5px solid #f9f9f9;position:relative;display:block;margin:0 auto 5px}.progress-bar .steps .step.clickable{cursor:pointer;text-decoration:underline}.progress-bar .steps .step.completed:before{background:#184918;border:5px solid #184918}.progress-bar .steps .step.highlighted:before{background:#f9f9f9;border:5px solid #184918}.progress-bar .steps .step.hidden{display:none}.progress-bar .steps .step.completed:after{content:"";display:block;transform:rotate(45deg);position:absolute;left:calc(50% - 5px);top:6px;height:16px;width:10px;border-bottom:4px solid #f9f9f9;border-right:4px solid #f9f9f9}.progress-bar .steps .step.active.clickable{cursor:default}.help-icon{background:#00d600;border-radius:20px;display:inline-flex;width:25px;height:25px;justify-content:center;align-items:center;font-weight:700;cursor:pointer}.help-icon:before{content:"?";font-size:2rem}.react-tooltip.react-tooltip__show{font-size:1.4rem;font-weight:300;z-index:9;max-width:90%;opacity:.95}.react-tooltip.react-tooltip__show li{font-weight:300;font-size:1.4rem}.form-unavailable-alert{position:absolute;left:50%;top:30%;transform:translate(-50%,-50%);text-align:center}@media only screen and (min-width: 1020px){.form-unavailable-alert{top:50%}}.medical-condition{margin-bottom:-10px;padding:1em;border-radius:10px}@media only screen and (min-width: 768px){.medical-condition{border-radius:20px}}@media only screen and (min-width: 1020px){.medical-condition{border-radius:30px}}.medical-condition span{font-size:16px;font-size:1.6rem}.medical-condition--selected{background:rgb(153,238.6,153);padding-bottom:2.5em}.medical-condition>label{display:inline-block;cursor:pointer}.medical-condition input[type=checkbox]{margin-right:10px;vertical-align:middle}.medical-condition .form-radio-wrapper label{padding-left:0}.medical-condition .label{margin:15px 0 10px;font-family:Sora,sans-serif;font-size:14px;font-size:1.4rem;font-weight:600}.medical-condition .details-label{width:100%}.medical-condition .condition-ongoing-wrapper{display:inline-block}@media only screen and (min-width: 1020px){.medical-condition .condition-ongoing-wrapper{display:inline-flex}}.medical-condition .form-relative-container{margin-top:10px}@media only screen and (min-width: 1020px){.medical-condition .form-relative-container{margin-top:0}}.additional-information{margin-bottom:30px}@media only screen and (min-width: 1020px){.additional-information{margin-bottom:0}}@media only screen and (min-width: 768px){.additional-information{margin-bottom:0}}.conditions-list{margin-top:20px}@media only screen and (min-width: 1020px){.conditions-list{margin-top:0}}@media only screen and (min-width: 768px){.conditions-list{margin-top:0}}.show-full-address-button{margin-top:10px}@media only screen and (min-width: 1020px){.show-full-address-button{margin-top:28px}}.group-label{align-items:center;display:inline-flex;margin:.5em 0}.group-control input[type=radio]{margin-left:30px}.group-wrapper{margin-bottom:35px}.weight-reason{margin-top:20px}@media only screen and (min-width: 1020px){.weight-reason{margin-top:0}}@media only screen and (min-width: 768px){.weight-reason{margin-top:0}}label ul{list-style:inherit;margin-left:20px}label ul ul{list-style:circle}label li{font-size:1.6rem;font-weight:400;margin:.5em 0}.unfit-donor-message{margin-top:20px}.field--additional-data{margin-top:4.7em;display:block}.gift-aid-container{padding:60px 20px 20px;color:#184918;background:no-repeat rgb(153,238.6,153) right 20px top 20px/16% url(/assets/gift-aid-5ab369a4.svg);margin-bottom:15px;transition:all .3s ease-in-out;border-radius:5px}@media only screen and (min-width: 1020px){.gift-aid-container{padding-right:200px;background-position:right 20px center;background-size:20%;padding-top:20px}}.gift-aid-container input[type=checkbox]:hover{border-color:#184918!important}.gift-aid-container .label-right{font-size:1.4rem;margin-top:0;margin-right:0}@media only screen and (min-width: 1020px){.gift-aid-container .label-right{font-size:1.6rem}}.description{font-size:14px;font-size:1.4rem;margin:.5em 0}.gift-aid-amount{font-weight:700;margin-top:.5em;text-align:center}.gift-aid-amount span{color:#184918}.gift-aid-label:first-of-type{margin:2em 0 1em;text-align:center}.donation-field+.form-relative-container:before{content:"£";font-size:16px;font-size:1.6rem;position:absolute;left:15px;z-index:1;top:50%;transform:translateY(-50%);font-weight:700;color:#184918}.donation-field+.form-relative-container input{padding-left:30px}.payment-icons{box-sizing:border-box;border:1px solid #184918;border-radius:5px;margin-bottom:20px;padding:5px 10px;text-align:right;text-align:center;background-color:#f9f9f9}.payment-icons span,.payment-icons img{display:inline-block;vertical-align:middle;margin:5px 0}.payment-icons img{width:63px}.payment-icons img:last-child{margin-left:10px;width:80px}@media only screen and (min-width: 1020px){.payment-icons img:last-child{width:110px}}.payment-separator{border-top:1px solid #184918;color:#184918;font-weight:400;margin:30px 0 10px;text-align:center}@media only screen and (min-width: 1020px){.payment-separator{border-top:none;margin:60px 0 40px}}.payment-separator span{display:inline-block;padding:0 20px;-webkit-transform:translateY(-18px);transform:translateY(-18px);font-size:1.8rem;background-color:#f1eae4}@media only screen and (min-width: 1020px){.payment-separator span{font-size:2rem;-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.StripeElement{background-color:#f1eae4;margin:.5em 0 0;padding:15px}.StripeElement--invalid,.payment-error .StripeElement{border:1px solid #bf3509;font-size:15px}.form-validation-message--payment-error{position:unset;margin-top:0}.btn-container.donate-now-container{padding-top:25px}.payment-section-wrapper fieldset.legend--centered{margin-top:1em;padding:25px 0;border:none}@media only screen and (min-width: 768px){.payment-section-wrapper fieldset.legend--centered{padding:25px 20px 20px;border:1px solid #184918}}@media only screen and (min-width: 1020px){.payment-section-wrapper fieldset.legend--centered{margin-top:3em}}.card-details-wrapper .StripeElement{border:3px solid #184918;background-color:#f9f9f9;border-radius:5px}.card-details-wrapper .StripeElement--invalid,.card-details-wrapper .payment-error .StripeElement{border:3px solid #bf3509}.gift-aid-form-container{padding:60px 20px 20px;border:#184918 1px solid;border-radius:10px}@media only screen and (min-width: 768px){.gift-aid-form-container{border-radius:20px}}@media only screen and (min-width: 1020px){.gift-aid-form-container{border-radius:30px}}.gift-aid-form-container{background:no-repeat calc(100% - 10px) 10px url(/assets/gift-aid-5ab369a4.svg);background-origin:border-box;background-size:30%;transition:all .3s ease-in-out;margin-bottom:15px}@media only screen and (min-width: 768px){.gift-aid-form-container{background-position:right 20px top 20px;background-size:20%;padding:70px 20px 20px}}@media only screen and (min-width: 1020px){.gift-aid-form-container{padding-top:15px;padding-bottom:10px}}.gift-aid-description{font-size:14px;font-size:1.4rem;width:100%;margin-bottom:15px}.gift-aid-toggle{margin-bottom:30px;margin-top:15px;display:inline-block;max-width:100%}.gift-aid-information{margin-bottom:40px}.privacy-policy{margin-top:40px;margin-bottom:30px}.support-id-container{margin-bottom:40px}.my-hospital-link{margin-top:10px}.my-hospital-link__error{margin-top:30px}:export{green:#00d600;greenLight:#d3ffbd;greenLightTint:#f5fff0;greenDark:#184918;greenDarkShade:#0a1e0a;sand:#f1eae4;orange:#ffa46b;violet:#5930f7;violetTint:#eae5fd;white:#f9f9f9;whiteBg:#f7f6f0;black:#1c1c1c;blueFocus:#36d2f4;greenValid:#057918;red:#bf3509;yellow:#ffc107}*,:before,:after{box-sizing:border-box}*{font-family:inherit;line-height:inherit;color:inherit}html{font-size:62.5%}body{font-family:Arial,Helvetica,sans-serif;line-height:1.5;background:#f5fff0;color:#184918}main{padding:0 0 50px}:focus{outline:none}:focus-visible{outline:2px solid #36d2f4;outline-offset:2px}.group{position:relative}.group:after{clear:both}.group:before,.group:after{display:table;content:" "}.hidden{display:none!important}.loading{text-align:center}.section{max-width:1680px;margin:0 auto;padding:0 5%;clear:both}@media only screen and (min-width: 1020px){.section{padding:0}}.grid{display:grid;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(12,1fr);gap:5px}@media only screen and (min-width: 768px){.grid{gap:10px}}.g-col-1{grid-column:auto/span 1}.g-col-2{grid-column:auto/span 2}.g-col-3{grid-column:auto/span 3}.g-col-4{grid-column:auto/span 4}.g-col-5{grid-column:auto/span 5}.g-col-6{grid-column:auto/span 6}.g-col-7{grid-column:auto/span 7}.g-col-8{grid-column:auto/span 8}.g-col-9{grid-column:auto/span 9}.g-col-10{grid-column:auto/span 10}.g-col-11{grid-column:auto/span 11}.g-col-12{grid-column:auto/span 12}@media only screen and (min-width: 576px){.g-col-sm-1{grid-column:auto/span 1}.g-col-sm-2{grid-column:auto/span 2}.g-col-sm-3{grid-column:auto/span 3}.g-col-sm-4{grid-column:auto/span 4}.g-col-sm-5{grid-column:auto/span 5}.g-col-sm-6{grid-column:auto/span 6}.g-col-sm-7{grid-column:auto/span 7}.g-col-sm-8{grid-column:auto/span 8}.g-col-sm-9{grid-column:auto/span 9}.g-col-sm-10{grid-column:auto/span 10}.g-col-sm-11{grid-column:auto/span 11}.g-col-sm-12{grid-column:auto/span 12}}@media only screen and (min-width: 768px){.g-col-md-1{grid-column:auto/span 1}.g-col-md-2{grid-column:auto/span 2}.g-col-md-3{grid-column:auto/span 3}.g-col-md-4{grid-column:auto/span 4}.g-col-md-5{grid-column:auto/span 5}.g-col-md-6{grid-column:auto/span 6}.g-col-md-7{grid-column:auto/span 7}.g-col-md-8{grid-column:auto/span 8}.g-col-md-9{grid-column:auto/span 9}.g-col-md-10{grid-column:auto/span 10}.g-col-md-11{grid-column:auto/span 11}.g-col-md-12{grid-column:auto/span 12}}@media only screen and (min-width: 1020px){.g-col-lg-1{grid-column:auto/span 1}.g-col-lg-2{grid-column:auto/span 2}.g-col-lg-3{grid-column:auto/span 3}.g-col-lg-4{grid-column:auto/span 4}.g-col-lg-5{grid-column:auto/span 5}.g-col-lg-6{grid-column:auto/span 6}.g-col-lg-7{grid-column:auto/span 7}.g-col-lg-8{grid-column:auto/span 8}.g-col-lg-9{grid-column:auto/span 9}.g-col-lg-10{grid-column:auto/span 10}.g-col-lg-11{grid-column:auto/span 11}.g-col-lg-12{grid-column:auto/span 12}}.g-start-1{grid-column-start:1}.g-start-2{grid-column-start:2}.g-start-3{grid-column-start:3}.g-start-4{grid-column-start:4}.g-start-5{grid-column-start:5}.g-start-6{grid-column-start:6}.g-start-7{grid-column-start:7}.g-start-8{grid-column-start:8}.g-start-9{grid-column-start:9}.g-start-10{grid-column-start:10}.g-start-11{grid-column-start:11}.g-start-12{grid-column-start:12}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:1em 0;font-family:Sora,sans-serif;font-weight:600}h1{font-size:29px;font-size:2.9rem}@media only screen and (min-width: 1020px){h1{font-size:37px;font-size:3.7rem}}@media only screen and (min-width: 1680px){h1{font-size:49px;font-size:4.9rem}}h2{font-size:26px;font-size:2.6rem}@media only screen and (min-width: 1020px){h2{font-size:31px;font-size:3.1rem}}@media only screen and (min-width: 1680px){h2{font-size:39px;font-size:3.9rem}}h3{font-size:23px;font-size:2.3rem}@media only screen and (min-width: 1020px){h3{font-size:26px;font-size:2.6rem}}@media only screen and (min-width: 1680px){h3{font-size:31px;font-size:3.1rem}}h4{font-size:20px;font-size:2rem}@media only screen and (min-width: 1020px){h4{font-size:22px;font-size:2.2rem}}@media only screen and (min-width: 1680px){h4{font-size:25px;font-size:2.5rem}}h5{font-size:18px;font-size:1.8rem}@media only screen and (min-width: 1020px){h5{font-size:20px;font-size:2rem}}@media only screen and (min-width: 1680px){h5{font-size:23px;font-size:2.3rem}}h6{font-size:16px;font-size:1.6rem}@media only screen and (min-width: 1020px){h6{font-size:18px;font-size:1.8rem}}@media only screen and (min-width: 1680px){h6{font-size:21px;font-size:2.1rem}}body,p{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-size:1.6rem}@media only screen and (min-width: 1020px){body,p{font-size:18px;font-size:1.8rem}}@media only screen and (min-width: 1680px){body,p{font-size:20px;font-size:2rem}}p{margin:1em 0}p:first-of-type{margin-top:0}a{text-decoration:underline;color:#184918;font-weight:700}.small{font-size:12px;font-size:1.2rem}blockquote{margin:0;max-width:none}blockquote:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='50' height='44' viewBox='0 0 50 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5551_408)'%3E%3Cpath d='M48.385 0C48.7971 0 49.2009 0.161088 49.5 0.445607C49.818 0.748954 50 1.17364 50 1.61297V7.20502C50 8.0523 49.3431 8.74686 48.5 8.81381C37.3473 9.69038 36.1423 16.6151 36.1423 19.5544V20.6862C36.1423 20.9163 35.954 21.1046 35.7239 21.1046H34.6778C34.4477 21.1046 34.2594 20.9163 34.2594 20.6862V19.5544C34.2594 16.8703 35.2636 8.07113 48.1172 6.95607V1.89749C46.0377 2.01883 41.3536 2.54603 37.0565 4.81381C31.4414 7.77824 28.5921 12.6067 28.5921 19.1653V40.1946C28.5921 41.159 29.3745 41.9414 30.3389 41.9414H46.3703C47.3348 41.9414 48.1172 41.159 48.1172 40.1946V24.1632C48.1172 23.1987 47.3348 22.4163 46.3703 22.4163H40.7573C40.5272 22.4163 40.3389 22.228 40.3389 21.9979V20.9519C40.3389 20.7218 40.5272 20.5335 40.7573 20.5335H46.3703C48.3745 20.5335 50 22.159 50 24.1632V40.1967C50 42.2008 48.3745 43.8264 46.3703 43.8264H30.3389C28.3348 43.8264 26.7092 42.2008 26.7092 40.1967V19.1653C26.7092 11.9582 29.9833 6.41841 36.1758 3.14854C41.0147 0.594142 46.2741 0.0962343 48.3096 0C48.3348 0 48.3599 0 48.385 0Z' fill='%23184918'/%3E%3Cpath d='M21.6757 0C22.0879 0 22.4916 0.161088 22.7908 0.445607C23.1088 0.748954 23.2908 1.17364 23.2908 1.61297V7.20502C23.2908 8.0523 22.6339 8.74686 21.7908 8.81381C10.6381 9.69038 9.43305 16.6151 9.43305 19.5544V20.6862C9.43305 20.9163 9.24477 21.1046 9.01464 21.1046H7.96862C7.73849 21.1046 7.55021 20.9163 7.55021 20.6862V19.5544C7.55021 16.8703 8.55439 8.07113 21.408 6.95607V1.89749C19.3285 2.01883 14.6444 2.54603 10.3473 4.81381C4.73013 7.78034 1.88285 12.6088 1.88285 19.1653V40.1946C1.88285 41.159 2.66527 41.9414 3.62971 41.9414H19.6611C20.6255 41.9414 21.408 41.159 21.408 40.1946V24.1632C21.408 23.1987 20.6255 22.4163 19.6611 22.4163H14.0502C13.8201 22.4163 13.6318 22.228 13.6318 21.9979V20.9519C13.6318 20.7218 13.8201 20.5335 14.0502 20.5335H19.6632C21.6674 20.5335 23.2929 22.159 23.2929 24.1632V40.1946C23.2929 42.1987 21.6674 43.8243 19.6632 43.8243H3.62971C1.62552 43.8243 0 42.1987 0 40.1946V19.1653C0 11.9582 3.27406 6.41841 9.46653 3.14854C14.3054 0.594142 19.5649 0.0962343 21.6004 0C21.6255 0 21.6506 0 21.6757 0Z' fill='%23184918'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5551_408'%3E%3Crect width='50' height='43.8243' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:block;width:35px;height:35px;margin-bottom:12px}@media only screen and (min-width: 768px){blockquote:before{width:50px;height:50px;margin-bottom:15px}}.btn{background-color:#184918;border:none;box-sizing:border-box;color:#f5fff0;display:flex;align-items:center;justify-content:center;padding:0 2rem;text-decoration:none;cursor:pointer;transition:.3s background-color;font-family:Sora,sans-serif;font-weight:600;font-size:14px;border-radius:3px;height:40px}@media only screen and (min-width: 1020px){.btn{font-size:15px;border-radius:4px;height:45px}}@media only screen and (min-width: 1680px){.btn{font-size:16px;border-radius:5px;height:50px}}.btn:hover{background-color:#0a1e0a}.btn.btn--warning{background-color:#ffc107;color:#0a1e0a}.btn.btn--warning:hover{background-color:#e6ae06}.btn.btn--danger{background-color:#bf3509}.btn.btn--danger:hover{background-color:#ac3008}.btn.btn--valid{background-color:#057918}.btn.btn--valid:hover{background-color:#056d16}.btn.btn--invalid{opacity:.5}.btn.btn--link{display:inline-flex}.btn.btn--clickable-text{font-style:inherit;font-size:1.6rem;background-color:transparent;color:#184918;border:none;text-decoration:underline;display:inline;margin:0;padding:0}.btn.btn--small{height:30px;font-size:12px}@media only screen and (min-width: 1020px){.btn.btn--small{height:35px;font-size:13px}}@media only screen and (min-width: 1680px){.btn.btn--small{height:40px;font-size:14px}}.btn.btn--medium{height:40px;font-size:14px}@media only screen and (min-width: 1020px){.btn.btn--medium{height:45px;font-size:15px}}@media only screen and (min-width: 1680px){.btn.btn--medium{height:50px;font-size:16px}}.btn.btn--large{height:50px;font-size:16px}@media only screen and (min-width: 1020px){.btn.btn--large{height:55px;font-size:17px}}@media only screen and (min-width: 1680px){.btn.btn--large{height:60px;font-size:18px}}.btn--primary-light{background-color:#f5fff0;border:none;color:#184918}.btn--primary-light:hover{background-color:#d3ffbd}.btn--secondary{background-color:transparent;border:2px solid #184918;color:#184918}.btn--secondary:hover{background-color:#f5fff0;border-color:#0a1e0a;color:#0a1e0a}.btn--secondary-light{background-color:transparent;border:2px solid #f5fff0;color:#f5fff0}.btn--secondary-light:hover{background-color:transparent;border-color:#d3ffbd;color:#d3ffbd}.btn--arrow-left:hover:after,.btn--arrow-right:hover:after{transition-delay:.3s}.btn--arrow-right:after{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%23F5FFF0'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--arrow-left:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%23F5FFF0'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 10px 0 0;transform:rotate(180deg)}.btn--primary-light.btn--arrow-right:after,.btn--secondary.btn--arrow-right:after{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%23184918'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--primary-light.btn--arrow-left:before,.btn--secondary.btn--arrow-left:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%23184918'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 10px 0 0;transform:rotate(180deg)}.btn--warning.btn--arrow-right:after{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%230A1E0A'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--warning.btn--arrow-left:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%230A1E0A'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 10px 0 0;transform:rotate(180deg)}.btn--danger.btn--arrow-right:after{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%23F5FFF0'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--danger.btn--arrow-left:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41215 8.87684L6.97281 7.46104L8.91302 5.52086H0V3.47915H8.91302L6.97281 1.53896L8.41215 0.123169L12.8008 4.5L8.41215 8.87684Z' fill='%23F5FFF0'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:13px;height:10px;margin:0 10px 0 0;transform:rotate(180deg)}.btn--open:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%23F5FFF0'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--primary-light.btn--open:after,.btn--secondary.btn--open:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%23184918'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--warning.btn--open:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%230A1E0A'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--danger.btn--open:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%23F5FFF0'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(0)}.btn--close:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%23F5FFF0'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(45deg)}.btn--primary-light.btn--close:after,.btn--secondary.btn--close:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%23184918'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(45deg)}.btn--warning.btn--close:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%230A1E0A'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(45deg)}.btn--danger.btn--close:after{background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0H4V4L0 4V6H4V10H6V6H10V4L6 4V0Z' fill='%23F5FFF0'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;content:"";display:inline-block;width:10px;height:10px;margin:0 0 0 10px;transform:rotate(45deg)}.btn--lock:after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F5FFF0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C13.3261 3 14.5979 3.52678 15.5355 4.46447C16.4732 5.40215 17 6.67392 17 8V10.005C17.77 10.02 18.246 10.075 18.635 10.273C19.1051 10.5126 19.4874 10.8949 19.727 11.365C20 11.9 20 12.6 20 14V17C20 18.4 20 19.1 19.727 19.635C19.4874 20.1051 19.1051 20.4874 18.635 20.727C18.1 21 17.4 21 16 21H8C6.6 21 5.9 21 5.365 20.727C4.89451 20.4875 4.51189 20.1053 4.272 19.635C4 19.1 4 18.4 4 17V14C4 12.6 4 11.9 4.272 11.365C4.51189 10.8947 4.89451 10.5125 5.365 10.273C5.754 10.074 6.23 10.02 7 10.005V8C7 6.67392 7.52678 5.40215 8.46447 4.46447C9.40215 3.52678 10.6739 3 12 3ZM15 8V10H9V8C9 7.20435 9.31607 6.44129 9.87868 5.87868C10.4413 5.31607 11.2044 5 12 5C12.7956 5 13.5587 5.31607 14.1213 5.87868C14.6839 6.44129 15 7.20435 15 8Z'/%3e%3c/svg%3e ");background-repeat:no-repeat;background-size:100%;content:"";display:inline-block;width:25px;height:25px;margin-left:6px;margin-right:0}.btn--unlock:after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F5FFF0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 10.005V7C7 5.67392 7.52678 4.40215 8.46447 3.46447C9.40215 2.52678 10.6739 2 12 2C13.3261 2 14.5979 2.52678 15.5355 3.46447C16.4732 4.40215 16.7071 4.87868 17 6C17.067 6.25661 16.8946 6.51957 16.7071 6.70711C16.5196 6.89464 16.2652 7 16 7C15.7348 7 15.4804 6.89464 15.2929 6.70711C15 6 14.6935 5.45081 14.1213 4.87868C13.5587 4.31607 12.7956 4 12 4C11.2043 4 10.4413 4.31607 9.87868 4.87868C9.31607 5.44129 9 6.20435 9 7V10H16C17.4 10 18.1 10 18.635 10.273C19.1051 10.5126 19.4874 10.8949 19.727 11.365C20 11.9 20 12.6 20 14V17C20 18.4 20 19.1 19.727 19.635C19.4874 20.1051 19.1051 20.4874 18.635 20.727C18.1 21 17.4 21 16 21H8C6.6 21 5.9 21 5.365 20.727C4.89451 20.4875 4.51189 20.1053 4.272 19.635C4 19.1 4 18.4 4 17V14C4 12.6 4 11.9 4.272 11.365C4.51189 10.8947 4.89451 10.5125 5.365 10.273C5.754 10.074 6.23 10.02 7 10.005Z'/%3e%3c/svg%3e ");background-repeat:no-repeat;background-size:100%;content:"";display:inline-block;width:25px;height:25px;margin-left:6px;margin-right:0}.btn--loading:after,.btn--loading:before{display:none}.btn--loading .loader{margin-left:10px}.btn[disabled]{opacity:.5;cursor:default;pointer-events:none}.close{background-color:transparent;border:none;cursor:pointer;height:20px;min-height:0;opacity:.5;position:absolute;right:10px;top:5px;width:20px}.close--relative{position:relative;float:right;top:3px;right:3px}.close:hover{opacity:1}.close:before,.close:after{background-color:#749274;content:" ";height:20px;left:10px;position:absolute;top:0;width:2px}.close:before{transform:rotate(45deg)}.close:after{transform:rotate(-45deg)}.padlock-container{margin-top:5px;margin-left:5px}input[type=text],input[type=email],input[type=tel],input[type=datetime-local],input[type=date],input[type=number]{border:2px solid #184918;border-radius:5px;box-sizing:border-box;font-size:16px;font-size:1.6rem;padding:1rem;width:100%;background-color:transparent;transition:all .1s}input:hover{border-color:#0a1e0a}input:disabled{border-color:#a3b6a3!important;color:#749274}select,.custom-select{appearance:none;border:2px solid #184918;border-radius:5px;font-size:16px;font-size:1.6rem;padding:1rem;width:100%;background-color:#f5fff0;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.623285 2.0116L2.03908 0.572265L3.97927 2.51247L5.00012 3.5L6.02097 2.51247L7.96116 0.572266L9.37695 2.0116L5.00012 6.4002L0.623285 2.0116Z' fill='%23184918'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1em center;background-size:10px 7px}select:hover,.custom-select:hover{border-color:#0a1e0a}select:disabled,.custom-select:disabled{border-color:#a3b6a3!important}select option,.custom-select option{background-color:#f5fff0!important}select option:hover,.custom-select option:hover{background-color:#184918!important;color:#f5fff0!important}textarea,.form-control{border:2px solid #184918;border-radius:5px;box-sizing:border-box;font-size:16px;font-size:1.6rem;padding:1rem;width:100%;background-color:transparent;transition:all .1s}textarea::placeholder,.form-control::placeholder{color:#749274}textarea:hover,.form-control:hover{border-color:#0a1e0a}textarea:disabled,.form-control:disabled{border-color:#a3b6a3!important;color:#749274}.form-control,.form-select{height:auto;line-height:1.5}input[type=checkbox]{appearance:none;background:transparent;border:2px solid #184918;border-radius:4px;position:relative;width:20px;height:20px;flex-shrink:0;transition:background-color .3s}input[type=checkbox]:checked{background-color:#184918;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.36641 9.00007L0.566406 5.20007L1.51641 4.25007L4.36641 7.10007L10.4831 0.983398L11.4331 1.9334L4.36641 9.00007Z' fill='%23F5FFF0'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center}input[type=checkbox].checkbox--large{width:40px;height:40px}input[type=checkbox].checkbox--large:checked{background-size:80%}input[type=checkbox].checkbox--large:disabled{border-color:#a3b6a3;background-color:#d1dbd1}input[type=checkbox]:disabled{border-color:#a3b6a3;background-color:#d1dbd1}.form-checkbox-wrapper{display:inline-flex;flex-wrap:wrap}.form-checkbox-wrapper .form-checkbox{cursor:pointer;flex-shrink:0}.form-checkbox-wrapper label{cursor:pointer;padding-left:1rem;align-self:center;margin:0}input[type=radio]{appearance:none;background-color:#f5fff0;border:2px solid #184918;border-radius:50%;position:relative;width:20px;height:20px;margin:0;flex-shrink:0;transition:background-color .3s}input[type=radio]:checked{background-color:#184918}input[type=radio]:checked:after{content:"";position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-4px;width:8px;height:8px;border-radius:50%;background:#f5fff0;box-sizing:border-box}input[type=radio]:checked:disabled{background-color:#a3b6a3;border-color:#a3b6a3}input[type=radio].radio--large{width:40px;height:40px}input[type=radio].radio--large:checked{background-size:16px}input[type=radio].radio--large:checked:after{width:16px;height:16px;margin-top:-8px;margin-left:-8px}input[type=radio].radio--large:disabled{border-color:#a3b6a3}input[type=radio].radio--large.invalid{border-color:#bf3509}input[type=radio]:disabled{border-color:#a3b6a3}input[type=radio].invalid{border-color:#bf3509}.form-radio-wrapper{display:inline-flex;flex-wrap:wrap}.form-radio-wrapper .form-radio{cursor:pointer;flex-shrink:0}.form-radio-wrapper label{cursor:pointer;padding-left:1rem;align-self:center;margin:0}.disabled{color:#a3b6a3}.error-message{color:#bf3509}input[type=text].error,input[type=email].error,input[type=tel].error,input[type=datetime-local].error,input[type=date].error,input[type=number].error,input[type=checkbox].error,input[type=radio].error,select.error,textarea.error,.form-control.error,.form-select.error{border:2px solid #bf3509}input[type=text].error label.option,input[type=email].error label.option,input[type=tel].error label.option,input[type=datetime-local].error label.option,input[type=date].error label.option,input[type=number].error label.option,input[type=checkbox].error label.option,input[type=radio].error label.option,select.error label.option,textarea.error label.option,.form-control.error label.option,.form-select.error label.option{color:#bf3509}input[type=text].valid,input[type=email].valid,input[type=tel].valid,input[type=datetime-local].valid,input[type=date].valid,input[type=number].valid,input[type=checkbox].valid,input[type=radio].valid,select.valid,textarea.valid,.form-control.valid,.form-select.valid{border:2px solid #057918}input[type=text].valid,input[type=email].valid,input[type=tel].valid,input[type=datetime-local].valid,input[type=date].valid,input[type=number].valid,textarea.valid{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23057918'/%3E%3Cpath d='M10.6001 16.5999L17.6501 9.5499L16.2501 8.1499L10.6001 13.7999L7.7501 10.9499L6.3501 12.3499L10.6001 16.5999Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center right 10px;padding-right:40px}input[type=text].error,input[type=email].error,input[type=tel].error,input[type=datetime-local].error,input[type=date].error,input[type=number].error,textarea.error{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23BF3509'/%3E%3Cpath d='M8.4 17L12 13.4L15.6 17L17 15.6L13.4 12L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4L10.6 12L7 15.6L8.4 17Z' fill='white'/%3E%3C/svg%3E ");background-repeat:no-repeat;background-position:center right 10px;padding-right:40px}.input-error{width:100%;color:#bf3509;font-size:13px;font-size:1.3rem;font-family:Sora,sans-serif;font-weight:600;margin-top:.25em}label{font-size:16px;font-size:1.6rem;font-family:Sora,sans-serif;font-weight:600;display:inline-block;margin-bottom:.25em}ul,ol{margin-bottom:1em;padding-left:1em}ul li::marker,ol li::marker{font-weight:700}ol>li>ol{list-style-type:lower-alpha}ol>li>ol>li>ol{list-style-type:lower-roman}img{max-width:100%;height:auto}.bg-img{min-height:100%;width:100%;position:fixed;top:0;left:0;z-index:-1;background-repeat:no-repeat;background-position:center;background-size:cover}.video-container{position:relative;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-container-16x9{padding-bottom:56.25%}.video-container-4x3{padding-bottom:75%}.loader{display:block;border:5px solid #f5fff0;border-radius:50%;border-top:5px solid #00d600;width:25px;height:25px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.loader.loader--small{width:20px;height:20px;border-width:3px;border-top:3px solid #00d600}.loader.loader--medium{width:50px;height:50px;border-width:10px;border-top:10px solid #00d600}.loader.loader--large{width:100px;height:100px;border-width:15px;border-top:15px solid #00d600}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table{width:100%;position:relative;border:1px solid rgb(208.8,218.6,208.8)!important;border-collapse:collapse}.table thead{position:relative}.table thead:after{content:"";display:block;width:100%;height:2px;background-color:#5930f7;position:absolute;bottom:0;left:0}.table thead tr{border:1px solid rgb(208.8,218.6,208.8)!important;background-color:#d3ffbd;color:#0a1e0a}.table thead tr th{color:#0a1e0a!important;border:1px solid rgb(208.8,218.6,208.8)!important}.table tbody{filter:none!important}.table tbody tr>*{background:unset!important}.table tbody tr:nth-child(odd){background-color:#fcfff8!important}.table tbody tr:nth-child(even){background-color:#e9ffcc!important}.table tbody tr:hover{background-color:#eae5fd!important}.table th,.table td{padding:10px;border:1px solid rgb(208.8,218.6,208.8)!important}.table tfoot td{padding:0;border:1px solid rgb(208.8,218.6,208.8)!important}.table-wrapper--sticky{max-height:600px;overflow:auto;border-bottom:1px solid #184918}.table-wrapper--sticky table thead{position:sticky;top:0}.body-modal-open{overflow:hidden}.modal-overlay{inset:0px;position:fixed;z-index:99;background-color:#050f05a6}.modal-overlay .modal-content{position:absolute;border:none;color:#0a1e0a;background:#f9f6f3;overflow:auto;border-radius:5px;outline:none;width:80%;height:fit-content;max-height:90%;top:0;left:0;right:0;bottom:0;margin:auto;display:flex;flex-direction:column}.modal-overlay .modal-content .modal-header{text-align:center;margin:20px 0}.modal-overlay .modal-content .modal-body{overflow-y:auto;padding:0 20px;min-height:200px;max-height:calc(100vh - 250px)}.accordion__button{cursor:pointer;padding:10px;width:100%;text-align:left;border:2px solid rgb(208.8,218.6,208.8);border-radius:20px}.accordion__button.populated{background-color:#d3ffbd}.accordion__button.unpopulated{background-color:#f5fff0}.accordion__button:hover{background-color:#eae5fd}.accordion__button:before{display:inline-block;vertical-align:middle;content:"";height:10px;width:10px;margin-right:12px;border-bottom:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(-45deg)}.accordion__button[aria-expanded=true]:before,.accordion__button[aria-selected=true]:before{transform:rotate(45deg);margin-top:-5px}.accordion__button[aria-expanded=true],.accordion__button[aria-selected=true]{border-radius:20px 20px 0 0}.accordion__item{margin-bottom:24px}.accordion__item:last-child{margin-bottom:0}.alert-container{margin:20px 0}.alert-container--overlap{position:fixed;width:70%;left:15%;top:130px;z-index:999}.alert-container a{color:#4c1504}.alert-container .close-button{background-color:transparent;border:none;cursor:pointer;height:20px;min-height:0;opacity:.5;position:absolute;right:10px;top:5px;width:20px}.alert-container .close-button--relative{position:relative;float:right;top:1px;right:3px}.alert-container .close-button:hover{opacity:1}.alert-container .close-button:before,.alert-container .close-button:after{background-color:#466d46;content:" ";height:20px;left:10px;position:absolute;top:0;width:2px}.alert-container .close-button:before{transform:rotate(45deg)}.alert-container .close-button:after{transform:rotate(-45deg)}.alert{padding:15px;border-radius:4px}.alert--success{color:#005600;background:rgb(153,238.6,153)}.alert--danger{color:#4c1504;background:rgb(229.4,174.2,156.6)}.alert--warning{color:#664d03;background:rgb(255,230.2,155.8)}.alert--text-left{text-align:left}.alert--text-right{text-align:right}.alert--text-center{text-align:center}.tab{margin-right:10px;display:block}.tab.tab--header.tab--active{padding:8px 15px;border:2px solid #00d600;border-radius:4px 4px 0 0;color:#0a1e0a!important;background-color:#00d600;text-decoration:none!important;position:relative;font-size:18px}.tab.tab--header.tab--active:hover{background-color:#33de33!important}.tab.tab--header.tab--active:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #00d600}.tab.tab--header.tab--inactive{color:#0a1e0a!important;text-decoration:underline!important;background-color:none!important;font-size:18px}.tab.tab--content.tab--active{padding:8px 15px;border:2px solid #00d600;border-radius:4px 4px 0 0;color:#0a1e0a!important;background-color:#00d600;text-decoration:none!important;position:relative;z-index:1;font-size:18px}.tab.tab--content.tab--active:hover{background-color:#33de33!important}.tab.tab--content.tab--active:first-child:before{left:10px}.tab.tab--content.tab--active:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #00d600}.tab.tab--content.tab--inactive{color:#0a1e0a!important;background-color:#f5fff0;border:2px solid #5930f7!important;text-decoration:none!important;padding:8px 15px;border-radius:4px 4px 0 0;border:2px solid #5930f7;position:relative;z-index:1;font-size:18px;font-weight:400!important}.tab.tab--content.tab--inactive:hover{background-color:#ccf7cc!important}.tabs-container{margin-top:40px!important;align-items:baseline;list-style-type:none;display:flex;padding:0!important;position:relative}.tabs-container:before{content:"";position:absolute;bottom:0px;width:100%;height:2px;background-color:#5930f7;z-index:-1}html{position:relative;min-height:100%}body{margin:0 0 50px;background-color:#f1eae4}.loader{border-width:8px;margin:0 auto}.loader-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}main{margin:0 auto;padding-bottom:210px}@media only screen and (min-width: 1020px){main{padding-bottom:50px}}a{color:#184918}a.btn{display:inline-flex}.alert{border-radius:10px}.content-wrapper{margin:0 auto;max-width:978px;padding:0 20px}input[type=radio]{vertical-align:middle;margin-right:10px;background-color:transparent}.group-control input[type=radio]:first-of-type{margin-left:0}input[type=radio]:checked+span{font-weight:700}input[type=radio]:checked:after{background-color:#f1eae4}.form-radio-wrapper label{margin-right:1em}.form-radio-wrapper .form-radio-input input[type=radio]{vertical-align:middle;margin-right:10px}.form-radio-wrapper .form-radio-input:first-child{padding-left:0}.form-radio-wrapper.form-radio-wrapper--column{display:flex;flex-direction:column}.form-radio-wrapper.form-radio-wrapper--column .form-radio-input{align-self:start;padding-left:0;margin-bottom:1em}.form-radio-wrapper.form-radio-wrapper--column .form-radio-input:last-child{margin-bottom:0}input[type=checkbox]+.form-validation-message{visibility:hidden;height:0;width:0;padding:3px 5px}input[type=checkbox].invalid,input[type=checkbox].invalid:hover{border-color:#bf3509}.label--small{font-size:1.6rem;font-weight:700;line-height:2rem}.label-left,.label-right{display:flex;align-self:center}.form-label{width:100%}.field--without-label{margin-top:1em}.form-row--label-no-margin .form-element-container{margin-top:0}label ul:first-child{margin-bottom:0}label ul:last-child{margin-top:0}@media only screen and (min-width: 1020px){label ul{list-style:inherit;margin-left:20px;margin-top:24px!important}}p.p--small-text{font-size:14px;font-size:1.4rem;margin:1em 0}.btn.btn--clickable-text{text-underline-offset:2px}.btn.btn--cta{width:100%;z-index:0}@media only screen and (min-width: 1020px){.btn.btn--cta{width:auto}}.btn.btn--cta>span{text-align:center;width:100%}@media only screen and (min-width: 1020px){.btn.btn--cta>span{text-align:left}}.btn-container{padding-top:2em;display:flex;flex-direction:row;gap:1em;margin-bottom:10px}.select .react-select__control{border:2px solid #184918;border-radius:5px;background-color:transparent;min-height:40px}.select .react-select__control .react-select__indicator.react-select__dropdown-indicator{height:40px;width:40px;background:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.623285 2.0116L2.03908 0.572265L3.97927 2.51247L5.00012 3.5L6.02097 2.51247L7.96116 0.572266L9.37695 2.0116L5.00012 6.4002L0.623285 2.0116Z' fill='%23184918'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:15px 10px}.select .react-select__control .react-select__indicators span{display:none}.select .react-select__control .react-select__indicators svg{display:none}.select .react-select__group-heading{font-weight:700;font-size:1.6rem;color:#184918}.react-select__option--is-selected{background-color:#f5fff0!important;color:#184918!important}.select .react-select__option--is-focused{color:#f5fff0!important;background-color:#184918!important}.select .react-select__menu{border-radius:5px;background-color:#f5fff0!important}select{background-size:15px 10px;padding-right:35px;background-color:transparent}select:hover{border-color:#00d600;transition:all .1s}input[type=text].invalid,input[type=number].invalid,textarea.invalid,select.invalid{border-color:#bf3509}.textarea--min-height-2-rows{min-height:70px}.list--with-checkboxes>li{position:relative;margin:1em 0}.list--with-checkboxes>li>ul{margin-left:2em}.list--letters-small{list-style:lower-alpha}.list--letters-small li{margin:.5em 0}.list--arrows{padding-left:1.8em}.list--arrows>li{list-style:none;margin:1em 0;position:relative}.list--arrows>li:before{content:url("data:image/svg+xml; utf8, %3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 preserveAspectRatio=%27xMidYMid meet%27 viewBox=%270 0 50 50%27 width=%2720%27 height=%2720%27%3E%3Cdefs%3E%3Cpath d=%27M18.81 39.53L33.83 24.52L18.81 9.51%27 id=%27cda35YEiY%27%3E%3C/path%3E%3C/defs%3E%3Cuse xlink:href=%27%23cda35YEiY%27 opacity=%271%27 fill-opacity=%270%27 stroke=%27%23184918%27 stroke-width=%276%27 stroke-opacity=%271%27%3E%3C/use%3E%3C/svg%3E");display:block;height:20px;left:-2em;position:absolute;top:.15em;width:20px}.list--arrows>li ol{margin-left:2em}.list--blocks{padding:0;position:relative;display:flex;flex-direction:column;column-gap:15px;margin:1em 0}@media only screen and (min-width: 1020px){.list--blocks{flex-direction:row}}.list--blocks>li{background-color:#99ef99;border-radius:10px}@media only screen and (min-width: 768px){.list--blocks>li{border-radius:20px}}@media only screen and (min-width: 1020px){.list--blocks>li{border-radius:30px}}.list--blocks>li{box-sizing:border-box;list-style:none;padding:15px;width:100%;margin-top:1em}@media only screen and (min-width: 1020px){.list--blocks>li{margin:0}}.list--blocks>li:first-child{margin-top:0}.list--blocks>li p{margin:1em 0}ul.no-bullet-points{list-style-type:none}.grid--gap-40{gap:40px 1.5rem}.grid--no-gap{gap:0}@media only screen and (min-width: 1020px){.grid{gap:1.5rem}}fieldset{border:1px solid #184918;padding:70px 20px 20px;position:relative;margin-top:3em;border-radius:10px}@media only screen and (min-width: 768px){fieldset{border-radius:20px}}@media only screen and (min-width: 1020px){fieldset{border-radius:30px}}fieldset.legend--centered{padding-top:25px;margin-top:1em}@media only screen and (min-width: 1020px){fieldset.legend--centered{margin-top:3em}}fieldset.legend--centered legend{top:-18px;text-align:center;left:0;right:0}@media only screen and (min-width: 1020px){fieldset.legend--centered legend{top:-15px}}fieldset.legend--centered legend>span{background:#f1eae4;padding:0 20px;font-size:1.8rem}@media only screen and (min-width: 1020px){fieldset.legend--centered legend>span{font-size:2.2rem}}fieldset legend{position:absolute;top:20px;color:#184918;font-weight:800;font-size:2.2rem}fieldset.fieldset--without-legend{padding:20px;border-color:#184918}.section{margin:0 auto;max-width:978px;padding:0 5%}.section-title{color:inherit;font-weight:300;font-size:2.4rem;margin:2.5em 0 0;font-weight:700}.section-title span{font-weight:400;font-size:1.6rem}.section-container>p:first-child{margin-top:1em}.grecaptcha-badge{z-index:9}.vertical-align--middle{display:flex;align-items:center}.horizontal-align--center{display:flex;justify-content:center}.text--small{font-size:14px;font-size:1.4rem}.m-top-30{margin-top:30px}.m-top-0{margin-top:0}.m-bottom-30{margin-bottom:30px}.m-bottom-0{margin-bottom:0}.ethnicity-text{margin-top:10px}.action-notification{width:500px!important;text-align:center;font-size:15px;margin-left:0!important;top:40px!important}.action-notification .Toastify__toast{font-family:unset}.action-notification .Toastify__toast-body{white-space:pre-line}.action-notification .Toastify__toast-body p{margin-bottom:.5em}.action-notification .Toastify__close-button{display:block;margin:0;color:#1c1c1c}.action-notification .Toastify__toast--success{margin:0;min-height:30px;border-top:2px solid #00d600;color:#184918;box-shadow:0 0 1px #184918;background-color:#d3ffbd}.action-notification .Toastify__toast--error{min-height:30px;border-top:2px solid #bf3509;color:#bf3509;box-shadow:0 0 1px #732005;background-color:#f2d7ce}.action-notification .Toastify__toast-icon{display:none}.action-notification.Toastify__toast-container{width:100%!important}@media only screen and (min-width: 1020px){.action-notification.Toastify__toast-container{width:500px!important}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
